@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Global
------------------------------------------------------------------------------*/
html {
  font: 62.5% "Helvetica Neue", Arial, Helvetica, sans-serif;
  /* Widescreen Global base font-size */
}

body {
  background: #FFF;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 320px;
  /* Equal to $break-smartphone */
  overflow-y: hidden;
}
@media screen and (min-device-width: 320px) {
  body {
    /* MQ: Smartphone */
    background: #f1f1f1 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg.png);
  }
}

body.cms-lang-jp {
  font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div, dt, form, label, li, p, span {
  display: block;
  margin: 7px 0;
}
@media screen and (min-device-width: 320px) {
  div, dt, form, label, li, p, span {
    /* MQ: Smartphone */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  li {
    /* MQ: Smartphone */
    display: list-item;
  }
}

@media screen and (min-device-width: 320px) {
  span, label {
    /* MQ: Smartphone */
    display: inline;
  }
}

/* Basic Design
------------------------------------------------------------------------------*/
#header {
  background: #f1f1f1;
  margin: 0;
  padding: .5em .5em;
}
@media screen and (min-device-width: 320px) {
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}

#content,
#footer-nav,
#footer {
  padding: .2em .5em;
}
@media screen and (min-device-width: 320px) {
  #content,
  #footer-nav,
  #footer {
    /* MQ: Smartphone */
    padding: 0;
  }
}

/* Typography
------------------------------------------------------------------------------*/
h1, h2 {
  font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.cms-lang-jp h1, .cms-lang-jp h2 {
  font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 7px 0 14px;
}
@media screen and (min-width: 600px) {
  h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}

h1 span {
  color: #999999;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 7px 0;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 7px 0 5px;
}

sub, sup {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
}

sup {
  vertical-align: text-top;
}

/* Links
------------------------------------------------------------------------------*/
a {
  color: #0176c3;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #0176c3;
  text-decoration: underline;
}

/* truncator */
a[href='#more'],
a[href='#less'] {
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
  white-space: nowrap;
}

a[href='#more']:hover,
a[href='#less']:hover {
  color: #333333;
}

/* external */
a.external:after {
  /* blue external link indicator */
  /* patternify URL: http://ptrn.it/ugEXX3 */
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 7px;
}

/* Hiding
------------------------------------------------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden;
}

#gimme-satisfaction,
#reader-overlay,
.js-hidden,
.pillow-btn,
.no-js #results-only-access-checkbox,
.tooltip {
  display: none;
}

#pub-date-graph {
  position: absolute;
  left: -1000px;
}
@media screen and (min-width: 1004px) {
  #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}

.bar-dock {
  position: absolute;
  left: -100000px;
}
@media screen and (min-width: 600px) {
  .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}

.flyout-caption {
  position: absolute;
  left: -10000px;
}
@media screen and (min-device-width: 320px) {
  .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}

@media screen and (min-width: 600px) {
  #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}

#fdbk_tab {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 1004px) {
  #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  #fdbk_tab {
    display: none;
  }
}

.js #fdbk_screen {
  opacity: .75;
}

/* Accessibility
------------------------------------------------------------------------------*/
.accessibility {
  position: absolute;
  left: -100000px;
}

/* JavaScript/Chrome/Redirect -prompt notices
------------------------------------------------------------------------------*/
.no-js {
  padding-top: 42px;
}

/* Specific module styles for Base mode
------------------------------------------------------------------------------*/
/* Scale #site-qualifier to full-width */
#site-qualifier img {
  width: 98%;
}
@media screen and (min-device-width: 320px) {
  #site-qualifier img {
    /* MQ: Smartphone */
    width: auto;
  }
}

/* Make call-to-actions more prominent */
#abstract-actions,
.bar-actions {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-device-width: 320px) {
  #abstract-actions,
  .bar-actions {
    /* MQ: Smartphone */
    font-size: 100%;
    font-weight: normal;
  }
}
#abstract-actions a span,
.bar-actions a span {
  display: inline-block;
}

img.lazy {
  display: none;
}

/* Qualaroo */
#ki_container {
  display: none;
}
@media screen and (min-width: 1100px) {
  #ki_container {
    display: block;
  }
}

/* Forms
------------------------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #666666;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.cms-lang-jp button, .cms-lang-jp
input, .cms-lang-jp
select, .cms-lang-jp
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=password],
textarea {
  background-color: #FFF;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 5px #efefef;
  -moz-box-shadow: inset 2px 2px 5px #efefef;
  box-shadow: inset 2px 2px 5px #efefef;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 3px;
}

input[type=text].placeholder,
input[type=email].placeholder,
input[type=password].placeholder {
  color: #999999;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #0176c3;
  -webkit-box-shadow: 0 0 3px #0176c3;
  -moz-box-shadow: 0 0 3px #0176c3;
  box-shadow: 0 0 3px #0176c3;
  outline: none;
}

button,
input[type=button],
input[type=submit],
input[type=image],
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* remove button padding in firefox */
  border: 0;
  padding: 0;
}

.lt-ie8 input,
.lt-ie8 select {
  vertical-align: middle;
}

@font-face {
  font-family: "sn_pm_icons";
  src: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/css/fonts/sn_pm_icons.eot?1527153553');
  src: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/css/fonts/sn_pm_icons.eot?&1527153553') format('embedded-opentype'), url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/css/fonts/sn_pm_icons.woff?1527153553') format('woff'), url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/css/fonts/sn_pm_icons.svg?1527153553') format('svg'), url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/css/fonts/sn_pm_icons.ttf?1527153553') format('truetype');
  font-weight: 400;
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  #wrapper,
  .page-wrapper {
    -webkit-box-shadow: 0 0 4px #BBB;
    -moz-box-shadow: 0 0 4px #BBB;
    box-shadow: 0 0 4px #BBB;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #wrapper,
  .page-wrapper {
    /* MQ: Tablet */
    max-width: 980px;
  }
}
@media screen and (min-device-width: 320px) {
  #wrapper #content,
  .page-wrapper #content {
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
  }
  #wrapper #content:before, #wrapper #content:after,
  .page-wrapper #content:before,
  .page-wrapper #content:after {
    content: "";
    display: table;
  }
  #wrapper #content:after,
  .page-wrapper #content:after {
    clear: both;
  }
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Tablet */
    padding: 20px 20px 50px 20px;
  }
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #wrapper #content.non-modal,
  .page-wrapper #content.non-modal {
    background-color: #f9f9f9;
  }
  #wrapper #content.non-modal .lb,
  .page-wrapper #content.non-modal .lb {
    background-color: #fff;
  }
  #home-page.show-search #wrapper #content, #industry-home.show-search #wrapper #content, #home-page.show-search
  .page-wrapper #content, #industry-home.show-search
  .page-wrapper #content {
    padding-top: 5em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #home-page.show-search #wrapper #content, #industry-home.show-search #wrapper #content, #home-page.show-search
  .page-wrapper #content, #industry-home.show-search
  .page-wrapper #content {
    /* MQ: Tablet */
    padding-top: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Header
    ------------------------------------------------------------------------------*/
  /* Header */
  #header {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/bg-mobile-header.png) 0 0 repeat-x;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #d0d0d0;
    min-height: 53px;
    z-index: 20;
    width: 100%;
  }
  .ie6 #header {
    height: 36px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header {
    /* MQ: Widescreen */
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #FFF;
    box-shadow: 0 1px 0 #FFF;
    min-height: 32px;
    padding-top: 130px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 #header {
    z-index: 1;
  }
  #header h1 {
    margin: 0;
  }

  #logo {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/logo_sprite.png) 0 -25px no-repeat;
    display: inline-block;
    height: 30px;
    width: 115px;
    position: absolute;
    left: 11px;
    top: 12px;
  }
}
@media only screen and (min-device-width: 320px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-width: 320px) and (min-device-pixel-ratio: 1.5) {
  #logo {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/logo_sprite_high_res.png);
    background-size: auto 92px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #logo {
    /* MQ: Tablet */
    left: 30px;
    width: 160px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo {
    /* MQ: Widescreen */
    background-position: 0 -55px;
    height: 40px;
    top: 17px;
    width: 190px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo img {
    /* MQ: Widescreen */
    height: auto;
  }
}

@media screen and (min-device-width: 320px) {
  #site-qualifier {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #site-qualifier {
    /* MQ: Widescreen */
    display: block;
    height: 52px;
    margin: 0;
    position: absolute;
    left: 64%;
    top: 2px;
    /* Math: 333 / 960 */
  }
  #site-qualifier img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #logo-company {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo-company {
    /* MQ: Widescreen */
    display: block;
    height: 50px;
    position: absolute;
    right: 22px;
    bottom: 50px;
    width: 160px;
  }
  #logo-company img {
    display: none;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #logo-company img.first {
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* Header buttons */
  #header .pillow-btn {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5201px no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #dcdcdc;
    min-width: 21px;
    text-indent: -9999em;
    /* Open Search Options */
    /* Open search */
    /* Open menu */
  }
  #header .pillow-btn:hover {
    border-color: #bcbcbc;
  }
  #header .pillow-btn.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #dcdcdc;
  }
  .lt-ie8 #header .pillow-btn {
    overflow: hidden;
  }
  #header .pillow-btn.open-search-options {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5201px no-repeat;
  }
  #header .pillow-btn.open-search-options:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5128px no-repeat;
  }
  #header .pillow-btn.open-search-options:active, #header .pillow-btn.open-search-options:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5092px no-repeat;
  }
  .lt-ie9 #header .pillow-btn.open-search-options:active, .lt-ie9 #header .pillow-btn.open-search-options:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5164px no-repeat;
  }
  .is-open #header .pillow-btn.open-search-options {
    /* flyout */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5128px no-repeat;
  }
  .lt-ie9 .is-open #header .pillow-btn.open-search-options {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5164px no-repeat;
  }
  #header .pillow-btn.open-search {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4745px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .pillow-btn.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  #header .pillow-btn.open-search:hover {
    /* hover */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4672px no-repeat;
  }
  body.show-search #header .pillow-btn.open-search {
    /* active */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4636px no-repeat;
  }
  #header .pillow-btn.open-menu {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3277px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .pillow-btn.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header .pillow-btn.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  #header .pillow-btn.open-menu:hover {
    /* hover */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3059px no-repeat;
  }
  body.show-menu #header .pillow-btn.open-menu {
    /* active */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3023px no-repeat;
  }

  /* Search panel */
  .panel-search {
    background-color: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -moz-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -ms-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -o-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: linear-gradient(top, #e5e5e5, #dcdcdc);
    -webkit-box-shadow: 0 -1px 0 #d0d0d0;
    -moz-box-shadow: 0 -1px 0 #d0d0d0;
    box-shadow: 0 -1px 0 #d0d0d0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #ffffff;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-search {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    position: absolute;
    bottom: auto;
    left: 200px;
    top: 0;
    display: block;
    width: 45.04167%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-search {
    /* MQ: Widescreen */
    left: 30px;
    top: 72px;
    z-index: 5;
    width: 51.0416666667%;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 .panel-search {
    filter: none;
  }

  #global-search {
    margin: 7px;
    height: 34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content {
    padding: .5em 10px;
    top: 3.2em;
    right: 0;
    left: auto;
    min-width: 120px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  .panel-menu {
    background: #3d3e43 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    margin-bottom: -10px;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-menu {
    /* MQ: Widescreen */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

@media screen and (min-device-width: 320px) {
  #cross-nav {
    background-color: #46474D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5056), to(#3D3E42));
    background-image: -webkit-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -moz-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -ms-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -o-linear-gradient(top, #4F5056, #3D3E42);
    background-image: linear-gradient(top, #4F5056, #3D3E42);
    -webkit-box-shadow: inset 0 -6px 5px #333333;
    -moz-box-shadow: inset 0 -6px 5px #333333;
    box-shadow: inset 0 -6px 5px #333333;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    /* min-height: 42px; */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #cross-nav {
    /* MQ: Tablet */
    padding-left: 16px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #cross-nav {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    height: auto;
    position: absolute;
    right: 7px;
    top: 6px;
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 #cross-nav {
    filter: none;
  }

  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  .ie9 #edition .flyout-caption {
    min-width: 120px;
  }

  /*
    #auth {
      .flyout-caption {
        @include respond-to(smartphone-only) {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        max-width: 192px;
  
        .ie9 & {
          min-width:110px;
        }
      }
      .flyout-content {
        width: 195px;
      }
      .action {
        @include link-symbol;
        @include font-size($size12);
        font-weight: normal;
        margin-right: 0;
      }
      form {
        margin-bottom: 14px;
      }
      label {
        color: $type-1;
      }
      input[type=text],
      input[type=password] {
        @include box-sizing(border-box);
        display: block;
        @include font-size($size12);
        margin-bottom: 14px;
        width: 100%;
      }
      button {
        float: left;
        margin-right: 10px;
      }
      .lt-ie8 & #auth-remember,
      .lt-ie8 & #auth-remember-label{
        float: right;
      }
      ul {
        clear: both;
      }
    }
  */
}
/* Progressive Enhancement */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .no-js #logo,
  .no-js .panel-search,
  .no-js .panel-menu {
    display: block;
    position: static;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .no-js {
    /* MQ: Widescreen */
  }
  .no-js #logo,
  .no-js .panel-search {
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js #logo {
    margin: 7px 7px 0;
    /*width: auto; 121010 JC/BH removed width for no-js as it was hiding the logo! */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js #logo {
    /* MQ: Tablet */
    margin: 7px 7px 0 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .no-js #logo {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js .open-search,
  .no-js .open-menu {
    display: none;
  }
  .no-js .panel-search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js .panel-search {
    /* MQ: Tablet */
    margin: 7px 7px 0 23px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .no-js .panel-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js .panel-menu {
    margin: 0;
  }
}
/* Mobile show/hide panels */
body.show-search #header .panel-search {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 600px) {
  body.show-search #header .panel-search {
    /* MQ: Tablet */
    margin-top: 0;
    /* Move panel up */
  }
}

body.show-menu #header .panel-menu {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 1004px) {
  body.show-menu #header .panel-menu {
    /* MQ: Widescreen */
    margin: 0;
  }
}

body.show-menu.show-search #header .panel-menu {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  body.show-menu.show-search #header .panel-menu {
    /* MQ: Tablet */
    margin-top: 55px;
  }
}
@media screen and (min-width: 1004px) {
  body.show-menu.show-search #header .panel-menu {
    /* MQ: Widescreen */
    margin: 0;
  }
}

/* For Sticky Header (mobile only) */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .js #content {
    margin-top: 0;
  }
  .lt-ie9 .js #content {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .js #content {
    /* MQ: Widescreen */
    margin-top: 0;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .js #header {
    /* MQ: Widescreen */
    position: relative;
  }
}

@media screen and (min-device-width: 320px) {
  .js #full-text-html-page #header {
    position: relative;
  }
}
/* #JC210812 Temporary link to 'Access Old SpringerLink' */
#global-nav .returnoldspringerlink {
  display: none;
}
@media screen and (min-width: 1004px) {
  #global-nav .returnoldspringerlink {
    /* MQ: Widescreen */
    float: right;
  }
}
.lt-ie8 #global-nav .returnoldspringerlink {
  float: right;
}

#global-nav .returnoldspringerlink a {
  color: #999999;
}

#global-nav .returnoldspringerlink a:hover {
  color: #0176c3;
}

#global-nav .returnoldspringerlink a:before {
  content: "";
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Layouts
  ------------------------------------------------------------------------------*/
  /* based on a 980 grid with 12 columns,*/
  .col-aside,
  .col-main {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .col-aside,
  .col-main {
    /* MQ: Tablet */
    display: inline;
    float: left;
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 1 (4/8, e.g. home) */
  .layout-1 {
    zoom: 1;
  }
  .layout-1:before, .layout-1:after {
    content: "";
    display: table;
  }
  .layout-1:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-1 .col-aside {
    /* MQ: Tablet */
    width: 31.914893617%;
    /* Math: 300 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-1 .col-main {
    /* MQ: Tablet */
    float: right;
    width: 65.9574468085%;
    /* Math: 620 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 2 (3/9, e.g. results) */
  .layout-2 {
    zoom: 1;
  }
  .layout-2:before, .layout-2:after {
    content: "";
    display: table;
  }
  .layout-2:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-2 .col-aside {
    /* MQ: Tablet */
    width: 23.4042553191%;
    /* Math: 220 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-2 .col-main {
    /* MQ: Tablet */
    float: right;
    width: 74.4680851064%;
    /* Math: 700 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 3 (8/4, e.g. abstract) */
  .layout-3 {
    zoom: 1;
  }
  .layout-3:before, .layout-3:after {
    content: "";
    display: table;
  }
  .layout-3:after {
    clear: both;
  }
  .layout-3 .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3 .col-main {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 61.7021276596%;
    /* Math: 580 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3 .col-aside {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 25.5319148936%;
    /* Math: 240 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 3b (8/4 width col-aside first, e.g. only Signup) */
  .layout-3b {
    zoom: 1;
  }
  .layout-3b:before, .layout-3b:after {
    content: "";
    display: table;
  }
  .layout-3b:after {
    clear: both;
  }
  .layout-3b .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3b .col-main {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 61.7021276596%;
    /* Math: 580 / 940 */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-3b .col-aside {
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3b .col-aside {
    /* MQ: Tablet */
    float: right;
    margin: auto 4.25531914894% 30px auto;
    width: 25.5319148936%;
    /* Math: 240 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 4 (~7, e.g. info) */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4 {
    /* MQ: Tablet */
    padding: 10px 34.0425531915% 54px 4.25531914894%;
    /* Math: 320 / 940 &  40 / 940*/
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 5 (1 column) */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-5 {
    /* MQ: Tablet */
    padding: 0 4.95283018868%;
    /* Math: 42 / 848 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 6 (6/6 without margins, e.g. support/manage promotions) */
  .layout-6 {
    zoom: 1;
  }
  .layout-6:before, .layout-6:after {
    content: "";
    display: table;
  }
  .layout-6:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-main {
    /* MQ: Tablet */
    width: 46.808511%;
    /*44.6808510638%;   /* Math: 440 / 940 */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-6 .col-aside {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-aside {
    /* MQ: Tablet */
    margin-left: 6.3829787234%;
    /* Math: 60 / 940 */
    width: 46.808511%;
    /* Math: 440 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Footer
    ------------------------------------------------------------------------------*/
  #footer {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -moz-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -ms-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -o-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: linear-gradient(top, #f4f4f4, #dcdcdc);
    -webkit-box-shadow: 0 -1px 0 0 #dcdcdc;
    -moz-box-shadow: 0 -1px 0 0 #dcdcdc;
    box-shadow: 0 -1px 0 0 #dcdcdc;
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  #footer hr {
    display: none;
  }
  #footer .section {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 32px;
  }
}
@media screen and (min-device-width: 320px) {
  #footer a {
    color: #666666;
  }

  /* 02. Navigation */
  #footer-nav {
    zoom: 1;
    display: none;
    margin-bottom: 12px;
    position: relative;
    /* Secret Team page */
  }
  #footer-nav:before, #footer-nav:after {
    content: "";
    display: table;
  }
  #footer-nav:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-nav {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #footer-nav.section {
    border-bottom: none;
  }
  #footer-nav .block {
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(197, 196, 196, 0.5);
    display: block;
    float: left;
    margin: 10px 2% 0 0;
    min-height: 145px;
    padding: 0 21px 10px 0;
    width: 21%;
  }
  #footer-nav h2 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .cms-lang-jp #footer-nav h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #footer-nav li {
    line-height: 1.9;
  }
  #footer-nav:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/watermark.png) no-repeat;
    display: block;
    height: 86px;
    position: absolute;
    right: 26px;
    bottom: 21px;
    width: 7.43455497382%;
  }
  #footer-nav #secret-team-link {
    cursor: default;
    display: block;
    height: 8px;
    outline: 0;
    position: absolute;
    right: 26px;
    bottom: 21px;
    width: 59px;
  }

  /* 03. Legal */
  #footer-legal {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 1.7;
    position: relative;
    zoom: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-legal {
    /* MQ: Tablet */
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-legal {
    /* MQ: Widescreen */
  }
  #footer-legal.section {
    border-top: none;
  }
}
@media screen and (min-device-width: 320px) {
  body.show-legal #footer-legal {
    padding-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #mobile-nav {
    /* MQ: Widescreen */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #mobile-nav .open-legal {
    line-height: 3;
    margin-right: 10px;
    vertical-align: middle;
  }
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 3.1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #mobile-nav .open-legal {
    /* MQ: Tablet */
    line-height: 2.4;
  }
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 2.5;
  }
}

@media screen and (min-device-width: 320px) {
  #switch-desktop {
    position: relative;
    top: 2px;
  }
  #switch-desktop:before {
    content: '\00BB\0020';
  }

  #legal {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    background: #3d3e43 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    margin: 10px -10px -9px -10px;
    overflow: hidden;
    padding: 19px 12px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #legal {
    /* MQ: Tablet */
    margin: 18px -32px 0 -32px;
    padding: 16px 30px 0 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #legal {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  body.show-legal #legal {
    display: block;
  }
  #legal a,
  #legal span {
    color: #FFF;
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #legal a,
  #legal span {
    /* MQ: Widescreen */
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #legal #powered-by {
    /* MQ: Tablet */
    display: inline-block;
    float: right;
  }
}

@media screen and (min-device-width: 320px) {
  #footer-copyright {
    width: 60%;
  }
  #footer-copyright a {
    text-decoration: underline;
  }

  #footer-privacy {
    line-height: 1.2;
    margin: 10px 0;
  }
  #footer-privacy:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-privacy {
    /* MQ: Tablet */
    margin: 0;
    max-width: 40%;
    position: absolute;
    right: 30px;
    top: 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-privacy {
    /* MQ: Widescreen */
    top: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #footer-dynamic-legal {
    line-height: 1.2;
    margin: 10px 0;
  }
  #footer-dynamic-legal:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-dynamic-legal {
    /* MQ: Tablet */
    margin: 0;
    max-width: 40%;
    position: absolute;
    right: 30px;
    top: 50px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-dynamic-legal {
    /* MQ: Widescreen */
    top: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  #diagnostic-info {
    margin: 10px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #diagnostic-info {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #diagnostic-info span {
    color: #999999;
    display: inline;
  }
  #diagnostic-info span:before {
    content: "\b7";
    margin: 0 .45em 0 0.25em;
  }
  #diagnostic-info span:first-child:before {
    content: '';
    margin: 0;
  }

  /* 04. Branding */
  #footer-branding {
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -moz-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -ms-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -o-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: linear-gradient(top, #f4f4f4, #dcdcdc);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-branding {
    /* MQ: Widescreen */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #footer-branding .block {
    max-width: 371px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-branding .block {
    /* MQ: Tablet */
    max-width: 484px;
  }
}

@media screen and (min-device-width: 320px) {
  #branding-logo {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/logo_sprite.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999em;
    height: 23px;
    width: 122px;
  }
}
@media only screen and (min-device-width: 320px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-width: 320px) and (min-device-pixel-ratio: 1.5) {
  #branding-logo {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/logo_sprite_high_res.png);
    background-size: auto 92px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #branding-logo {
    /* MQ: Tablet */
    background-position: 0 -25px;
    height: 30px;
    margin-left: -4px;
    width: 158px;
  }
}

@media screen and (min-device-width: 320px) {
  /* Progressive Enhancement */
  .no-js #footer-legal .open-legal {
    display: none;
  }
  .no-js #footer-legal #legal {
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Lightbox Module
  ------------------------------------------------------------------------------*/
  .lb {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .lb {
    /* MQ: Tablet */
    margin: 86px auto;
    width: 555px;
  }
}

