/* statt 14 */
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #E4EAFF;
  background-color: #fff;
  background-color: #000;
  padding: 0;
  margin: 0;
  min-width: 375px;
  min-height: calc( 100% - 100px );
  /*padding-bottom: 100px;*/
}
a {
  /*color: #337AB7;*/
  color: #141414;
  outline: none;
}
a:focus,
a:hover {
  color: #23527C;
  color: #141414;
  text-decoration: underline;
}
a.logout:hover,
a.logout:focus,
a.cms:hover,
a.cms:focus {
  text-decoration: underline;
}
h1 {
  display: block;
  color: #666;
  background-color: transparent;
  border-color: transparent;
  margin-top: 15px;
}
h3 {
  margin: 0 0 5px 0;
}
p {
  margin: 0px 0px 10px;
}
.smoothie {
  transition: opacity 700ms ease-in;
  opacity: 0;
}
.smoothie.ready {
  opacity: 1;
}
.dummy {
  background-image: url("/img/bg-template.png");
  background-repeat: no-repeat;
  width: 15000px;
  height: 5646px;
  margin: 0 auto;
}
.parallax {
  position: relative;
}
.banner {
  width: 100%;
  /*height: 48%;*/
  position: relative;
  min-width: 360px;
}
.logo-box {
  position: absolute;
  top: 40px;
  left: 37px;
  z-index: 15;
  width: 111px;
  height: 135px;
  /* Differenz zur Logo-Höhe gibt Abstand zum unteren Rand in der Slideshow */
}
.logo {
  width: 111px;
  height: 114px;
  /* 37px vom Rand, 47px ins Bild */
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pampa-dialog {
  background-color: #949494;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: none;
}
.dialog-close {
  position: absolute;
  /*top: ~"calc( 94.5vh - 34px )";*/
  top: calc( 100% - 85px );
  left: 19px;
  /*~"calc( 100% - 19px )";*/
  z-index: 5;
  width: 34px;
  height: 34px;
  background-image: url("/img/dialog-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.slideshow {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 48%;
}
.slideshow .image {
  background-size: contain;
  background-repeat: no-repeat;
}
.slideshow .image,
.slideshow .placeholder,
.slideshow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.slideshow .image.active,
.slideshow .placeholder.active,
.slideshow img.active {
  opacity: 1;
}
.sidewinder {
  border-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.sidewinder.on {
  z-index: 30;
  visibility: visible;
}
.sidewinder > .frame {
  left: 100%;
  top: 0;
  transition: left 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.sidewinder .content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.nav-bar > .nav {
  width: 52px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  float: left;
  transition: opacity 700ms ease-in;
  opacity: 1;
  visibility: visibility;
}
.nav-bar > .nav.next {
  background-image: url("/img/arrow-right.png");
  margin-top: 1px;
  margin-left: 206px;
}
.last .nav-bar > .nav.next {
  opacity: 0;
  visibility: hidden;
}
.nav-bar > .nav.prev {
  background-image: url("/img/arrow-left.png");
}
.first .nav-bar > .nav.prev {
  opacity: 0;
  visibility: hidden;
}
.menu-button {
  width: 49px;
  height: 25px;
  background-image: url("/img/hamburger.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  position: fixed;
  top: calc( 100vh - 175px );
  left: calc( 100vw - 73px );
  z-index: 15;
  /*	background-color: #fff;
	border: 5px solid #fff;*/
}
.menu-button.locked {
  position: static;
  float: right;
  margin-right: 24px;
}
.menu-button.init {
  visibility: hidden;
}
.menu {
  height: calc( 100vh - 127px );
  width: 346px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
}
.sidewinder > .frame.menu {
  transition: left 1.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s ease-in-out;
}
.menu.frame {
  background-color: #ccc;
  padding: 65px 47px;
  padding-right: 20px;
}
.menu .content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: end;
  align-items: start;
}
.menu > .content > .dialog-close {
  top: calc( 100% - 44px );
  left: 11px;
}
.menu .menu-entry {
  cursor: pointer;
  margin-top: 2px;
}
.menu .menu-entry > a {
  color: #000;
  text-decoration: none;
}
.progressbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  display: none;
  background-color: #000;
  height: 3px;
}
.progressbar.loading {
  display: block;
}
.progressbar > .indicator {
  width: 1px;
  height: 100%;
  background-color: #00fff2;
  transition: width 1500ms ease;
}
.soundbox {
  width: 257px;
  height: 90px;
}
.soundbox .controls {
  width: 100%;
  height: 68px;
}
.soundbox .controls .sound {
  width: 48px;
  height: 48px;
  background-image: url("/img/sound-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
  cursor: pointer;
}
.soundbox .progress {
  width: 100%;
  height: 22px;
  visibility: hidden;
}
.soundbox.playing .progress {
  visibility: visible;
}
.soundbox .progress .button {
  height: 100%;
  width: 18px;
  float: left;
  background-repeat: no-repeat;
  background-image: url("/img/pause.png");
  cursor: pointer;
  background-position: 1px 0px;
  /*background-color: khaki;*/
}
.soundbox .progress .button.play {
  background-image: url("/img/play.png");
  display: none;
  background-position: 1px -1px;
}
.soundbox.paused .progress .button.pause {
  display: none;
}
.soundbox.paused .progress .button.play {
  display: inline-block;
}
.soundbox .progress .bar {
  width: calc( 100% - 18px );
  /* 18px Button */
  float: left;
  padding-top: 10px;
  height: 12px;
  position: relative;
}
.soundbox .progress .bar > .stricherl {
  height: 2px;
  background-color: #000;
  width: 100%;
  cursor: pointer;
}
.soundbox .progress .bar > .marker {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  transition: left linear;
}
article.simple.standard .soundbox {
  margin-right: calc( 20vw - 100px );
  width: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  padding-bottom: 14px;
}
article.simple.standard .soundbox > * {
  flex-grow: 0;
  flex-shrink: 0;
  width: 257px;
}
article.simple.standard .soundbox .sound {
  float: right;
}
article.slide.standard .soundbox {
  display: block;
  margin-left: 30px;
}
main {
  max-width: 15000px;
  min-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: #141414;
  overflow: hidden;
  background-color: #fff;
}
main > .frontrunner {
  padding-top: 20px;
  height: 55px;
  width: 100%;
}
main .soundblock {
  height: 90px;
  width: 100%;
  padding: 21px 22px;
  box-sizing: border-box;
}
.sound-icon {
  width: 48px;
  height: 48px;
  background-image: url("/img/sound-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.bottom {
  width: 100%;
  height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: end;
}
.bottom nav.top {
  flex: 0 0 270px;
  height: 100%;
  background-color: #ccc;
}
.bottom nav.top > .top-button {
  display: block;
  cursor: pointer;
  float: right;
  width: 23px;
  height: 49px;
  background-image: url("/img/arrow-up.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 23px;
  margin-right: 27px;
}
.bottom .link-button {
  cursor: pointer;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  margin-right: 23px;
  margin-bottom: 10px;
}
.frontrunner + article {
  margin-top: 40px;
}
.frontrunner + article.simple.standard {
  margin-top: 65px;
}
article {
  width: 100%;
  margin: 0;
  padding-bottom: 120px;
  margin-bottom: 75px;
  overflow: hidden;
  max-width: 100vw;
  min-width: 360px;
  box-sizing: border-box;
}
.banner + article {
  margin-top: 115px;
}
article .txt > h2 {
  font-weight: normal;
}
article > h2.overlay {
  text-align: center;
  height: 633px;
  height: 500px;
  width: 500px;
  /*weight: 700*/
  font-weight: bold;
  font-size: 177.64px;
  line-height: 157.37px;
  position: absolute;
  left: -25px;
  top: -28px;
  z-index: 10;
  transform: rotate(-90deg);
  margin: 0;
  text-transform: uppercase;
}
article > .deckel {
  background-color: #fff;
  width: 411px;
  height: 540px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
section.chapter {
  overflow: hidden;
  /*height: 540px;*/
  min-width: 360px;
}
section.chapter .image {
  background-repeat: no-repeat;
  background-size: cover;
  width: calc( 100vw - 690px );
  height: calc( 66.67vw - 460px );
  /* 460px = 690*0.66667 */
  /*height: 540px;*/
  float: left;
}
section.chapter .txt {
  width: 344px;
  font-size: 20px;
  line-height: 25px;
  float: left;
  margin-left: 75px;
}
section.chapter .txt > h2 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}
article.simple {
  font-size: 40px;
  line-height: 50px;
  /*padding-top: 75px;*/
  margin-bottom: 134px;
}
article.simple .txt > h2,
article.simple .txt > p {
  /*margin: 0 auto;*/
  margin: 0 20vw;
  margin-bottom: 20px;
  /*padding: 0 25px;*/
  padding: 0;
}
article.slide {
  position: relative;
  min-height: 633px;
}
.reel {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  transition: left 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.reel.bounce {
  transition: left 1s ease-in-out;
}
.reel.bounce.fast {
  transition: left 1s ease-in;
  /*transition: left 0.6s cubic-bezier(.165,.84,.44,1);*/
}
.reel > section {
  flex: 0 0 100vw;
}
article.slide .nav-bar {
  height: 24px;
  width: 344px;
  position: absolute;
  left: calc( 100vw - 690px + 75px );
  /* Bildbreite plus 75px margin-left des Texts */
  top: calc( 66.67vw - 460px + 30px );
  /* Bildhöhe plus 30px */
  z-index: 15;
  overflow: hidden;
}
article.slide.single .nav-bar {
  display: none;
}
article.slide.standard section.chapter .txt {
  max-height: calc( 66.67vw - 460px );
  /* 460px = 690*0.66667 */
  width: 540px;
}
article.slide.standard .nav-bar {
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  position: static;
  box-sizing: border-box;
  padding-right: 305px;
  margin-top: 30px;
}
.bonzo {
  animation-name: bounce;
  /*animation-delay: 1550ms;*/
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}
@keyframes bounce {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateX(80px);
  }
  66% {
    transform: translateX(0px);
  }
  82% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.reel.bounce-in-right {
  animation: bounce-in-right 2s ease;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* TIMELINE ARTICLE */
article.slide.timeline {
  padding-left: 411px;
  box-sizing: border-box;
  height: 1202px;
  height: auto;
  max-width: 100vw;
  min-width: 360px;
}
article.slide.timeline section.chapter {
  height: 1202px;
  height: auto;
  flex-basis: calc( 100vw -  411px  );
}
article.slide.timeline section.chapter .image {
  width: 100%;
  padding-top: 49.54%;
  height: 0;
  float: none;
  position: relative;
  z-index: 1;
}
article.slide.timeline section.chapter.widetext .txt {
  float: none;
}
article.slide.timeline section.chapter .txt {
  margin-top: 130px;
  width: calc( 100vw -  411px  );
  width: 100%;
  border-top: 2px solid #000;
  margin-left: 0;
  float: none;
  padding-top: 195px;
  position: relative;
}
article.slide.timeline section.chapter .zwonki {
  width: 3px;
  height: 21px;
  background-color: #000;
  position: absolute;
  left: 99px;
  top: -11px;
}
article.timeline .txt > .title {
  text-align: right;
  width: 130px;
  position: absolute;
  left: 35px;
  top: 93px;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
article.timeline .txt > h2,
article.timeline .txt > p {
  margin-left: 80px;
  width: 344px;
}
article.timeline .chapter.widetext .txt > h2,
article.timeline .chapter.widetext .txt > p {
  width: 818px;
}
article.slide.timeline .nav-bar {
  left: 409px;
  top: calc( 49.54vw - 174px );
  width: 127px;
}
article.slide.timeline .nav-bar > .nav.next {
  margin-left: 9px;
}
article.slide.timeline .soundbox {
  position: absolute;
  left: 30px;
  z-index: 9;
  top: 464px;
  display: block;
}
/* PORTRAIT ARTICLE */
/* ehemals 940px */
/* Abstand links (419px) und rechts (278) */
article.slide.portrait {
  padding-left: 419px;
  height: auto;
  margin-bottom: 175px;
}
article.slide.portrait > .deckel {
  width: 419px;
}
article.slide.portrait > h2.overlay {
  top: 178px;
}
article.slide.portrait section.chapter {
  height: auto;
  /*width: ~"calc( 100vw - 419px )";*/
  width: calc( 100vw -  419px  );
  flex-basis: calc( 100vw -  419px  );
}
article.slide.portrait section.chapter .image {
  /*width: 803px;*/
  /*padding-top: 532px;*/
  width: calc( 100vw -  697px  );
  padding-top: calc( 66.2515567vw - 461.77px + 1px );
  height: 0;
  float: none;
  position: relative;
  z-index: 2;
}
article.slide.portrait section.chapter .txt {
  float: none;
  /*width: 439px;*/
  margin-left: 93px;
  margin-top: 97px;
  width: calc( 100vw -  697px  - 93px - 93px );
  /* zweimal Rand von 93px links/rechts abziehen */
  max-width: 1100px;
}
article.slide.portrait section.chapter .txt > h2 {
  line-height: 45px;
  /*margin-bottom: 0px;*/
}
article.slide.portrait section.chapter .txt > h2 + p {
  margin-bottom: 25px;
}
article.slide.portrait .nav-bar {
  width: 308px;
  left: calc(  419px  + 100vw -  1005px  + 1px );
  top: calc( 66.2515567vw - 461.77px + 31px );
  /* 461.77px = 66.2515567*697 = Bildhöhe */
}
article.slide.portrait .nav-bar > .nav {
  margin: 0;
}
article.slide.portrait .nav-bar > .nav.next {
  float: right;
}
article.slide.portrait .soundbox {
  position: absolute;
  left: calc( 100vw -  265px  );
  z-index: 1;
  top: calc( 66.2515567vw -  551.77px  );
  /* Bildhöhe minus Einrückung */
  display: block;
}
article.info {
  /*
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;*/
  position: relative;
  min-height: 500px;
  padding-top: 0;
  padding-left: 411px;
}
article.info.simple {
  overflow: visible;
}
article.info > .deckel {
  /*	position: static;
	flex: 0 0 484px;
	height: 500px;*/
  display: none;
}
article.info > .image {
  width: calc( 100vw -  411px  );
  height: 0;
  padding-top: calc(  50.6422018vw  -  208.1394494px  );
  background-repeat: no-repeat;
  background-size: cover;
}
article.info .content {
  /*flex: 0 0 ~"calc( 100% - 484px - 87px )";	 Ränder links/rechts */
  padding: 101px 87px 0 98px;
}
article.info .txt {
  margin: 0;
  /*	margin-left: 484px;*/
  /*margin-top: 121px;*/
  width: 439px;
  font-size: 20px;
  line-height: 25px;
}
article.info .txt > p {
  margin-left: 0;
  margin-right: 20px;
}
article.info .txt > p:last-child {
  margin-bottom: 13px;
}
article.info .info {
  padding-left: 2px;
  box-sizing: border-box;
  font-size: 40px;
  line-height: 50px;
  overflow: hidden;
  width: 100%;
  margin-top: 27px;
  text-transform: uppercase;
}
article.info .info .righto {
  float: right;
}
article.info .info .lefto {
  float: left;
}
article.info .info a {
  /*text-decoration: none;*/
  color: #141414;
}
article.simple.info .soundbox {
  position: absolute;
  left: 30px;
  z-index: 9;
  top: 464px;
  display: block;
}
.popup-article {
  height: 100%;
  width: 100%;
  color: #000;
}
.popup-article .content a {
  color: #000;
}
.popup-article.frame {
  background-color: #949494;
  padding: 13.5vh 75px 20vh 33px;
}
.popup-article h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
}
.popup-article p {
  font-size: 20px;
  line-height: 25px;
}
.popup-article .dialog-close {
  left: 47px;
}
section.chapter.product {
  max-width: calc( 100vw -  436px  );
  /* 25px kleiner als Standard-Kapitel */
}
section.chapter > .product {
  width: 100%;
  height: calc( 49.54vw - 203.6147px );
  /*height: 491px;*/
}
section.chapter > .product > .frame {
  padding-top: 49px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
article.slide section.chapter.product > .product > .frame > .pic-frame {
  flex: 0 0 320px;
  height: auto;
  margin-left: 58px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
article.slide section.chapter.product > .product > .frame img {
  box-shadow: 0px 4px 32px 0px #00000040;
  max-width: 320px;
  height: auto;
  flex: 0 0;
  position: relative;
  z-index: 1;
}
article.slide section.chapter.product > .product > .frame > .image {
  height: 365px;
}
.product-info {
  display: flex;
  flex: 0 0 600px;
  /*height: 346px;*/
  /*margin-left: 10px;*/
  padding-top: 19px;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: absolute;
  top: 49px;
  /* Top-Padding des Frames */
  left: 799px;
  /* plus Abstand Kapitelrand, Bildbreite und Abstand zum Bild */
  width: calc( 100vw -  849px  );
  /* minus Abstand Kapitelrand, Bildbreite, Abstand zum Bild Einrückung Folgecontainer und Abstand rechter Rand */
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
}
.product-info.upcoming {
  opacity: 1;
  transition: opacity 1.6s linear;
  z-index: 0;
}
.product-info .title {
  font-size: 20px;
  line-height: 31.68px;
  text-transform: uppercase;
}
.product-info .sub-title {
  font-size: 20px;
  line-height: 21.12px;
  margin-top: 4px;
}
.product-info .details {
  font-size: 12px;
  line-height: 21.12px;
  margin-top: 6px;
}
.product-info .more {
  font-size: 12px;
  line-height: 21.12px;
  cursor: pointer;
  text-decoration: underline;
  /*margin-top: 240px;*/
  margin-bottom: 1px;
}
.product-dialog {
  padding-bottom: 120px;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  color: #141414;
  display: block;
  /*	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;*/
}
.product-dialog .content {
  flex-flow: row nowrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-y: scroll;
  height: calc( 43.88vw - 174.2036px + 82px );
  /* 43.88% von ( 100vw - 397px ) = Höhe Bild + Höhe Nav-Bar */
  margin-top: calc( 50vh - 21.94vw + 87.1018px - 41px );
  /* Hälfte der Resthöhe */
  transition: opacity 700ms ease-in;
  opacity: 0;
}
.product-dialog.ready .content {
  opacity: 1;
}
.product-dialog .image-frame {
  overflow: hidden;
  flex: 0 0 calc( 100vw - 397px );
  /*padding-bottom: 82px;*/
}
.product-dialog .image {
  /*width: 1103px;*/
  width: calc( 100vw - 397px );
  padding-top: 43.88%;
  position: relative;
  height: 0;
}
.product-dialog .reel {
  position: absolute;
}
.product-dialog .reel > .frame {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-dialog .description {
  flex: 0 0 372px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 82px;
  height: calc( 43.88vw - 174.2036px );
  /* 43.88% von ( 100vw - 397px ) = Höhe Bild*/
}
.product-dialog .description > * {
  max-width: 300px;
}
.product-dialog .description > .info {
  text-align: right;
  font-size: 20px;
  line-height: 1;
}
.product-dialog .description > .info .sub-title {
  margin-top: 10px;
}
.product-dialog .description > .info .details {
  margin-top: 12px;
  font-size: 12px;
}
.product-dialog .description > .text {
  text-align: right;
}
.product-dialog .description > .text > p {
  margin-top: 10px;
  margin-bottom: 0;
}
.product-dialog nav.nav-bar {
  width: 100%;
  box-sizing: border-box;
  padding-right: 29px;
  padding-top: 26px;
  height: 82px;
  /* 34 höhe + padding-top + 22 unten */
}
.product-dialog nav.nav-bar > .nav {
  float: right;
}
.product-dialog nav.nav-bar > .nav.next {
  margin-left: 8px;
}
article.standard.simple {
  overflow: visible;
  /*margin-top: 0;*/
}
article.standard.simple,
article.parallax.simple,
article.slide.timeline,
article.slide.portrait {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.frontrunner + article.simple.standard {
  margin-top: 0;
}
/*@media (min-width: 1502px) { @import "responsive/minw-1502.less"; }*/
@media (max-width: 1400px) {
  main > .frontrunner {
    padding-bottom: 30px;
  }
  article.info .info .lefto,
  article.info .info .righto {
    float: none;
  }
  article.info .info .righto {
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  article.slide section.chapter .image {
    width: 100%;
    height: 0px;
    padding-top: 66.67%;
    float: none;
  }
  article.slide.standard section.chapter .txt,
  section.chapter .txt {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 70px;
  }
  section.chapter {
    height: auto;
  }
  article > h2.overlay {
    top: -40px;
  }
  article.slide .txt > h2,
  article.slide .txt > p {
    padding: 0 20px;
    max-width: 960px;
    margin: 0 auto;
    /*text-align: center;*/
  }
  article.slide .txt > h2 {
    margin-bottom: 20px;
  }
  article.slide.standard .nav-bar,
  article.slide .nav-bar {
    width: 324px;
    left: calc( 50vw - 162px );
    top: calc( 66.67vw + 30px );
    /* Reset .standard-Styles */
    margin: 0;
    display: block;
    padding: 0;
    box-sizing: content-box;
    position: absolute;
  }
  article.slide .nav-bar > .nav.next {
    float: right;
  }
  article.info {
    padding-left: 484px;
  }
  article.slide.standard section.chapter .txt {
    max-height: unset;
  }
  /* TIMELINE + PORTRAIT + INFO */
  article.simple.info,
  article.slide.portrait,
  article.slide.timeline {
    padding-top: 400px;
    padding-left: 0px;
  }
  article.slide.portrait {
    margin-bottom: 175px;
  }
  article.info.simple,
  article.simple {
    margin-bottom: 134px;
  }
  article.slide.portrait > h2.overlay,
  article > h2.overlay {
    font-size: 177.64px;
    line-height: 157.37px;
    height: 470px;
    width: 450px;
    left: -12px;
    top: -10px;
  }
  article > .deckel {
    display: none;
  }
  /* INFO */
  article.info > .image {
    width: 100vw;
    padding-top: 50.6422018vw;
  }
  article.info .info .lefto {
    float: left;
  }
  article.info .info .righto {
    margin-top: 0;
    float: right;
  }
  /* TIMELINE */
  article.slide.timeline section.chapter {
    flex-basis: 100vw;
  }
  article.slide.timeline .nav-bar {
    top: calc( 49.54vw +  430px  );
  }
  article.slide .nav-bar,
  article.slide.timeline .nav-bar {
    left: 20px;
    width: calc( 100vw - 40px );
  }
  article.slide .nav-bar > .nav.next,
  article.slide.timeline .nav-bar > .nav.next {
    float: right;
  }
  section.chapter.product {
    max-width: calc( 100vw - 25px );
  }
  section.chapter > .product {
    height: 49.54vw;
  }
  /*article.slide.timeline .soundbox{
	left: 500px;
	top: 20px;
}*/
  article.simple.info .soundbox,
  article.slide.timeline .soundbox {
    top: 300px;
    left: 480px;
    /* Höhe h2-Overlay plus 10px */
  }
  article.slide.portrait .soundbox {
    top: 400px;
  }
  article.slide.standard .soundbox {
    margin-top: 20px;
  }
  section.chapter > .product > .frame {
    padding-top: 0;
    max-height: 100%;
  }
  /* PORTRAIT */
  /*
article.slide.portrait section.chapter .image{
	width: ~"calc( 100vw - 277px )";
	padding-top: ~"calc( " @imgRatioPortrait * 100vw ~" - " @imgRatioPortrait * 277px ~" )";
}*/
  article.slide.portrait section.chapter {
    flex-basis: calc( 100vw - 277px );
    padding-right: 277px;
  }
  article.slide.portrait section.chapter .image {
    width: 100%;
    padding-top: 66.2515567%;
  }
  article.slide.portrait .nav-bar {
    top: calc(  66.2515567vw  -  153.51681206px  + 400px );
    left: calc( 100vw - 308px - 277px );
  }
  article.slide.portrait section.chapter .txt {
    width: auto;
    margin: 97px 93px;
    margin-bottom: 0;
  }
  /* PRODUCT INFO */
  .product-info {
    top: 400px;
    /* Top-Padding des Frames */
    left: 388px;
    /* plus Abstand Kapitelrand, Bildbreite und Abstand zum Bild */
    width: calc( 100vw -  438px  );
    /* minus Abstand Kapitelrand, Bildbreite, Abstand zum Bild Einrückung Folgecontainer und Abstand rechter Rand */
  }
}
@media (max-width: 1200px) {
  /*
section.chapter.product {
	max-width: ~"calc( 100vw - " @deckelWidth12Cent ~" - 25px )";
}

section.chapter > .product {
	height: ~"calc( 49.54vw - " @deckelWidth12Cent * @imgRatioTimeline ~" )";
}
*/
  article.info .content {
    flex-basis: calc( 100% - 380px - 87px );
    /* Ränder links/rechts */
  }
}
@media (max-width: 1100px) {
  article.info .info .lefto,
  article.info .info .righto {
    float: none;
  }
  article.info .info .righto {
    margin-top: 20px;
  }
  article.info .content {
    padding: 100px 20px;
    padding-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  article.simple .txt > p {
    font-size: 30px;
    line-height: 35px;
  }
  article.slide .nav-bar {
    width: 324px;
    left: calc( 50vw - 162px );
  }
  /*
article.info {
	padding-left: 460px;
	height: auto;
	min-height: 500px;
}
article.info .content{
	flex-basis: 100%;
	padding-top: 30px;
}
article.info .txt{
	margin: 0;
	width: auto;
}
article.info .info{
	padding: 0 25px;
	width: 100%;
	box-sizing: border-box;
}
*/
  .product-dialog .description {
    flex-basis: calc( 33vw - 25px );
    padding-left: 25px;
    box-sizing: border-box;
  }
  .product-dialog .image-frame {
    flex-basis: 67vw;
  }
  .product-dialog .image {
    width: 67vw;
  }
}
@media (max-width: 900px) {
  article.slide .nav-bar,
  article.slide.portrait .nav-bar {
    width: calc( 100vw - 40px );
    left: 20px;
  }
  article.slide.portrait {
    width: 100vw;
    margin: 0;
    margin-bottom: 100px;
  }
  article.slide.portrait section.chapter {
    width: 100vw;
    flex-basis: 100vw;
  }
  article.slide.portrait .nav-bar {
    top: calc(  66.2515567vw  +  430px  );
    /* 106px : Höhe + margin-bottom h2.overlay */
  }
  article.slide.portrait .soundbox {
    top: 300px;
    left: 480px;
    /* Höhe h2-Overlay plus 10px */
  }
}
@media (max-width: 768px) {
  .menu-button {
    position: static;
    float: right;
    margin-right: 24px;
  }
  article.slide .txt > h2,
  article.slide .txt > p {
    text-align: left;
  }
  article.slide section.chapter.product > .product > .frame > .pic-frame {
    max-width: calc( 50vw - 40px );
    margin-left: 20px;
  }
  .product-info {
    width: calc( 50vw - 35px );
    left: calc( 50vw - 10px);
  }
  article.simple.info .soundbox,
  article.slide.portrait .soundbox,
  article.slide.timeline .soundbox {
    /*left: 20px;*/
    left: calc( 100vw - 257px - 24px );
    top: calc( 100% - 90px );
  }
  article.simple.info .soundbox .sound,
  article.slide.portrait .soundbox .sound,
  article.slide.timeline .soundbox .sound {
    float: right;
  }
  article.simple.standard .txt > p {
    margin-left: 20px;
    margin-right: 20px;
  }
  article.info {
    padding-left: 0;
    padding-top: 470px;
  }
  article.slide .txt > p {
    box-sizing: border-box;
    max-width: 100vw;
    min-width: 360px;
  }
  .product-dialog {
    padding-top: 40px;
  }
  .product-dialog .content {
    /*	flex-flow: column;
	justify-content: flex-start;*/
    display: block;
    max-height: calc( 100vh - 160px );
    margin: 0;
    height: auto;
  }
  .product-dialog .description {
    padding-right: 25px;
    flex-basis: 100%;
    align-items: center;
    padding-bottom: 40px;
    height: auto;
  }
  .product-dialog .description > * {
    text-align: center;
    max-width: 100%;
  }
  .product-dialog .description > .info {
    text-align: center;
  }
  .product-dialog .description > .text {
    text-align: center;
  }
  .product-dialog .image-frame,
  .product-dialog .reel,
  .product-dialog .image {
    width: 100vw;
    height: 43.8803264vw;
  }
  .product-dialog nav.nav-bar {
    position: absolute;
    top: calc( 100vh - 120px );
  }
  .popup-article.frame {
    padding: 25px;
    padding-bottom: 100px;
  }
  .popup-article .dialog-close {
    left: 25px;
    top: calc( 100% - 59px );
  }
  article.simple .soundbox {
    margin-right: 24px;
  }
}
@media (max-width: 600px) {
  article.slide.portrait section.chapter .txt {
    margin: 0;
    margin-top: 97px;
  }
  article.slide .nav-bar,
  article.slide.portrait .nav-bar {
    left: 20px;
    width: calc( 100vw - 40px );
  }
}
@media (max-width: 500px) {
  article.slide.portrait > h2.overlay,
  article > h2.overlay {
    font-size: 155px;
    line-height: 133.4px;
    height: 420px;
    width: 420px;
    left: -12px;
    top: -10px;
  }
  article.slide.portrait,
  article.slide.timeline {
    padding-top: 352px;
    margin-bottom: 100px;
  }
  /*article.slide.timeline .nav-bar {
	top: ~"calc( " @imgRatioTimeline * 100vw ~" + "  (@articlePaddingTop5C + @imgArrowDist) ~" )";
}
article.slide.portrait .nav-bar {
	top: ~"calc( " @imgRatioPortrait * 100vw ~" + "  (@articlePaddingTop5C + @imgArrowDist) ~" )";
}*/
  .product-info {
    top: 352px;
    /* Top-Padding des Frames */
  }
  .bottom nav.top {
    flex-basis: 50vw;
  }
  /* Quadratbilder */
  .slideshow {
    padding-top: 100%;
  }
  .slideshow .image {
    background-size: auto 100%;
  }
  article.slide.timeline section.chapter .image,
  article.info > .image,
  article.slide.portrait section.chapter .image {
    padding-top: 100%;
    background-size: auto 100%;
  }
  .product-dialog .image-frame,
  .product-dialog .reel,
  .product-dialog .image {
    height: 100vw;
    padding-top: 0;
    background-size: auto 100%;
  }
  article.slide.portrait .nav-bar {
    top: calc( 100vw +  382px  );
  }
  article.slide.timeline .nav-bar {
    top: calc( 100vw +  382px  );
  }
}
@media (max-width: 400px) {
  article.slide section.chapter.product > .product > .frame > .pic-frame {
    max-width: 50vw;
    margin-left: 0;
  }
  .product-info {
    max-width: 50vw;
    margin-left: 0;
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 5px;
  }
  section.chapter.product {
    max-width: 100vw;
  }
}
/*# sourceMappingURL=main.css.map */