@media screen and (min-device-width: 320px) {
  .js #colorbox .lb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  .lb .mod-hd {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border-bottom: 1px solid #BBBCBD;
    padding: 9px 20px;
    position: relative;
  }

  .lb .mod-hd h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
  }

  .lb .mod-hd .btn {
    position: absolute;
    top: 3px;
    right: 5px;
  }

  /* content */
  .lb .mod-bd {
    padding: 20px;
  }

  .lb .mod-bd p {
    line-height: 1.4;
  }

  .lb .mod-bd h2 {
    margin: 0 0 14px 0;
  }

  .lb .mod-bd #filtering-options ul li {
    margin: 14px 0;
  }

  .lb .mod-bd #filtering-options label {
    position: relative;
    left: 5px;
    top: -2px;
  }

  .lb .mod-bd #filtering-options input {
    margin: 0;
  }

  .lb .mod-bd .loading {
    height: 100px;
    position: absolute;
    top: 65px;
    right: 50px;
    width: 100px;
  }

  .lb table {
    margin-top: 16px;
    width: 100%;
  }

  .lb th,
  .lb td {
    background-color: #F3F3F3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -o-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: linear-gradient(top, #f8f8f8, #F3F3F3);
    border: 1px solid #DCDCDA;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    padding: 12px 14px;
  }

  .lb th {
    text-align: left;
    width: 320px;
  }

  #filtering-options p {
    margin-bottom: 14px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Abstract actions */
  #abstract-actions {
    margin: 17px 0;
    min-height: 25px;
  }
  #abstract-actions .action {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
    min-height: 30px;
    padding: 0;
    vertical-align: top;
    width: 99.5%;
    display: inline-block;
    /*Action icons*/
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #abstract-actions .action {
    /* MQ: Tablet */
    min-width: 19em;
    max-width: 48%;
  }
  #abstract-actions .action:first-child {
    margin: 0 6px 6px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action {
    /* MQ: Widescreen */
    background: none;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #0176c3;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  #abstract-actions .action:first-child {
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action:hover, #abstract-actions .action:focus, #abstract-actions .action:active {
    border-color: #999999;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action:hover, #abstract-actions .action:focus, #abstract-actions .action:active {
    /* MQ: Widescreen */
    border: none;
    color: #0176c3;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action:active, #abstract-actions .action.act {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action:active, #abstract-actions .action.act {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0px 0px #000000;
    -moz-box-shadow: 0px 0px #000000;
    box-shadow: 0px 0px #000000;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 #abstract-actions .action:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=0,color=#000000,strength=5);";
  }
  #abstract-actions .action a:before {
    content: '';
  }
  #abstract-actions .action a {
    color: #333333;
    display: block;
    line-height: 2.6;
    padding: 6px 6px 6px 48px;
    white-space: nowrap;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action a {
    /* MQ: Widescreen */
    color: #0176c3;
    display: inline-block;
    line-height: 2.2;
    padding: 0 0 0 35px;
  }
  #abstract-actions .action a:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action span {
    display: inline-block;
  }
  #abstract-actions .action.icon-download:first-child, #abstract-actions .action.icon-view:first-child {
    background: #0176c3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38a0e5), to(#0176c3));
    background-image: -webkit-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -moz-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -ms-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -o-linear-gradient(top, #38a0e5, #0176c3);
    background-image: linear-gradient(top, #38a0e5, #0176c3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: #0176c3;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-download:first-child, #abstract-actions .action.icon-view:first-child {
    /* MQ: Widescreen */
    background: none;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #0176c3;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  #abstract-actions .action.icon-download:first-child:first-child, #abstract-actions .action.icon-view:first-child:first-child {
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action.icon-download:first-child:hover, #abstract-actions .action.icon-download:first-child:focus, #abstract-actions .action.icon-download:first-child:active, #abstract-actions .action.icon-download:first-child.act, #abstract-actions .action.icon-view:first-child:hover, #abstract-actions .action.icon-view:first-child:focus, #abstract-actions .action.icon-view:first-child:active, #abstract-actions .action.icon-view:first-child.act {
    border-color: #0266a8;
    color: #b3dcf5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-download:first-child:hover, #abstract-actions .action.icon-download:first-child:focus, #abstract-actions .action.icon-download:first-child:active, #abstract-actions .action.icon-download:first-child.act, #abstract-actions .action.icon-view:first-child:hover, #abstract-actions .action.icon-view:first-child:focus, #abstract-actions .action.icon-view:first-child:active, #abstract-actions .action.icon-view:first-child.act {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #0176c3;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action.icon-download:first-child a,
  #abstract-actions .action.icon-download:first-child span, #abstract-actions .action.icon-view:first-child a,
  #abstract-actions .action.icon-view:first-child span {
    color: #FFF;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-download:first-child a,
  #abstract-actions .action.icon-download:first-child span, #abstract-actions .action.icon-view:first-child a,
  #abstract-actions .action.icon-view:first-child span {
    /* MQ: Widescreen */
    color: #0176c3;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action.icon-download a {
    background-position: 12px -91px;
    /* white icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-download a {
    /* MQ: Widescreen */
    background-position: 0 -50px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action.icon-view:first-child a {
    background-position: 12px -241px;
    /* white icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-view:first-child a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .action.icon-view a {
    background-position: 12px -141px;
    /* grey icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .action.icon-view a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .leaf-pricing {
    overflow: auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #abstract-actions .leaf-pricing {
    /* MQ: Tablet */
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .leaf-pricing {
    /* MQ: Widescreen */
    vertical-align: middle;
    margin: 0 14px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .leaf-pricing form {
    display: inline;
  }
  #abstract-actions #leaf-pricing-buy-now {
    margin: 0;
    float: right;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #abstract-actions #leaf-pricing-buy-now {
    /* MQ: Tablet */
    float: none;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .leaf-pricing-content {
    margin: 0 14px 14px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #abstract-actions .leaf-pricing-content {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #abstract-actions .leaf-pricing-content {
    /* MQ: Widescreen */
    margin-bottom: 0;
    max-width: 256px;
  }
}
@media screen and (min-device-width: 320px) {
  #abstract-actions .leaf-pricing-content h3 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
  }
  #abstract-actions .leaf-pricing-content .content-prices {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 14px;
  }
  #abstract-actions .leaf-pricing-content .price-disclaimer {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  #abstract-actions #leaf-pricing-buy-now,
  #abstract-actions .leaf-pricing-content {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Action
  ------------------------------------------------------------------------------*/
  .action {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin: 7px 26px 7px 0;
    /* link */
    /* text (e.g. filesize) */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .action {
    /* MQ: Tablet */
    display: inline-block;
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  .action a:before {
    content: '\00BB\0020';
  }
  .action span {
    color: #999999;
    font-weight: normal;
  }

  /* Icons (KS: refactoring needed! get rid of *-alt)
  ------------------------------------------------------------------------------*/
  .icon-download a,
  .icon-download-alt a,
  .icon-view a,
  .icon-view-alt a,
  .icon-browse a,
  .icon-browse-alt a,
  .icon-unlock a,
  .icon-unlock-alt a {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/action_icons.png) no-repeat;
    display: inline-block;
    padding-left: 35px;
  }

  .icon-download a {
    background-position: 12px 9px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .icon-download a {
    /* MQ: Widescreen */
    background-position: 0 -50px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  .icon-view a {
    background-position: 12px -141px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .icon-view a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  .icon-browse a {
    background-position: 12px -291px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .icon-browse a {
    /* MQ: Widescreen */
    background-position: 0 -350px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  .icon-unlock a {
    background-position: 12px -441px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .icon-unlock a {
    /* MQ: Widescreen */
    background-position: 0 -500px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  .icon-download-alt a,
  .bar-actions .icon-download a {
    background-position: 0 -100px;
    /* white */
  }

  .icon-view-alt a,
  .bar-actions .icon-view a {
    background-position: 0 -250px;
    /* white */
  }

  .icon-browse-alt a,
  .bar-actions .icon-browse a {
    background-position: 0 -400px;
    /* white */
  }

  .icon-unlock-alt a,
  .bar-actions .icon-unlock a {
    background-position: 0 -550px;
    /* white */
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Actions bar
  ------------------------------------------------------------------------------*/
  /* bar in default state and scrolled state */
  .bar-dock {
    display: none;
    min-height: 38px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .bar-dock {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .bar-dock.myspringer {
    margin-top: 10px;
    display: block;
  }

  .bar-actions {
    background: #0176c3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38a0e5), to(#0176c3));
    background-image: -webkit-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -moz-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -ms-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -o-linear-gradient(top, #38a0e5, #0176c3);
    background-image: linear-gradient(top, #38a0e5, #0176c3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border: 1px solid #0176c3;
    color: #FFF;
    min-height: 26px;
    line-height: 2.2;
    padding: 5px 4.148936170936% 4px;
    /* Math: 40 / 940 - 1 / 940 for the border 0,10638297872 */
    position: relative;
    z-index: 10;
  }

  .ie6 .bar-actions {
    height: 26px;
  }

  /* Stick to top of viewport */
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* MQ: Widescreen */
  .bar-dock .bar-scrolled {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    z-index: 5;
    /* left set via jQuery */
    max-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* links & actions */
  .bar-actions a {
    color: #ffffff;
    font-weight: bold;
  }

  .bar-actions .action span {
    color: #FFF;
  }

  /* search within */
  .bar-actions form {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/search_within_arrow.png) no-repeat 0 3px;
    height: 24px;
    padding-left: 22px;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .bar-actions form {
    /* MQ: Widescreen */
    margin: 0;
    position: absolute;
    right: 40px;
    top: 6px;
  }
}

@media screen and (min-device-width: 320px) {
  .bar-actions input {
    float: left;
  }

  .bar-actions input.search-within {
    border: 1px solid #0176c3;
    font-size: 12px;
    font-size: 1.2rem;
    height: 18px;
    letter-spacing: 0.02em;
    padding: 2px 10px;
    position: relative;
    width: 189px;
  }

  .bar-actions input.search-within:focus {
    outline: none;
  }

  .bar-actions .search-submit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5042px no-repeat;
    background-color: #0176c3;
    border: 1px solid #0176c3;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    height: 24px;
    margin-left: -1px;
    padding: 0;
    position: relative;
    width: 30px;
  }

  .bar-actions .search-submit:hover,
  .bar-actions .search-submit:focus {
    border-color: #0266a8;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4994px no-repeat;
  }

  .bar-actions .search-submit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4951px no-repeat;
    border-color: #0266a8;
  }

  /* Restricted Access */
  .bar-wrapper {
    position: relative;
  }

  .js .unlock-wrapper {
    position: absolute;
    top: 37px;
    z-index: 5;
    width: 100%;
  }

  .bar-access-restr {
    background: #feeeae url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_yellow_fff3c6_feeeae.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3c6), to(#feeeae));
    background-image: -webkit-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -moz-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -ms-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -o-linear-gradient(top, #fff3c6, #feeeae);
    background-image: linear-gradient(top, #fff3c6, #feeeae);
    border: 1px solid #fdda4c;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #333333;
    line-height: 2.2;
    min-height: 28px;
    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.6);
    padding: 0 4.25531914894% 0 4.25531914894%;
    /* Math: 40 / 940 */
  }

  .bar-access-restr strong {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/lock.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 31px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Alert messages
  ------------------------------------------------------------------------------*/
  .alert {
    position: relative;
    margin: 20px 0;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 14px 14px 41px;
    vertical-align: top;
  }
  .alert .alert-block {
    padding-bottom: 16px;
  }
  .alert:before {
    position: absolute;
    left: 14px;
    top: 14px;
  }
  .alert *:first-child {
    margin-top: 1px;
  }
  .alert *:last-child {
    margin-bottom: 0;
  }
  .alert p,
  .alert ul,
  .alert ol {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .alert p strong {
    display: block;
    margin-bottom: 5px;
  }

  .alert-success {
    border-color: #71ab0b;
    background: rgba(113, 171, 11, 0.1);
  }
  .alert-success:before {
    content: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/alert-success.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  .alert-info {
    border-color: #38a0e5;
    background: rgba(56, 160, 229, 0.1);
  }
  .alert-info:before {
    content: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/alert-info.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  .alert-warning {
    border-color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
  }
  .alert-warning:before {
    content: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/alert-warning.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  .alert-error {
    border-color: #c40606;
    background: rgba(196, 6, 6, 0.08);
  }
  .alert-error:before {
    content: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/alert-error.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .article-note {
    border-top: 1px solid #dcdcdc;
    padding-top: 7px;
    color: #777777;
    margin: 24px 0;
    /* 24px 0 -13px 0 */
  }
  .article-note div.simple-para,
  .article-note p {
    display: block;
    font-style: italic;
    line-height: 1.4;
    padding-left: 20px;
    margin: 7px 0 12px 0;
  }
  .article-note div.simple-para:before,
  .article-note p:before {
    content: "\02022\0020";
    /* bull + space */
    margin-left: -13px;
    padding-right: 4px;
    position: relative;
    top: 0;
  }

  #predecessor-info.article-note {
    border-top: 0 none;
    padding-top: 0;
  }
  #predecessor-info.article-note p {
    margin-top: 0;
  }

  .lt-ie8 .formatted .article-note {
    margin: 2px 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* authors/editors */
  .editor-list,
  .author-list {
    margin: 0 0 7px 0;
  }
  .editor-list h2,
  .author-list h2 {
    display: inline;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .editor-list ul,
  .author-list ul {
    display: inline;
  }
  .editor-list .authors li,
  .editor-list .editors li,
  .author-list .authors li,
  .author-list .editors li {
    display: inline;
    line-height: 1.5;
  }
  .editor-list .authors a,
  .editor-list .editors a,
  .author-list .authors a,
  .author-list .editors a {
    border-bottom: 1px solid #D7D6D6;
    color: #333333;
  }
  .editor-list .authors a:hover,
  .editor-list .editors a:hover,
  .author-list .authors a:hover,
  .author-list .editors a:hover {
    border-color: #333333;
    text-decoration: none;
  }
  .editor-list .authors .show-all-hide-authors,
  .editor-list .editors .show-all-hide-authors,
  .author-list .authors .show-all-hide-authors,
  .author-list .editors .show-all-hide-authors {
    display: none;
  }
  .editor-list .authors .show-all,
  .editor-list .authors .hide-some,
  .editor-list .editors .show-all,
  .editor-list .editors .hide-some,
  .author-list .authors .show-all,
  .author-list .authors .hide-some,
  .author-list .editors .show-all,
  .author-list .editors .hide-some {
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  .editor-list .authors .show-all:hover,
  .editor-list .authors .hide-some:hover,
  .editor-list .editors .show-all:hover,
  .editor-list .editors .hide-some:hover,
  .author-list .authors .show-all:hover,
  .author-list .authors .hide-some:hover,
  .author-list .editors .show-all:hover,
  .author-list .editors .hide-some:hover {
    color: #333333;
  }

  .show-all-authors,
  .hide-authors,
  .show-all-editors,
  .hide-editors {
    color: #0176c3;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Autosuggest / Autocomplete
    ------------------------------------------------------------------------------*/
  .ui-autocomplete {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 1px solid #bcbcbc;
    padding: 7px 0 5px 0;
    position: absolute;
    left: 0;
  }
  .ui-autocomplete li
  a {
    color: #666666;
    cursor: default;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 9px;
    text-decoration: none;
  }
  .ui-autocomplete li
  a:focus, .ui-autocomplete li
  a.ui-state-focus, .ui-autocomplete li
  a:hover, .ui-autocomplete li
  a.ui-state-hover {
    background: #E6F1F9;
  }
  .ui-autocomplete strong {
    color: #333333;
    font-style: normal;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Back link
  ------------------------------------------------------------------------------*/
  .back-link {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAJklEQVQYlWNggALGssP/GQgBxrLD/2GYKEUEFRNt9VBSiO5zZBoA5cEsdfq340wAAAAASUVORK5CYII=") no-repeat 0 1px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding: 2px 0 0 20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .banner-advert {
    position: absolute;
    top: 13.75em;
    right: -13.4em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1180px) {
  .banner-advert {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Box
  ------------------------------------------------------------------------------*/
  .box {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .box:last-child {
    margin-bottom: 0;
  }
  .box .box-section {
    border-top: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    clear: both;
    margin: 14px -20px 0;
    padding: 14px 20px 0;
  }

  .box-header {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }

  /* alternative box */
  .box-alt {
    padding: 8px 7px;
  }
  .box-alt .box-header {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: -8px -7px 8px -7px;
    padding: 6px 7px;
  }

  .box-primary {
    background-color: #b3dcf5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d7ecfa), to(#b3dcf5));
    background-image: -webkit-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -moz-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -ms-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -o-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: linear-gradient(top, #d7ecfa, #b3dcf5);
    border: 1px solid #70bced;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    color: #333333;
    margin: 14px 0;
    padding: 14px 20px;
  }
  .box-primary .box-section {
    border-top: 1px solid #70bced;
    -webkit-box-shadow: inset 0 1px 0 0 #d7ecfa;
    -moz-box-shadow: inset 0 1px 0 0 #d7ecfa;
    box-shadow: inset 0 1px 0 0 #d7ecfa;
  }

  .box-secondary {
    border: 1px solid #D7D6D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 14px 0;
    padding: 14px 20px;
  }
  .box-secondary:not(.surrounding-box) {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
  }
  .box-secondary .box-section {
    border-top: 1px solid #D7D6D6;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
  }

  .confirmation-box {
    background: #f1f6e6;
    border: 1px solid #71AB0B;
    border-radius: 2px;
    padding-top: 9px;
  }
  .confirmation-box p:first-child {
    margin-top: 10px;
  }
  .confirmation-box h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .confirmation-box.styled-checkmark {
    zoom: 1;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/checkmark-green.png) no-repeat 12px 12px #f1f6e6;
    line-height: 1.5em;
  }
  .confirmation-box.styled-checkmark:before, .confirmation-box.styled-checkmark:after {
    content: "";
    display: table;
  }
  .confirmation-box.styled-checkmark:after {
    clear: both;
  }
  .confirmation-box.styled-checkmark h2,
  .confirmation-box.styled-checkmark p {
    margin-left: 28px;
  }
  .confirmation-box.styled-checkmark h2:first-child,
  .confirmation-box.styled-checkmark p:first-child {
    margin-top: 0;
  }
  .confirmation-box.styled-checkmark > a {
    float: right;
  }
  .confirmation-box.styled-checkmark > a:before {
    content: '\00BB\0020';
  }

  .popup-box {
    background: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 20px solid black;
    /* some browsers don't understand rgba */
    border: 20px solid rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 10000;
    display: none;
    width: 35%;
    max-width: 67rem;
    line-height: 2rem;
  }

  .popup-box .btn-monster {
    margin-top: 1em;
  }

  .popup-box .closeTrigger {
    position: absolute;
    right: 20px;
    /* IE8 */
    right: 2rem;
  }

  .popup-box-bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Browsing Area ('jump to' box)
  ------------------------------------------------------------------------------*/
  .browse {
    margin: 25px 0 25px 0;
    position: relative;
    zoom: 1;
  }
  .browse p {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .browse p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .browse form {
    zoom: 1;
    margin-bottom: 1em;
  }
  .browse form:before, .browse form:after {
    content: "";
    display: table;
  }
  .browse form:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .browse form {
    /* MQ: Widescreen */
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .browse label {
    cursor: text;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .browse .field {
    float: left;
    margin-right: 6px;
  }
  .browse .field .error-message {
    bottom: 32px;
  }
  .browse input.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    width: 86px;
  }
  .browse .search-submit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5042px no-repeat;
    border: 1px solid #0176c3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 24px;
    width: 29px;
  }
  .browse .search-submit:hover, .browse .search-submit:focus {
    border-color: #0266a8;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4994px no-repeat;
  }
  .browse .search-submit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4951px no-repeat;
    border-color: #0266a8;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .browse .all {
    /* MQ: Widescreen */
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 13px;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .browse-no-search .all {
    /* MQ: Widescreen */
    float: right;
  }
}
@media screen and (min-device-width: 320px) {
  .browse-no-search p {
    display: block;
    margin-bottom: 8px;
  }

  /* Book Series page
  ------------------------------------------------------------------------------*/
  /* browse */
  #book-series .browse input.text {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Buttons with text
   ------------------------------------------------------------------------------*/
  /* basics (grey) - essential class for every button, other .btn-* are optional */
  .btn {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    height: 21px;
    line-height: 1.7;
    padding: 1px 10px 0;
    white-space: nowrap;
  }
  .btn:hover, .btn:focus, .btn:active {
    border-color: #999999;
    color: #333333;
    text-decoration: none;
  }
  .btn:active, .btn.act {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }
  .ie9 .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=0,color=#000000,strength=5);";
  }

  button.btn {
    height: 24px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }
  button.btn.disabled {
    background-image: -webkit-linear-gradient(top, #d7d7d7, #b4b4b4);
    background-color: none;
    border: 1px solid #b3b3b3;
  }

  /* Primary buttons */
  .btn-primary {
    background: #0176c3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38a0e5), to(#0176c3));
    background-image: -webkit-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -moz-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -ms-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -o-linear-gradient(top, #38a0e5, #0176c3);
    background-image: linear-gradient(top, #38a0e5, #0176c3);
    border-color: #0176c3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.act {
    background-color: #0266a8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38a0e5), to(#0266a8));
    background-image: -webkit-linear-gradient(top, #38a0e5, #0266a8);
    background-image: -moz-linear-gradient(top, #38a0e5, #0266a8);
    background-image: -ms-linear-gradient(top, #38a0e5, #0266a8);
    background-image: -o-linear-gradient(top, #38a0e5, #0266a8);
    background-image: linear-gradient(top, #38a0e5, #0266a8);
    border-color: #0266a8;
    color: #ffffff !important;
  }

  /* close */
  .btn-close:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/close_icon.png) no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 0 7px -1px 0;
    width: 11px;
  }

  /* dropdown */
  .btn-dd {
    cursor: pointer;
    position: relative;
  }
  .btn-dd:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGklEQVQImWP4jwcwMDAwMOCUgAGcEsgKkPkA9no/wdzS4fwAAAAASUVORK5CYII=") no-repeat right top;
    content: '';
    display: inline-block;
    height: 6px;
    width: 33px;
  }
  .btn-dd .menu {
    background: #FFF;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    min-width: 100%;
    z-index: 5;
  }
  .no-js .btn-dd:hover .menu {
    display: block;
  }
  .btn-dd .menu a {
    display: block;
    padding: 4px 11px;
  }
  .btn-dd .menu a:before {
    content: '\00BB\0020';
  }
  .btn-dd .menu a:hover {
    background: #edf5fb;
    text-decoration: none;
  }

  /* red version - for enforced login - only applied on hover*/
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    background: #EA0707 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_red_ea0707_c50606.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EA0707), to(#C50606));
    background-image: -webkit-linear-gradient(top, #EA0707, #C50606);
    background-image: -moz-linear-gradient(top, #EA0707, #C50606);
    background-image: -ms-linear-gradient(top, #EA0707, #C50606);
    background-image: -o-linear-gradient(top, #EA0707, #C50606);
    background-image: linear-gradient(top, #EA0707, #C50606);
    border-color: #c40606;
    -webkit-box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    -moz-box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    color: #FFF;
    text-shadow: 1px 1px 0 #A40505;
  }
  .btn-red:active {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }

  /* monster */
  .btn-monster {
    font-size: 15px;
    font-size: 1.5rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }

  button.btn-monster {
    height: 31px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

  /* Buttons / Links with add icon */
  .btn-add:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4272px no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 6px;
    position: relative;
    top: 1px;
    width: 11px;
  }

  /* higher buttons in lightboxes */
  .facet-expanded .facet-header .btn,
  .lb .mod-hd .btn,
  #cboxContent .functions-bar .btn,
  #reader-buttons .btn {
    height: 25px;
  }

  .btn-link {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0176c3;
    padding-left: 0;
  }

  /* Buttons without text
  ------------------------------------------------------------------------------*/
  .remove-btn {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1675px no-repeat;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
  .remove-btn:hover, .remove-btn:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1649px no-repeat;
  }
  .remove-btn:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1623px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Pillow-emboss button
    ------------------------------------------------------------------------------*/
  .pillow-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    opacity: 1;
    padding: 0 15px;
    visibility: visible;
    white-space: nowrap;
  }
  .ie9 .pillow-btn {
    filter: none;
  }
  .pillow-btn:hover {
    border-color: #bcbcbc;
  }
  .pillow-btn.pillow-btn-active {
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #dcdcdc;
    border: none;
    padding: 1px 16px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Checkmarks list
  ------------------------------------------------------------------------------*/
  .checkmarks li {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/checkmark.png) no-repeat 0 2px;
    margin-top: 7px;
    padding-left: 23px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Content item list
  ------------------------------------------------------------------------------*/
  .content-item-list {
    /* list item */
    /* content type */
    /* title */
    /* snippet, subtitle, coverage */
    /* meta (authors, enumeration) */
    /* actions */
    /* list item with cover */
    /* list item without access */
  }
  .content-item-list li {
    zoom: 1;
    border-top: 1px solid #dcdcdc;
    padding: 12px 10px 15px 10px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .content-item-list li:before, .content-item-list li:after {
    content: "";
    display: table;
  }
  .content-item-list li:after {
    clear: both;
  }
  .content-item-list li:hover {
    background-color: #FBFBFB;
    -webkit-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
  }
  .content-item-list li:first-child {
    border-top: 0;
  }
  .content-item-list .content-type {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .content-item-list h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 0 8px;
  }
  .content-item-list .snippet,
  .content-item-list .subtitle,
  .content-item-list .coverage {
    color: #777777;
    line-height: 1.6;
    margin-top: 7px;
  }
  .content-item-list .subtitle + .coverage {
    margin-top: 0;
  }
  .content-item-list .meta {
    line-height: 1.2;
    margin-top: 3px;
  }
  .content-item-list .meta a {
    color: #333333;
  }
  .content-item-list li .authors a,
  .content-item-list li .editors a {
    border-bottom: 0;
    color: #333333;
  }
  .content-item-list li .authors a:hover,
  .content-item-list li .editors a:hover {
    text-decoration: underline;
  }
  .content-item-list .cited-count {
    font-style: normal;
  }
  .content-item-list .actions {
    margin-top: 12px;
  }
  .content-item-list .action {
    margin-right: 18px;
  }
  .content-item-list li.has-cover .text {
    margin-left: 90px;
  }
  .content-item-list li.has-cover .cover {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    float: left;
    width: 68px;
  }
  .content-item-list .no-access,
  .content-item-list .no-access:hover {
    /* keep the yellow bgcolor on hover */
    background-color: #fffdf4;
    padding-top: 7px;
  }
  .content-item-list .no-access .content-type {
    margin: -15px 0 10px 28px;
  }
  .content-item-list .no-access-message {
    background: #fff9e0;
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    margin: -7px -13px 0 -7px;
    /* according to the padding of the li */
    padding: 6px 13px 0 0;
    text-align: right;
  }
  .content-item-list .no-access-message img {
    position: absolute;
    top: 1px;
    left: 10px;
  }

  /* Featured
  ------------------------------------------------------------------------------*/
  .featured {
    margin-top: 35px;
    /* list */
    /* tooltip */
    /* tooltip content */
  }
  .featured h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 27px;
  }
  .featured ul {
    zoom: 1;
  }
  .featured ul:before, .featured ul:after {
    content: "";
    display: table;
  }
  .featured ul:after {
    clear: both;
  }
  .featured li {
    display: inline-block;
    margin-left: 10%;
    /* Math: 64 / 591 */
    position: relative;
    z-index: 5;
    width: 16.4128595601%;
    /* Math: 97 / 591 */
    zoom: 1;
  }
  .lt-ie8 .featured li {
    display: block;
    float: left;
  }
  .featured li:first-child {
    margin-left: 0.846023688663%;
  }
  .featured li img {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    max-width: 100%;
  }
  .featured li:hover {
    z-index: 15;
  }
  .ie7 .featured li:hover {
    z-index: 5;
  }
  .featured li:hover .tooltip {
    display: block;
    top: 110px;
  }
  .featured .content-type {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .featured h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 3px;
  }
  .featured .coverage {
    color: #777777;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .featured .meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .featured .meta a {
    color: #333333;
  }
  .featured .date {
    color: #666666;
  }

  /* Ranked Item List (based on content-item-list): Most Read & Rec. published
  ------------------------------------------------------------------------------*/
  .ranked h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
  }
  .ranked .content-item-list h3 {
    line-height: 1.4;
    margin-top: 4px;
  }
  .ranked .content-item-list .date {
    color: #666666;
  }
  .ranked .show-all {
    background: #f8f8f8 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_ffffff_f8f8f8.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -moz-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -ms-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -o-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: linear-gradient(top, #FFFFFF, #f8f8f8);
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #D7D6D6;
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: inset 0 -1px 0 0 #FFF;
    padding: 14px 7px;
    text-align: right;
  }
  .ranked .show-all a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ranked .show-all a:before {
    content: '\00BB\0020';
  }

  /* Related list (in expander)
  ------------------------------------------------------------------------------*/
  #related-list {
    list-style-type: decimal;
    margin-top: -10px;
    padding-left: 1.5em;
  }
  #related-list li {
    border-top: 1px solid #dcdcdc;
    line-height: 1.5;
    padding: 10px 0 9px 0;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #related-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}
@media screen and (min-device-width: 320px) {
  #related-list li:first-child {
    border-top: 0;
  }
  #related-list .date {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #related-list .date {
    /* MQ: Tablet */
    position: absolute;
    right: 0;
    top: 12px;
  }
}

@media screen and (min-device-width: 320px) {
  #related-list.cited-by li {
    padding-right: 0;
  }

  /* Chapter list (table of contents)
  ------------------------------------------------------------------------------*/
  .document-main .col-main .toc h2 span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .toc {
    margin-top: 30px;
    /* functions bar with pagination */
    /* list */
    /* headlines for parts */
    /* item */
    /* no access */
  }
  .toc h2,
  .toc h3 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 10px;
  }
  .toc .functions-bar-top {
    margin: -11px 0 5px;
  }
  .toc ol ol {
    border: 0;
  }
  .toc ol ol ol {
    margin-bottom: 5px;
  }
  .toc ol ol h3,
  .toc ol ol ol {
    margin-left: 30px;
  }
  .toc li,
  .toc li li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  .toc li:first-child,
  .toc ul li,
  .toc ul li:first-child {
    border-top: 0;
    /* removes the double border at the top of the list (h2 has already one) */
  }
  .toc h3 {
    border-bottom: 1px solid #FFF;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 5px 10px;
  }
  .cms-lang-jp .toc h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .toc .toc-item + h3 {
    border-top: 1px solid #dcdcdc;
    margin-top: 5px;
  }
  .toc .toc-item {
    padding: 12px 15px 13px 10px;
    position: relative;
    zoom: 1;
  }
  .toc .toc-item:hover {
    background-color: #FBFBFB;
    -webkit-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
  }
  .toc .content-type {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  .toc .page-range,
  .toc .citation-info {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 20px;
    bottom: 13px;
  }
  .toc h3.title {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .toc .title,
  .toc h3.content-type,
  .toc h4.content-type {
    /* bg, bb, ff & padding are reset, Karl: review; h4.content-type for book front/back matter */
    background: none;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 3px 0 0 0;
    padding: 0;
  }
  .toc h3.content-type,
  .toc h4.content-type {
    margin: 0 !important;
  }
  .toc .abstract-content {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 3px 0 0 0;
  }
  .toc .abstract-content img {
    max-width: 100%;
  }
  .toc ul.authors {
    margin: 3px 80px 0 0;
  }
  .toc .toc-item .authors a {
    /* .toc-item for higher specifity */
    border-bottom: 0;
    text-decoration: none;
  }
  .toc .toc-item .authors a:hover,
  .toc .toc-item .authors a:focus {
    text-decoration: underline;
  }
  .toc .meta {
    margin-right: 100px;
    margin-top: 5px;
  }
  .toc .actions {
    margin-top: 10px;
  }
  .toc .no-access {
    background-color: #fffdf4;
  }
  .toc .no-access .page-range {
    bottom: 17px;
  }
  .toc .no-access .content-type {
    margin-top: -15px;
    margin-left: 26px;
  }
  .toc .no-access .title {
    margin-top: 7px;
  }
  .toc .no-access-message {
    background: #fff9e0;
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    margin: -12px -15px 0 -5px;
    padding: 6px 15px 0 0;
    text-align: right;
  }
  .toc .no-access-message img {
    left: 7px;
    position: absolute;
    top: 1px;
  }

  /* About this (in expander)
  ------------------------------------------------------------------------------*/
  .summary {
    zoom: 1;
  }
  .summary:before, .summary:after {
    content: "";
    display: table;
  }
  .summary:after {
    clear: both;
  }
  .summary dl {
    line-height: 1.5;
    margin: 0 0 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .summary dl {
    /* MQ: Tablet */
    display: inline;
    float: left;
    margin: 0 0 0 2.32558139535%;
    /* Math: 20 / 860 */
    width: 30.2325581395%;
    /* Math: 260 / 860 */
  }
}
@media screen and (min-device-width: 320px) {
  .summary dl:first-child {
    margin-left: 0;
  }
  .summary dt {
    border-top: 1px solid #dcdcdc;
    font-weight: bold;
    margin: 10px 0 2px;
    padding-top: 10px;
  }
  .summary dt:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .summary dd {
    color: #666666;
    word-wrap: break-word;
  }
  .summary a:before {
    content: '\00BB\0020';
  }
  .summary .authors a:before,
  .summary .editors a:before {
    content: '';
  }
  .summary .authors li a:first-child,
  .summary .editors a {
    border-bottom: 1px solid #D7D6D6;
  }
  .summary .authors li a:first-child:hover,
  .summary .editors a:hover {
    border-color: #666666;
    text-decoration: none;
  }

  /* References (in expander)
  ------------------------------------------------------------------------------*/
  #abstract-references .enumeration {
    font-style: italic;
    margin-right: 10px;
  }

  #abstract-references li a,
  .report-download a {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
  #abstract-references li a:before,
  .report-download a:before {
    content: '\00BB\0020';
  }

  #abstract-references li a:before,
  .report-download a {
    white-space: nowrap;
  }

  /* Material list / Supplementary materials (in expander)
  ------------------------------------------------------------------------------*/
  .material-list li {
    border-top: 1px solid #dcdcdc;
    line-height: 1.5;
    min-height: 34px;
    padding: 10px 0 9px 37px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .material-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}

@media screen and (min-device-width: 320px) {
  .material-list li:first-child {
    border-top: 0;
  }

  /* type icons */
  .material-list .icon {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2261px no-repeat;
    height: 34px;
    position: absolute;
    left: 0;
    top: 11px;
    width: 26px;
  }

  .material-list li.type-audio .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -397px no-repeat;
  }

  .material-list li.type-video .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3328px no-repeat;
  }

  /* filesize */
  .material-list .filesize {
    color: #999999;
  }

  /* Abstract
  ------------------------------------------------------------------------------*/
  /* beautify messy content - visually reduce too much line breaks */
  .abstract-content br + br,
  .abstract-content ul > br {
    display: none;
  }

  /* Formatted content
  ------------------------------------------------------------------------------*/
  .formatted {
    /* paragraphs */
    /* lists */
  }
  .formatted h3 {
    margin-top: 10px;
  }
  .formatted p {
    line-height: 1.6;
    margin-top: 10px;
  }
  .formatted h3 + p,
  .formatted p:first-child {
    margin-top: 0;
  }
  .formatted li p {
    margin: 0;
  }
  .formatted ol,
  .formatted ul {
    margin-top: 10px;
    padding-left: 1.6em;
  }
  .formatted ol {
    list-style-type: decimal;
  }
  .formatted ul {
    list-style-type: disc;
  }
  .formatted li {
    line-height: 1.5;
    margin-top: 7px;
  }
  .formatted li:first-child {
    margin-top: 0;
  }

  /*images*/
  .figure img {
    max-width: 98%;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .figure img {
    /* MQ: Widescreen */
    max-width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  /* Introduction ('Home' & 'Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  #intro {
    margin: 0 27px 24px 0;
  }
  #intro p {
    color: #999999;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  /* Notes
  ------------------------------------------------------------------------------*/
  .notes {
    border-top: 1px solid #dcdcdc;
    color: #777777;
    font-style: italic;
    list-style: outside disc;
    margin: 10px 0 20px;
    padding: 18px 0 0 15px;
  }
  .browse + .notes {
    border-top: 0;
    padding-top: 0;
  }
  .notes li + li {
    margin-top: 0.75em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Dialog prompt for 'are you sure?' situations
  ------------------------------------------------------------------------------*/
  .check-prompt {
    display: none;
  }

  .lb.check-prompt-content {
    width: 298px;
  }

  .check-prompt-content p {
    margin-bottom: 15px;
  }

  .check-prompt-content .btn {
    margin-right: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  .expander {
    margin: 0 -12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .expander {
    /* MQ: Tablet */
    margin: 5px 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* title */
  .expander-title {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border-bottom: 1px solid #DBDBDA;
    border-top: 1px solid #DBDBDA;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    margin-bottom: -1px;
    padding: 14px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .expander-title {
    /* MQ: Tablet */
    border: 1px solid #EEECEC;
    height: 26px;
    magrin-bottom: 0;
    padding: 0;
  }
}

@media screen and (min-device-width: 320px) {
  .js .expander-title:hover {
    border-color: #cccccc;
  }

  .expander-title div {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/expander_arrows.png) no-repeat 20px -44px;
    border-top: none;
    display: block;
    font-weight: bold;
    padding: 0 5px 0 34px;
  }

  .expander-loading div.expander-title div {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/loading_expander.gif) no-repeat 12px 5px;
  }

  .no-js .expander-title div {
    background: none;
  }

  .js .expander-content {
    display: none;
  }

  .expander-open .expander-content {
    display: block;
  }

  .expander-title h2,
  #dashboard-area .expander-title h2 {
    color: #0176c3;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 !important;
  }

  .expander-title h2 span {
    color: #333333 !important;
    font-weight: normal;
  }

  /* open */
  .expander-open .expander-title div {
    background-position: 20px 10px;
  }

  /* empty */
  .expander-empty .expander-title,
  .expander-empty .expander-title h2 {
    color: #999999;
  }

  .expander-empty .expander-title div {
    background-position: 20px -94px;
  }

  .expander-empty .expander-title:hover {
    border-color: #EEECEC;
    /* apply default color if empty */
    cursor: default;
  }

  .show-more {
    margin: 0 0 0 19px;
  }

  /* abstract expander styles */
  .document-aside .expander-title div {
    padding-left: 4.25531914894%;
    /* Math: 40 / 940 */
  }

  .document-aside .expander-content-inner {
    padding: 15px 4.25531914894% 10px;
    /* Math: 40 / 940 */
  }

  /* Journal All Volumes & Issues Expanders */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #journal-volumes-issues .col-main .expander {
    /* MQ: Tablet */
    margin-left: -40px;
    /* reset padding */
    margin-right: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  #journal-volumes-issues .col-main .meta + .expander {
    margin-top: 30px;
  }

  #journal-volumes-issues .col-main .expander-title div {
    padding-left: 40px;
  }

  .issues-list {
    margin-left: 20px;
    margin-right: 25px;
  }

  .issues-list li {
    border-top: 1px solid #dcdcdc;
    list-style: none;
    margin: 0;
    padding: 10px 0 12px 0;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .issues-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}

@media screen and (min-device-width: 320px) {
  .issues-list li:first-child {
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Enumeration */
  #enumeration {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: no-wrap;
    width: 100%;
  }
  #enumeration a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #enumeration a {
    /* MQ: Widescreen */
    color: #333333;
  }
}
@media screen and (min-device-width: 320px) {
  .col-main:hover #enumeration a {
    color: #0176c3;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Facets
  ------------------------------------------------------------------------------*/
  .facet {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    margin-top: 13px;
  }

  /* header */
  .facet-header {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFF;
    box-shadow: inset 0 1px 0 0 #FFF;
    padding: 6px 10px;
    position: relative;
  }
  .facet-header h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  .facet-header .all {
    color: #333333;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    position: absolute;
    right: 10px;
    top: 7px;
  }

  /* list */
  .facet ol li {
    border-top: 1px solid #E9E9E9;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  .facet ol li:first-child {
    border-top: 0;
  }
  .facet ol li a {
    border: 1px solid #FFF;
    color: #333333;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  .facet-title {
    display: block;
    line-height: 1.1;
    padding: 5px 55px 5px 10px;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
  }

  .facet-amount {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10;
  }

  .facet-percentage {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-indent: -999em;
  }

  /* facet mouseover and click */
  .facet ol li a:hover {
    text-decoration: none;
  }

  .facet li a:hover .facet-title {
    color: #ee7d11;
  }

  /* facet active */
  .facet-active .facet-title {
    color: #ee7d11;
    font-weight: bold;
    padding-right: 25px;
  }

  .facet-active .facet-amount {
    display: none;
  }

  .facet-active a:hover .remove {
    background-position: 0 -50px;
  }

  .facet-active a:active .remove {
    background-position: 0 -75px;
  }

  /* remove (maybe move this part to the global elements section if also used on other pages) */
  .remove {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/remove_icons.png) no-repeat;
    height: 14px;
    width: 14px;
  }

  .remove:hover {
    background-position: 0 -50px;
  }

  .facet .remove {
    position: absolute;
    right: 9px;
    bottom: 4px;
    z-index: 5;
  }

  /* expanded facet */
  .facet-expanded {
    border-color: #cccccc;
    margin: 24px auto;
    width: 99.8%;
  }
  .facet-expanded .facet-header {
    border-bottom: 1px solid #BBBCBD;
    padding: 11px 20px;
  }
  .facet-expanded .facet-header h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .facet-expanded .facet-header .btn {
    position: absolute;
    right: 8px;
    top: 5px;
  }
  .facet-expanded .functions-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .facet-expanded .facet-header + .functions-bar {
    /* top bar */
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1px;
  }
  .facet-expanded ol + .functions-bar {
    /* bottom bar */
    border-top: 1px solid #dcdcdc;
    margin-top: 1px;
  }
  .facet-expanded li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .facet-expanded .facet-title {
    padding: 5px 18px;
  }

  /* expanded facet in the lightbox */
  #cboxLoadedContent .facet-expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  #cboxLoadedContent .facet-expanded .functions-bar-top .field .error-message {
    bottom: auto;
    top: 28px;
  }

  #cboxLoadedContent .facet-expanded .functions-bar-top .field .error-message:after {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/error_tooltip_up.png) no-repeat;
    bottom: auto;
    top: -13px;
  }

  /* highlight animation */
  .facet .highlight-area {
    background: #ee7d11;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
  }

  .facet-expanded li a:active {
    background-color: #ee7d11;
  }

  .facet-expanded li a:active .facet-title {
    color: #FFF;
  }

  .facet-expanded li a:active .facet-percentage,
  .facet-expanded li a:active .facet-amount {
    visibility: hidden;
  }

  /* Expanded facet - search filter */
  .search-filter input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    margin-left: 10px;
    padding-left: 7px;
    width: 43.3996383363%;
    /* Math: 240 / 553 */
  }

  .search-filter input[type=text] {
    margin-right: -1px;
  }

  .search-filter .search-submit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5066px no-repeat;
    border: 0 none;
    display: inline;
    margin-left: -5px;
    width: 24px;
  }

  .search-filter .search-submit:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4610px no-repeat;
  }

  .search-filter .search-submit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4584px no-repeat;
  }

  .search-filter .ui-autocomplete {
    left: 20px;
    line-height: 1;
    top: 28px !important;
    width: 59.6745027125%;
    /* Math: 330 / 553 */
  }

  .search-filter .ui-autocomplete li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* Graphing module for date published
  ------------------------------------------------------------------------------*/
  .publication-date-range {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border-top: 1px solid #dadbdb;
    margin-top: -36px;
    padding: 35px 10px 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #pub-date-graph {
    /* MQ: Widescreen */
    display: block;
    margin: 0 10px 17px 10px;
  }
  .lt-ie8 #pub-date-graph {
    display: none;
  }
}

@media screen and (min-device-width: 320px) {
  .tickLabel {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .tickLabel:first-child {
    font-weight: bold;
    left: -16px !important;
  }

  .tickLabel:last-child {
    font-weight: bold;
    left: auto !important;
    right: -18px !important;
  }

  /* Loading
  ------------------------------------------------------------------------------*/
  .facet-link.loading .remove,
  .facet-link.loading:hover .remove,
  .facet-link.loading .facet-amount {
    display: none;
  }

  .facet-link .loading {
    height: 14px;
    position: absolute;
    right: 12px;
    top: 4px;
    width: 14px;
    z-index: 5;
  }

  #results .col-main .facet-link .loading {
    right: 0;
    top: 1px;
  }

  #wrapper #content .facet-link.loading,
  .page-wrapper #content .facet-link.loading {
    background: none;
  }

  #global-search img.loading {
    height: 20px;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 20px;
    z-index: 5;
  }

  img.loading {
    height: 14px;
    position: absolute;
    right: 7px;
    top: 5px;
    width: 14px;
    z-index: 5;
  }

  .search-filter img.loading {
    right: 262px;
    top: 10px;
  }

  #date-facet-submit-wrapper {
    float: left;
    position: relative;
  }

  #date-facet img.loading {
    left: 5px;
    top: 5px;
  }

  .search-filter .search-submit.loading,
  .search-filter .search-submit.loading:hover,
  .search-filter .search-submit.loading:focus,
  #date-facet .search-submit.loading,
  #date-facet .search-submit.loading:hover,
  #date-facet .search-submit.loading:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4781px no-repeat;
  }

  .bar-actions .search-submit.loading,
  .bar-actions .search-submit.loading:hover,
  .bar-actions .search-submit.loading:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5018px no-repeat;
  }

  /* Filtered message
  ------------------------------------------------------------------------------*/
  .filtered-message {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border: 1px solid #D7D6D6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFF;
    box-shadow: inset 0 1px 0 0 #FFF;
    margin-top: 14px;
    padding: 14px;
    position: relative;
  }
  .filtered-message p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  /* Bars (on the homepage)
  ------------------------------------------------------------------------------*/
  .bars li {
    border-top: 1px solid #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }

  .bars li:first-child {
    border-top: 0;
  }

  .bars a {
    background-color: #eaeaea;
    display: block;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  .bars a:hover {
    background-color: #E4E4E4;
  }

  .bar-title {
    color: #333333;
    display: block;
    line-height: 1;
    padding: 6px 70px 6px 12px;
    position: relative;
    z-index: 10;
  }

  .bar-amount {
    color: #666666;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
  }

  .bar-percentage {
    background-color: #CACACA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#B9B9B9));
    background-image: -webkit-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -moz-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -ms-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -o-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: linear-gradient(top, #CACACA, #B9B9B9);
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-indent: -999em;
  }

  /* Subjects navigation (Verticals and Disciplines)
  ------------------------------------------------------------------------------*/
  /* tab links */
  .categories-tab {
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
    text-indent: 18px;
    width: 49.7%;
  }

  a.categories-tab {
    background: #F3F3F3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-top: none;
  }

  a.categories-tab:hover,
  a.categories-tab:focus {
    background: #EDEDED url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
    color: #0176c3;
    text-decoration: none;
  }

  a.first-tab {
    border-left: none;
  }

  a.last-tab {
    border-right: none;
  }

  /* link to other */
  .categories .back-link {
    margin: 15px 0 0 20px;
  }

  /* header */
  .categories .box-header {
    color: #666666;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0 10px 18px;
  }

  /* list */
  .categories {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories {
    /* MQ: Tablet */
    padding-bottom: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories ol {
    margin: 14px 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories ol {
    /* MQ: Tablet */
    margin: 0 14px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #eee;
    margin-bottom: 1px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li {
    /* MQ: Tablet */
    border: none;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li a {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/action_arrow_right.png) no-repeat 8px 20px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 14px 0 14px 24px;
    word-wrap: break-word;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li a {
    /* MQ: Tablet */
    background-position: 5px 10px;
    padding: 4px 5px 4px 17px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li a:hover {
    background-position: 12px 13px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li a:hover {
    /* MQ: Tablet */
    background-position: 5px 3px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a {
    background-position: 12px 18px;
    /*width: 78.3582089552%;   /* Math: 210 / 268 */
    padding-right: 45px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a {
    /* MQ: Tablet */
    background-position: 4px 8px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a:hover {
    background-position: 12px 11px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a:hover {
    /* MQ: Tablet */
    background-position: 4px 1px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a span {
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 5;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a span {
    /* MQ: Tablet */
    right: 4px;
    top: 4px;
  }
}

@media screen and (min-device-width: 320px) {
  .single-level li:hover,
  .multi-level li li:hover {
    background-color: #0176c3;
    color: #FFF;
    text-decoration: none;
  }

  .single-level li:hover a,
  .multi-level li li:hover a {
    color: #FFF;
    text-decoration: none;
  }

  .multi-level h3 {
    margin: 15px 0 7px 4px;
  }

  .tab-content-first,
  .tab-content-last {
    clear: both;
    overflow: hidden;
  }

  /* Collapsing categories (e.g industry sector pages */
  .show-nav,
  .collapse-nav {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/double_arrow.png) no-repeat 50% -18px;
    border-top: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    display: none;
    height: 26px;
    margin: 15px 0 -10px 0;
    width: 100%;
  }

  .show-nav:hover {
    background-color: #edf5fb;
    background-position: 50% -68px;
  }

  .collapse-nav {
    background-position: 50% 7px;
  }

  .collapse-nav:hover {
    background-color: #edf5fb;
    background-position: 50% -43px;
  }

  .js .hide-nav {
    display: none;
  }

  .js .show-nav {
    display: block;
  }

  .ie6 .categories li a {
    background: none;
    padding: 4px 5px 4px 8px;
  }

  /* JS version of multi-level catergories */
  .js .multi-level ul {
    display: none;
    margin-left: 14px;
  }
  .js .multi-level ul a {
    width: auto;
  }
  .js .multi-level h3 {
    color: #0176c3;
    cursor: pointer;
    margin: -2px;
    padding: 4px 5px 4px 5px;
  }
  .js .multi-level h3:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/rd/images/expander_arrows.png) no-repeat 4px -44px;
    content: '';
    width: 16px;
    height: 18px;
    display: inline-block;
  }
  .js .multi-level h3:hover {
    background: #0176c3;
    color: #fff;
  }
  .js .multi-level h3:hover:before {
    background-position: 4px -331px;
  }
  .js .multi-level h3.is-open:before {
    background-position: 0 10px;
  }
  .js .multi-level h3.is-open:hover:before {
    background-position: 0 -384px;
  }

  /* Content Type Links ('Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  .content-types {
    margin: -10px 0 34px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types {
    /* MQ: Widescreen */
    margin-left: 8px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types h2 {
    color: #999999;
    border-bottom: 2px solid #999999;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 3% 5px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 {
    /* MQ: Tablet */
    border-bottom: none;
    border-right: 2px solid #999999;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types h2 {
    /* MQ: Widescreen */
    padding-right: 26px;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 .content-types h2 {
    float: left;
    /* Annoying fix for ie6/7 otherwise it looks bad */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 span {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a span {
    display: block;
  }
  .content-types a {
    border-right: 1px solid #dcdcdc;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 22px 6px 18px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types a {
    /* MQ: Tablet */
    padding: 6px 3% 6px 2%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types a {
    /* MQ: Widescreen */
    padding: 6px 30px 6px 22px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Flyout
    ------------------------------------------------------------------------------*/
  .flyout {
    float: left;
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout {
    /* MQ: Tablet */
    float: none;
  }
}

@media screen and (min-device-width: 320px) {
  .flyout-caption {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 3px;
    outline: none;
    padding: 12px 0 12px 16px;
    position: relative;
    z-index: 5;
  }
  .flyout-caption:hover, .flyout-caption:focus {
    color: #bcbcbc;
  }
  .flyout-caption:focus {
    outline: 1px dotted;
  }
  .is-open .flyout-caption:focus {
    outline: none;
  }
  .flyout-caption:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2393px no-repeat;
    display: block;
    content: "";
    float: right;
    width: 7px;
    height: 5px;
    margin: 4px 5px 0 9px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout-caption:before {
    /* MQ: Tablet */
    margin-right: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  .flyout-caption:hover:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2386px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .flyout-caption {
    /* MQ: Widescreen */
    color: #666666;
    padding: 0;
  }
  .flyout-caption:hover {
    color: #333333;
  }
  .flyout-caption:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2400px no-repeat;
  }
  .flyout-caption:hover:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2379px no-repeat;
  }
  .lt-ie8 .flyout-caption {
    margin-right: 15px;
  }
}

@media screen and (min-device-width: 320px) {
  .no-js .flyout:hover .flyout-caption,
  .is-open .flyout-caption {
    color: #666666;
  }

  .flyout-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3.4em 10px .5em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout-content {
    /* MQ: Tablet */
    min-width: 150px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .flyout-content {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    border-color: #dcdcdc;
    left: auto;
    right: 0;
    top: -.35em;
    z-index: 10;
    padding-top: 2em;
  }
}
@media screen and (min-device-width: 320px) {
  .flyout-content ul,
  .flyout-content ol {
    border-top: 1px solid #E4E4E4;
    padding-top: 4px;
  }
  .flyout-content > ul > li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .flyout-content > ul > li {
    /* MQ: Widescreen */
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) {
  .flyout-content > ul > li a {
    color: #666666;
    display: block;
    padding: 6px 9px;
  }
  .flyout-content > ul > li a:hover, .flyout-content > ul > li a:focus {
    background: #f1f1f1;
  }

  /* show on hover (.is-open is used by js logic) */
  .no-js .flyout:hover .flyout-caption,
  .flyout.is-open .flyout-caption {
    z-index: 15;
  }
  .no-js .flyout:hover .flyout-content,
  .flyout.is-open .flyout-content {
    display: block;
  }
}
label.extend-error, .form-row label.error {
  color: #C30000;
  padding: 8px 0 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: normal;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Form components
  ------------------------------------------------------------------------------*/
  .default-form {
    border: 1px solid #dcdcdc;
  }
  .box .default-form, .box-primary .default-form, .box-secondary .default-form {
    border: none;
  }

  .default-form + .default-form {
    border-top: none;
  }

  .form-section {
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 0 28px 20px 20px;
    position: relative;
  }

  .form-section:last-of-type {
    border-bottom: 1px solid #dcdcdc;
  }

  .form-row label {
    clear: both;
    color: #666666;
    display: block;
    font-weight: bold;
    padding: 20px 0 7px 0;
  }
  .form-row label.inline {
    display: inline;
    padding: 0;
    margin: 0;
  }

  .form-row input[type=text],
  .form-row input[type=email],
  .form-row input[type=password] {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row input[type=text],
  .form-row input[type=email],
  .form-row input[type=password] {
    /* MQ: Tablet */
    width: 97.4358974359%;
    /* Math: 380 / 390 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-section .multiple-input {
    float: left;
  }

  .form-section .multiple-input:first-child {
    margin: 0 34px 0 0;
  }

  .form-section .multiple-input label {
    width: 100%;
  }

  .form-section .multiple-input input {
    width: 94.3820224719%;
    /* Math: 168 / 178 */
  }

  .form-submit-section {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    padding: 12px 20px;
  }

  .form-submit-section .btn {
    margin: 0 12px 0 0;
  }

  .form-section .btn {
    margin: 12px 12px 0 0;
  }

  .form-section .btn-gray {
    top: 1px;
    position: relative;
  }

  .form-section .success-message,
  .form-section .error-message {
    margin-bottom: 20px;
  }

  .form-section input.error {
    border: 1px solid #c40606;
    -webkit-box-shadow: 0 0 3px #c40606;
    -moz-box-shadow: 0 0 3px #c40606;
    box-shadow: 0 0 3px #c40606;
  }

  .js-validation label.error span {
    background: #FFF url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cross_error.png) no-repeat 6px center;
    border: 1px solid #c40606;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    display: block;
    margin: 0;
    padding: 6px 12px 7px 26px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js-validation label.error {
    /* MQ: Tablet */
    padding: 0 0 0 13px;
    position: absolute;
    width: 43.4%;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js-validation label.error:after {
    /* MQ: Tablet */
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/error_tooltip_left.png) no-repeat left center;
    top: 50%;
    content: "";
    display: block;
    height: 23px;
    left: 1px;
    margin-top: -11px;
    position: absolute;
    width: 13px;
  }
}

@media screen and (min-device-width: 320px) {
  .ie8 .js-validation label.error:after {
    background: none;
  }

  .js-validation label.error-down:after {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/error_tooltip_down.png) no-repeat center bottom;
    bottom: -8px;
    left: 50%;
    top: auto;
  }

  .js-validation label.error.tick:after {
    display: none !important;
  }

  .js-validation .form-section label.tick {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/success_icon.png) no-repeat 0 0;
    border: none;
    padding: 0;
    position: absolute;
    height: 15px;
    width: 16px;
  }

  .progress-bar {
    background: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 10px;
    position: absolute;
    width: 76px;
  }

  .progress-bar span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    height: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
  }

  .is0 span {
    width: 0;
  }

  .is10 span {
    width: 10%;
  }

  .is20 span {
    width: 20%;
  }

  .is30 span {
    width: 30%;
  }

  .is40 span {
    width: 40%;
  }

  .is50 span {
    width: 50%;
  }

  .is60 span {
    width: 60%;
  }

  .is70 span {
    width: 70%;
  }

  .is80 span {
    width: 80%;
  }

  .is90 span {
    width: 90%;
  }

  .is100 span {
    width: 100%;
  }

  .bad span {
    background-color: #ff7575;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c40606), to(#ff7575));
    background-image: -webkit-linear-gradient(top, #c40606, #ff7575);
    background-image: -moz-linear-gradient(top, #c40606, #ff7575);
    background-image: -ms-linear-gradient(top, #c40606, #ff7575);
    background-image: -o-linear-gradient(top, #c40606, #ff7575);
    background-image: linear-gradient(top, #c40606, #ff7575);
  }

  .weak span {
    background-color: #ffe282;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffe282));
    background-image: -webkit-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -moz-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -ms-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -o-linear-gradient(top, #ffcc00, #ffe282);
    background-image: linear-gradient(top, #ffcc00, #ffe282);
  }

  .good span {
    background-color: #57c840;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b9d01), to(#57c840));
    background-image: -webkit-linear-gradient(top, #1b9d01, #57c840);
    background-image: -moz-linear-gradient(top, #1b9d01, #57c840);
    background-image: -ms-linear-gradient(top, #1b9d01, #57c840);
    background-image: -o-linear-gradient(top, #1b9d01, #57c840);
    background-image: linear-gradient(top, #1b9d01, #57c840);
  }

  /* specific forms */
  #login-register .default-form {
    max-width: 438px;
  }

  #login-register .form-section p {
    margin: 20px 0 0 0;
  }

  /* Form layout 2 */
  .form-layout-2.form-section {
    padding: 20px 0 0 0;
  }

  .form-layout-2 .form-row {
    zoom: 1;
    clear: both;
    padding: 0 28px 0 20px;
    position: relative;
  }
  .form-layout-2 .form-row:before, .form-layout-2 .form-row:after {
    content: "";
    display: table;
  }
  .form-layout-2 .form-row:after {
    clear: both;
  }

  .form-layout-2 .form-row label {
    display: block;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row label {
    /* MQ: Tablet */
    clear: none;
    display: inline-block;
    margin: 14px 4.86891385768% 14px 0;
    /* Math: 26 / 534 */
    padding: 0;
    text-align: right;
    width: 20.5992509363%;
    /* Math: 110 / 534 */
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row label.error {
    /* MQ: Tablet */
    display: block;
    margin: 0 0 7px 25.2808988764%;
    /* Math: 135 / 534 */
    max-width: 320px;
    text-align: left;
    width: 59.925093633%;
    /* Math: 320 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-row p {
    display: block;
    padding: 4px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row p {
    /* MQ: Tablet */
    display: inline-block;
    width: 59.925093633%;
    /* Math: 320 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-section-divider {
    border-top: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 5px 28px 14px 20px;
  }

  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .warning-message a {
    color: #c40606;
  }

  .form-layout-2 .form-row .warning-message a {
    text-decoration: underline;
  }

  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .success-message {
    background: none;
    border: none;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 14px 26.2172284644%;
    /* Math: 140 / 534 */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row input[type="text"],
  .form-layout-2 .form-row input[type="email"],
  .form-layout-2 .form-row input[type="password"] {
    /* MQ: Tablet */
    display: inline-block;
    margin-left: -5px;
    width: 59.5505617978%;
    /* Math: 318 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-row span.label {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    margin: 14px 26px 14px 0;
    padding: 0;
    text-align: right;
    width: 110px;
  }

  /* Editable form */
  html.js .editable-form .form-submit-section {
    display: none;
  }

  html.js .editing-form .form-submit-section {
    display: block;
  }

  html.js .form-layout-2 .form-row-editable input {
    display: none;
  }

  html.js .editing-form .form-row-editable input {
    display: inline-block;
  }

  html.js .editing-form .form-row-editable p,
  html.js .editing-form .form-row-editable .edit-link {
    display: none;
  }

  .ie6 .form-layout-2 .form-row-editable {
    zoom: 1;
  }

  .lt-ie8 .form-layout-2 .form-row-editable label {
    float: left;
    margin: 4px 26px 14px 0;
  }

  .js .form-row-editable {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #fff;
  }

  .js .edit-field,
  .js .editing-form .edit-field:hover {
    background: #fff;
    border: 1px solid #fff;
    cursor: default;
  }

  .js .edit-field:hover {
    background: #f4f4f4;
    cursor: pointer;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row .edit-link {
    /* MQ: Tablet */
    padding: 0 0 0 17px;
    position: absolute;
    top: 14px;
    right: 14px;
  }
}

@media screen and (min-device-width: 320px) {
  .lt-ie8 .form-row .edit-link {
    top: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  html.no-js .edit-link:hover,
  html.js .form-row-editable:hover .edit-link {
    /* MQ: Tablet */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2011px no-repeat;
  }
}

@media screen and (min-device-width: 320px) {
  html.no-js .editing-form .edit-link {
    display: none;
  }

  html.no-js .form-layout-2 .form-row-editable input,
  html.no-js .editable-form .form-submit-section {
    display: none;
  }

  html.no-js .editing-form .form-row-editable input {
    display: inline-block;
  }

  html.no-js .editing-form .form-submit-section {
    display: block;
  }

  .no-js .editing-form .form-row p#email-address-text,
  .no-js .editing-form .form-row p#first-name-text,
  .no-js .editing-form .form-row p#last-name-text {
    display: none;
  }

  .submit-edit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -882px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 24px;
  }

  .submit-edit:hover,
  .submit-edit:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -856px no-repeat;
  }

  .submit-edit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -830px no-repeat;
  }

  .cancel-edit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1675px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 11px;
    width: 24px;
  }

  .cancel-edit:hover,
  .cancel-edit:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1649px no-repeat;
  }

  .cancel-edit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1623px no-repeat;
  }

  .lt-ie8 .form-row .cancel-edit,
  .lt-ie8 .form-row .submit-edit {
    top: 1px;
  }

  .js-validation .form-layout-2 label.error {
    margin: 0;
    max-width: 230px;
    padding: 0 0 0 13px;
    width: auto;
  }

  .editable-form .form-section {
    border-bottom: none;
  }

  /* Change password */
  .default-form .change-password {
    border-bottom: 1px solid #dadbdb;
  }

  .form-layout-2 .change-password-link span.label {
    margin-bottom: 0;
  }

  .editing-form .change-password-link {
    border-bottom: 1px solid #dadbdb;
    margin-top: 15px;
  }

  .form-layout-2 .change-password-link .success-message {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .change-password {
    background: #F3F3F3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    display: none;
  }

  .editing-form .change-password {
    display: block;
  }

  .change-password .form-row input[type="password"] {
    width: 84.8314606742%;
    /* Math: 453 / 534 */
  }

  /* New generic form components
  ------------------------------------------------------------------------------*/
  /* form field */
  .form-field {
    margin-top: 14px;
    /* inline form field */
  }
  .form-field label {
    color: #666666;
    font-weight: bold;
  }
  .form-field input,
  .form-field select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 4px 0;
    width: 100%;
  }
  .form-field.inline-field input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    margin: 2px;
    display: inline-block;
  }
  .form-field.inline-field select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }

  /* form fields in a 2 column layout */
  .form-fields-col1 {
    zoom: 1;
  }
  .form-fields-col1:before, .form-fields-col1:after {
    content: "";
    display: table;
  }
  .form-fields-col1:after {
    clear: both;
  }
  .form-fields-col1 .form-field {
    float: left;
    width: 100%;
  }

  /* form fields in a 2 column layout */
  .form-fields-col2 {
    zoom: 1;
  }
  .form-fields-col2:before, .form-fields-col2:after {
    content: "";
    display: table;
  }
  .form-fields-col2:after {
    clear: both;
  }
  .form-fields-col2 .form-field {
    float: left;
    width: 47%;
  }
  .form-fields-col2 .form-field + .form-field {
    margin-left: 6%;
  }

  /* form fields in a 3 column layout */
  .form-fields-col3 {
    zoom: 1;
  }
  .form-fields-col3:before, .form-fields-col3:after {
    content: "";
    display: table;
  }
  .form-fields-col3:after {
    clear: both;
  }
  .form-fields-col3 .form-field {
    float: left;
    width: 30%;
  }
  .form-fields-col3 .form-field + .form-field {
    margin-left: 5%;
  }

  /* form submit */
  .form-submit {
    zoom: 1;
    margin-top: 14px;
  }
  .form-submit:before, .form-submit:after {
    content: "";
    display: table;
  }
  .form-submit:after {
    clear: both;
  }

  /* Deposit interuption
  ------------------------------------------------------------------------------*/
  .deposit-interruption.lb {
    width: 298px;
  }
  .deposit-interruption.lb .help {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .deposit-interruption form {
    display: inline;
  }
  .deposit-interruption label {
    font-weight: normal;
    color: #333;
  }
  .deposit-interruption .form-field.inline-field input {
    margin: 11px 2px 2px 4px;
  }
  .deposit-interruption .form-submit-section {
    border-top: 1px solid #dcdcda;
    margin: 20px -20px -20px;
  }

  /* Enforced Login box
  ------------------------------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .login-box {
    /* MQ: Tablet */
    width: 453px;
  }
}

@media screen and (min-device-width: 320px) {
  .login-box p em {
    color: #666666;
  }

  .login-box .mod-bd a {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    top: 3px;
  }

  .login-box form {
    border: 1px solid #dadbdb;
    margin: 15px 0 12px 0;
    padding: 0 20px;
  }

  .login-box .error-message {
    margin-top: 15px;
  }

  .login-box .form-submit-section {
    border-top: 1px solid #dadbdb;
    margin: 15px -20px 0 -20px;
    position: relative;
  }

  .login-box #auth-remember-label {
    display: block;
    line-height: 1.3;
    margin: 0 0 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .login-box #auth-remember-label {
    /* MQ: Tablet */
    position: absolute;
    top: 9px;
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .login-box #auth-remember-label em {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 0 20px;
  }

  .login-box #auth-remember-label input {
    position: relative;
    top: 2px;
    width: 14px;
  }

  .ie7 .login-box #auth-remember-label {
    text-align: right;
  }

  /* Success and error message
  ------------------------------------------------------------------------------*/
  .success-header {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/success_icon.png) no-repeat left center;
    color: #71ab0b;
    margin-top: 7px;
    padding-left: 26px;
  }

  .success-message {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/success_icon.png) no-repeat 5px 5px;
    border: 1px solid #71ab0b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #71ab0b;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.3 !important;
    padding: 6px 6px 6px 33px;
  }

  .error-message {
    background: #FFF url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cross_error.png) no-repeat 6px center;
    border: 1px solid #c40606;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    color: #C30000;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 7px 26px;
    word-wrap: break-word;
  }

  .error-generic-form {
    margin: 0px 20px 20px 20px;
  }

  .error {
    color: #C30000;
  }

  /* in a field */
  .field {
    position: relative;
  }
  .field .error-message {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    line-height: 1.5;
    margin-left: -90px;
    /* half the outer width - 2px => for centering */
    position: absolute;
    left: 50%;
    bottom: 28px;
    /* left 50% is for centering */
    width: 137px;
    word-wrap: break-word;
  }
  .field .error-message:after {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/error_tooltip_down.png) no-repeat;
    content: '';
    display: block;
    height: 13px;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 25px;
  }
  .field .pagination-error {
    left: 52%;
    top: 28px;
    bottom: auto;
  }
  .field .pagination-error:after {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/error_tooltip_up.png) no-repeat;
    content: '';
    display: block;
    height: 13px;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    top: -13px;
    width: 25px;
  }

  #date-facet-fields .error-message {
    line-height: 1.5;
    z-index: 10;
  }

  /* Helper text
  -----------------------------------------------------------------------------*/
  .helper-text {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    margin: 4px 0 0 0;
  }

  /* Advanced Search
  -----------------------------------------------------------------------------*/
  #advanced-search form {
    margin: 20px 0;
  }

  #advanced-search .form-section {
    max-width: 506px;
    width: 86.4957264957%;
    /* Math 506 / 585 */
  }

  #advanced-search input[type="text"] {
    width: 94.4%;
    /* Math 480 / 506 */
  }

  #advanced-search form h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 20px 0 0 0;
  }

  #advanced-search label {
    font-weight: normal;
  }

  #advanced-search #date-facet {
    zoom: 1;
    margin-top: 0;
  }
  #advanced-search #date-facet:before, #advanced-search #date-facet:after {
    content: "";
    display: table;
  }
  #advanced-search #date-facet:after {
    clear: both;
  }

  #advanced-search #date-facet input {
    display: inline;
  }

  #advanced-search #results-only-access {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #advanced-search #results-only-access {
    /* MQ: Tablet */
    width: 39.3280632411%;
    /* Math 199 / 506 */
  }
}

@media screen and (min-device-width: 320px) {
  .no-js #advanced-search #results-only-access div {
    position: absolute;
  }

  #advanced-search #results-only-access label {
    padding: 0;
  }

  /* Institutional login */
  .institutional-login {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Functions bar
  ------------------------------------------------------------------------------*/
  .functions-bar {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #dcdcdc;
    line-height: 1.8;
    margin-top: 17px;
    padding: 5px 10px;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .functions-bar {
    /* MQ: Tablet */
    height: 24px;
  }
}

@media screen and (min-device-width: 320px) {
  .ie9 .functions-bar {
    /* don't use ms-filter here because the error message of the pagination becomes hidden! [KS] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  }

  .functions-bar .pagination {
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .functions-bar .pagination {
    /* MQ: Tablet */
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

@media screen and (min-device-width: 320px) {
  .functions-bar-bottom {
    margin-top: 5px;
  }

  /* sorting */
  .sorting label {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .sorting select {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sorting .btn {
    font-size: 11px;
    font-size: 1.1rem;
    height: 16px;
    line-height: 1.4;
  }
  .sorting .btn.selected {
    border-color: #666666;
    font-weight: bold;
  }
  .js .sorting .btn {
    display: none;
  }
  .no-js .sorting select {
    display: none;
  }

  /* pagination */
  .pagination {
    zoom: 1;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pagination:before, .pagination:after {
    content: "";
    display: table;
  }
  .pagination:after {
    clear: both;
  }
  .pagination .prev,
  .pagination .next {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    float: left;
    height: 24px;
    vertical-align: middle;
    width: 24px;
  }
  .pagination .prev {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -215px no-repeat;
    margin-right: 10px;
  }
  .pagination .next {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -371px no-repeat;
    margin-left: 10px;
  }
  .pagination a.prev:hover,
  .pagination a:focus.prev {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -137px no-repeat;
  }
  .pagination a.prev:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -85px no-repeat;
  }
  .pagination span.prev {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -163px no-repeat;
  }
  .pagination a.next:hover,
  .pagination a:focus.next {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -293px no-repeat;
  }
  .pagination a:focus.next,
  .pagination a:focus.prev {
    outline: 1px #999999 dotted;
  }
  .pagination a.next:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -241px no-repeat;
  }
  .pagination span.next {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -319px no-repeat;
  }
  .pagination .page-nr {
    float: left;
  }
  .pagination input {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 2px;
    padding: 4px 3px;
    text-align: center;
    width: 44px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Get Access
  ------------------------------------------------------------------------------*/
  .get-access {
    background: #FFF url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_ffffff.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -moz-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -ms-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -o-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: linear-gradient(top, #f8f8f8, #FFFFFF);
    border: 1px solid #DBDBDA;
    margin: 0 auto;
    position: relative;
  }
  .get-access .mod-bd {
    /* for nicer animation */
    overflow: hidden;
    text-align: center;
  }
  .get-access .mod-bd h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    padding-bottom: 12px;
    margin: 6px -20px 20px -20px;
    text-align: center;
  }
  .get-access img {
    display: inline-block;
    margin-bottom: 2px;
  }
  .get-access p {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 7px 30px 0;
    text-align: left;
  }
  .get-access #getaccess-webshop {
    margin-top: 7px;
    text-align: right;
  }
  .get-access .btn-back,
  .get-access .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .get-access .requested-access {
    -webkit-box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    border: 1px solid #dcdcdc;
    clear: both;
    display: none;
    margin: 20px 0 0 0;
    padding: 7px;
  }
  .get-access .requested-access p {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/success_icon.png) no-repeat 0 0;
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 7px;
    padding: 0 0 0 25px;
  }
  .get-access .journal-cover-small {
    float: left;
    width: 68px;
    height: 90px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .get-access .journal-cover-small {
    /* MQ: Tablet */
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-device-width: 320px) {
  .get-access .content-pricing {
    margin: 0 7px 12px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .get-access .content-pricing {
    /* MQ: Tablet */
    clear: none;
  }
}
@media screen and (min-device-width: 320px) {
  .get-access .content-pricing h3 {
    clear: both;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    text-align: left;
  }
  .get-access .content-pricing p {
    clear: both;
    float: left;
    margin: 0;
  }
  .get-access .content-pricing .content-prices {
    font-size: 20px;
    font-size: 2rem;
  }
  .get-access .content-pricing .btn {
    font-size: 14px;
    font-size: 1.4rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }
  .get-access .leaf-pricing p, .get-access .leaf-pricing h3 {
    color: #333333;
  }
  .get-access .aggregate-pricing p, .get-access .aggregate-pricing h3 {
    color: #777777;
  }
  .get-access .price-disclaimer {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 20px 0;
  }
  .get-access .get-access-footer {
    clear: both;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
  }
  .get-access .get-access-footer p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  .get-access .get-access-footer .btn {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
  }

  /* single on a page */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #content > .get-access {
    /* MQ: Tablet */
    margin-top: 86px;
    margin-bottom: 86px;
  }
}

@media screen and (min-device-width: 320px) {
  /* in the lightbox */
  .btn-close {
    display: none;
    /* only show in lightbox (see a few lines below) */
  }

  #cboxLoadedContent .btn-back {
    display: none;
  }

  #cboxLoadedContent .btn-close,
  #reader .btn-close {
    display: inline-block;
  }

  #cboxLoadedContent .get-access {
    border: 0;
    margin: 0;
  }

  .ie7 #cboxClose {
    visibility: hidden;
    /* Fixes IE7 bug, using hidden to not break any tests (if there are any) */
  }

  /* in the bar wrapper */
  .bar-wrapper .get-access {
    display: none;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .bar-wrapper .get-access {
    /* MQ: Widescreen */
    padding-left: 182px;
    padding-right: 182px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Cover images look inside

  ------------------------------------------------------------------------------*/
  .look-inside {
    display: none;
    min-height: 188px;
    position: relative;
    max-width: 170px;
    text-decoration: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .look-inside {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  .look-inside > a {
    display: block;
    padding-bottom: 17px;
    text-decoration: none;
  }

  .look-inside > a img {
    display: block;
    max-height: 203px;
    max-width: 100%;
    min-height: 203px;
    min-width: 153px;
  }

  .look-inside-cover {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .look-inside-page {
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/rd/images/abstract_cover_placeholder.png") no-repeat 0 0;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: -2px;
    bottom: 0;
    z-index: 1;
  }

  .look-inside-badge {
    background-color: #ee7d11;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee7d11), to(#e06310));
    background-image: -webkit-linear-gradient(top, #ee7d11, #e06310);
    background-image: -moz-linear-gradient(top, #ee7d11, #e06310);
    background-image: -ms-linear-gradient(top, #ee7d11, #e06310);
    background-image: -o-linear-gradient(top, #ee7d11, #e06310);
    background-image: linear-gradient(top, #ee7d11, #e06310);
    border: 1px solid #e06310;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    color: #FFF;
    display: block;
    font-size: 16px;
    line-height: 1.1;
    padding: 6px 33px 6px 10px;
    position: absolute;
    right: -1px;
    bottom: 28px;
    z-index: 4;
  }
  .look-inside-badge:after {
    position: absolute;
    top: 6px;
    right: 7px;
    content: '';
    width: 11px;
    height: 16px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2824px no-repeat;
  }

  #content #scroller .look-inside-interrupt {
    display: block;
    padding: 20px 40px;
    text-align: left;
    background: #E5E5E5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    border: 1px solid #A8A8A8;
    border-top: 0 none;
  }
  #content #scroller .look-inside-interrupt h3 {
    font-weight: bold;
    margin-bottom: 0.7em;
  }
  #content #scroller .look-inside-interrupt .col-1 {
    width: 50%;
  }
  #content #scroller .look-inside-interrupt .col-1 p {
    margin-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* My copy
  ------------------------------------------------------------------------------*/
  .my-copy-price {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    margin: 5px 0 10px 0;
  }
  .my-copy-price .curr {
    color: #999999;
  }

  .my-copy-btn {
    display: block;
    height: auto;
    white-space: normal;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .my-copy-btn {
    /* MQ: Widescreen */
    display: inline-block;
  }
}

@media screen and (min-device-width: 320px) {
  .my-copy-btn:before {
    margin-left: -1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Open Access */
  .open-access .help {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e06310;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee7d11), to(#ee7d11));
    background-image: -webkit-linear-gradient(top, #ee7d11, #ee7d11);
    background-image: -moz-linear-gradient(top, #ee7d11, #ee7d11);
    background-image: -ms-linear-gradient(top, #ee7d11, #ee7d11);
    background-image: -o-linear-gradient(top, #ee7d11, #ee7d11);
    background-image: linear-gradient(top, #ee7d11, #ee7d11);
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    margin: 4px 0 7px 0;
    padding: 1px 5px 1px 5px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Partner Logos
  ------------------------------------------------------------------------------*/
  .partner-logos {
    color: #999999;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 15px 0 7px;
  }

  .partner-logos img {
    display: block;
    max-width: 175px;
    max-height: 70px;
    margin: 7px 0 12px 0;
  }

  .partner-logos a {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* JavaScript/Chrome/Redirect prompt notices
    ------------------------------------------------------------------------------*/
  .prompt-bar {
    background-color: #46474D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5056), to(#3D3E42));
    background-image: -webkit-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -moz-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -ms-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -o-linear-gradient(top, #4F5056, #3D3E42);
    background-image: linear-gradient(top, #4F5056, #3D3E42);
    -webkit-box-shadow: -2px -6px 22px 4px #333333;
    -moz-box-shadow: -2px -6px 22px 4px #333333;
    box-shadow: -2px -6px 22px 4px #333333;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    color: #dadbdb;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #222222;
    width: 100%;
    z-index: 20;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .prompt-bar {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  .prompt-bar a {
    color: #FFF;
    text-decoration: underline;
  }
  .prompt-bar a:hover {
    text-decoration: none;
  }
  .prompt-bar p {
    margin: 0 7px;
  }

  .prompt-wrapper {
    max-width: 960px;
    margin: 7px auto 0 auto;
    min-height: 43px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .prompt-actions {
    /* MQ: Widescreen */
    float: right;
  }
}
@media screen and (min-device-width: 320px) {
  .prompt-actions a {
    border-bottom: 1px solid #535458;
  }
  .prompt-actions a:hover {
    border-bottom: 1px solid #d9dadb;
    text-decoration: none;
  }
  .prompt-actions a:focus {
    text-decoration: none;
  }
  .prompt-actions button {
    background: transparent;
    border: 1px solid #38393D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    -moz-box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    color: #dadadb;
    padding: 7px 12px;
    margin-left: 20px;
    text-shadow: 1px 1px 0 #222222;
  }
  .prompt-actions button:hover {
    border: 1px solid #28292b;
    color: #FFF;
  }
  .prompt-actions button:active {
    border: 1px solid #28292b;
    color: #FFF;
    -webkit-box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
    -moz-box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
    box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
  }

  #redirect-prompt {
    display: none;
    min-height: 50px;
    padding: 0;
  }
  .js #redirect-prompt {
    display: block;
    margin-top: -50px;
  }
  #redirect-prompt h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0 0 0;
  }
  #redirect-prompt p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #redirect-prompt p {
    /* MQ: Widescreen */
    float: left;
    line-height: 1;
  }
}
@media screen and (min-device-width: 320px) {
  #redirect-prompt .more-info-text {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #redirect-prompt .more-info-text {
    /* MQ: Widescreen */
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-device-width: 320px) {
  #redirect-prompt .more-info-text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #redirect-prompt .more-info-text a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  #redirect-prompt .more-info-text .external:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNpi/P///xkGKGBkZDQB0chiMI4dFMOAHUgcLIeiGk0TVgVIJoJNQlGAJokiCLcbXY4JzfpD6O5hwWIKCgAIMABuazu420UFvAAAAABJRU5ErkJggg==") no-repeat 0 0;
    text-shadow: 1px 1px 0 #222222;
  }

  .more-info-wrapper {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    background: #3d3e43 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    padding: 0 0 30px 0;
  }

  #jsnotice p {
    overflow: hidden;
    white-space: nowrap;
  }
  #jsnotice p span {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #jsnotice p span {
    /* MQ: Tablet */
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  #chrome-prompt {
    display: none;
  }

  #chrome-prompt span {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/remove_icons.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-indent: -10000px;
    width: 14px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Search
    ------------------------------------------------------------------------------*/
  .search-submit {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
  }

  .big-search {
    position: relative;
  }
  .big-search input {
    vertical-align: bottom;
  }
  .big-search .search-field {
    /* extra div needed because IE doesn't support padding-right on input fields therefore text would overlap the "new search" link */
    background-color: #FFF;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 52px;
    position: relative;
  }
  .lt-ie8 .big-search .search-field {
    width: auto;
    height: 35px;
  }
  .big-search.contains-new-search-link .search-field {
    padding-right: 107px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search.contains-new-search-link .search-field {
    /* MQ: Widescreen */
    padding-right: 157px;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search.has-focus .search-field {
    /* this selector needed for :focus styles, class applied with JS */
    border-color: #0176c3;
    -webkit-box-shadow: 0 0 3px #0176c3;
    -moz-box-shadow: 0 0 3px #0176c3;
    box-shadow: 0 0 3px #0176c3;
    outline: none;
  }
  .big-search .text {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    height: 34px;
    letter-spacing: 0.02em;
    padding: 5px 0 2px 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .big-search .text:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
  }
  .big-search .search-submit {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4915px no-repeat;
    background-color: #0176c3;
    border: 1px solid #0176c3;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 52px;
  }
  .big-search .search-submit:hover, .big-search .search-submit:focus {
    border-color: #02548a;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4843px no-repeat;
  }
  .big-search .search-submit:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4807px no-repeat;
    border-color: #02548a;
  }
  .lt-ie8 .big-search .search-submit {
    top: 1px;
  }
  .big-search .search-submit.loading, .big-search .search-submit.loading:hover, .big-search .search-submit.loading:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4879px no-repeat;
  }
  .big-search #global-search-new {
    color: #bcbcbc;
    font-size: 11px;
    font-size: 1.1rem;
    height: 27px;
    line-height: 2.5;
    position: absolute;
    right: 60px;
    top: 6px;
    z-index: 5;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search #global-search-new {
    /* MQ: Widescreen */
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search #global-search-new:hover, .big-search #global-search-new:focus {
    color: #666666;
  }
  .big-search #global-search-new:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/remove_icons.png) no-repeat 0 -100px;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 16px;
    vertical-align: text-bottom;
    width: 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search #global-search-new:before {
    /* MQ: Widescreen */
    margin-left: 11px;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search #global-search-new:hover:before, .big-search #global-search-new:focus:before, .big-search #global-search-new:active:before {
    background-position: 0 0;
  }
  .big-search #global-search-new:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAEElEQVQImWPYs2fPfwY4AAAnqAM0Zy8pUwAAAABJRU5ErkJggg==") repeat-y 0 0;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Section links and other actions
  ------------------------------------------------------------------------------*/
  .section-links,
  .other-actions {
    margin-top: 30px;
  }
  .lt-ie8 .section-links, .lt-ie8
  .other-actions {
    clear: both;
  }

  .other-actions {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .other-actions {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  .section-links h2,
  .other-actions h2,
  .book-metrics h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .section-links ol,
  .other-actions ul {
    margin-right: 30px;
  }

  .section-links li a,
  .other-actions li a {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/action_arrow_right.png) no-repeat 0 9px;
    display: block;
    line-height: 1.2;
    padding: 4px 5px 4px 14px;
  }
  .section-links li a.external:after,
  .other-actions li a.external:after {
    margin-top: 4px;
    position: absolute;
  }

  /* no access */
  .no-access .section-links ol {
    list-style-type: disc;
    padding-left: 1.5em;
  }

  .no-access .section-links li {
    padding: 4px 0;
    line-height: 1.2;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Social links
  ------------------------------------------------------------------------------*/
  .no-js .share {
    display: none;
  }

  .share {
    margin-bottom: 14px;
  }

  .share a {
    display: inline-block;
    height: 24px;
    margin: 0 7px 0 0;
    outline: none;
    text-indent: -100000px;
    width: 24px;
  }
  .lt-ie8 .share a {
    display: block;
    float: left;
  }
  .share a:hover:after {
    background: #000;
    border-radius: 3px;
    content: '';
    height: 24px;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
  }

  #twitter {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5428px no-repeat;
  }

  #facebook {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2235px no-repeat;
  }

  #linkedin {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2557px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default tables
  ------------------------------------------------------------------------------*/
  .default-table {
    margin: 34px 0 22px 0;
    position: relative;
    overflow-x: auto;
    width: 100%;
  }
  .default-table table {
    width: 100%;
    table-layout: fixed;
  }
  .default-table caption {
    border: 1px solid #DCDCDA;
    border-bottom: 1px solid #dcdcdc;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 2.71739130435%;
    text-align: left;
  }
  .default-table caption span {
    color: #999999;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 7px 0 0 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .default-table caption span {
    /* MQ: Tablet */
    display: inline;
    margin: 0 0 0 12px;
  }
}
@media screen and (min-device-width: 320px) {
  .default-table td,
  .default-table th {
    border: 1px solid #DCDCDA;
    color: #666666;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }
  .default-table th {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-top: none;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .default-table .table-actions {
    /* MQ: Tablet */
    position: absolute;
    right: 12px;
    top: 22px;
  }
}
@media screen and (min-device-width: 320px) {
  .default-table td .action {
    margin-right: 0;
  }
  .default-table td a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .default-table tfoot td {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
    padding: 9px 15px;
    border: none;
  }
  .default-table .table-links a {
    margin: 0 12px 0 12px;
  }
  .default-table .table-links a:before {
    content: '\00BB\0020';
  }
  .default-table .table-actions-bottom {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border: 1px solid #DADBDB;
    border-top: none;
    min-height: 15px;
    padding: 15px;
    position: relative;
  }
  .default-table .table-actions-bottom .table-actions {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
.responsive-table table, .responsive-table td, .responsive-table tr, .responsive-table th {
  vertical-align: top;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .responsive-table table, .responsive-table td, .responsive-table tr, .responsive-table th {
    /* MQ: Smartphone only */
    display: block;
  }
}
.responsive-table table tr:first-child td {
  background: none !important;
  box-shadow: none !important;
  font-weight: normal !important;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Sortable-table
  ------------------------------------------------------------------------------*/
  .sortable-table th {
    cursor: pointer;
    padding: 0;
  }
  .sortable-table th a {
    color: #666666;
    display: block;
    margin: 0 15px 0 0;
    outline: none;
    padding: 15px 0 15px 15px;
    text-decoration: none;
  }
  .sortable-table th.sorted-ascending, .sortable-table th.sorted-descending {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  .sortable-table th:hover {
    background: #EDEDED url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
  }
  .sortable-table th:hover a,
  .sortable-table th a:focus {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/expander_arrows.png) no-repeat right -253px;
  }
  .sortable-table th.sorted-ascending a {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/expander_arrows.png) no-repeat right -253px;
  }
  .sortable-table th.sorted-descending a {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/expander_arrows.png) no-repeat right -142px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Deposit Contracts
  ------------------------------------------------------------------------------*/
  .deposit-contracts caption {
    padding-right: 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .deposit-contracts caption span {
    /* MQ: Tablet */
    float: right;
  }
}

@media screen and (min-device-width: 320px) {
  .deposit-contracts th:first-child {
    width: 224px;
  }

  .deposit-contracts th span:first-child {
    float: left;
    width: 50px;
  }

  .deposit-contracts th span.last,
  .deposit-contracts td span.last {
    float: right;
    margin: 0 25px 0 0;
    text-align: right;
    width: 50px;
  }

  .deposit-contracts .progress-bar {
    margin: 3px 0 0 0;
    position: relative;
    width: 200px;
  }

  .deposit-contracts td a {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 4px 0 0 14px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Member-list
  ------------------------------------------------------------------------------*/
  .member-list caption {
    padding-right: 45.2898550725%;
    /* Math: 250 / 552 */
  }

  .member-list th:last-child,
  .member-list th:nth-child(5) {
    width: 80px;
  }

  .member-list th:last-child a,
  .member-list th:nth-child(5) a {
    width: 80px;
  }

  .sortable-table th.remove-member {
    color: #666666;
    cursor: default;
  }

  td.remove-member a {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1675px no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    outline: none;
    margin: 0;
    text-indent: -99999px;
    width: 24px;
  }

  td.remove-member a:hover,
  td.remove-member a:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1649px no-repeat;
  }

  td.remove-member a:active {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1623px no-repeat;
  }

  .lt-ie8 td.remove-member a {
    display: block;
  }

  .default-table .remove-member,
  .member-list th:nth-child(5),
  .member-list td:nth-child(5) {
    text-align: center;
  }

  .new-user-link {
    text-align: right;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .topical-collection {
    margin: 7px 0 0 0;
  }
  .topical-collection a {
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Toolbar
  ------------------------------------------------------------------------------*/
  #toolbar {
    zoom: 1;
    margin-bottom: 14px;
  }
  #toolbar:before, #toolbar:after {
    content: "";
    display: table;
  }
  #toolbar:after {
    clear: both;
  }

  /* tools */
  #tools {
    /* tools group */
    /* links */
    /* Journal Page */
  }
  #tools div {
    float: left;
    height: 24px;
    padding-left: 4px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tools div {
    /* MQ: Tablet */
    margin-left: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  #tools a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tools a {
    /* MQ: Tablet */
    margin: 0 0 0 7px;
  }
}
@media screen and (min-device-width: 320px) {
  #tools a .icon {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    float: left;
    height: 24px;
    width: 24px;
  }
  #tools a .tooltip {
    margin-left: -102px;
    /* half the outer width => for centering */
    top: 36px;
    width: 178px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #tools a:hover .tooltip {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #journal #tools {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: -16px 0 0 0;
    /* #JC251012 Position of feed icon on tablet overlays the cover image... */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #journal #tools {
    /* MQ: Tablet */
    float: right;
    margin: 0 0 -24px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #journal #tools {
    /* MQ: Widescreen */
    margin: 18px 0 0 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* icons for page tools */
  #tool-email .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2979px no-repeat;
  }

  #tool-email:hover .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2953px no-repeat;
  }

  #tool-email:active .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2927px no-repeat;
  }

  #tool-print .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4337px no-repeat;
  }

  #tool-print:hover .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4311px no-repeat;
  }

  #tool-print:active .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4285px no-repeat;
  }

  #tool-rss .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4558px no-repeat;
  }

  #tool-rss:hover .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4532px no-repeat;
  }

  #tool-rss:active .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4506px no-repeat;
  }

  #tool-download {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tool-download {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  #tool-download .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1965px no-repeat;
  }

  #tool-download:hover .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1897px no-repeat;
  }

  #tool-download:active .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1769px no-repeat;
  }

  /* icons for social tools */
  #tool-twitter .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5428px no-repeat;
  }

  #tool-facebook .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2235px no-repeat;
  }

  #tool-linkedin .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2557px no-repeat;
  }

  #tool-gplus .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2510px no-repeat;
  }

  #tool-mendeley .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3005px no-repeat;
  }

  #tool-weibo .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5592px no-repeat;
  }

  #tool-shares .icon {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5237px no-repeat;
  }

  /* social tools smaller */
  #tools-social a {
    margin-top: 4px;
  }

  #tools-social a .icon {
    height: 16px;
    width: 16px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Tooltip & Help
  ------------------------------------------------------------------------------*/
  .tooltip {
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    color: #666666;
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
    margin-left: -60px;
    /* half the outer width - 2.5px => for centering */
    margin-top: -12px;
    padding: 13px;
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 15;
    /* left 50% is for centering */
    width: 100px;
    word-wrap: break-word;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .tooltip {
    /* MQ: Widescreen */
    margin-left: -127px;
    /* half the outer width - 2.5px => for centering */
    margin-top: 0;
    width: 230px;
  }
}

@media screen and (min-device-width: 320px) {
  .tooltip:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/tooltip_arrow_up.png) no-repeat center top;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
  }

  /* help */
  .help {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAD0lEQVQImWNgYGD4zwAFAAkEAQAd1+6MAAAAAElFTkSuQmCC") repeat-x left bottom;
    cursor: help;
    position: relative;
  }

  .help:hover .tooltip {
    display: block;
  }

  .js .help:hover .tooltip {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Traffic lights */
  .green-light,
  .amber-light,
  .red-light {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -444px no-repeat;
    display: block;
    height: 10px;
    width: 15px;
  }

  .amber-light {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -468px no-repeat;
  }

  .red-light {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -456px no-repeat;
  }

  /* Deposit Contracts
  ------------------------------------------------------------------------------*/
  .traffic-light {
    margin: 0 0 25px 0;
  }

  .traffic-light li {
    color: #666666;
    margin: 7px 0;
  }

  .traffic-light li > span {
    float: left;
    margin: 3px 7px 0 0;
  }

  .traffic-light strong span {
    font-weight: normal;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* loading button
  ------------------------------------------------------------------------------*/
  .btn-loading:before {
    content: "";
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/loading_search.gif) no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    width: 13px;
    margin-left: -2px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Progress bar for checkout (called step-bar due to an already existing "progress-bar" )
  ------------------------------------------------------------------------------*/
  .step-bar-container {
    position: relative;
  }

  .step-bar-container + div .layout-nested:first-child {
    padding-top: 0.9em;
  }

  .step-bar {
    margin: 0 0 2em 0;
    padding: 0;
    height: 38px;
    background: #E5E5E5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E5E5E5));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -moz-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -ms-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -o-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: linear-gradient(top, #F8F8F8, #E5E5E5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #DBDADA;
    opacity: 1;
    margin-top: 0;
    margin-left: 150px;
    position: relative;
    min-width: 202px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .step-bar {
    /* MQ: Tablet */
    margin-top: 34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar {
    /* MQ: Widescreen */
    margin-top: 24px;
  }
}

@media screen and (min-device-width: 320px) {
  .step-bar {
    /* possible other definitions */
  }
  .step-bar li {
    list-style: none;
    float: left;
    height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
    background: transparent no-repeat 50% 100%;
    width: 20%;
    /* default for 5 items*/
    min-width: 40px;
    color: transparent;
  }
  .step-bar-size-2 .step-bar li {
    width: 50%;
  }
  .step-bar-size-3 .step-bar li {
    width: 33.33%;
  }
  .step-bar-size-4 .step-bar li {
    width: 25%;
  }
  .step-bar-size-6 .step-bar li {
    width: 16.66%;
  }
  .step-bar-size-7 .step-bar li {
    width: 14.28%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .step-bar li {
    /* MQ: Tablet */
    color: inherit;
    height: 74px;
    margin-top: -34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar li {
    /* MQ: Widescreen */
    width: 23.33%;
    /* default for 5 items */
    height: 64px;
    margin-top: -24px;
    white-space: nowrap;
  }
  .step-bar-size-2 .step-bar li {
    /* no mid-item */
  }
  .step-bar-size-3 .step-bar li {
    width: 40%;
  }
  .step-bar-size-4 .step-bar li {
    width: 30%;
  }
  .step-bar-size-6 .step-bar li {
    width: 19%;
  }
  .step-bar-size-7 .step-bar li {
    width: 16%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar li.firstitem, .step-bar li.lastitem {
    /* MQ: Widescreen */
    width: 15%;
    /* default for 5 items*/
  }
  .step-bar-size-2 .step-bar li.firstitem, .step-bar-size-2 .step-bar li.lastitem {
    width: 50%;
  }
  .step-bar-size-3 .step-bar li.firstitem, .step-bar-size-3 .step-bar li.lastitem {
    width: 30%;
  }
  .step-bar-size-4 .step-bar li.firstitem, .step-bar-size-4 .step-bar li.lastitem {
    width: 20%;
  }
  .step-bar-size-6 .step-bar li.firstitem, .step-bar-size-6 .step-bar li.lastitem {
    width: 12%;
  }
  .step-bar-size-7 .step-bar li.firstitem, .step-bar-size-7 .step-bar li.lastitem {
    width: 10%;
  }
}
@media screen and (min-device-width: 320px) {
  .step-bar ul.items4 li {
    width: 30%;
  }
  .step-bar ul.items4 li.firstitem, .step-bar ul.items4 li.lastitem {
    width: 20%;
  }
  .step-bar ul.items6 li {
    width: 17.5%;
  }
  .step-bar ul.items6 li.firstitem, .step-bar ul.items6 li.lastitem {
    width: 15%;
  }

  .step-bar li.beg-prev {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-beg-prev.png);
  }

  .step-bar li.beg-cur {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-beg-cur.png);
  }

  .step-bar li.beg-next {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-beg-next.png);
  }

  .step-bar li.mid-prev {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-mid-prev.png);
  }

  .step-bar li.mid-cur {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-mid-cur.png);
  }

  .step-bar li.mid-next {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-mid-next.png);
  }

  .step-bar li.end-cur {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-end-cur.png);
  }

  .step-bar li.end-next {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/progress-parts-end-next.png);
  }

  .step-bar-nobutton .step-bar {
    margin-left: 0;
    min-width: 352px;
  }
  .step-bar-nobutton .step-bar ul {
    margin-left: 150px;
    /* default for 5 items*/
  }
  .step-bar-size-2 .step-bar-nobutton .step-bar ul {
    margin-left: 300px;
  }
  .step-bar-size-3 .step-bar-nobutton .step-bar ul {
    margin-left: 240px;
  }
  .step-bar-size-4 .step-bar-nobutton .step-bar ul {
    margin-left: 190px;
  }
  .step-bar-size-6 .step-bar-nobutton .step-bar ul {
    margin-left: 120px;
  }
  .step-bar-size-7 .step-bar-nobutton .step-bar ul {
    margin-left: 100px;
  }

  /* cart button */
  .btn-cart {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 1px 12px 0 13px;
    position: absolute;
    left: 0;
  }
  .btn-cart:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/btn-cart-blue.png) 1px 7px no-repeat;
    content: '\bb';
    text-align: right;
    display: inline-block;
    height: 38px;
    margin-right: 6px;
    width: 40px;
  }

  button.btn-cart {
    height: 40px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

  /* cart non-button display */
  .btn-cart-inactive {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/btn-cart-grey.png) 14px 6px no-repeat;
    display: inline-block;
    position: absolute;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0px 12px 0 48px;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
  }

  /* registration non-button display */
  .btn-user-inactive {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/btn-user-grey.png) 14px 6px no-repeat;
    display: inline-block;
    position: absolute;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0px 12px 0 48px;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
  }
}
/* PAYMENT ICONS
---------------------------------------------------*/
.payment-visa-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4093px no-repeat;
}

.payment-mastercard-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3893px no-repeat;
}

.payment-amex-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3491px no-repeat;
}

.payment-paypal-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3957px no-repeat;
}

.payment-invoice-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3773px no-repeat;
}

.payment-invoice-big-de {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3701px no-repeat;
}

.payment-invoice-big-nl {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3737px no-repeat;
}

.payment-proforma-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4057px no-repeat;
}

.payment-proforma-big-de {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4021px no-repeat;
}

.payment-ideal-big {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3637px no-repeat;
}

.payment-visa {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4129px no-repeat;
}

.payment-mastercard {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3929px no-repeat;
}

.payment-amex {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3527px no-repeat;
}

.payment-paypal {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3993px no-repeat;
}

.payment-invoice {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3865px no-repeat;
}

.payment-invoice-de {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3809px no-repeat;
}

.payment-invoice-nl {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3837px no-repeat;
}

.payment-ideal {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3673px no-repeat;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CONTEXTMENU ON PREVIEW
  ---------------------------------------------------------------------------*/
  .debug .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #999;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #f99;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #99f;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #9f9;
  }

  .context-menu-title-studio :first-child {
    margin-top: auto !important;
  }
  .context-menu-title-studio > li:first-child {
    margin-top: 20px !important;
  }

  /* OVERWRITES/ADDITIONS TO UI-PATTERNS
  ------------------------------------------------------------------------------*/
  /* force full width when not responsive */
  /* FORMS
  ------------------------------------------------------------------------------*/
  .form-row textarea,
  .form-row select,
  .form-row input[type=text],
  .form-row input[type=password] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row textarea,
  .form-row select,
  .form-row input[type=text],
  .form-row input[type=password] {
    /* MQ: Tablet */
    width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  .form-row select {
    padding: 4px 3px;
  }

  .form-fields-col1 .form-field {
    width: 100%;
    float: left;
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-fields-col1 .form-field {
    /* MQ: Tablet */
  }
  .form-fields-col1 .form-field.half-width {
    width: 47%;
  }
  .form-fields-col1 .form-field.third-width {
    width: 31.333333%;
  }
  .form-fields-col1 .form-field.two-third-width {
    width: 62.666666%;
  }
}

@media screen and (min-device-width: 320px) {
  /* form fields in a 2 column layout */
  .form-fields-col2 .form-field {
    width: 100%;
    float: left;
    margin-top: 0;
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-fields-col2 .form-field {
    /* MQ: Tablet */
    clear: both;
    width: 100%;
  }
  .form-fields-col2 .form-field.half-width {
    width: 47%;
  }
  .form-fields-col2 .form-field.third-width {
    width: 31.333333%;
  }
  .form-fields-col2 .form-field.two-third-width {
    width: 62.666666%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col2 .form-field {
    /* MQ: Widescreen */
    clear: none;
    width: 47%;
  }
  .form-fields-col2 .form-field.half-width {
    width: 20.5%;
  }
  .form-fields-col2 .form-field.third-width {
    width: 13.666666%;
  }
  .form-fields-col2 .form-field.two-third-width {
    width: 27.333333%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col2 .form-field + .form-field {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col2 .form-field + .form-field {
    /* MQ: Widescreen */
    margin: 0 0 0 6%;
  }
}

@media screen and (min-device-width: 320px) {
  /* form fields in a 3 column layout */
  .form-fields-col3 .form-field {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3 .form-field {
    /* MQ: Widescreen */
    width: 30%;
  }
  .form-fields-col3 .form-field.double-width {
    width: 65%;
  }
  .form-fields-col3 .form-field.half-width {
    width: 12.5%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col3 .form-field + .form-field {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3 .form-field + .form-field {
    /* MQ: Widescreen */
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col3.form-fields-reverse .form-field {
    float: right;
  }
  .form-fields-col3.form-fields-reverse .form-field + .form-field {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3.form-fields-reverse .form-field + .form-field {
    /* MQ: Widescreen */
    margin-right: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .form-section textarea.error,
  .form-section select.error {
    border: 1px solid #c40606;
    -webkit-box-shadow: 0 0 3px #c40606;
    -moz-box-shadow: 0 0 3px #c40606;
    box-shadow: 0 0 3px #c40606;
  }

  .form-section .choice {
    padding: 0;
    line-height: 1.6em;
  }
  .form-section .choice label {
    display: inline-block;
    padding: 0 0 0 .8em;
    vertical-align: text-top;
    font-weight: normal;
    width: 80%;
  }
  .form-section .choice input {
    display: inline;
    vertical-align: middle;
  }

  form *[readonly] {
    color: #bcbcbc;
  }

  .form-section .form-row:last-of-type input[type=text], .form-section .form-row:last-of-type select, .form-section .form-row:last-of-type textarea {
    margin-bottom: .45em;
  }

  .form-row p {
    color: #666666;
  }

  form > .form-section > .cms-container:first-child {
    padding-top: 0.85em;
  }

  /* GENERIC
  ------------------------------------------------------------------------------*/
  #print-header {
    display: none;
  }

  a.defensive-link {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
  }
  h1 > a.defensive-link:hover, h2 > a.defensive-link:hover, h3 > a.defensive-link:hover, h4 > a.defensive-link:hover {
    text-decoration: underline;
  }

  .smartphone-only {
    display: inline;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .smartphone-only {
    /* MQ: Tablet */
    display: none;
  }
}

@media screen and (min-device-width: 320px) {
  /* GENERAL OVERWRITES used in both FRONTEND and CHECKOUT!
  ----------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Only additions to /sitewide/structure/footer
  ----------------------------------------------------------*/
  #footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 40px;
  }
}

@media screen and (min-device-width: 320px) {
  #footer-nav:before {
    right: 40px;
  }
  #footer-nav h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 7px;
    font-weight: bold;
    line-height: 1.2;
  }
  #footer-nav h6 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 7px;
    font-weight: bold;
    line-height: 1.2;
  }
  #footer-nav li {
    line-height: 1.7;
  }
  #footer-nav .block {
    margin-right: 2.2%;
    width: 24%;
    padding-right: 3px;
    min-height: 130px;
  }
  #footer-nav .block a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #legal {
    margin: 18px -10px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #legal {
    /* MQ: Tablet */
    margin: 18px -40px 0;
    padding: 16px 40px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #legal {
    /* MQ: Widescreen */
    margin: 18px -32px 0;
    padding: 16px 32px 0;
  }
}

@media screen and (min-device-width: 320px) {
  #legal a,
  #legal span {
    display: inline-block;
  }

  #footer-copyright {
    width: auto;
  }

  .footer-links::before {
    content: " \2022  ";
  }
  .footer-links a + a {
    padding-left: 10px;
    position: relative;
  }
  .footer-links a + a::before {
    content: ", ";
    left: 0;
    position: absolute;
  }

  #diagnostic-info {
    display: block;
  }

  .info-message {
    border: 1px solid #38a0e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    color: black;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 7px 26px;
    word-wrap: break-word;
  }
  .info-message ul {
    padding: 0;
  }
  .info-message ul li {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .navwrapper {
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    height: auto;
    clear: both;
    z-index: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .navwrapper {
    /* MQ: Widescreen */
    overflow: visible;
    height: 34px;
    border-top: 1px solid #dcdcdc;
  }
}

@media screen and (min-device-width: 320px) {
  nav {
    display: block;
    margin-left: 0;
    line-height: 1em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav {
    /* MQ: Widescreen */
    margin-left: 30px;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul {
    list-style: none;
    z-index: 4;
    margin: 0;
    padding: 0;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul {
    /* MQ: Widescreen */
    display: block;
    position: absolute;
    /* top: 131px; */
    list-style: none;
    z-index: 30;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .ie8 nav > ul {
    margin-top: -16px;
  }
  nav > ul > li {
    margin: 0;
    padding: 0;
    line-height: 1.20;
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    float: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li {
    /* MQ: Widescreen */
    display: table-cell;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li:after {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/expander_arrows.png) no-repeat 0 -92px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    display: inline-block;
    content: " ";
    position: absolute;
    right: 0px;
    top: 4px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li:after {
    /* MQ: Widescreen */
    content: "";
    background: none;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 nav > ul > li {
    position: static;
  }
  nav > ul > li a {
    text-decoration: none;
    outline: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    white-space: nowrap;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li a {
    /* MQ: Widescreen */
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    text-shadow: 1px 1px 0 #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    text-decoration: none;
    outline: 0;
    color: #ffffff;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    /* MQ: Widescreen */
    color: #666666;
    text-shadow: 1px 1px 0 #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li .nav-main a {
    font-size: 15px;
    font-size: 1.5rem;
    border: 1px solid transparent;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li .nav-main a {
    /* MQ: Widescreen */
    font-size: 14px;
    font-size: 1.4rem;
    color: #555555;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li > * > a {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    float: none;
    margin: 0;
    padding: 11px 16px 10px;
    cursor: pointer;
    font-weight: normal;
  }
  .cms-lang-jp nav > ul > li > * > a {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li > * > a {
    /* MQ: Widescreen */
    line-height: 1em;
    text-shadow: 0 1px #ffffff;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li .nav-sub {
    padding: 0;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul > li .nav-sub {
    /* MQ: Widescreen */
    padding: 6px 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: auto;
    height: auto;
    background: #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul li.open {
    /* rules for widescreen only on mainnav-hover */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav > ul li.open {
    /* MQ: Widescreen */
  }
  nav > ul li.open .nav-main a {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #0176c3;
  }
  nav > ul li.open .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul li.open-clicked {
    /* rules for tablet/smartphone only on mainnav-click */
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1003px) {
  nav > ul li.open-clicked {
    /* MQ: below Widescreen */
  }
  nav > ul li.open-clicked:after {
    background-position: 0 12px;
    right: 5px;
  }
  nav > ul li.open-clicked .nav-main a {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #0176c3;
  }
  nav > ul li.open-clicked .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: none;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 nav .nav-sub {
    left: 20px;
    right: 20px;
  }
  nav .nav-sub ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav .nav-sub ul {
    /* MQ: Widescreen */
    display: table-cell;
    margin: 0 0 0 6px;
  }
  .lt-ie8 nav .nav-sub ul {
    display: block;
    float: left;
    margin: 0 0 0 1%;
    width: 24%;
  }
}
@media screen and (min-device-width: 320px) {
  nav .nav-sub ul:first-child {
    margin: 0;
  }
  nav .nav-sub ul li {
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .lt-ie8 nav .nav-sub ul li {
    min-width: none;
  }
  nav .nav-sub ul li a {
    padding: 10px 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  nav .nav-sub ul li a {
    /* MQ: Widescreen */
    padding: 7px 16px;
  }
}
@media screen and (min-device-width: 320px) {
  nav .nav-sub ul li:hover {
    background: #edf5fb;
  }
  nav .nav-sub ul li:hover a {
    color: #0176c3;
  }

  .panel-menu {
    margin-bottom: 0;
  }
  .panel-menu #cross-nav {
    padding-left: 16px;
  }
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    /* MQ: Widescreen */
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) {
  .panel-menu #cross-nav .is-open a,
  .panel-menu #cross-nav .is-open button {
    color: #666666;
  }
  .panel-menu #cross-nav > a {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 15px 0 10px;
    vertical-align: top;
  }
  .panel-menu #cross-nav .headerbasket {
    position: absolute;
    float: left;
    padding: 15px 0 0 0;
    left: 0;
    top: 8px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -480px no-repeat;
    height: 18px;
    width: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-menu #cross-nav .headerbasket {
    /* MQ: Widescreen */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -500px no-repeat;
    padding: 0;
    margin: 0 2em 0 0;
    text-indent: -999em;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .legacy {
    /* OVERWRITE LAYOUT/STYLES
    ------------------------------------------------------------------------------*/
    /* HEADER */
    /* NAVIGATION */
    /* SEARCH */
  }
  .legacy a.link {
    position: absolute;
    display: block;
    outline: 0;
  }
  .legacy a.underline {
    text-decoration: underline;
  }
  .legacy a.blackRaquoLink,
  .legacy .subNavigationContainer ul li a {
    padding-left: 11px;
    color: #656565;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_buttons.gif) -2px -518px no-repeat;
  }
  .legacy a.blackRaquoLink:hover,
  .legacy .subNavigationContainer ul li a:hover {
    color: #035289;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_buttons.gif) -2px -498px no-repeat;
    text-decoration: underline;
  }
  .legacy #content {
    margin-top: 0;
  }
  .legacy .header {
    position: relative;
    height: 139px;
    margin-bottom: 0px;
    color: #fff;
  }
  .legacy .header a {
    color: #fff;
  }
  .legacy .header a:hover {
    color: #fff;
  }
  .legacy .header .springer {
    height: 50px;
    left: 20px;
    top: 25px;
    width: 152px;
  }
  .legacy .header .springer img {
    height: 50px;
    width: 152px;
  }
  .legacy .header .basket {
    height: 16px;
    left: 647px;
    top: 0px;
    width: 26px;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_buttons.gif) 0px -366px no-repeat #147cc3;
  }
  .legacy .header .viewCountry {
    position: absolute;
    top: 0px;
    right: 27px;
    font-size: 10px;
  }
  .legacy .header .viewCountry div {
    float: left;
  }
  .legacy .header .countryName {
    margin: 2px 0 0 0;
  }
  .legacy .header .countryChange {
    margin: 2px 0 0 10px;
  }
  .legacy .header .countryChange a {
    padding-left: 3px;
  }
  .legacy .header .countryChange a:hover {
    text-decoration: underline;
  }
  .legacy .header .countryChange a:hover span {
    text-decoration: none;
  }
  .legacy .header .countryChange a span {
    display: block;
    float: left;
    line-height: 8px;
  }
  .legacy .header .userdata {
    font-size: 11px;
    position: absolute;
    display: block;
    top: 94px;
    left: 647px;
    height: 13px;
    width: 295px;
    padding: 1px 6px 0 5px;
    overflow: hidden;
    background-color: #1073b4;
  }
  .legacy .header a.userdata {
    padding-left: 13px;
    padding-right: 0;
    width: 293px;
    color: #fff;
  }
  .legacy .header a.userdata span {
    position: absolute;
    left: 5px;
    top: 0;
  }
  .legacy .header .loginButton,
  .legacy .header .logoutButton {
    display: block;
    height: 20px;
    left: 647px;
    top: 112px;
    width: 306px;
  }
  .legacy .header .loginButton span,
  .legacy .header .logoutButton span,
  .legacy .header .customizePageButton span {
    display: block;
    padding: 4px 0 4px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #1073b4;
  }
  .legacy .header .customizePageButton {
    position: absolute;
    display: block;
    outline: 0;
    height: 20px;
    left: 801px;
    top: 112px;
    width: 152px;
  }
  .legacy .navigation {
    position: relative;
    top: 0px;
    left: 0px;
    height: 29px;
    margin: 0px 1px 0px 0;
    padding: 0 0 0 10px;
    background: #fff url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/dot_line_horizontalDark.gif) 0 28px repeat-x;
    z-index: 100;
    overflow: visible;
    font-size: 11px;
    line-height: 11px;
    width: 968px;
  }
  .legacy .navigation a {
    outline: 0;
    text-decoration: none;
    color: #504f4f;
  }
  .legacy .navigation a:hover {
    text-decoration: none;
    color: #035289;
  }
  .legacy li.mainNavigation {
    float: left;
    text-transform: uppercase;
  }
  .legacy a.mainNavigationLink {
    display: block;
    float: left;
    padding: 8px 8px;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/dot_line_verticalTabNavigation.gif) 100% 50% no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #035289;
    outline: 0;
    text-decoration: none;
    overflow: hidden;
  }
  .legacy a.isActive {
    padding: 9px 8px 6px 8px;
    margin: -2px -1px 2px -1px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fff;
  }
  .legacy a.lastmainNavigationLink {
    background-image: none;
  }
  .legacy .subNavigation {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    padding: 10px 10px 18px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    -webkit-box-shadow: 2px 2px 4px 0 #666;
    -moz-box-shadow: 2px 2px 4px 0 #666;
    box-shadow: 2px 2px 4px 0 #666;
    z-index: 2;
  }
  .legacy .subNavigationContainer {
    height: 201px;
  }
  .legacy .subNavigationContainer ul li {
    display: block;
    padding-right: 27px;
    padding-left: 6px;
    text-transform: none;
    font-weight: normal;
  }
  .legacy .subNavigationContainer ul li.subNavigationHeadline {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 0 0;
    margin: 0 27px 6px 10px;
  }
  .legacy .subNavigationContainer ul.notLastSubList li.subNavigationHeadline {
    background: #fff;
  }
  .legacy .subNavigationContainer ul {
    float: left;
    height: 194px;
  }
  .legacy .subNavigationContainer ul.firstList {
    margin-left: -10px;
  }
  .legacy .subNavigationContainer ul.lastList {
    background: none;
  }
  .legacy .subNavigationContainer ul li a {
    display: block;
    padding: 6px 0 1px 11px;
    font-size: 12px;
    line-height: 13px;
  }
  .legacy .search {
    position: absolute;
    top: 2px;
    right: 16px;
    width: 306px;
    height: 42px;
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/bg_headerSearch.png) 0 0 no-repeat;
  }
  .legacy .q {
    position: absolute;
    height: 13px;
    right: 42px;
    top: 6px;
    width: 233px;
    font-size: 11px;
    border: transparent;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .legacy .q:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .legacy .btnSearchSubmit {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 33px;
    height: 18px;
  }
  .legacy a.advancedSearch {
    position: absolute;
    top: 26px;
    right: 0px;
    height: 16px;
    display: block;
    float: left;
    padding: 0 0 0 13px;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_buttons.gif) 0 -1645px no-repeat;
  }
  .legacy a.advancedSearch span {
    display: block;
    line-height: 14px;
    padding: 0 27px 2px 0;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_custom_buttons.gif) 100% -121px no-repeat;
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* LAYOUTS
  -----------------------------------------------------------------------------*/
  .layout-6 {
    padding: 0 4.95283018868%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-main {
    /* MQ: Tablet */
    width: 67%;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-full {
    zoom: 1;
  }
  .layout-full:before, .layout-full:after {
    content: "";
    display: table;
  }
  .layout-full:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main {
    /* MQ: Tablet */
    width: 97.872340426%;
    margin-right: 2.127659574%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-full .col-main {
    /* MQ: Widescreen */
    width: 920px;
    margin-right: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .layout-nested {
    /* MQ: Tablet */
    width: 102.173913043%;
    margin-right: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout for coremedia frontend (is approximately layout-1) 
      GRID: 20 | 300 | 40 | 580 | 40 = 980
      WITHIN 20px padding: 300 | 40 | 580 | 20 = 940
      PERCENTS
          ASIDE: 
                  300 / 940 = 31.914893617
          MAIN: 
                  580 / 940 = 61.70212766
                  20 / 940 = 2.127659574
  */
  .layout-4-8, .layout-disciplines {
    zoom: 1;
  }
  .layout-4-8:before, .layout-disciplines:before, .layout-4-8:after, .layout-disciplines:after {
    content: "";
    display: table;
  }
  .layout-4-8:after, .layout-disciplines:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main, .layout-disciplines .col-main {
    /* MQ: Tablet */
    float: right;
    margin-right: 2.127659574%;
    width: 61.70212766%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-aside, .layout-disciplines .col-aside {
    /* MQ: Tablet */
    margin-left: 0;
    width: 31.914893617%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms .layout-4-8 .col-aside > div, .cms .layout-disciplines .col-aside > div {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .layout-4-8 .col-aside > div, .cms .layout-disciplines .col-aside > div {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .cms .layout-4-8 .col-aside .tree-nav, .cms .layout-disciplines .col-aside .tree-nav {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .layout-4-8 .col-aside .tree-nav, .cms .layout-disciplines .col-aside .tree-nav {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* REVERSE layout for coremedia frontend (is approximately layout-1) 
      GRID: 20 | 580 | 40 | 300 | 40 = 980
      WITHIN 20px padding: 580 | 40 | 300 | 20 = 940
      PERCENTS
          MAIN: 
                  580 / 940 = 61.70212766
          ASIDE: 
                  300 / 940 = 31.914893617
                  20 / 940 = 2.127659574
  */
  .layout-full .col-main .layout-4-8-reverse {
    zoom: 1;
  }
  .layout-full .col-main .layout-4-8-reverse:before, .layout-full .col-main .layout-4-8-reverse:after {
    content: "";
    display: table;
  }
  .layout-full .col-main .layout-4-8-reverse:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-main {
    /* MQ: Tablet */
    margin-left: 0;
    width: 61.70212766%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-aside {
    /* MQ: Tablet */
    float: right;
    margin-right: 2.127659574%;
    width: 31.914893617%;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout for product page 
      GRID: 20 || 40 | 580 | 20 || 20 | 240 | 40 || 20 = 980
      WITHIN 20px padding: 40 | 580 | 20 || 20 | 240 | 40 = 940
      PERCENTS
           20/940 = 2.127659574%
           40/940 = 4.255319149%
          580/940 = 61.70212766%
          240/940 = 25.531914894%
      use pixels instead of percent to ensure precise styling of components overflowing within the columns 
      with i.e. margin-left:-60px (this would be not precise when containers are styled with percent)
  */
  .layout-8-4 {
    zoom: 1;
  }
  .layout-8-4:before, .layout-8-4:after {
    content: "";
    display: table;
  }
  .layout-8-4:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-8-4 .col-main {
    /* MQ: Tablet */
    width: 55%;
    margin: 0 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-8-4 .col-main {
    /* MQ: Widescreen */
    width: 580px;
    margin: 0 20px 0 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-8-4 .col-aside {
    /* MQ: Tablet */
    float: right;
    width: 40%;
    margin: 0 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-8-4 .col-aside {
    /* MQ: Widescreen */
    float: right;
    width: 240px;
    margin: 0 40px 0 20px;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-12 {
    zoom: 1;
  }
  .layout-12:before, .layout-12:after {
    content: "";
    display: table;
  }
  .layout-12:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-12 .col-main {
    /* MQ: Widescreen */
    width: 860px;
    margin: 0 40px;
  }
}

@media screen and (min-device-width: 320px) {
    /* GRID HELPER
    To use the grid helper attach any of ".cms-row-[2|3]-[smartphone|tablet|widescreen]" 
    to the container and ".cms-col" to the columns.
    
    Use ".cms-col" only as wrapper for your content as additional padding/margin should not be applied.
    
    To achieve column layout in various screen sizes refer to the table:
    
    Class                       smartphone-tablet-widescreen
    cms-row-2-smartphone        2-2-2
    cms-row-2-tablet            1-2-2
    cms-row-2-widescreen        1-1-2
    cms-row-3-smartphone        3-3-3
    cms-row-3-tablet            1-3-3
    cms-row-3-widescreen        1-1-3
    
    If you have more than X elements in your cms-row-X-* container and want them floating into multiple lines you need to
    - add ".cms-row-multiline" instead to the container and 
    - count the items by css classes: .cms-col-item-[1-12]
    This is required for IE8 which does not understand e.g. :nth-child(2n+1)
    Multiline will break as 1-2-3.

    ------------------------------------------------------------------------------*/
  .cms-row-2-smartphone {
    zoom: 1;
  }
  .cms-row-2-smartphone:before, .cms-row-2-smartphone:after {
    content: "";
    display: table;
  }
  .cms-row-2-smartphone:after {
    clear: both;
  }
  .cms-row-2-smartphone .cms-col {
    width: 47.5%;
    margin-left: 5%;
  }

  .cms-row-2-tablet {
    zoom: 1;
  }
  .cms-row-2-tablet:before, .cms-row-2-tablet:after {
    content: "";
    display: table;
  }
  .cms-row-2-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-2-tablet .cms-col {
    /* MQ: Tablet */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-2-widescreen {
    zoom: 1;
  }
  .cms-row-2-widescreen:before, .cms-row-2-widescreen:after {
    content: "";
    display: table;
  }
  .cms-row-2-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-2-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-3-smartphone {
    zoom: 1;
  }
  .cms-row-3-smartphone:before, .cms-row-3-smartphone:after {
    content: "";
    display: table;
  }
  .cms-row-3-smartphone:after {
    clear: both;
  }
  .cms-row-3-smartphone .cms-col {
    width: 31.03%;
    margin-left: 3.43%;
  }

  .cms-row-3-tablet {
    zoom: 1;
  }
  .cms-row-3-tablet:before, .cms-row-3-tablet:after {
    content: "";
    display: table;
  }
  .cms-row-3-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-3-tablet .cms-col {
    /* MQ: Tablet */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-3-widescreen {
    zoom: 1;
  }
  .cms-row-3-widescreen:before, .cms-row-3-widescreen:after {
    content: "";
    display: table;
  }
  .cms-row-3-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-3-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-col {
    float: left;
    width: 100%;
  }
  .cms-col:first-child {
    margin-left: 0 !important;
  }

  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 3 - 2 - 1
   */
  .cms-row-multiline,
  .cms-row-multiline-3 {
    zoom: 1;
  }
  .cms-row-multiline:before, .cms-row-multiline:after,
  .cms-row-multiline-3:before,
  .cms-row-multiline-3:after {
    content: "";
    display: table;
  }
  .cms-row-multiline:after,
  .cms-row-multiline-3:after {
    clear: both;
  }
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    float: left;
    clear: left;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    /* MQ: Tablet */
    clear: none;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    /* MQ: Widescreen */
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-multiline .cms-col-item:first-child,
  .cms-row-multiline-3 .cms-col-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(2n+1),*/
  }
  .cms-row-multiline .cms-col-mod-2,
  .cms-row-multiline-3 .cms-col-mod-2 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
    /*.product-teaser:nth-child(3n+1),*/
  }
  .cms-row-multiline .cms-col-mod-2,
  .cms-row-multiline-3 .cms-col-mod-2 {
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
  .cms-row-multiline .cms-col-mod-3,
  .cms-row-multiline-3 .cms-col-mod-3 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 2 - 1 - 1
   */
  .cms-row-multiline-2 {
    zoom: 1;
  }
  .cms-row-multiline-2:before, .cms-row-multiline-2:after {
    content: "";
    display: table;
  }
  .cms-row-multiline-2:after {
    clear: both;
  }
  .cms-row-multiline-2 .cms-col-item {
    float: left;
    clear: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-multiline-2 .cms-col-item {
    /* MQ: Widescreen */
    clear: none;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-row-multiline-2 .cms-col-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-multiline-2 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
  }
  .cms-row-multiline-2 .cms-col-mod-2 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 6 - 6 - 3
   */
  .cms-row-multiline-6 {
    zoom: 1;
  }
  .cms-row-multiline-6:before, .cms-row-multiline-6:after {
    content: "";
    display: table;
  }
  .cms-row-multiline-6:after {
    clear: both;
  }
  .cms-row-multiline-6 .cms-col-item {
    float: left;
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline-6 .cms-col-item {
    /* MQ: Tablet */
    clear: none;
    width: 15%;
    margin-left: 2%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-row-multiline-6 .cms-col-item:first-child {
    margin-left: 0;
  }
  .cms-row-multiline-6 .cms-col-mod-3 {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline-6 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(6n+1),*/
    /*.product-teaser:nth-child(6n+1),*/
  }
  .cms-row-multiline-6 .cms-col-mod-3 {
    clear: none;
    margin-left: 2%;
  }
  .cms-row-multiline-6 .cms-col-mod-6 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* BREADCRUMB SECTION
  ------------------------------------------------------------------------------*/
  .channel-header {
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    padding: 6px 10px 10px;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .channel-header {
    /* MQ: Tablet */
    padding: 6px 25px 10px 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .channel-header ul.breadcrumb {
    font-size: 11px;
    font-size: 1.1rem;
    min-height: 1em;
    margin: 10px 0 5px;
  }
  .channel-header ul.breadcrumb li {
    float: left;
  }
  .channel-header ul.breadcrumb li:first-child a {
    padding-left: 0;
  }
  .channel-header ul.breadcrumb li:first-child a:before {
    content: "";
    margin-right: 0;
  }
  .channel-header ul.breadcrumb a, .channel-header ul.breadcrumb span {
    color: #999999;
    padding-left: 4px;
  }
  .channel-header ul.breadcrumb a:hover {
    color: #999999;
    padding-left: 4px;
    text-decoration: none;
  }
  .channel-header ul.breadcrumb a:before, .channel-header ul.breadcrumb span:before {
    content: "\203a";
    margin-right: 4px;
    text-decoration: none;
  }

  #wrapper .channel-header + #content,
  .page-wrapper .channel-header + #content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COMMON STYLES FOR COREMEDIA CONTENT: forked from .formatted
  ------------------------------------------------------------------------------*/
  .cms-richtext,
  .cms-common {
    /* paragraphs */
    /* lists */
    /* COMMON STYLES FROM RTE */
    /** Special paragraph styles */
    /* last divider needs to simulate */
    /** Image styles */
  }
  .cms-richtext h1,
  .cms-common h1 {
    margin-top: .9em;
    margin-bottom: .9em;
  }
  .cms-richtext h2,
  .cms-common h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
  }
  .cms-richtext h3,
  .cms-common h3 {
    margin-top: 1.5em;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .cms-lang-jp .cms-richtext h3, .cms-lang-jp
  .cms-common h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cms-richtext h4,
  .cms-common h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 2em;
    font-weight: normal;
    margin-bottom: .66em;
    line-height: 1.2;
  }
  .cms-richtext h1:first-child,
  .cms-common h1:first-child {
    margin-top: .4em;
  }
  .cms-richtext p,
  .cms-common p {
    line-height: 1.6;
    margin-top: .6em;
  }
  .cms-richtext li p,
  .cms-common li p {
    margin: 0;
  }
  .cms-richtext ol,
  .cms-richtext ul,
  .cms-common ol,
  .cms-common ul {
    padding-left: 1.6em;
  }
  .cms-richtext ol,
  .cms-common ol {
    list-style-type: decimal;
  }
  .cms-richtext ul,
  .cms-common ul {
    list-style-type: none;
    padding-left: 1em;
  }
  .cms-richtext li,
  .cms-common li {
    line-height: 1.6;
    margin-top: .6em;
  }
  .cms-richtext .default-form,
  .cms-common .default-form {
    margin-top: 2.6em;
  }
  .cms-richtext .form-section,
  .cms-common .form-section {
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 34px;
  }
  .cms-richtext .form-section div.error-message,
  .cms-common .form-section div.error-message {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-richtext .form-section h2,
  .cms-common .form-section h2 {
    margin-top: 1.4em;
    margin-bottom: 0;
  }
  .cms-richtext .no-border-bottom,
  .cms-common .no-border-bottom {
    border-bottom: none;
  }
  .cms-richtext .no-box-shadow,
  .cms-common .no-box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .cms-richtext p.intro--paragraph,
  .cms-common p.intro--paragraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .cms-richtext p.intro--paragraph + *,
  .cms-common p.intro--paragraph + * {
    margin-top: 3rem;
  }
  .cms-richtext p.intro--paragraph.twoColumnRight--paragraph + *,
  .cms-common p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  .cms-richtext p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph,
  .cms-common p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph {
    margin-top: .6em;
  }
  .cms-richtext p.divider--paragraph,
  .cms-common p.divider--paragraph {
    zoom: 1;
    border-top: 1px solid #dcdcda;
    border-bottom: 1px solid #dcdcda;
    padding: 0.5em 0;
    margin-top: 1.25em;
  }
  .cms-richtext p.divider--paragraph:before, .cms-richtext p.divider--paragraph:after,
  .cms-common p.divider--paragraph:before,
  .cms-common p.divider--paragraph:after {
    content: "";
    display: table;
  }
  .cms-richtext p.divider--paragraph:after,
  .cms-common p.divider--paragraph:after {
    clear: both;
  }
  .cms-richtext p.divider--paragraph + p.divider--paragraph,
  .cms-common p.divider--paragraph + p.divider--paragraph {
    border-top: none;
    margin: 0;
  }
  .cms-richtext p.divider--paragraph + p,
  .cms-common p.divider--paragraph + p {
    margin-top: 1.1em;
  }
  .cms-richtext .divider--list p:first-child,
  .cms-common .divider--list p:first-child {
    border-top: 1px solid;
  }
  .cms-richtext img,
  .cms-common img {
    max-width: 100%;
  }
  .cms-richtext p img,
  .cms-common p img {
    margin-top: .4em;
    margin-bottom: .5em;
  }
  .cms-richtext img.float--left,
  .cms-common img.float--left {
    margin-right: 1.5em;
  }
  .cms-richtext img.float--right,
  .cms-common img.float--right {
    margin-left: 1.5em;
  }

  /* SPACING of elements
  -------------------------------------------------------------------------------*/
  .cms-container {
    margin: 2.6em 0;
    overflow: hidden;
  }
  .cms-container:first-child {
    margin-top: 0;
  }

  .cms-container-overflow {
    overflow: visible;
  }

  .box .cms-container {
    margin: 0;
  }

  /* ARTICLE
  ------------------------------------------------------------------------------*/
  .cms-article {
    /* table */
  }
  .cms-article .taxonomy {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  .cms-article .taxonomy a {
    color: inherit;
  }
  .cms-article .taxonomy .publication-date + .subjects::before {
    content: "|";
    margin: 0 8px;
  }
  .cms-article .imgAvatar {
    max-width: 140px;
  }
  .cms-article .imgSmall {
    max-width: 261px;
  }
  .cms-article .imgMedium {
    max-width: 576px;
  }
  .cms-article .imgLarge {
    max-width: 776px;
  }
  .cms-article table {
    margin: 1.1em 0;
  }
  .cms-article table p {
    margin: 0;
  }
  .cms-article table tr:first-child {
    font-weight: bold;
    /* copy from "default-table th" as CM does not provide th; with top border as there is no caption in CM yet */
  }
  .cms-article table tr:first-child td {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    -webkit-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    font-weight: bold;
  }
  .cms-article ol, .cms-article ul {
    margin-top: .6em;
  }
  .cms-article ul li:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/list-bullet-small.png) no-repeat 0px 0px;
    width: 3px;
    height: 3px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: -12px;
    top: 9px;
  }
  .cms-article .cms-link-list li {
    background: none !important;
  }
  .cms-article .cms-link-list li:before {
    background: none !important;
  }
  .cms-article .twoColumnLeft--paragraph {
    float: left;
    clear: left;
    width: 80px;
  }
  .cms-article .twoColumnRight--paragraph {
    margin-left: 100px;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph,
  .cms-article .twoColumnSeparatorLeft--paragraph--noborder {
    clear: both;
    height: 0;
    margin: .1em 0;
    overflow: hidden;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph {
    border-top: 1px solid #dcdcdc;
    margin: 1.1em 0;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph + .twoColumnLeft--paragraph {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-article {
    /* MQ: Widescreen */
  }
  .cms-article .twoColumnLeft--paragraph {
    width: 160px;
  }
  .cms-article .twoColumnRight--paragraph {
    margin-left: 180px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  .cms-article h3 {
    clear: both;
  }

  .cms-article:hover .taxonomy a {
    color: #0176c3;
  }

  .cms-categorized-list .taxonomy {
    margin: 1.5em 0 -2.7em;
  }
  .cms-categorized-list h3 {
    line-height: 1.3;
  }
  .cms-categorized-list > ul > li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1em;
  }
  .cms-categorized-list > ul > li p {
    margin-top: .6em;
  }
  .cms-categorized-list .abstract {
    margin: .7em 0;
    color: #777777;
  }
  .cms-categorized-list .action {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* PERSON-TYPE ARTICLE STYLES
  ------------------------------------------------------------------------------*/
  .cms-person .person-type {
    margin-top: 1.1em;
  }
  .cms-person .overview {
    zoom: 1;
    margin-top: -.5em;
  }
  .cms-person .overview:before, .cms-person .overview:after {
    content: "";
    display: table;
  }
  .cms-person .overview:after {
    clear: both;
  }
  .cms-person .avatar {
    margin-top: 1em;
    float: left;
    max-width: 25%;
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-person .avatar {
    /* MQ: Tablet */
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-person .description {
    float: left;
    width: 68%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-person .description {
    /* MQ: Tablet */
    width: 68%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-person .description p:first-of-type span:first-of-type {
    font-weight: bold;
  }
  .cms-person address {
    margin-top: .6em;
  }
  .cms-person address p {
    margin: 0;
  }
  .cms-person .person-detail {
    margin-top: 2.15em;
  }
  .cms-person ol, .cms-person ul {
    margin-top: .6em;
  }

  .cms-person-list h2 {
    padding-right: 0;
  }
  .cms-person-list ul {
    list-style-type: none;
    padding: 0;
  }
  .cms-person-list li {
    zoom: 1;
  }
  .cms-person-list li:before, .cms-person-list li:after {
    content: "";
    display: table;
  }
  .cms-person-list li:after {
    clear: both;
  }
  .cms-person-list li + li {
    margin-top: 1.3em;
  }
  .cms-person-list .cms-person h3 {
    margin-top: .1em;
  }
  .cms-person-list .cms-person .avatar {
    margin-top: .5em;
  }
  .cms-person-list .cms-person .description--paragraph {
    margin-top: .7em;
  }

  /* CMS FORM
  --------------------------------------------------*/
  .cms-form .form-section > h2 {
    margin-top: .55em;
  }
  .cms-form .form-row p {
    color: #666666;
  }

  /* CMS LINK LISTS (Quick Access)
  ----------------------------------------------------------*/
  .cms-linklists h3 {
    margin-top: -.1em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .65em;
  }
  .cms-linklists h4 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .cms-linklists ul {
    margin-top: .85em;
  }
  .cms-linklists .cms-col + .cms-col ul {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-linklists .cms-col + .cms-col ul {
    /* MQ: Tablet */
    margin-top: .85em;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-linklists h4 + ul {
    margin-top: .6em;
  }

  /* Counter
  -----------------------------------------*/
  .counter {
    color: #999999;
  }
  .counter:before {
    content: "(";
  }
  .counter:after {
    content: ")";
  }

  /* LINK LIST (WITH RAQUO, PLAIN)
  -------------------------------------------*/
  .cms-link-list li {
    line-height: 1.3;
  }
  .cms-link-list a {
    padding-left: 1.1em;
    display: inline-block;
  }
  .cms-link-list a:before {
    content: "\bb  ";
    display: inline-block;
    margin-right: .5em;
    margin-left: -1.1em;
  }

  .shop-disciplines dl, .shop-disciplines ul.cms-link-list,
  .cms-toc dl,
  .cms-toc ul.cms-link-list,
  .cms-linklists dl,
  .cms-linklists ul.cms-link-list,
  .cms-article dl,
  .cms-article ul.cms-link-list,
  .cms-person dl,
  .cms-person ul.cms-link-list {
    padding-left: 0;
    list-style-type: none;
  }
  .shop-disciplines li,
  .cms-toc li,
  .cms-linklists li,
  .cms-article li,
  .cms-person li {
    margin-top: 0;
    margin-bottom: .45em;
    position: relative;
  }

  .cms-tab-content p.link-text {
    margin-bottom: 0;
  }

  ol.cms-link-list-transparent,
  ul.cms-link-list-transparent {
    padding: 0 !important;
    list-style-type: none !important;
  }
  ol.cms-link-list-transparent li,
  ul.cms-link-list-transparent li {
    margin-top: 0;
  }

  .cms-toc .abstract {
    margin-bottom: 2.2em;
  }
  .cms-toc ul {
    margin-bottom: 3.7em;
  }

  /*
  -------------------------------------------------------*/
  .cms-video-wrapper {
    margin-top: .6em;
  }

  /** General floats (coremedia uses double dashes!) */
  .float--left, .float-left {
    float: left;
  }

  .float--right, .float-right {
    float: right;
  }

  .float--none, .float-none {
    float: none;
  }

  .cms-image-responsive img {
    max-width: 100% !important;
  }

  img.cover-small {
    max-width: 95px;
  }

  /* OVERWRITES if part of cms
  ----------------------------------------------------------*/
  .cms #wrapper #content,
  .cms .page-wrapper #content {
    padding-bottom: 27px;
  }

  .cms-barebone #wrapper #content,
  .cms-barebone .page-wrapper #content {
    padding-bottom: 0;
  }

  .cms .box {
    padding: 14px;
    overflow: hidden;
  }
  .cms .default-table {
    margin: 0;
    overflow-x: visible;
    /* needed for article flaps */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .default-table {
    /* MQ: Tablet */
    overflow-x: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .cms a.external:after {
    margin: 0;
  }
  .cms .form-submit-section {
    text-align: right;
  }
  .cms .form-submit-section .btn {
    margin: 0 0 0 12px;
  }
  .cms .cms-col > .btn, .cms .cms-col > a > .btn {
    /* two-column buttons need to be column-wide */
    display: block;
    text-align: center;
  }

  .sg-color div {
    padding: 1em;
  }
  .sg-color .action-1 {
    background-color: #0176c3;
  }
  .sg-color .action-2 {
    background-color: #02548a;
  }
  .sg-color .action-3 {
    background-color: #0266a8;
  }
  .sg-color .action-4 {
    background-color: #38a0e5;
  }
  .sg-color .action-5 {
    background-color: #70bced;
  }
  .sg-color .action-6 {
    background-color: #b3dcf5;
  }
  .sg-color .action-7 {
    background-color: #d7ecfa;
  }
  .sg-color .action-8 {
    background-color: #edf5fb;
  }
  .sg-color .type-1 {
    color: #333333;
  }
  .sg-color .type-2 {
    color: #555555;
  }
  .sg-color .type-3 {
    color: #666666;
  }
  .sg-color .type-4 {
    color: #777777;
  }
  .sg-color .type-5 {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* RELATED LINK ("see all")
  ------------------------------------------------------------------------------*/
  h1 + .related, h2 + .related, h3 + .related, .section-header + .related {
    float: right;
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  h1 + .related a:before, h2 + .related a:before, h3 + .related a:before, .section-header + .related a:before {
    content: '\00BB\0020';
  }
  h1 + .related {
    top: -2.0em;
  }
  h2 + .related, .section-header + .related {
    top: -2.5em;
  }
  h3 + .related {
    top: -1.2em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* HEADERS
  -----------------------------------------*/
  .section-header {
    zoom: 1;
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    padding-right: 0;
    margin-top: 1.8em;
    margin-bottom: 1.1em;
    position: relative;
  }
  .section-header:before, .section-header:after {
    content: "";
    display: table;
  }
  .section-header:after {
    clear: both;
  }
  .section-header h2 {
    margin-top: 0;
    margin-right: 1.5em;
  }
  .section-header .counter {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-lang-jp .section-header .counter {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .section-header a.back-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 6px;
    background-position: 0 5px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 3px 0 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cms-lang-jp .section-header a.back-link {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .cms-container > h1,
  .cms-container > h2,
  .cms-container > h3,
  .cms-container > .section-header,
  .cms-container > .section-header h1,
  .cms-container > .section-header h2,
  .cms-container > .section-header h3,
  .cms-container > div > h1,
  .cms-container > div > h2,
  .cms-container > div > h3,
  .cms-container > div > .section-header,
  .cms-container > div > .section-header h1,
  .cms-container > div > .section-header h2,
  .cms-container > div > .section-header h3 {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  #header {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    /* Widescreen Global base font-size */
    /*         @include font-size($size14); */
    color: #333333;
    /*         @include font-size($bodySize); */
    margin: 0;
    padding: .5em .5em;
    /* Typography
    ------------------------------------------------------------------------------*/
    /* Links
    ------------------------------------------------------------------------------*/
    /* truncator */
    /* external */
    /* Forms
    ------------------------------------------------------------------------------*/
    /* Hiding
    ------------------------------------------------------------------------------*/
    /* Accessibility
    ------------------------------------------------------------------------------*/
    /* JavaScript/Chrome/Redirect -prompt notices
    ------------------------------------------------------------------------------*/
    /* Specific module styles for Base mode
    ------------------------------------------------------------------------------*/
  }
  .cms-lang-jp #header {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* Widescreen Global base font-size */
  }
}
@media screen and (min-device-width: 320px) and (min-device-width: 320px) {
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header {
    /* MQ: Widescreen */
    padding-top: 126px;
  }
}
@media screen and (min-device-width: 320px) {
  #header h1, #header h2 {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .cms-lang-jp #header h1, .cms-lang-jp #header h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #header h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 7px 0 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-device-width: 320px) {
  #header h1 span {
    color: #999999;
  }
  #header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 7px 0;
  }
  #header h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 7px 0 5px;
  }
  #header sub, #header sup {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
  #header sub {
    vertical-align: text-bottom;
  }
  #header sup {
    vertical-align: text-top;
  }
  #header a {
    /* color: #777777; */
    text-decoration: none;
  }
  #header a:hover,
  #header a:active,
  #header a:focus {
    /* color: #000000; */
    text-decoration: none;
  }
  #header a[href='#more'],
  #header a[href='#less'] {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  #header a[href='#more']:hover,
  #header a[href='#less']:hover {
    color: #333333;
  }
  #header a.external:after {
    /* blue external link indicator */
    /* patternify URL: http://ptrn.it/ugEXX3 */
    content: '';
    display: inline-block;
    height: 8px;
    margin-left: 7px;
    width: 8px;
  }
  #header button,
  #header input,
  #header select,
  #header textarea {
    color: #666666;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .cms-lang-jp #header button, .cms-lang-jp
  #header input, .cms-lang-jp
  #header select, .cms-lang-jp
  #header textarea {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #header input[type=text],
  #header input[type=number],
  #header input[type=date],
  #header input[type=password],
  #header textarea {
    font-size: 16px;
    padding: 0 0 0 16px;
  }
  #header input[type=text].placeholder,
  #header input[type=password].placeholder {
    color: #999999;
  }
  #header input[type=text]:focus,
  #header input[type=password]:focus,
  #header textarea:focus {
    border-color: #0176c3;
    -webkit-box-shadow: 0 0 3px #0176c3;
    -moz-box-shadow: 0 0 3px #0176c3;
    box-shadow: 0 0 3px #0176c3;
    outline: none;
  }
  #header button,
  #header input[type=button],
  #header input[type=submit],
  #header input[type=image],
  #header label {
    cursor: pointer;
  }
  #header button::-moz-focus-inner,
  #header input::-moz-focus-inner {
    /* remove button padding in firefox */
    border: 0;
    padding: 0;
  }
  #header .lt-ie8 input,
  #header .lt-ie8 select {
    vertical-align: middle;
  }
  #header .hidden {
    display: none !important;
    visibility: hidden;
  }
  #header #gimme-satisfaction,
  #header #reader-overlay,
  #header .js-hidden,
  #header .pillow-btn,
  #header .no-js #results-only-access-checkbox,
  #header .tooltip {
    display: none;
  }
  #header #pub-date-graph {
    position: absolute;
    left: -1000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .bar-dock {
    position: absolute;
    left: -100000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .flyout-caption {
    background-color: transparent;
    border: none;
    left: -10000px;
  }
}
@media screen and (min-device-width: 320px) and (min-device-width: 320px) {
  #header .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .flyout-caption:focus {
    outline: none;
  }
  #header.header-checkout .flyout-caption {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #header #fdbk_tab {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1020px) {
  #header #fdbk_tab {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #header .js #fdbk_screen {
    opacity: .75;
  }
  #header .accessibility {
    position: absolute;
    left: -100000px;
  }
  #header .no-js {
    padding-top: 42px;
  }

  .header-nav {
    font-size: 11px;
    color: #777777;
  }
  .header-nav a {
    color: #777777;
    text-decoration: none;
  }
  .header-nav span {
    color: #777777;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 10px;
  }

  .pillow-btn-header {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/settings.png) no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #dcdcdc;
    min-width: 21px;
    text-indent: -9999em;
    width: 53px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-top-color: gainsboro;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: gainsboro;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: gainsboro;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: gainsboro;
    border-left-style: solid;
    border-left-width: 1px;
    /* Open Search Options */
    /* Open search */
    /*
    &.headerbasket {
    height:15px;
    float:right;
    top:-2px;
    width:26px;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/basket.png) no-repeat;
    }
    */
    /* Open menu */
  }
  .pillow-btn-header:hover {
    border-color: #bcbcbc;
  }
  .pillow-btn-header.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #dcdcdc;
    border: none;
  }
  .lt-ie8 .pillow-btn-header {
    overflow: hidden;
  }
  .pillow-btn-header.open-search-options {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5201px no-repeat;
  }
  .pillow-btn-header.open-search-options:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5128px no-repeat;
  }
  .pillow-btn-header.open-search-options:active, .pillow-btn-header.open-search-options:focus {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5092px no-repeat;
  }
  .is-open .pillow-btn-header.open-search-options {
    /* flyout */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5128px no-repeat;
  }
  .pillow-btn-header.open-search {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4745px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .pillow-btn-header.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  .pillow-btn-header.open-search:hover {
    /* hover */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4672px no-repeat;
  }
  body.show-search .pillow-btn-header.open-search {
    /* active */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -4636px no-repeat;
  }
  .pillow-btn-header.open-menu {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3277px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .pillow-btn-header.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .pillow-btn-header.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  .pillow-btn-header.open-menu:hover {
    /* hover */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3059px no-repeat;
  }
  body.show-menu .pillow-btn-header.open-menu {
    /* active */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -3023px no-repeat;
  }

  /* Search panel */
  .panel-search {
    background-color: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -moz-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -ms-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: -o-linear-gradient(top, #e5e5e5, #dcdcdc);
    background-image: linear-gradient(top, #e5e5e5, #dcdcdc);
    -webkit-box-shadow: 0 -1px 0 #d0d0d0;
    -moz-box-shadow: 0 -1px 0 #d0d0d0;
    box-shadow: 0 -1px 0 #d0d0d0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #ffffff;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-search {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    position: absolute;
    bottom: auto;
    left: 200px;
    top: 0;
    display: block;
    width: 45.04167%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-search {
    /* MQ: Widescreen */
    left: 30px;
    top: 72px;
    z-index: 5;
    width: 51.0416666667%;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 .panel-search {
    filter: none;
  }

  #global-search {
    margin: 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content {
    padding: .5em 10px;
    top: 3.2em;
    right: 0;
    left: auto;
    min-width: 120px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  .panel-menu {
    background: #3d3e43 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-menu {
    /* MQ: Widescreen */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

@media screen and (min-device-width: 320px) {
  #global-nav {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-nav {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-device-width: 320px) {
  .ie6 #global-nav {
    height: 36px;
  }
  #global-nav li {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #4c4d51;
    color: #999999;
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-nav li {
    /* MQ: Widescreen */
    border: none;
  }
}

@media screen and (min-device-width: 320px) {
  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  .ie9 #edition .flyout-caption {
    min-width: 120px;
  }

  #headerlogo {
    background-repeat: no-repeat;
    color: transparent;
    /* IE 6 & 7 for input */
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    /* IE 6 & 7 for input */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/logo.png) no-repeat;
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 300px;
    left: 10px;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #headerlogo {
    /* MQ: Tablet */
    left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #headerlogo {
    /* MQ: Widescreen */
    left: 30px;
    top: 13px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews #headerlogo {
    height: 68px;
    top: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-client-livingreviews #headerlogo {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-client-livingreviews #headerlogo {
    /* MQ: Widescreen */
    top: 23px;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews #header {
    min-height: 90px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-client-livingreviews #header {
    /* MQ: Widescreen */
    min-height: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews .navwrapper {
    display: none;
  }

  .lt-ie8 #search-options .open-search-options {
    display: block;
  }

  #cross-nav {
    z-index: 40;
  }
  #cross-nav .flyout-content {
    min-width: 120px;
  }
}
#search-field {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
#search-field .search-field--suggestions {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #bcbcbc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#search-field .search-field--suggestions li {
  background-color: #fff;
  cursor: pointer;
  line-height: 1.3;
  font-size: 15px;
  padding: 8px 16px;
}
#search-field .search-field--suggestions li:last-child {
  margin-bottom: 8px;
}
#search-field .search-field--suggestions li:hover, #search-field .search-field--suggestions li.selected {
  background-color: #edf5fb;
}
#search-field .search-field--suggestions li mark {
  background: none;
  font-weight: bold;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  #cross-nav #basket-widget a {
    padding: 0;
    color: #0176c3;
  }
  #cross-nav #basket-widget a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  #cross-nav #basket-widget .btn {
    color: white;
  }
  #cross-nav #basket-widget.empty .headerbasket {
    margin-right: -6px;
  }
  #cross-nav #basket-widget.empty .empty-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget.empty .cart-summary, #cross-nav #basket-widget.empty .cart-items {
    display: none;
  }
  #cross-nav #basket-widget.loading .empty-cart-msg, #cross-nav #basket-widget.loading .cart-summary, #cross-nav #basket-widget.loading .cart-items, #cross-nav #basket-widget.loading.empty .empty-cart-msg, #cross-nav #basket-widget.loading.empty .cart-summary, #cross-nav #basket-widget.loading.empty .cart-items {
    display: none;
  }
  #cross-nav #basket-widget.loading .loading-cart-msg, #cross-nav #basket-widget.loading.empty .loading-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget.full .full-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget .empty-cart-msg, #cross-nav #basket-widget .full-cart-msg {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
    display: none;
  }
  #cross-nav #basket-widget .loading-cart-msg {
    display: none;
  }
  #cross-nav #basket-widget .loading-cart-msg .spinner {
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/loading.gif) no-repeat center center;
    width: 32px;
    height: 32px;
    margin: auto;
  }
  #cross-nav #basket-widget .loading-cart-msg .msg {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #cross-nav #basket-widget {
    /* MQ: Widescreen */
  }
  #cross-nav #basket-widget .headerbasket {
    position: absolute;
    left: -22px;
    top: -4px;
  }
}
@media screen and (min-device-width: 320px) {
  #cross-nav #basket-widget .flyout-content {
    width: 300px;
  }
  #cross-nav #basket-widget .flyout-content ul {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 0px;
    padding-bottom: 18px;
  }
  #cross-nav #basket-widget .cart-item {
    margin-top: 20px;
  }
  #cross-nav #basket-widget .cart-item > * {
    vertical-align: top;
    display: inline-block;
  }
  #cross-nav #basket-widget .cart-item .cover {
    width: 41px;
    font-size: 0;
  }
  #cross-nav #basket-widget .cart-item .title {
    width: 184px;
    margin-left: 10px;
  }
  #cross-nav #basket-widget .cart-item .title .description {
    margin-top: 4px;
  }
  #cross-nav #basket-widget .cart-item .totalPrice {
    width: 65px;
    text-align: right;
    font-weight: bold;
  }
  #cross-nav #basket-widget .cart-summary .summary-item {
    margin-top: 10px;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .column {
    text-align: right;
    display: inline-block;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .left-column {
    width: 235px;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .right-column {
    width: 65px;
  }
  #cross-nav #basket-widget .cart-summary .total {
    font-weight: bold;
  }
  #cross-nav #basket-widget .cart-summary .btn.view-cart {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  #cross-nav #basket-widget.beta .totalPrice, #cross-nav #basket-widget.beta .total {
    display: none;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 3px;
  outline: none;
  padding: 12px 0 12px 16px;
  position: relative;
  z-index: 5;
  line-height: normal;
  padding-left: 18px !important;
  z-index: 1;
  color: #fff !important;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  color: #bcbcbc;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: 1px dotted;
}
.is-open #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: none;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:before {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2393px no-repeat;
  display: block;
  content: "";
  float: right;
  width: 7px;
  height: 5px;
  margin: 4px 5px 0 9px;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:before {
    /* MQ: Tablet */
    margin-right: 15px;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover:before {
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2386px no-repeat;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    /* MQ: Widescreen */
    color: #666666;
    padding: 0;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover {
    color: #333333;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2400px no-repeat;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2379px no-repeat;
  }
  .lt-ie8 #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    /* MQ: Widescreen */
    color: #666666 !important;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle > span {
  margin-left: 0.5em;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle::after {
  content: '';
  position: absolute;
  float: left;
  padding: 15px 0 0 0;
  left: 0;
  top: 8px;
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -480px no-repeat;
  height: 18px;
  width: 20px;
  top: -3px;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle::after {
    /* MQ: Widescreen */
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -500px no-repeat;
    padding: 0;
    margin: 0 2em 0 0;
    text-indent: -999em;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3.4em 10px .5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding-top: 6px;
  width: 300px;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Tablet */
    min-width: 150px;
  }
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    border-color: #dcdcdc;
    left: auto;
    right: 0;
    top: -.35em;
    z-index: 10;
    padding-top: 2em;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ul,
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ol {
  border-top: 1px solid #E4E4E4;
  padding-top: 4px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li {
    /* MQ: Widescreen */
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a {
  color: #666666;
  display: block;
  padding: 6px 9px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:focus {
  background: #f1f1f1;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Widescreen */
    top: -7px;
  }
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart {
    /* MQ: Widescreen */
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__toggle {
    text-decoration: none !important;
    z-index: 11;
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__body {
    display: block;
  }
}
#basket-widget .toggleable-mini-cart .mini-cart__list {
  padding-top: 16px !important;
}
#basket-widget .toggleable-mini-cart .mini-cart li + li {
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart li > div + div {
  padding-left: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item {
  font-size: 0;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover, #basket-widget .toggleable-mini-cart .mini-cart__item__info, #basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover {
  width: 15%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover img {
  width: 41px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__info {
  width: 60%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title {
  color: #0176c3;
  font-size: 12px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title:hover {
  text-decoration: underline;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__description, #basket-widget .toggleable-mini-cart .mini-cart__item__quantity {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 25%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total {
  font-size: 0;
  border-top: 1px solid #e4e4e4;
  padding-top: 12px;
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label, #basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 70%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 30%;
}
#basket-widget .toggleable-mini-cart .mini-cart__submit {
  margin-top: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__message {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
}
#basket-widget .toggleable-mini-cart .btn-primary {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.cms-client-livingreviews #footer #footer-nav:before {
  display: none;
}
.cms-client-livingreviews #footer #footer-nav .block {
  min-height: 0;
}
.cms-client-livingreviews #footer #footer-branding {
  display: none;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .banner-message {
    display: none;
    color: #fff;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 9px 0 14px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    z-index: 20;
    background-color: #666666;
  }
  .banner-message.banner-message-primary {
    background-color: #333333;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message > div {
    max-width: 980px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message > div {
    /* MQ: Widescreen */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message p {
    line-height: 1.5;
    padding-right: 2em;
  }
  .banner-message.banner-message-info p, .banner-message.banner-message-warning p {
    padding: 8px 2em 0 30px;
    position: relative;
  }
  .banner-message.banner-message-info p:before, .banner-message.banner-message-warning p:before {
    font-size: 22px;
    font-size: 2.2rem;
    top: 0;
    left: 0;
  }
  .banner-message.banner-message-info p:before {
    content: "l";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  .banner-message.banner-message-warning p:before {
    content: "!";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  .banner-message a {
    color: #fff;
    text-decoration: underline;
  }
  .banner-message a:hover {
    text-decoration: none;
  }
  .banner-message .close-message {
    position: absolute;
    z-index: 1;
    right: 30px;
    text-decoration: none;
    line-height: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message .close-message {
    /* MQ: Widescreen */
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message .close-message::before {
    content: "t";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Facebook like box responsive
  ------------------------------------------------------------------------------*/
  .fb-like-box,
  .fb-like-box span,
  .fb-like-box span iframe[style] {
    width: 100% !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .shop h1 {
    margin-top: .5em;
  }

  /* USP
  -------------------------------------------*/
  .usps {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    zoom: 1;
  }
  .usps:before, .usps:after {
    content: "";
    display: table;
  }
  .usps:after {
    clear: both;
  }
  .usps > p {
    float: left;
    margin-top: 1.8em;
  }

  .usp img {
    float: left;
    clear: left;
    padding-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .usp img {
    /* MQ: Tablet */
    float: none;
    clear: none;
    padding-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .usp p {
    float: right;
    width: 55%;
    margin-top: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .usp p {
    /* MQ: Tablet */
    margin-top: .75em;
    float: none;
    width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  /* Boxes
  -------------------------------------------*/
  .shop-header h2 {
    float: left;
  }
  .shop-header .filter {
    float: right;
    margin-top: .75em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .shop-header .btn-dd {
    min-width: 142px;
    padding: 4px 28px 3px 9px;
    margin-left: 1.2em;
  }
  .shop-header .btn-dd:after {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -2001px no-repeat;
    height: 8px;
    position: absolute;
    right: -12px;
    top: 11px;
    content: '';
    display: inline-block;
  }
  .shop-header .btn-dd:hover:after {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -1991px no-repeat;
  }
  .shop-header .btn-dd .menu {
    background-color: #f9f9f9;
    left: inherit;
    right: -1px;
    top: 28px;
    padding: 11px 6px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 286px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .shop-header .btn-dd .menu {
    /* MQ: Widescreen */
    width: 700px;
  }
}
@media screen and (min-device-width: 320px) {
  .shop-header .btn-dd .menu ul {
    float: left;
  }
  .shop-header .btn-dd .menu a {
    display: block;
    padding: 2px 11px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 264px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .shop-header .btn-dd .menu a {
    /* MQ: Widescreen */
    width: 210px;
  }
}
@media screen and (min-device-width: 320px) {
  .shop-header .btn-dd .menu a:hover {
    background-color: #e5e5e5;
  }
  .shop-header .btn-dd .menu a:before {
    content: "";
  }

  .filter > span {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .filter > span {
    /* MQ: Widescreen */
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* PRODUCT LISTS
  --------------------------------------------*/
  .section-header + .products {
    margin-top: -1.1em;
  }

  .products {
    zoom: 1;
  }
  .products:before, .products:after {
    content: "";
    display: table;
  }
  .products:after {
    clear: both;
  }
  .products .product-teaser {
    margin-top: 22px;
  }
  .products .product-graphic {
    float: left;
    margin-top: 10px;
  }
  .products .product-graphic.myspringer {
    margin-top: 0px;
  }
  .products .product-graphic img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    max-width: 80px;
  }
  .products .product-information {
    margin-left: 101px;
    line-height: 1.4em;
  }
  .products .product-information .from {
    margin-right: 5px;
  }
  .products .product-information .price-container {
    white-space: nowrap;
  }
  .products .product-information .impact-factor {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .products .product-information .impact-factor span {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: .4em;
  }
  .products h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .products p {
    margin-bottom: .5em;
  }
  .products .price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .products .unreduced-price {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: line-through;
  }

  .with-dropdown-filter .products ul {
    min-height: 320px;
    /* to not hide dropdown when products are missing */
  }

  .products.cms-teaser-products .unreduced-price {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* DISCIPLINES
  -----------------------------------------------------*/
  .shop-disciplines a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .shop-disciplines a {
    /* MQ: Tablet */
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-device-width: 320px) {
  /* ICONS
  ---------------------------------------------------------*/
  .cms-icon-shop-big {
    width: 48px;
    height: 34px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }

  .cms-icon-shop {
    width: 36px;
    height: 26px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* FORMS
  ------------------------------------------------------------------------------*/
  .error-message ul {
    padding: 0;
  }
  .error-message ul li {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .default-form {
    margin-top: 1.1em;
  }
  .default-form .form-section:last-of-type.form-section:last-child {
    border-bottom: none;
  }
  .default-form .form-section p {
    margin: 1.6em 0 0;
  }
  .default-form p {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Login box
  --------------------------------------------------*/
  .cms .box .box-header {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    padding: 14px;
    margin: -14px -14px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .cms .box .form-section {
    padding: 0 14px 1em;
    margin: 0 -14px;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .cms-myspringer-login h3 {
    margin-top: 0;
  }
  .cms-myspringer-login .form-row label {
    padding-top: 10px;
  }
  .cms-myspringer-login .box-header h3 {
    margin-top: 0;
    width: 70%;
  }
  .cms-myspringer-login .box-header a {
    text-align: right;
    float: right;
    width: 30%;
    color: #0176c3;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 5px;
  }
  .cms-myspringer-login .membership {
    color: #666666;
  }
  .cms-myspringer-login .cms-link-list {
    padding-left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  /* title */
  .js .flapHead {
    height: auto;
    margin: 0;
    cursor: pointer;
    padding: 4px 0 3px 20px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js .flapHead {
    /* MQ: Tablet */
    padding: 4px 0 3px 25px;
  }
}

@media screen and (min-device-width: 320px) {
  .js .flapHead:hover {
    border-color: #cccccc;
  }

  /* Insert expander arrows before every flap head */
  .js .flapHead:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/expander_arrows.png) no-repeat 0 -92px;
    width: 20px;
    height: 20px;
    padding-right: 3px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: 1px;
    top: 0;
  }

  .js .flapHead.showContent {
    color: #0176c3;
  }

  .js .flapHead:not(.showContent) {
    color: #999999;
  }

  .js .flapHead:not(.showContent):before {
    background-position: 0 -92px;
  }

  .js .flapContent {
    display: none;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js .flapContent {
    /* MQ: Tablet */
    padding: 0 25px;
  }
}

@media screen and (min-device-width: 320px) {
  .js ol.flapContent {
    padding-left: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ol.flapContent {
    /* MQ: Tablet */
    padding-left: 45px;
  }
}

@media screen and (min-device-width: 320px) {
  .js ul.flapContent {
    padding-left: 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ul.flapContent {
    /* MQ: Tablet */
    padding-left: 38px;
  }
}
@media screen and (min-device-width: 320px) {
  .js ul.flapContent li {
    position: relative;
  }

  .js ul.flapContent.cms-link-list {
    padding-left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ul.flapContent.cms-link-list {
    /* MQ: Tablet */
    padding-left: 25px;
  }
}

@media screen and (min-device-width: 320px) {
  .section-header + div .flapSeparator:first-child {
    display: none;
  }

  /* Inserted flap separators by javascript code (main.js) */
  .js .flapSeparator {
    height: 0;
    width: 100%;
    margin: 5px 0 4px 0;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    /* prevent floating images overflow */
  }

  .js .lastFlapContent {
    margin-bottom: 1.1em;
  }

  /* open */
  .flapHead.showContent:before {
    background-position: 0 12px;
  }

  .js :not(.flapContent) + .flapSeparator {
    margin-top: 2.4em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* MULTILEVEL NAVIGATION PORTLET (xm)
  ------------------------------------------------------------------------------*/
  .tree-nav {
    padding: 15px;
    /**
     * Highlighting
     */
  }
  .tree-nav p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: .95em;
  }
  .tree-nav p a:before {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -433px no-repeat;
    width: 10px;
    height: 9px;
    margin: 0 10px 0 6px;
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
  }
  .tree-nav h2 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #666666;
    margin: 0 0 .35em 3px;
  }
  .cms-lang-jp .tree-nav h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tree-nav a,
  .tree-nav a:hover,
  .tree-nav a:focus {
    text-decoration: none;
  }
  .tree-nav ol {
    padding: 0;
  }
  .tree-nav ol ol {
    padding: 0 0 8px 14px;
    display: none;
  }
  .tree-nav li {
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 0;
    position: relative;
  }
  .tree-nav li a {
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/arrow-sprites.png") no-repeat scroll 5px 13px transparent;
    display: block;
    font-size: 1.6rem;
    margin: 0;
    padding: 8px 5px 8px 17px;
    word-wrap: break-word;
  }
  .tree-nav li.channel-title a {
    font-size: 22px;
    font-size: 2.2rem;
    background: none;
    padding-left: 3px;
  }
  .tree-nav ol ol li a {
    padding: 6px 5px 6px 17px;
    background-position: 5px 10px;
  }
  .tree-nav li a:hover {
    background-color: #0176c3;
    background-position: 5px -467px;
    color: #fff;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }
  .tree-nav .nav > li.current {
    /*background-color: rgb(255,255,255);
    -moz-box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    -webkit-box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    background: -moz-linear-gradient(center top , #F8F8F8, #E5E5E5) repeat-x scroll 0 0 #E5E5E5;
    box-shadow: 0 0 0 white; */
  }
  .tree-nav .nav > li.current > a {
    background-position: 5px -227px;
  }
  .tree-nav li.current > a {
    color: #000;
  }
  .tree-nav li.current li.current a {
    background-position: 5px -147px;
  }
  .tree-nav li.current li.current > a {
    background-position: 5px -240px;
  }
  .tree-nav li.current.last-node > a {
    background-position: 5px -147px !important;
  }
  .tree-nav .nav > li.current.last-node a {
    background-position: 5px -147px !important;
  }
  .tree-nav .nav {
    margin-top: 0;
  }
  .tree-nav ol ol li a {
    background: transparent;
  }
  .tree-nav .show-nav,
  .tree-nav .collapse-nav {
    margin: 15px -14px -14px;
    width: auto;
  }

  .tree-nav-small li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 5px 7px 17px;
    background-position: 5px 10px;
  }
  .tree-nav-small li a:hover {
    background-position: 5px -470px;
  }
  .tree-nav-small h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 3px;
    color: #666666;
  }
  .tree-nav-small .nav > li.current > a {
    background-position: 5px -230px;
  }
  .tree-nav-small .nav > li.current.last-node a {
    background-position: 5px -150px !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* TEASER (general)
  --------------------------------------------------*/
  p.link-text {
    text-align: right;
    margin-top: 0;
  }
  p.link-text a:before {
    content: '\00BB\0020';
  }

  /* SIDEBAR TEASER
  -----------------------------------------------*/
  .cms-teaser-sidebar h3 {
    margin: 0.5em 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .cms-teaser-sidebar .link-image {
    position: relative;
  }
  .cms-teaser-sidebar img {
    width: 100%;
  }
  .cms-teaser-sidebar p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .cms-teaser-sidebar .look-inside-badge {
    bottom: 20px;
    right: -15px;
    padding-right: 15px;
    max-width: 60%;
    display: block;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
  .cms-teaser-sidebar .look-inside-badge:after {
    content: "";
    background: none;
  }
  .cms-teaser-sidebar .look-inside-badge p {
    font-size: inherit;
    line-height: 1.2em;
    margin: 0;
  }

  /* TRIPLE TEASERS
  -----------------------------------------------*/
  .cms-teaser-triple h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .cms-lang-jp .cms-teaser-triple h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cms-teaser-triple .cms-col:last-child {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-teaser-triple .cms-col:last-child {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-teaser-triple img {
    width: 100%;
    margin: 0 0 15px;
  }
  .cms-teaser-triple p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }

  /* PRODUCT TEASER
  --------------------------------------------------------*/
  h1 + .cms-teaser-products {
    margin-top: -1em;
  }

  .cms_link_target_in_english:after {
    content: "in English";
    color: #808080;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 0.8em;
    display: inline-block;
    text-decoration: none;
  }
  .channel-title .cms_link_target_in_english:after {
    content: "";
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* WIDGET (general)
  --------------------------------------------------*/
  /* PROCESS WIDGET
  --------------------------------------------------*/
  /* TAB WIDGET (horizontal arrows bottom)
  --------------------------------------------------*/
  .cms-widget-footer {
    text-align: right;
    margin: 14px -14px -14px -14px;
    border-top: 1px solid #dcdcdc;
  }
  .cms-widget-footer a:before {
    content: '\00BB\0020';
  }

  /* TODO: incorporate xmachina stuff below to above the sass way
  ---------------------------------------------------*/
  dl.cms-tab-panel {
    padding-top: 10px;
  }
  dl.cms-tab-panel > dt {
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    box-shadow: 1px 1px 0 0 #FFFFFF inset, 0 -18px 18px -18px #EFEFEF inset;
    border: 1px solid gainsboro;
    border-bottom: 0;
    border-radius: 2px 2px 2px 2px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    line-height: 25px;
    padding: 14px 0;
    text-align: left;
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  dl.cms-tab-panel > dt {
    /* MQ: Tablet */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  dl.cms-tab-panel > dd {
    padding: 1em 0;
  }

  .cms-tab-pane {
    display: none;
    overflow: hidden;
    min-height: 127px;
    margin: 0 -5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-tab-pane {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-tab-pane > li {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    position: relative;
    padding: 0 0 0;
    transition: padding 0.25s;
    -webkit-transition: padding 0.25s;
  }

  .cms-tab-pane > li > span {
    display: block;
    padding: 1em;
    border: 1px solid gainsboro;
    text-align: center;
    min-height: 85px;
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process.png") left center repeat-x;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    text-align: center;
    margin: 0 5px;
  }

  .cms-tab-pane > li > span,
  .cms-tab-panel > dt > span {
    color: #999;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
  }

  .cms-tab-panel > dt > span {
    font-size: 1.4rem;
  }

  .cms-tab-panel > dt.active span {
    color: #0176c3;
  }

  .cms-tab-pane > li.active > span,
  .cms-tab-panel > dt.active {
    border: 1px solid #70bced;
    background: #b3dcf5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-cms-dl-tab-active.jpg) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d7ecfa), to(#b3dcf5));
    background-image: -webkit-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -moz-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -ms-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: -o-linear-gradient(top, #d7ecfa, #b3dcf5);
    background-image: linear-gradient(top, #d7ecfa, #b3dcf5);
    color: #0176c3;
  }

  .cms-tab-pane > li:hover,
  .cms-tab-pane > li.active {
    padding: 0;
  }

  .cms-tab-pane > li:hover span,
  .cms-tab-pane > li.active span {
    color: #0176c3;
  }

  .cms-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0.5em auto;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/cms-icon-sprite.png");
  }

  .cms-tab-panel .cms-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: -13px 0;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/cms-icon-sprite.png");
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-tab-panel .cms-icon {
    /* MQ: Tablet */
    display: block;
    margin: 0.5em auto;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-tab-pane .active .cms-icon,
  .cms-tab-pane li:hover .cms-icon,
  .cms-tab-panel > dt.active .cms-icon {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/cms-icon-sprite-active.png");
  }

  .cms-icon-nr1 {
    background-position: -38px 0;
  }

  .cms-icon-nr2 {
    background-position: -76px 0;
  }

  .cms-icon-nr3 {
    background-position: -114px 0;
  }

  .cms-icon-nr4 {
    background-position: -152px 0;
  }

  .cms-icon-nr5 {
    background-position: -190px 0;
  }

  .cms-icon-nr6 {
    background-position: -228px 0;
  }

  .cms-icon-nr7 {
    background-position: -266px 0;
  }

  .cms-icon-nr8 {
    background-position: -304px 0;
  }

  .cms-icon-nr9 {
    background-position: -342px 0;
  }

  .cms-icon-idea {
    background-position: -380px 0;
  }

  .cms-icon-doc {
    background-position: -418px 0;
  }

  .cms-icon-book {
    background-position: -456px 0;
  }

  .cms-icon-truck {
    background-position: -494px 0;
  }

  .cms-icon-pencil {
    background-position: -532px 0;
  }

  .cms-tab-pane li.active .indicator {
    border-color: #b3dcf5 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -19px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
  }

  /**
   *  cms-tab-panel in process visual flavour
   * .cms-process-visual
   */
  .cms-process-visual .cms-tab-pane {
    border: 1px solid gainsboro;
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process.png") left center repeat-x;
    background: -moz-linear-gradient(center top, #F8F8F8, #E5E5E5) repeat-x scroll 0 0 #E5E5E5;
    box-shadow: 1px 1px 0 0 #FFFFFF inset;
    margin: 0;
    padding-bottom: 0;
    min-height: 1px;
  }

  .cms-process-visual .cms-tab-pane li {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process-right.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    width: 30%;
    padding: 0;
    margin: 0 -2.7%;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
  }

  .cms-process-visual .cms-tab-pane li:first-child {
    margin-left: -2.7%;
  }

  .cms-process-visual .cms-tab-pane li span,
  .cms-process-visual .cms-tab-pane li:hover span {
    background: transparent;
    border: none;
    margin: 0 !important;
    padding-left: 30px;
    min-height: 85px;
  }

  .cms-process-visual .cms-tab-pane li:first-child span {
    padding-left: 30px;
    /* was: 0 */
  }

  .cms-process-visual .cms-tab-pane li:last-child {
    background-image: none;
  }

  .cms-process-visual .cms-tab-pane li.active {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process-active.jpg");
    background-position: right center;
    background-repeat: no-repeat;
  }

  .cms-process-visual .cms-tab-pane li.active span {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process-left.jpg");
    background-position: -37px center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    min-height: 85px;
  }

  .cms-process-visual .cms-tab-pane li.active:last-child {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/cms/bg-process-active.jpg");
    background-position: -37px center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
  }

  .cms-process-visual .cms-tab-pane li.active:first-child span {
    background-image: none;
  }

  .cms-process-visual .cms-tab-pane li.active .indicator {
    display: none;
  }

  /**
   * Flexible layout
    */
  .cms-cols-3 li {
    width: 33.33%;
  }

  .cms-process-visual .cms-cols-3 li {
    width: 37.33%;
  }

  /**
   *  Global scope
   */
  .cms-link-list a:before {
    content: '\00BB\0020';
  }

  /**
   *  not really needed
   */
  .cms-tab-content p {
    margin-bottom: 1.3em;
  }

  dl, ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*  social media
  ---------------------------------*/
  .cms-social {
    overflow: visible;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-social {
    /* MQ: Widescreen */
    display: block;
  }
  .share-hide .cms-social {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-buttons {
    height: 24px;
  }
  .cms-social .cms-social-buttons a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-social .cms-social-buttons a {
    /* MQ: Tablet */
    margin: 0 0 0 29px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-buttons a .icon {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    float: left;
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 10;
  }
  .cms-social .cms-social-buttons a .btn {
    left: -5px;
    position: relative;
    line-height: 1.6;
  }
  .cms-social .cms-social-buttons .btn-right {
    margin-right: -5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-social .cms-social-buttons a:first-child {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-left {
    float: left;
  }
  .cms-social .cms-social-right {
    float: right;
    margin-right: 0;
    position: relative;
  }

  .share-layer {
    display: none;
    right: -105px;
    padding: 13px 7px 4px 4px;
  }
  .share-layer ul.share-layer-list {
    float: left;
  }
  .share-layer ul.first-list {
    padding-left: 7px;
    width: 100px;
  }
  .share-layer ul.last-list {
    float: left;
    padding-left: 15px;
    width: 80px;
  }
  .share-layer li.share-layer-list-item {
    display: block;
    height: 23px;
  }
  .share-layer li.share-layer-list-item a, .share-layer li.share-layer-list-item span {
    display: block;
    color: #2D2D2D;
  }
  .share-layer li.share-layer-list-item a {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/legacy/sprite_buttons.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
    height: 16px;
  }
  .share-layer li.share-layer-list-item a.btn-reddit {
    background-position: 0 -64px;
  }
  .share-layer li.share-layer-list-item a.btn-technorati {
    background-position: 0 -80px;
  }
  .share-layer li.share-layer-list-item a.btn-print-share {
    background-position: 0 -1955px;
  }
  .share-layer li.share-layer-list-item a.btn-delicious {
    background-position: 0 0;
  }
  .share-layer li.share-layer-list-item a.btn-digg {
    background-position: 0 -32px;
  }
  .share-layer li.share-layer-list-item a.btn-citeulike {
    background-position: 0 -1691px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* VIDEO GALLERY
  ------------------------------------------------------------------------------*/
  .video-wrapper {
    margin-top: 1em;
  }

  .video-carousel-container {
    position: relative;
    margin-top: 3.1em;
  }
  .video-carousel-container .control-prev,
  .video-carousel-container .control-next {
    position: absolute;
    top: 40%;
    width: 24px;
    height: 24px;
  }
  .video-carousel-container .control-prev {
    left: 0;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -215px no-repeat;
  }
  .video-carousel-container .control-prev:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -137px no-repeat;
  }
  .video-carousel-container .control-next {
    right: 0;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -371px no-repeat;
  }
  .video-carousel-container .control-next:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -293px no-repeat;
  }

  .video-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 3em;
  }
  .video-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .video-carousel ul li {
    float: left;
    cursor: pointer;
  }
  .video-carousel ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: .5em;
  }
  .video-carousel ul li div.description {
    display: none;
  }
  .video-carousel ul li .img-default {
    background-color: #eee;
    border: 1px solid #ccc;
  }
  .video-carousel ul li .img-default div {
    font-size: 30px;
    font-size: 3rem;
    color: #999999;
    padding: 10% 0;
  }

  /* boxes with ratio (from http://www.mademyday.de/css-height-equals-width-with-pure-css.html) */
  .box-ratio {
    background: none repeat scroll 0 0 #FF0000;
    position: relative;
  }
  .box-ratio:before {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .box-ratio > .box-ratio-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }

  .box-ratio-16-9:before {
    margin-top: 56.25%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-carousel .carousel-container {
    position: relative;
  }
  .cms-carousel .carousel-container .control-prev,
  .cms-carousel .carousel-container .control-next {
    position: absolute;
    top: 40%;
    width: 24px;
    height: 24px;
  }
  .cms-carousel .carousel-container .control-prev {
    left: -10px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -189px no-repeat;
  }
  .cms-carousel .carousel-container .control-prev:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -111px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-carousel .carousel-container .control-prev {
    /* MQ: Tablet */
    left: -40px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -215px no-repeat;
  }
  .cms-carousel .carousel-container .control-prev:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -137px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel-container .control-next {
    right: -10px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -345px no-repeat;
  }
  .cms-carousel .carousel-container .control-next:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -267px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-carousel .carousel-container .control-next {
    /* MQ: Tablet */
    right: -40px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -371px no-repeat;
  }
  .cms-carousel .carousel-container .control-next:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -293px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel-wrapper {
    overflow: hidden;
    margin: 0 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-carousel .carousel-wrapper {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .cms-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cms-carousel .carousel ul li {
    float: left;
  }

  .layout-4-8 .col-main .cms-carousel, .layout-disciplines .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .col-main .cms-carousel,
  .layout-full-grid .col-main .cms-carousel {
    display: none;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator, .layout-disciplines .col-main .cms-carousel.loading-indicator,
  .layout-disciplines .col-main .cms-carousel.loading-indicator,
  .layout-full .col-main .cms-carousel.loading-indicator,
  .layout-full-grid .col-main .cms-carousel.loading-indicator {
    display: block;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator > *, .layout-disciplines .col-main .cms-carousel.loading-indicator > *,
  .layout-disciplines .col-main .cms-carousel.loading-indicator > *,
  .layout-full .col-main .cms-carousel.loading-indicator > *,
  .layout-full-grid .col-main .cms-carousel.loading-indicator > * {
    display: none;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator:before, .layout-disciplines .col-main .cms-carousel.loading-indicator:before,
  .layout-disciplines .col-main .cms-carousel.loading-indicator:before,
  .layout-full .col-main .cms-carousel.loading-indicator:before,
  .layout-full-grid .col-main .cms-carousel.loading-indicator:before {
    display: block;
    padding: 5em;
    margin: 0;
    content: ' ';
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/loading.gif) no-repeat center center;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main .cms-carousel, .layout-disciplines .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .col-main .cms-carousel,
  .layout-full-grid .col-main .cms-carousel {
    /* MQ: Tablet */
    padding: 0 40px;
  }
}
@media screen and (min-device-width: 320px) {
  .layout-4-8 .col-main .cms-carousel .carousel-wrapper, .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-full .col-main .cms-carousel .carousel-wrapper,
  .layout-full-grid .col-main .cms-carousel .carousel-wrapper {
    margin: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main .cms-carousel .carousel-wrapper, .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-full .col-main .cms-carousel .carousel-wrapper,
  .layout-full-grid .col-main .cms-carousel .carousel-wrapper {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev, .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    top: 80px;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev, .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev {
    left: -10px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -189px no-repeat;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev:hover, .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -111px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev, .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev {
    /* MQ: Tablet */
    left: -40px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -215px no-repeat;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev:hover, .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -137px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next, .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    right: -10px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -345px no-repeat;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next:hover, .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -267px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next, .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    /* MQ: Tablet */
    right: -40px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -371px no-repeat;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next:hover, .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next:hover {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -293px no-repeat;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-full .col-main .cms-carousel {
    margin-top: 22px;
  }

  .layout-5 .col-main .cms-carousel .control-prev {
    left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-5 .col-main .cms-carousel .control-prev {
    /* MQ: Tablet */
    left: -40px;
  }
}
@media screen and (min-device-width: 320px) {
  .layout-5 .col-main .cms-carousel .control-next {
    right: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-5 .col-main .cms-carousel .control-next {
    /* MQ: Tablet */
    right: -40px;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-carousel .products .product-teaser {
    margin-top: 0;
  }
  .cms-carousel .products .product-graphic {
    margin: 0 0 0 1px;
    float: none;
    position: relative;
    height: 150px;
  }
  .cms-carousel .products .product-graphic a {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .cms-carousel .products .product-information {
    margin: 1em 0 0 1px;
    word-wrap: break-word;
  }
  .cms-carousel .products .product-information h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .cms-lang-jp .cms-carousel .products .product-information h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cms-carousel .products .product-information p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Help on Actions
  --------------------------------------------------*/
  .cms-action-help dl dt {
    display: block;
    float: left;
    clear: left;
    width: 35%;
    font-weight: bold;
  }
  .cms-action-help dl dd {
    display: block;
    float: none;
    margin: 0 0 .5em 37%;
  }
  .cms-action-help dl dd dl {
    margin-top: .5em;
  }
}
.bookmetrix.bookmetrix-threshold a[href$='#downloads'] .bookmetrix__link__count {
  color: #74ac01;
}
.bookmetrix.bookmetrix-threshold a[href$='#downloads'] .bookmetrix__link__count::after {
  content: " ●";
}
.bookmetrix__headline {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 21px;
  margin: 1.3em 0 .2em;
}
.bookmetrix__list li {
  display: inline-block;
}
.bookmetrix__link {
  background-color: #f0f0f0;
  display: block;
  padding: 10px;
  margin-bottom: 2px;
  margin-right: 2px;
  min-width: 55px;
  text-decoration: none;
}
.bookmetrix__link:hover, .bookmetrix__link:active, .bookmetrix__link:focus {
  background-color: #f8f8f8;
  text-decoration: none;
}
.bookmetrix__link__label {
  font-size: 11px;
  font-size: 1.1rem;
  color: #0176c3;
  display: block;
}
.bookmetrix__link__count {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  display: block;
}
.bookmetrix__meta a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  text-decoration: none;
}
.bookmetrix__meta a:hover, .bookmetrix__meta a:active, .bookmetrix__meta a:focus {
  text-decoration: none;
}
.bookmetrix__meta strong {
  font-weight: bold;
}

.threshold-alerted {
  display: flex;
  flex-direction: row;
}
.threshold-alerted .threshold-icon {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/sites/sgw/images/threshold_icon.svg);
  flex-shrink: 0;
  margin-right: .5em;
  height: 37px;
  width: 53px;
}
.threshold-alerted .threshold-title {
  font-weight: bold;
}
.threshold-alerted .threshold-explanation {
  display: none;
}
.threshold-alerted .show-less-link {
  display: none;
}
.threshold-alerted.threshold-show-more .threshold-explanation {
  display: block;
}
.threshold-alerted.threshold-show-more .show-more-link {
  display: none;
}
.threshold-alerted.threshold-show-more .show-less-link {
  display: inline;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* BIG TEXT
  --------------------------------------------------*/
  .hp-container {
    /* to be used within ".layout-full .col-main" */
    zoom: 1;
    margin: 4.1em 0;
  }
  .hp-container:before, .hp-container:after {
    content: "";
    display: table;
  }
  .hp-container:after {
    clear: both;
  }
  .hp-container:first-child {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container {
    /* MQ: Widescreen */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .section-header {
    margin: 0 -10px 1.5em -20px;
    padding-left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .section-header {
    /* MQ: Tablet */
    margin: 0 -30px 1.5em -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .section-header {
    /* MQ: Widescreen */
    margin: 0 -20px 1.5em -20px;
    padding-left: 27.6087%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 800px) {
  .hp-container .main {
    /* MQ: Tablet wide */
    float: right;
    margin-right: 0;
    width: 74.57%;
    /* round to 2 digits; ie makes it too small otherwise */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .main .hp-subsection + .hp-subsection {
    border-top: 1px solid #dcdcdc;
    padding-top: 1.5em;
    margin: 1em 0 0;
  }
  .hp-container .aside {
    margin-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 800px) {
  .hp-container .aside {
    /* MQ: Tablet wide */
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    width: 23.26087%;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols > div {
    float: none;
    overflow: hidden;
    margin: 1em auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols > div {
    /* MQ: Tablet */
    float: left;
  }
  .hp-container .hp-cols > div:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .hp-cols > div {
    /* MQ: Widescreen */
    margin: 0 auto;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols3 {
    /* use with .hp-cols */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols3 > div {
    /* MQ: Tablet */
    /* with px
    width: ($hp-main-width - (2 * $hp-column-main-gap)) / 3;
    margin: 0 0 0 $hp-column-main-gap;
    */
    width: 31.68124%;
    margin-left: 2.47813%;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols3-thin {
    /* use with .hp-cols */
  }
  .hp-container .hp-cols3-thin > div {
    width: 228px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols3-thin > div {
    /* MQ: Tablet */
    margin: 0 0 0 1px;
    /* with percent
    width: ((($hp-main-width - (2 * $hp-column-main-gap-thin)) / 3) / $hp-main-width) * 100%;
    margin-left: ($hp-column-main-gap-thin / $hp-main-width) * 100%;
    */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 200px;
    margin: 0 -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-scroll {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .hp-scroll {
    /* MQ: Widescreen */
    min-height: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 .hp-container .hp-scroll {
    overflow-x: visible;
  }
  .hp-container .hp-scroll > div {
    display: table-cell;
  }
  .hp-container .hp-scroll > div:first-child {
    padding-left: 0;
  }
  .lt-ie8 .hp-container .hp-scroll > div {
    display: block;
    float: left;
  }
  .hp-container .hp-scroll3-thin {
    /* use with .hp-scroll */
  }
  .hp-container .hp-scroll3-thin > div {
    min-width: 228px;
    padding-left: 1px;
  }
  .lt-ie8 .hp-container .hp-scroll3-thin > div {
    min-width: none;
    width: 228px;
  }
  .hp-container .hp-teaser {
    position: relative;
  }
  .hp-container .hp-teaser a {
    display: block;
  }
  .hp-container .hp-teaser img {
    width: 100%;
    vertical-align: top;
  }
  .hp-container .hp-teaser h3,
  .hp-container .hp-teaser div {
    position: absolute;
    left: 0;
    color: #fff;
    padding: 0 10px;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    text-shadow: 1px 1px 1px #333333;
  }
  .cms-lang-jp .hp-container .hp-teaser h3, .cms-lang-jp
  .hp-container .hp-teaser div {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hp-container .hp-teaser h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    bottom: 25%;
  }
  .hp-container .hp-teaser div {
    font-size: 16px;
    font-size: 1.6rem;
    top: 74%;
  }
  .hp-container .hp-teasable h4 {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: normal;
    margin-bottom: 1.2em;
  }
  .cms-lang-jp .hp-container .hp-teasable h4 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hp-container .hp-teasable div {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  .hp-container .hp-teasable p {
    margin-top: .6em;
  }
  .hp-container .hp-section-side {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #666666;
    margin-top: -4px;
  }
  .cms-lang-jp .hp-container .hp-section-side {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hp-container .hp-bigtext {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -.2em;
  }
  .cms-lang-jp .hp-container .hp-bigtext {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-bigtext {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-bigtext .cms-common p {
    line-height: 1.34;
  }
  .hp-container .cms-recommendation-short .products {
    margin-top: -22px;
  }
  .hp-container .cms-recommendation-short .products .product-graphic img {
    max-width: 95px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .cms-recommendation-short .products .product-graphic img {
    /* MQ: Tablet */
    max-width: 85px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .cms-recommendation-short .products .product-graphic img {
    /* MQ: Widescreen */
    max-width: 95px;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .cms-recommendation-short > h3,
  .hp-container .cms-recommendation-long > h3 {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: -4px 0 0 0;
  }
  .cms-lang-jp .hp-container .cms-recommendation-short > h3, .cms-lang-jp
  .hp-container .cms-recommendation-long > h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/* Progress bar for article / book tracking
--------------------------------------------------*/
.numbered-bar-descriptor-container {
  padding: 0;
}

.numbered-bar-descriptor {
  position: relative;
  display: inline-block;
  max-width: 30%;
}
.numbered-bar-descriptor div {
  margin: 1em 50% 1em -50%;
  padding: .75em;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px #efefef;
  -moz-box-shadow: 3px 3px 6px #efefef;
  box-shadow: 3px 3px 6px #efefef;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  background: #ffffff;
}
.numbered-bar-descriptor div:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -730px no-repeat;
  width: 21px;
  height: 14px;
}
.numbered-bar-descriptor.pos-first {
  left: 0%;
}
.numbered-bar-descriptor.pos-first div {
  margin: 1em 1em 1em 0;
}
.numbered-bar-descriptor.pos-first div:before {
  left: 2px;
  margin-left: 0;
}
.numbered-bar-descriptor.pos-last {
  left: 100%;
}
.numbered-bar-descriptor.pos-last div {
  margin: 1em 102% 1em -102%;
}
.numbered-bar-descriptor.pos-last div:before {
  left: 100%;
  margin-left: -21px;
}
.numbered-bar-descriptor.items-6.pos-2 {
  left: 21.875%;
}
.numbered-bar-descriptor.items-6.pos-3 {
  left: 40.625%;
}
.numbered-bar-descriptor.items-6.pos-4 {
  left: 59.375%;
}
.numbered-bar-descriptor.items-6.pos-5 {
  left: 78.125%;
}
.numbered-bar-descriptor.items-7.pos-2 {
  left: 18.42105%;
}
.numbered-bar-descriptor.items-7.pos-3 {
  left: 34.21053%;
}
.numbered-bar-descriptor.items-7.pos-4 {
  left: 50%;
}
.numbered-bar-descriptor.items-7.pos-5 {
  left: 65.78947%;
}
.numbered-bar-descriptor.items-7.pos-6 {
  left: 81.57895%;
}
.numbered-bar-descriptor.items-8.pos-2 {
  left: 15.90909%;
}
.numbered-bar-descriptor.items-8.pos-3 {
  left: 29.54545%;
}
.numbered-bar-descriptor.items-8.pos-4 {
  left: 43.18182%;
}
.numbered-bar-descriptor.items-8.pos-5 {
  left: 56.81818%;
}
.numbered-bar-descriptor.items-8.pos-6 {
  left: 70.45455%;
}
.numbered-bar-descriptor.items-8.pos-7 {
  left: 84.09091%;
}

.numbered-bar {
  zoom: 1;
}
.numbered-bar:before, .numbered-bar:after {
  content: "";
  display: table;
}
.numbered-bar:after {
  clear: both;
}
.demo-numbered-bar .numbered-bar {
  margin: 2em 0;
}
.numbered-bar .item {
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.numbered-bar .item:first-child {
  text-align: left;
}
.numbered-bar .item:first-child > div:before {
  display: none;
}
.numbered-bar .item:last-child {
  text-align: right;
}
.numbered-bar .item:last-child > div:after {
  display: none;
}
.numbered-bar .item > div {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.numbered-bar .item > div:before, .numbered-bar .item > div:after {
  height: 8px;
  width: 400px;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 9px;
}
.numbered-bar .item > div:before {
  left: -399px;
}
.numbered-bar .item > div:after {
  left: 25px;
}
.numbered-bar .item-last {
  text-align: right;
}
.numbered-bar .item-last > div:after {
  display: none;
}
.numbered-bar .item-prev > div {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
  color: #fff;
}
.numbered-bar .item-prev > div:before, .numbered-bar .item-prev > div:after {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-current > div {
  background: #f76f06;
  color: #fff;
}
.numbered-bar .item-current > div:before {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-current > div:after {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-next > div {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
  color: #333333;
}
.numbered-bar .item-next > div:before, .numbered-bar .item-next > div:after {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar.items-2 .item {
  width: 50%;
}
.numbered-bar.items-3 .item {
  width: 42.8%;
}
.numbered-bar.items-3 .item:first-child, .numbered-bar.items-3 .item:last-child {
  width: 28.5%;
}
.numbered-bar.items-3 .item.item-first, .numbered-bar.items-3 .item.item-last {
  width: 28.5%;
}
.numbered-bar.items-4 .item {
  width: 30%;
}
.numbered-bar.items-4 .item:first-child, .numbered-bar.items-4 .item:last-child {
  width: 20%;
}
.numbered-bar.items-4 .item.item-first, .numbered-bar.items-4 .item.item-last {
  width: 20%;
}
.numbered-bar.items-5 .item {
  width: 23%;
}
.numbered-bar.items-5 .item:first-child, .numbered-bar.items-5 .item:last-child {
  width: 15.3%;
}
.numbered-bar.items-5 .item.item-first, .numbered-bar.items-5 .item.item-last {
  width: 15.3%;
}
.numbered-bar.items-6 .item {
  width: 18.7%;
}
.numbered-bar.items-6 .item:first-child, .numbered-bar.items-6 .item:last-child {
  width: 12.5%;
}
.numbered-bar.items-6 .item.item-first, .numbered-bar.items-6 .item.item-last {
  width: 12.5%;
}
.numbered-bar.items-7 .item {
  width: 15.7%;
}
.numbered-bar.items-7 .item:first-child, .numbered-bar.items-7 .item:last-child {
  width: 10.5%;
}
.numbered-bar.items-7 .item.item-first, .numbered-bar.items-7 .item.item-last {
  width: 10.5%;
}
.numbered-bar.items-8 .item {
  width: 13.6%;
}
.numbered-bar.items-8 .item:first-child, .numbered-bar.items-8 .item:last-child {
  width: 9%;
}
.numbered-bar.items-8 .item.item-first, .numbered-bar.items-8 .item.item-last {
  width: 9%;
}
.numbered-bar.items-9 .item {
  width: 12%;
}
.numbered-bar.items-9 .item:first-child, .numbered-bar.items-9 .item:last-child {
  width: 8%;
}
.numbered-bar.items-9 .item.item-first, .numbered-bar.items-9 .item.item-last {
  width: 8%;
}

.cms-tracking .introduction {
  margin: 1em 0 2em;
}
.cms-tracking .section-header span {
  color: #f76f06;
}
.cms-tracking .box-secondary {
  margin: 25px 0 5px 0;
}
.cms-tracking .products {
  margin-top: 1.3em;
}
.cms-tracking .products li.product-teaser:first-child {
  margin-top: -1.1em;
}
.cms-tracking .products .product-teaser {
  zoom: 1;
  margin: 0;
  padding: .45em 0 2.75em;
}
.cms-tracking .products .product-teaser:before, .cms-tracking .products .product-teaser:after {
  content: "";
  display: table;
}
.cms-tracking .products .product-teaser:after {
  clear: both;
}
.cms-tracking .products .product-teaser .product-graphic {
  margin-top: 13px;
}
.cms-tracking .product-graphic.big-cover img {
  max-width: 95px;
}
.cms-tracking .product-teaser + .product-teaser {
  border-top: 1px solid #d7d7d7;
}
.cms-tracking .product-information h3 {
  font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
}
.cms-tracking .product-information p.subtitle {
  font-size: 14px;
  font-size: 1.4rem;
}
.cms-tracking .product-information p.authors {
  color: #666666;
}
.cms-tracking .product-information p.bibliographic {
  color: #666666;
  margin: 1.6em 0 0;
}
.cms-tracking .product-information .bar-download-actions {
  margin-bottom: 4px;
  margin-top: 1em;
}
.cms-tracking .product-information .bar-download-actions .btn {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  height: 28px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px 12px 0 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cms-tracking .product-information .bar-download-actions .btn {
    /* MQ: Tablet */
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    height: 21px;
    padding: 1px 10px 0;
  }
}
.cms-tracking .product-information h4 {
  zoom: 1;
  -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  border-bottom: 1px solid #D7D6D6;
  padding: 0 4px 7px 0;
  margin: 2.3em 0 .9em;
  font-size: 16px;
  font-size: 1.6rem;
}
.cms-tracking .product-information h4:before, .cms-tracking .product-information h4:after {
  content: "";
  display: table;
}
.cms-tracking .product-information h4:after {
  clear: both;
}
.cms-tracking .product-information .contact {
  float: left;
  width: 49%;
}
.cms-tracking .product-information .contact a {
  font-weight: bold;
}
.cms-tracking .product-information .contact a:before {
  content: '\00BB\0020';
}
.cms-tracking .product-information .notify {
  float: right;
  width: 50%;
}
.cms-tracking .product-information .notify input {
  vertical-align: top;
}
.cms-tracking .product-information .links a {
  font-weight: bold;
}
.cms-tracking .product-information .links a:before {
  content: '\00BB\0020';
}
.cms-tracking .product-information .error-message {
  margin-top: 2em;
  margin-bottom: 4px;
}
.cms-tracking .product-information.with-box {
  margin-left: 117px;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Author query
  --------------------------------------------------*/
  .cms-aq .authored-item {
    zoom: 1;
    margin: 2.3em 0 2.9em;
    padding: 0 21px;
  }
  .cms-aq .authored-item:before, .cms-aq .authored-item:after {
    content: "";
    display: table;
  }
  .cms-aq .authored-item:after {
    clear: both;
  }
  .cms-aq .authored-item .authored-cover {
    float: left;
    max-width: 128px;
    padding-top: 3px;
  }
  .cms-aq .authored-item .authored-cover img {
    max-width: 100%;
  }
  .cms-aq .authored-item .authored-information {
    margin-left: 148px;
    line-height: 1.4;
  }
  .cms-aq .authored-item .authored-information h3 {
    margin: 0 0 .6em;
  }
  .cms-aq .confirmation-box {
    margin-top: .9em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-article-byline-confirmation, .cms-article-byline-rejection {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cms-article-byline-confirmation p, .cms-article-byline-rejection p {
    margin: 0 0 14px;
  }

  .cms-article-byline-confirmation i {
    color: #70AF09;
  }

  .cms-article-byline-rejection i {
    color: #FFB904;
  }

  .cms-article-details .fa-times-circle {
    color: #BD1F2E;
  }
  .cms-article-details .fa-check-circle {
    color: #70AF09;
  }
  .cms-article-details h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: .3em;
  }

  .key-value-data {
    zoom: 1;
  }
  .key-value-data:before, .key-value-data:after {
    content: "";
    display: table;
  }
  .key-value-data:after {
    clear: both;
  }
  .key-value-data div {
    line-height: 1.6;
    margin-top: .2em;
  }
  .key-value-data .strong {
    font-weight: bold;
  }
  .key-value-data .column-label {
    clear: left;
    float: left;
    width: 33.27%;
    color: #999999;
  }
  .key-value-data .column-value {
    float: left;
    width: 45.17%;
    margin-left: 1.72%;
  }
  .key-value-data .column-icon {
    float: left;
    width: 16.37%;
    margin-left: 3.44%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .key-value-data .column-cover {
    float: right;
    width: 16.37%;
    margin-left: 3.44%;
  }
  .key-value-data .column-cover img {
    width: 100%;
  }

  .key-value-data-col-2 .column-value {
    width: 63.27%;
    margin-left: 1.72%;
  }

  .cms-article-dashboard .dashboard-header {
    padding-bottom: 1.4em;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #dcdcdc;
  }
  .cms-article-dashboard .dashboard-header p, .cms-article-dashboard .dashboard-header span, .cms-article-dashboard .dashboard-header h3 {
    width: 71%;
    line-height: 1.4;
  }
  .cms-article-dashboard .dashboard-header span {
    color: #999999;
  }
  .cms-article-dashboard .dashboard-header img {
    float: right;
    width: 27%;
  }
  .cms-article-dashboard .cms-link-list li {
    line-height: 1.6;
  }
  .cms-article-dashboard .cms-link-list a.active {
    color: #333333;
  }
  .cms-article-dashboard .dashboard-links h3 {
    margin-bottom: .7em;
  }

  .cms-article-action {
    zoom: 1;
  }
  .cms-article-action:before, .cms-article-action:after {
    content: "";
    display: table;
  }
  .cms-article-action:after {
    clear: both;
  }
  .cms-article-action h3 {
    margin-top: 0;
  }
  .cms-article-action .cms-article-action-content {
    margin: 0 0 1em 0;
  }
  .cms-article-action .cms-article-action-action {
    margin: 1em 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-action .cms-article-action-decide .cms-article-action-content {
    /* MQ: Tablet */
    float: left;
    width: 50%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article-action .cms-article-action-decide .cms-article-action-action {
    text-align: right;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-action .cms-article-action-decide .cms-article-action-action {
    /* MQ: Tablet */
    float: left;
    width: 50%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article-action .cms-article-action-forward .cms-article-action-action select {
    display: inline-block;
    max-width: 70%;
  }
  .cms-article-action .cms-article-action-forward .cms-article-action-action button {
    display: inline-block;
    max-width: 28%;
  }
  .cms-article-action .cms-article-action-confirmation {
    font-size: 20px;
    font-size: 2rem;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
  }
  .cms-article-action .cms-article-action-confirmation p {
    margin: 0;
  }
  .cms-article-action .cms-article-action-confirmation i {
    color: #70AF09;
  }
  .cms-article-action .cms-article-action-confirmation .btn {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .cms-article-action .cms-article-action-rejection {
    font-size: 20px;
    font-size: 2rem;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
  }
  .cms-article-action .cms-article-action-rejection p {
    margin: 0;
  }
  .cms-article-action .cms-article-action-rejection i {
    color: #FFB904;
  }
  .cms-article-action .cms-article-action-rejection .btn {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  .cms-article-action .cms-article-action-confirmation .cms-article-action-back, .cms-article-action .cms-article-action-rejection .cms-article-action-back {
    text-align: right;
  }
  .cms-article-action .error-message {
    margin: 1em 0;
    clear: left;
  }

  .cms-container.surrounding-box-confirmation {
    background-color: #f1f7e6;
    border-color: #70AF09;
  }

  .cms-container.surrounding-box-rejection {
    background-color: #fff8e6;
    border-color: #FFB904;
  }

  .cms-container.surrounding-box-error {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    border-color: #BD1F2E;
  }
  .cms-container.surrounding-box-error .error-message {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
  }
  .cms-container.surrounding-box-error li.feedbackPanelERROR {
    display: flex;
  }
  .cms-container.surrounding-box-error li.feedbackPanelERROR::before {
    content: "\f057";
    color: #BD1F2E;
    font: normal normal normal 21px/1.3 FontAwesome;
    padding-right: 7px;
  }

  .cms-article-list ul {
    margin: 2em 0;
  }
  .cms-article-list ul li {
    zoom: 1;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 10px solid #dcdcdc;
    border-radius: 10px 0 0 10px;
    padding: 1em 0 1em 1.5em;
  }
  .cms-article-list ul li:before, .cms-article-list ul li:after {
    content: "";
    display: table;
  }
  .cms-article-list ul li:after {
    clear: both;
  }
  .cms-article-list ul li + li {
    border-top: none;
  }
  .cms-article-list ul li:hover {
    background-color: #f8f8f8;
  }
  .cms-article-list ul li > div {
    vertical-align: top;
    line-height: 1.3;
  }
  .cms-article-list ul li > div .author {
    color: #333333;
    font-weight: bold;
  }
  .cms-article-list ul li > div .institute {
    margin-top: .5em;
    color: #999999;
  }
  .cms-article-list ul li > div a {
    margin-top: .5em;
    display: block;
    text-decoration: none;
  }
  .cms-article-list ul li > div.cms-article-list-left {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-list ul li > div.cms-article-list-left {
    /* MQ: Tablet */
    float: left;
    width: 20%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-list ul li > div.cms-article-list-right {
    /* MQ: Tablet */
    float: left;
    width: 80%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article-list ul li > a > div.cms-article-list-left {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-list ul li > a > div.cms-article-list-left {
    /* MQ: Tablet */
    float: left;
    width: 20%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-article-list ul li > a > div.cms-article-list-right {
    /* MQ: Tablet */
    float: left;
    width: 80%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article-list ul li > a > div.cms-article-list-right .author {
    color: #333333;
    font-weight: bold;
  }
  .cms-article-list ul li > a > div.cms-article-list-right .institute {
    margin-top: .5em;
    color: #999999;
  }
  .cms-article-list ul li > a > div.cms-article-list-right .linkText {
    color: #0176c3;
    text-decoration: none;
    padding-top: 8px;
  }
  .cms-article-list ul li.cms-article-rejected {
    border-left-color: #FFB904;
  }
  .cms-article-list ul li.cms-article-rejected:hover {
    background-color: #fff9ea;
  }
  .cms-article-list ul li.cms-article-approved {
    border-left-color: #70AF09;
  }
  .cms-article-list ul li.cms-article-approved:hover {
    background-color: #f7feec;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAMPAIGN INTRODUCTION
  ------------------------------------------------------------------------------*/
  .cms-campaign-placeholder {
    min-height: 240px;
    margin-top: -10px;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-placeholder {
    /* MQ: Tablet */
    margin-top: -20px;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 240px;
    margin-top: -10px;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-introduction {
    /* MQ: Tablet */
    margin-top: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction .content-wrapper {
    padding: 0 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-introduction .content-wrapper {
    /* MQ: Tablet */
    padding: 0 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction .content-wrapper {
    /* MQ: Widescreen */
    width: 940px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction img {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction img {
    /* MQ: Widescreen */
    display: block;
    margin-top: 30px;
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cms-campaign-introduction .text div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cms-campaign-introduction .text div ul {
    list-style: inside;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction .text {
    /* MQ: Widescreen */
    margin-left: 34.46%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-campaign-orange {
    background-color: #ea622d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f48c29), to(#ea622d));
    background-image: -webkit-linear-gradient(top, #f48c29, #ea622d);
    background-image: -moz-linear-gradient(top, #f48c29, #ea622d);
    background-image: -ms-linear-gradient(top, #f48c29, #ea622d);
    background-image: -o-linear-gradient(top, #f48c29, #ea622d);
    background-image: linear-gradient(top, #f48c29, #ea622d);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-blue {
    background-color: #0079c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1e6), to(#0079c5));
    background-image: -webkit-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -moz-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -ms-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -o-linear-gradient(top, #00a1e6, #0079c5);
    background-image: linear-gradient(top, #00a1e6, #0079c5);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-green {
    background-color: #09ad68;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bd73), to(#09ad68));
    background-image: -webkit-linear-gradient(top, #00bd73, #09ad68);
    background-image: -moz-linear-gradient(top, #00bd73, #09ad68);
    background-image: -ms-linear-gradient(top, #00bd73, #09ad68);
    background-image: -o-linear-gradient(top, #00bd73, #09ad68);
    background-image: linear-gradient(top, #00bd73, #09ad68);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-pink {
    background-color: #ae3163;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bc34c6), to(#ae3163));
    background-image: -webkit-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -moz-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -ms-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -o-linear-gradient(top, #bc34c6, #ae3163);
    background-image: linear-gradient(top, #bc34c6, #ae3163);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-yellow {
    background-color: #fda205;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbb19), to(#fda205));
    background-image: -webkit-linear-gradient(top, #ffbb19, #fda205);
    background-image: -moz-linear-gradient(top, #ffbb19, #fda205);
    background-image: -ms-linear-gradient(top, #ffbb19, #fda205);
    background-image: -o-linear-gradient(top, #ffbb19, #fda205);
    background-image: linear-gradient(top, #ffbb19, #fda205);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-background {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }
  .cms-campaign-background:before {
    background-color: #000;
    content: " ";
    position: absolute;
    display: block;
    opacity: 0.35;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-background {
    /* MQ: Widescreen */
  }
  .cms-campaign-background:before {
    left: 326px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-background .content-wrapper {
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAREER
  ------------------------------------------------------------------------------*/
  .cms-career .cms-career-content {
    display: none;
  }
  .cms-career .cms-career-nojobs {
    display: none;
  }
  .cms-career .cms-career-filter {
    margin: 1.5em 0 -1.4em;
  }
  .cms-career .cms-career-filter select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px;
    max-width: 40%;
    margin: 0 .5em 1em 0;
  }
  .cms-career .cms-career-filter a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    white-space: nowrap;
    display: none;
  }
  .cms-career .cms-career-filter.filtered a {
    display: inline-block;
  }
  .cms-career .cms-career-jobs {
    padding: 0;
    margin-top: .9em;
  }
  .cms-career .cms-career-job {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    padding: 9px 0;
    margin: 0;
  }
  .cms-career .cms-career-job p.date {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
  }
  .cms-career .cms-career-job h3 {
    margin: .1em 0 .25em;
  }
  .cms-career .cms-career-job p.location {
    color: #666666;
  }
  .cms-career .cms-career-job + .cms-career-job {
    border-top: none;
  }
  .cms-career .cms-career-more {
    display: none;
    text-align: right;
    padding: 1em 0;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: linear-gradient(top, #ffffff, #f4f4f4);
    margin-bottom: .3em;
    border-bottom: 1px solid #dcdcdc;
  }
  .cms-career .cms-career-more a {
    padding-right: 20px;
  }
  .cms-career .cms-career-more a:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Discipline Test
  --------------------------------------------------*/
  .layout-disciplines .tree-nav li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 5px 7px 17px;
    background-position: 5px 10px;
  }
  .layout-disciplines .tree-nav li a:hover {
    background-position: 5px -470px;
  }
  .layout-disciplines .tree-nav li.channel-title a {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 3px;
    color: #666666;
  }
  .layout-disciplines .tree-nav .nav > li.current.last-node a {
    background-position: 5px -150px !important;
  }
  .layout-disciplines h1 {
    margin: 7px 0 14px;
  }
  .layout-disciplines .intro--paragraph {
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COUNTERS (Micro Collection)
  --------------------------------------------------*/
  .content-types {
    margin: 0 0 0 8px;
  }
  .content-types h2 {
    margin: 0;
  }
  .content-types a {
    line-height: 1.2;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* DAILY DEAL
  --------------------------------------------------*/
  .cms-daily-deal-small {
    zoom: 1;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 10px;
    background: #0176c3 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38a0e5), to(#0176c3));
    background-image: -webkit-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -moz-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -ms-linear-gradient(top, #38a0e5, #0176c3);
    background-image: -o-linear-gradient(top, #38a0e5, #0176c3);
    background-image: linear-gradient(top, #38a0e5, #0176c3);
    border-color: #0176c3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
  }
  .cms-daily-deal-small:before, .cms-daily-deal-small:after {
    content: "";
    display: table;
  }
  .cms-daily-deal-small:after {
    clear: both;
  }
  .cms-daily-deal-small:active, .cms-daily-deal-small:hover, .cms-daily-deal-small:focus, .cms-daily-deal-small:visited {
    text-decoration: none;
    color: #fff;
  }
  .cms-daily-deal-small .daily-deal-intro {
    float: left;
    box-sizing: border-box;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid #b3dcf5;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
  .cms-daily-deal-small .daily-deal-intro img {
    width: 54px;
    height: 54px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
    float: left;
  }
  .cms-daily-deal-small .daily-deal-intro > div {
    margin-left: 64px;
  }
  .cms-daily-deal-small .daily-deal-intro h3 {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
  }
  .cms-daily-deal-small .daily-deal-intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cms-daily-deal-small .daily-deal-product {
    box-sizing: border-box;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover {
    float: left;
    width: 85px;
    position: relative;
    line-height: 1;
    margin-bottom: 1.2em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover img {
    max-width: 100%;
    float: left;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title {
    margin-left: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title > div {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .price-container {
    padding-top: .5em;
    padding-bottom: .75em;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .price {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    margin-right: .35em;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .unreduced-price {
    display: inline-block;
    text-decoration: line-through;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta {
    clear: both;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta div {
    border-radius: 3px;
    border: 1px solid #fff;
    padding: .95em 2em;
    display: block;
    text-align: center;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* MQ: Tablet */
  .cms-daily-deal-small.cms-daily-deal {
    padding: 10px;
  }
  .cms-daily-deal-small.cms-daily-deal:before {
    position: absolute;
    content: " ";
    top: 10px;
    bottom: 10px;
    left: 230px;
    display: block;
    border-left: 1px solid #b3dcf5;
    width: 1px;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-intro {
    border-bottom: none;
    width: 220px;
    padding: 20px;
    margin-bottom: 0;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-intro img {
    width: 64px;
    height: 64px;
    float: none;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-intro h3 {
    margin: 7px 0;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-intro > div {
    margin-left: 0;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product {
    margin-left: 220px;
    padding: 20px 3% 20px 6%;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-cover {
    width: 95px;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-title {
    margin-left: 115px;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-title > div {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-title .price-container {
    padding-top: .25em;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-cta {
    margin-left: 115px;
    clear: none;
  }
  .cms-daily-deal-small.cms-daily-deal .daily-deal-product .daily-deal-cta div {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .66em 2em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .styleguide {
    zoom: 1;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: #eee;
    opacity: .9;
    width: 300px;
    overflow: visible;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 0 0 15px 0;
    background-color: #ddd;
    padding: 0;
    box-shadow: 0 0 10px 0 #999;
    box-sizing: content-box;
  }
  .styleguide:before, .styleguide:after {
    content: "";
    display: table;
  }
  .styleguide:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .styleguide {
    /* MQ: Widescreen */
    width: 320px;
  }
}
@media screen and (min-device-width: 320px) {
  .styleguide.off {
    transform: translate(-300px, -180px);
    border-color: #00cc00;
    background-color: #ccffcc;
    padding: 0 30px 30px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .styleguide.off {
    /* MQ: Widescreen */
    transform: translate(-320px, 0);
    padding: 0 30px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  .styleguide > div {
    padding: .5em 1em;
  }
  .styleguide input[type=checkbox],
  .styleguide select,
  .styleguide label {
    vertical-align: middle;
  }
  .styleguide select,
  .styleguide input[type=submit] {
    margin-top: -4px;
  }

  .styleguide__components .glyphs li {
    cursor: pointer;
  }
  .styleguide__components .glyphs p {
    color: #999999;
  }

  .styleguide-separator {
    text-align: center;
    clear: both;
    border-bottom: 1px solid #333;
    margin: 1em 0;
  }

  .sg-color div {
    padding: 1em;
  }
  .sg-color .action-1 {
    background-color: #0176c3;
  }
  .sg-color .action-2 {
    background-color: #02548a;
  }
  .sg-color .action-3 {
    background-color: #0266a8;
  }
  .sg-color .action-4 {
    background-color: #38a0e5;
  }
  .sg-color .action-5 {
    background-color: #70bced;
  }
  .sg-color .action-6 {
    background-color: #b3dcf5;
  }
  .sg-color .action-7 {
    background-color: #d7ecfa;
  }
  .sg-color .action-8 {
    background-color: #edf5fb;
  }
  .sg-color .type-1 {
    color: #333333;
  }
  .sg-color .type-2 {
    color: #555555;
  }
  .sg-color .type-3 {
    color: #666666;
  }
  .sg-color .type-4 {
    color: #777777;
  }
  .sg-color .type-5 {
    color: #999999;
  }
}
.cms-widget-subscription {
  margin-bottom: 40px;
}
.cms-widget-subscription .form-section {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-widget-subscription .form-section:last-of-type {
  border-bottom-style: none;
}
.cms-widget-subscription .form-section h2 {
  margin-bottom: 10px;
}
.cms-widget-subscription .form-section .cms-common p {
  margin-top: 0;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* SHORT VIEW
  -------------------------------------*/
  .trustpilot-overview {
    background-color: #fff;
    color: #999999;
    position: relative;
    padding: 4px 6px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .trustpilot-overview a {
    color: #666666;
  }
  .trustpilot-overview .rating {
    color: #666666;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .trustpilot-overview .max-rating {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: .3em;
  }
  .trustpilot-overview .total {
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 6px;
    bottom: 4px;
  }
  .trustpilot-overview img {
    position: absolute;
    right: 6px;
    top: 4px;
  }

  .mini-basket-inner .trustpilot-overview {
    margin-top: 1.4em;
  }

  .shop .trustpilot-overview {
    max-width: 206px;
    margin-top: 1em;
  }

  .cms-trustpilot-reviews .carousel-counter {
    float: right;
    margin-top: 12px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .cms-trustpilot-reviews .carousel-counter .current {
    color: #333333;
  }
  .cms-trustpilot-reviews .carousel-counter .trustpilot-logo {
    background: url('https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/gen_images/sprites/springer-sprite-s970352aafb.png') 0 -5415px no-repeat;
    display: inline-block;
    width: 93px;
    height: 11px;
    margin-left: .9em;
  }
  .cms-trustpilot-reviews .carousel img {
    margin-top: 5px;
  }
  .cms-trustpilot-reviews .carousel h4 {
    margin-top: .4em;
  }
  .cms-trustpilot-reviews .carousel p.reviewer {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
  }
  .cms-trustpilot-reviews .carousel li img,
  .cms-trustpilot-reviews .carousel li h4,
  .cms-trustpilot-reviews .carousel li p {
    padding-left: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .col-aside,
  .col-main {
    min-height: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* A++ markup
    ------------------------------------------------------------------------------*/
  /* small caps */
  span.a-plus-plus.type-small-caps {
    font-variant: small-caps;
  }

  /* stacks */
  span.a-plus-plus.stack {
    position: relative;
  }

  span.a-plus-plus.stack sub {
    position: relative;
    bottom: -.25em;
  }

  span.a-plus-plus.stack sup {
    position: absolute;
    left: .25em;
    top: -.25em;
  }

  /* fix for search highlighting */
  #results h2 em.a-plus-plus {
    background: none;
    /* reset */
    font-style: italic;
    /* initial emphasized meaning */
  }

  /* type underline */
  span.a-plus-plus.type-underline {
    font-weight: bold;
  }

  #abstract-references span.a-plus-plus.type-underline {
    font-weight: normal;
  }

  /* bolditalic in title, s. #674 */
  #title strong.a-plus-plus,
  .title strong.a-plus-plus {
    font-weight: normal;
  }

  #results-list h2 strong.a-plus-plus em {
    background-color: transparent;
    font-style: italic;
  }

  #results-list h2 em strong.a-plus-plus em {
    background-color: #edf5fb;
  }

  /* inline media object */
  span.a-plus-plus.inline-media-object {
    margin: 0 .2em;
  }

  /* simple-para */
  div.a-plus-plus.simple-para {
    display: inline;
  }

  /* For a++ tables
  ------------------------------------------------------------------------------*/
  table.a-plus-plus {
    display: inline-block;
    overflow-x: auto;
  }

  table.a-plus-plus .caption-content {
    display: inline;
    font-style: italic;
  }

  table.a-plus-plus caption {
    padding-right: 2.71739130435%;
    /* Math: 15 / 552 */
  }

  /* Wierd inline media object img
  ------------------------------------------------------------------------------*/
  .inline-media-object img {
    max-width: 100%;
  }

  .abstract-content .MathJax_Display,
  .article-note .MathJax_Display {
    display: inline;
  }

  .article-note .inline-equation {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* @group Base */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .chosen {
    /* MQ: Tablet */
    min-width: 320px;
  }
}

@media screen and (min-device-width: 320px) {
  .chzn-container {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    max-width: 300px;
  }

  .chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaaaaa;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }

  /* @end */
  /* @group Single Chosen */
  .chzn-container-single .chzn-single {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
    line-height: 1.8;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none;
  }

  .chzn-container-single .chzn-default {
    color: #505050;
  }

  .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    font-size: 0.1rem;
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/chosen-sprite.png") right top no-repeat;
  }

  .chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
  }

  .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
  }

  .chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
  }

  .chzn-container-single .chzn-single div b {
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/chosen-sprite.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
  }

  .chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  /* @end */
  .chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
  }

  /* @group Results */
  .chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
  }

  .chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
  }

  .chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
  }

  .chzn-container .chzn-results .highlighted {
    background-color: #E6F1F9;
  }

  .chzn-container .chzn-results li em {
    font-style: normal;
    font-weight: bold;
  }

  .chzn-container .chzn-results .highlighted em {
    background: transparent;
  }

  .chzn-container .chzn-results .no-results {
    display: list-item;
  }

  .chzn-container .chzn-results .no-results span {
    font-weight: bold;
  }

  .chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999999;
    font-weight: bold;
  }

  .chzn-container .chzn-results .group-option {
    padding-left: 15px;
  }

  .chzn-container-multi .chzn-drop .result-selected {
    display: none;
  }

  .chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 5;
  }

  .chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
  }

  .chzn-container .chzn-results-scroll-down {
    bottom: 0;
  }

  .chzn-container .chzn-results-scroll-down span {
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/chosen-sprite.png") no-repeat -4px -3px;
  }

  .chzn-container .chzn-results-scroll-up span {
    background: url("https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/chosen-sprite.png") no-repeat -22px -3px;
  }

  /* @end */
  /* @group Active  */
  .chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #0176c3;
  }

  .chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
  }

  .chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
  }

  .chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px;
  }

  .chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #0176c3;
  }

  .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
  }

  /* @end */
  /* @group Disabled Support */
  .chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
  }

  .chzn-disabled .chzn-single {
    cursor: default;
  }

  .chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
  */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  #cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
  }

  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }

  #cboxContent {
    position: relative;
  }

  #cboxLoadedContent {
    overflow: auto;
  }

  #cboxTitle {
    margin: 0;
  }

  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }

  .cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto;
  }

  .cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }

  /*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    padding-bottom: 20px;
  }

  #cboxOverlay {
    background: #000;
  }

  #colorbox {
    background: #666666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px !important;
  }

  #cboxContent {
    overflow: visible;
  }

  #cboxError {
    padding: 50px;
    border: 1px solid #cccccc;
  }

  #cboxLoadedContent {
    background: #FFF;
    padding: 0;
  }

  #cboxLoadingGraphic {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/loading.gif) no-repeat center center;
  }

  #cboxLoadingOverlay {
    background: #f1f1f1 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/bg.png);
    /* same as body */
  }

  #cboxWrapper {
    top: 20px !important;
    left: 20px !important;
  }

  #cboxTitle {
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    position: absolute;
    left: 10px;
    bottom: 0;
  }

  #cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
  }

  #cboxSlideshow,
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/colorbox/controls.png) no-repeat 0 0;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 20px;
    text-indent: -9999px;
  }

  #cboxPrevious {
    background-position: 0 0;
    right: 44px;
  }

  #cboxPrevious.hover {
    background-position: 0 -25px;
  }

  #cboxNext {
    background-position: -25px 0;
    right: 22px;
  }

  #cboxNext.hover {
    background-position: -25px -25px;
  }

  #cboxClose {
    background-position: -50px 0;
    right: 0;
  }

  #cboxClose.hover {
    background-position: -50px -25px;
  }

  .cboxSlideshow_on #cboxPrevious,
  .cboxSlideshow_off #cboxPrevious {
    right: 66px;
  }

  .cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
  }

  .cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -100px -25px;
  }

  .cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
  }

  .cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -75px -25px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* PDF Preview Reader / Look Inside (Mendeley based)
  ------------------------------------------------------------------------------*/
  .link-button {
    background: #E9E9E9 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/link-button_bg_v2.png) 0 50% no-repeat;
    border: 1px solid #C6C6C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px white;
    -moz-box-shadow: 0 1px 1px white;
    box-shadow: 0 1px 1px white;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 6px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px white;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .link-button:hover {
    background: #F2F2F2;
    border: 1px solid #939393;
    text-decoration: none;
  }

  .link-button:active {
    background: #FFF;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 7px 9px 5px 9px;
  }

  #pdf-thumbnail {
    background: #FFF;
    border: 1px solid #A9A9A9;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    float: left;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: none;
    margin: 0 20px 20px 0;
    position: relative;
    width: 268px;
  }

  #pdf-thumbnail a {
    cursor: default;
    text-decoration: none;
  }

  #pdf-thumbnail .springer-banner {
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  #pdf-underneath img {
    width: 268px;
    border: none;
  }

  #pdf-hover {
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/pdf-hover.png) no-repeat;
    color: #333333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 268px;
  }

  #pdf-hover:hover {
    text-decoration: none;
  }

  #pdf-hover span {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    width: 268px;
  }

  #pdf-hover em {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  body.reader {
    overflow: hidden;
  }

  body.reader .reader-position {
    overflow: hidden;
  }

  #reader-overlay {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/ie_overlay_bg.png);
    background: rgba(0, 0, 0, 0.75);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9994;
  }
  #reader-overlay.show {
    display: block;
  }
  #reader-overlay .btn-close:before {
    background: url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/close_icon.png) no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 7px -1px 0;
  }

  #reader-page-template {
    display: none;
  }

  .reader-position {
    position: absolute;
    overflow: hidden;
    top: 25px;
    bottom: -10px;
    left: 20px;
    right: 20px;
  }

  #reader {
    background: #666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    max-width: 795px;
    width: auto;
  }

  /* buttons */
  #reader-buttons {
    height: 26px;
    padding: 7px;
    background: #e5e5e5 url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: -o-linear-gradient(top, #f8f8f8, #e5e5e5);
    background-image: linear-gradient(top, #f8f8f8, #e5e5e5);
  }

  #reader-buttons .link-button {
    margin: 0;
  }

  #reader-buttons .right {
    margin: 0 0 0 7px;
    float: right;
  }

  #reader a.btn-plaintext {
    padding-left: 26px;
    width: auto;
  }

  /* bars */
  #reader .bar-actions {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    width: auto;
  }

  #reader .get-access {
    border: 0;
    padding-left: 107px;
    padding-right: 108px;
  }

  #reader .bar-access-restr {
    padding-left: 20px;
    padding-right: 20px;
    width: 753px;
  }

  #reader #viewer {
    background: #D4D4D4;
    position: absolute;
    padding: 0 20px 20px;
    top: 60px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: auto;
    text-align: center;
  }
  .no-access #reader #viewer {
    margin-top: 0;
  }

  #reader .bar-dock {
    display: block;
  }

  #reader #availability {
    position: absolute;
    top: 0;
    left: 190px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
    text-align: center;
    width: 495px;
    white-space: nowrap;
  }

  #reader.springerfied #viewer, #reader.springerfied .top-shadow {
    top: 68px;
  }

  #reader .springer-banner {
    position: absolute;
    line-height: 2;
  }

  #reader .slogo {
    background-position: 95% 50%;
  }

  #viewer .page-number {
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    text-shadow: 0 1px 1px white;
    text-align: center;
  }

  #viewer .pdf-page {
    background: #FFF url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/ajax-loader.gif) no-repeat center 40px;
    border: 1px solid #A8A8A8;
    margin: 0 auto;
    position: relative;
    width: 738px;
    text-align: left;
  }

  #viewer .pdf-image {
    width: 738px;
  }

  #viewer .pdf-page .truncate {
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/page-truncate.png) no-repeat;
    height: 14px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 740px;
  }

  #viewer .plaintext {
    background-color: #FFF;
    padding: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align: justify;
  }

  #viewer .notext {
    padding: 20px;
    text-align: center;
    background-color: #E0E0E0;
    text-shadow: 0 1px 1px white;
    color: #A0A0A0;
    font-weight: bold;
  }

  #viewer h1 {
    background-color: #FFF;
    margin: 0;
    padding: 50px 50px 0 50px;
  }

  .show-pdf h1,
  .show-pdf .plaintext,
  .show-pdf .notext,
  .show-text .pdf-image {
    display: none !important;
  }

  #reader .top-shadow {
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/reader-top-shadow.png) repeat-x;
    height: 7px;
    position: absolute;
    top: 78px;
    left: 20px;
  }
  .no-access #reader .top-shadow {
    top: 60px;
  }

  .bottom-shadow {
    /* 2012/11/16 TC: should this be #reader .bottom-shadow? */
    background: transparent url(https://search.webdepozit.sk/webarchiv/public/20211013190549/https://static.springer.com/spcom/images/pdf-preview/reader-bottom-shadow.png) repeat-x;
    height: 7px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .lt-ie8 #reader #viewer {
    height: 650px;
  }

  .lt-ie8 .reader .col-aside {
    position: relative;
    z-index: 5;
  }

  .lt-ie8 #reader .bottom-shadow {
    display: none;
  }
}

/*# sourceMappingURL=modern_sprcom-cms-frontend.css.map */







/*
     FILE ARCHIVED ON 19:05:49 Oct 13, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:50:48 Feb 1, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
