:root {
  --beeryellow: rgba(245, 217, 34, 1.0);
  --beerwhite: rgb(250, 250, 250);
}

html,
body {
  color: black;
}

body {
  background-color: var(--dirtyyellow);
}

/*  ZUCKER-HEADER */

header {
  background-color: var(--dirtyyellow);
}

.header-bar {
  width: calc(83vw * 0.83);
}

/* ACCORDION */

.acc {
  margin-bottom: 9vh;
  box-shadow: 0 0.1rem 1.0rem 0.4rem rgba(0, 0, 0, 0.5);
}

.acc:last-of-type {
  margin-bottom: 0;
}

.btn {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 0px;
}

button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.button-content {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}

.teil1 .button-image-wrapper,
.teil3 .button-image-wrapper {
  position: relative;
  width: 100%;
  margin: -1rem auto 1rem auto;
  text-align: left;
  z-index: 100;
}

.teil3 .button-image-wrapper {
  transform: rotateY(180deg);
}

.teil2 .button-image-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 0 1rem;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1;
}

.button-text-wrapper {
  margin: 0 auto;
  max-width: 100rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-content :nth-child(2) h5 {
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.button-read {
  border: 0.2rem solid black;
  padding: 1rem 2.5rem;
  max-width: 15rem;
  margin: 1.5rem auto 1rem auto;
}

.button-read-arrow {
  position: relative;
  width: 5rem;
  height: 0.5rem;
  margin: 0.7rem auto 0.5rem auto;
}

.button-read-arrow::before,
.button-read-arrow::after {
  position: absolute;
  background-color: black;
  content: " ";
  height: 0.2rem;
  width: 2.5rem;
}

.button-read-arrow::before {
  left: 0;
  transform: skewY(22deg);
  transform-origin: bottom left;
}

.button-read-arrow::after {
  right: 0;
  transform: skewY(-22deg);
  transform-origin: bottom right;
}

.accordion-content {
  display: none;
}

.accordion-content-open {
  animation: acc 0.5s ease;
  animation-fill-mode: forwards;
  transform-origin: top;
  display: block;
  padding-bottom: 7rem;
  box-shadow: inset 0 0.02rem 0.8rem 0 rgba(0, 0, 0, .5);
}

@keyframes acc {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.accordion-content > .main__section {
  opacity: 0;
}

.accordion-content-open > .main__section {
  animation: opacity 0.3s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.closebutton {
  display: none;
}

/*END ACCORDION*/


h5 {
  max-width: 60rem;
}

.lead__wrapper {
  position: relative;
}


.wrapper {
  position: relative;
  overflow: hidden;
  top: 0;
  padding-bottom: 2rem;
  background-color: var(--dirtyyellow);
}



.main__section {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  padding: 2rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.main__section.reverse {
  flex-direction: row-reverse;
}

.main__section.illu {
  justify-content: flex-start;

}



.main__section.illu .illu-wrapper {
  margin-left: calc((50vw - 30rem - 1.7rem - 26rem)/2);
  margin-right: calc((50vw - 30rem - 1.7rem - 26rem)/2);
}

@media (max-width: 1150px) {
  .main__section.illu .illu-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}



.illu-wrapper {
  position: relative;
  min-width: 25rem;
  min-width: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}

.main__section.frg-5 {
  flex-direction: column;
  align-items: center;
}

.text-wrapper {
  position: relative;
  padding: 1rem;
  margin: 0;
  max-width: 60rem;
  margin: 0;
}

.text-wrapper p:last-of-type {
  margin-bottom: 0;
}

.text-wrapper.f-17 {
  background-color: var(--dirtyyellow);
  border-radius: 15px;
}

img {
  max-width: 100%;
}

.image {
  width: 100%;
}

.image.bierdose {
  width: 60px;
  margin: 0 auto;
}

#one {
  width: 39%;
}

#two {
  width: 25%;
}

#three {
  width: 36%;
}

/*Olutkartty Animation*/

.olutkarry {
  height: calc(62.1rem/1.25);
  width: calc(46.5rem/2.5);
  min-width: calc(46.5rem/2.5);
}

.palette-1 {
  margin-top: calc(-38.8rem/2.5);
}

.palette-2,
.palette-3,
.palette-4,
.palette-5,
.palette-6,
.palette-7,
.palette-8 {
  margin-top: calc(-50.5rem/2.5);
}

@keyframes palette {
  0% {
    opacity: 0;
    transform: translateY(-60.0rem);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.palette {
  opacity: 0;
  transform: translateY(-60.0rem);
}

.palette-active {
  animation-name: palette;
  animation-duration: 2.5s;
  animation-fill-mode: both;
}


/* SHOP with CSS*/

.superalko-market-wrapper {
  position: relative;
  margin: 12rem auto 4rem auto;
  padding: 1rem;
  width: 80vw;
  height: 60vh;
}

.superalko-market {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: var(--lightred);
  box-shadow: 0.75rem 0.75rem 0 0;
}

.superalko-market:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40vw 10rem 40vw;
  border-color: transparent transparent var(--lightred) transparent;
  top: -10rem;
}

.market-sign {
  position: absolute;
  bottom: 18rem;
  left: calc(50% - 9rem);
  background-color: var(--dirtyyellow);
  max-width: 18rem;
  border: 0.2rem solid black;
  padding-top: 0.2rem;
  box-shadow: 0.3rem 0.3rem 0 0;
  animation-name: market-sign;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes market-sign {
  0%,
  2%,
  4%,
  6%,
  8%,
  100% {
    background-color: var(--dirtyyellow);
  }
  1%,
  3%,
  5%,
  7% {
    background-color: white;
  }
}

.market-flag {
  position: absolute;
  right: -4rem;
  top: -10rem;
  max-width: 9rem;
  background-color: white;
  border: 0.2rem solid black;
  z-index: -2;
}

.market-flag:after {
  content: "";
  position: absolute;
  height: 10rem;
  width: 0.2rem;
  left: -0.2rem;
  background-color: black;
}

.market-door-wrapper {
  position: absolute;
  background-color: var(--dirtyyellow);
  width: 12rem;
  height: 12rem;
  bottom: 0;
  left: calc(50% - 6rem);
}

.market-door-content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13rem;
  font-family: 'WebfontTwoN_Super', Arial, sans-serif;
}

.market-door-content.go {
  animation-name: market-door-content;
  animation-duration: 0.75s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
}

@keyframes market-door-content {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.market-door {
  position: absolute;
  box-sizing: border-box;
  background-color: white;
  border: 0.2rem solid black;
  border-bottom: 0;
  height: 12rem;
  width: 6rem;
}

.market-door {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}

.market-door.left.go {
  left: 0;
  animation-name: leftdoor;
}

.market-door.right.go {
  right: 0;
  animation-name: rightdoor;

}

@keyframes leftdoor {
  0%,
  100% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-5.8rem);
  }
}

@keyframes rightdoor {
  0%,
  100% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(5.8rem);
  }
}


/*Shop 2*/

.shop2 {
  width: calc(456px * 1.5);
  height: calc(400px * 1.5);
}

.shop2elementBier {
  width: calc(62px * 1.5);
  margin-top: calc(-106px * 1.5);
  margin-left: calc(286px * 1.5);
}

.shop2elementLogo {
  width: calc(62px * 1.5);
  margin-top: calc(-158px * 1.5);
  margin-left: calc(48px * 1.5);
}



/*    Schnapsflasche mit Deckel   */

.frg-9 .illu-wrapper {
  padding-top: 5rem;
}

.schnapsflasche-wrapper {
  width: 11rem;
  height: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.schnapsflasche-wrapper > div {
  border-color: black;
  border-style: solid;
  border-width: 0.6rem;
  flex-shrink: 0;
}

.unterteil {
  width: 100%;
  height: 16rem;
  border-top-width: 0 !important;
}

.fuellung {
  border: 0 !important;
  width: inherit;
  height: 100%;
  background-color: var(--lightred);
}

.fuellung.go {
  animation-name: fuellung;
  transform-origin: bottom;
  animation-delay: 1s;
  animation-duration: 20s;
  animation-iteration-count: 1;
  animation-timing-function: steps(10, end);
  animation-fill-mode: forwards;
}

@keyframes fuellung {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.rundung {
  width: 100%;
  height: 6rem;
  border-top-left-radius: 15rem;
  border-top-right-radius: 15rem;
  border-bottom-width: 0 !important;
}

.hals {
  width: 4rem;
  height: 11rem;
  margin-bottom: -1.25rem;
  border-top-width: 0 !important;
  border-bottom-color: var(--dirtyyellow) !important;
  border-bottom-width: rem !important;
  z-index: 1;
  background-color: var(--dirtyyellow);
}

.deckel {
  background-color: var(--lightred);
  width: 5rem;
  height: 2rem;
  z-index: 2;
}

@keyframes deckel {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(210deg);
  }
  95% {
    transform: rotate(210deg);
  }
  100% {
    transform: rotate(240deg);
  }
}

.deckel.go {
  animation-name: deckel;
  animation-duration: 1s;
  animation-duration: 10s;
  transform-origin: 95% 100%;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 0.5s;
}


/* ZAPFANLAGE */

.frg-16 {
  justify-content: space-between;
}

.zapfanlage-wrapper {
  position: relative;
  margin-left: 0;
  width: 25rem;
  height: 60rem;
  padding: 1rem;
}

.zapfanlage-wrapper.mirror {
  transform: rotateY(180deg);
}

.zapfhahn {
  position: absolute;
  top: 18rem;
  width: 100vw;
  height: 4rem;
  right: 10rem;
  background-color: rgba(210, 210, 255, 1.0);
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.zapfhahn::after {
  content: " ";
  position: absolute;
  right: 1.5rem;
  top: 4rem;
  width: 3rem;
  height: 3rem;
  background-color: rgba(210, 210, 255, 1.0);
}

.hebel {
  position: absolute;
  border-style: solid;
  height: 12rem;
  width: 2rem;
  border-color: rgba(210, 210, 255, 1.0) transparent transparent transparent;
  border-width: 12rem 2rem 0 2rem;
  right: 10rem;
  top: 4.5rem;
}

.hebel::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 1rem;
  height: 2rem;
  background-color: rgba(210, 210, 255, 1.0);
}

.hebel::before {
  content: " ";
  position: absolute;
  top: -15rem;
  left: -2rem;
  width: 6rem;
  height: 3rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: rgba(210, 210, 255, 1.0);
}

.hebel.go {
  animation-name: hebel;
  animation-duration: 3s;
  transform-origin: 40% 60%;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 1s;
}

@keyframes hebel {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(32deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.zapfanlage-wrapper .bierglas-wrapper {
  position: absolute;
  bottom: 0;
  right: 5rem;
  height: 30rem;
  width: 16rem;
}

.zapfanlage-bierglas {
  height: 100%;
  background-color: rgba(210, 210, 255, 1.0);
}

.zapfanlage-bierglas.go {
  animation-name: zapfanlage-bierglas;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@keyframes zapfanlage-bierglas {
  0% {
    transform: translateX(40rem);
  }
  60% {
    transform: translateX(-6rem);
  }
  80% {
    transform: translateX(2.5rem);
  }
  100% {
    transform: translateX(0);
  }
}

.zapfanlage-bierglas-content {
  position: relative;
  height: 96%;
  width: 90%;
  margin: 0 auto;
  background: -webkit-linear-gradient(top, var(--beerwhite) 10%, var(--beeryellow) 10%);
  opacity: 0;
  z-index: 100;
}

.zapfanlage-bierglas-content.go {
  animation-name: zapfanlage-bierglas-content;
  transform-origin: bottom;
  animation-duration: 2.5s;
  animation-delay: 1.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes zapfanlage-bierglas-content {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.bierstrahl {
  position: absolute;
  height: 35.5rem;
  width: 2rem;
  background-color: var(--beeryellow);
  right: 12rem;
  top: 25rem;
  opacity: 0;
  z-index: 20;
}

.bierstrahl.go {
  animation-name: bierstrahl;
  transform-origin: top;
  animation-duration: 2.8s;
  animation-delay: 1.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
}

@keyframes bierstrahl {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  10% {
    transform: scaleY(1);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*  PREISLISTE  */

.frg-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.frg-7 .text-wrapper {
  max-width: 100rem;
  width: 90%;
  margin: 0 2rem 1rem 1rem;
}

.frg-7 .specialobject {
  background-color: var(--lightred);
  padding-bottom: 0;
}

.f-7 > h4,
.preisliste > div > div > div:nth-child(1) p:nth-of-type(1),
.preisliste-preis-wrapper p {
  font-family: 'WebfontTwoN_Super', Arial, sans-serif;
}

.f-7 > h4 {
  font-size: 6rem;
  line-height: 5rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 100rem;
}

.preisliste > div > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.preisliste > div > div > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.preisliste > div > div > div:nth-child(1) {
  max-width: 60rem;
  margin-right: 2rem;
  flex-direction: column;
}

.preisliste-preis-wrapper {
  max-width: 30rem;
  justify-content: space-between;
}

.preisliste > div > div > div:nth-child(1) p:nth-of-type(1) {
  font-size: 6rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  word-spacing: 0.2rem;
  line-height: 1em;
}

.preisliste p {
  margin: 0;
  max-width: 110rem;
}

.preisliste-preis-wrapper p {
  font-size: 6rem;
  line-height: 5rem;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 1.2rem;
  color: var(--lightred);
  background-color: black;
  width: 11rem;
  height: 5rem;
  border-radius: 1rem;
}

.preisliste-preis-wrapper p:nth-of-type(1) {
  margin-right: 1rem;
}

.preis.go:nth-of-type(2) {
  animation-name: preis-superalko;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes preis-superalko {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(2.5);
    background-color: var(--dirtyyellow);
    color: black;
  }
  50% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(2.5);
    background-color: var(--dirtyyellow);
    color: black;
  }
  100% {
    transform: scale(1);
  }
}

.preisliste > div > div:nth-of-type(1) .preis:nth-of-type(2) {
  animation-delay: 0s;
}

.preisliste > div > div:nth-of-type(2) .preis:nth-of-type(2) {
  animation-delay: 0.5s;
}

.preisliste > div > div:nth-of-type(3) .preis:nth-of-type(2) {
  animation-delay: 1s;
}

.preisliste > div > div:nth-of-type(4) .preis:nth-of-type(2) {
  animation-delay: 1.5s;
}

.preisliste > div > div:nth-of-type(5) .preis:nth-of-type(2) {
  animation-delay: 2s;
}


@media all and (max-width: 600px) {
  .preisliste > div > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .preisliste > div > div > div:nth-child(1) {
    text-align: center;
    margin-right: 0;
  }

  .preisliste p {
    text-align: center;
  }

}



/*  Vodka  */

.vodkaflasche-wrapper {
  width: 20rem;
  height: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}

.vodka-unterteil {
  border: 0.6rem solid black;
  width: 100%;
  height: 35rem;
  height: 31rem;
  display: flex;
  justify-content: center;
  border-radius: 4rem;
  flex-shrink: 0;
}

.vodka-hals {
  width: 5.6rem;
  height: 9rem;
  margin-bottom: -0.6rem;
  background-color: var(--dirtyyellow);
  border-right: 0.6rem solid black;
  border-left: 0.6rem solid black;
  z-index: 1;
  flex-shrink: 0;
}

.vodka-deckel {
  border: 0.6rem solid black;
  background-color: var(--lightred);
  width: 7.6rem;
  height: 3.5rem;
  z-index: 2;
  animation: none;
  flex-shrink: 0;
}

.vodka-label {
  background-color: var(--lightred);
  border-radius: 2.2rem;
  font-family: 'WebfontTwoN_Super', Arial, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  padding-top: 3rem;
  margin-top: 3rem;
}

.vodka-label-text {
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
}

.counter {
  width: 14rem;
  height: 9rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.numbers.go {
  width: auto;
  white-space: nowrap;
  animation: countNumber 3s;
  animation-fill-mode: forwards;
  animation-timing-function: steps(40);
  animation-delay: 1s;
}

.numbers div {
  font-size: 10rem;
  float: left;
  text-align: center;
  width: 14rem;
  height: 9rem;
  line-height: 9.2rem;
  display: inline-block;
}

@-webkit-keyframes countNumber {
  0% {
    margin-left: 0rem;
  }
  100% {
    margin-left: -560rem;
  }
}







/*  Cuba Libre  */

.cubalibre {
  width: 20rem;
  height: 45rem;
  margin: 1rem;
  position: relative;
  margin-right: 3rem;
}

.glas {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  height: 85%;
  background-color: rgba(232, 232, 251, 1.0);
  border-left: 1rem solid rgba(210, 210, 255, 1.0);
  border-right: 1rem solid rgba(210, 210, 255, 1.0);
  border-bottom: 1rem solid rgba(210, 210, 255, 1.0);
}

.gesoeff {
  position: absolute;
  background-color: var(--beeryellow);
  width: 100%;
  height: 90%;
  bottom: 0;
  z-index: 100;
}

@keyframes gesoeff {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.gesoeff.go {
  animation-name: gesoeff;
  animation-duration: 5s;
  transition-timing-function: ease-out;
  transform-origin: bottom;
  animation-fill-mode: forwards;
}

/*Strohhalm ragt über*/

.main__section.frg-20 {
  overflow: visible;
}

.strohhalm {
  position: absolute;
  bottom: 1.3rem;
  left: 0.8rem;
  transform-origin: left bottom;
  background-color: rgba(210, 210, 255, 1.0);
  height: 55rem;
  width: 2rem;
  overflow: hidden;
}

@keyframes strohhalm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(23.5deg);
  }
}

.strohhalm.go {
  animation-name: strohhalm;
  animation-duration: 2s;
  transition-timing-function: linear;
  transform-origin: bottom;
  animation-fill-mode: forwards;
}

.strohhalm-content {
  width: 100%;
  height: 100%;
  background-color: var(--beeryellow);
}

@keyframes strohhalm-content {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -55rem);
  }
}

.strohhalm-content.go {
  animation-name: strohhalm-content;
  animation-duration: 3s;
  animation-delay: 4.5s;
  transition-timing-function: ease-in;
  animation-fill-mode: forwards;
}

.eis-wrapper {
  display: flex;
  flex-direction: column;
  width: 20rem;
  z-index: 100;
  bottom: 0;
  position: absolute;
  padding: 1rem;
}

.eis {
  position: absolute;
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  background-color: rgba(210, 210, 255, 1.0);
  z-index: 10;
  margin: 0.5rem;
}

.eis:nth-of-type(1) {
  transform: rotate(38deg);
  bottom: 0;
  left: 0;
}

.eis:nth-of-type(2) {
  transform: rotate(57deg);
  bottom: 8rem;
  left: 3rem;
}

.eis:nth-of-type(3) {
  transform: rotate(-10deg);
  bottom: 7rem;
  left: 9rem;
}

.eis:nth-of-type(4) {
  transform: rotate(6deg);
  left: 10rem;
  bottom: -1rem;
}



/*BIER*/

.frg-3 .bierglas-wrapper {
  height: 60vh;
  position: relative;
  margin: 1rem 3rem;
  padding: 1rem;
  padding-right: 18vh;
}

.bierglas {
  position: relative;
  box-sizing: border-box;
  width: 25rem;
  height: 100%;
  background-color: rgba(210, 210, 255, 1.0);
  border-left: 1rem solid rgba(210, 210, 255, 1.0);
  border-right: 1rem solid rgba(210, 210, 255, 1.0);
  border-bottom: 1rem solid rgba(210, 210, 255, 1.0);
  border-radius: 0.5rem;
}

.bier {
  position: relative;
  height: 100%;
  background-color: var(--beeryellow);
}

.bier.go {
  animation-name: animationBier;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: bottom center;
}

@keyframes animationBier {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.schaum {
  position: relative;
  box-sizing: border-box;
  height: 13vh;
  margin-top: -13vh;
  background-color: var(--beerwhite);
  border-top-left-radius: 12rem 1rem;
  border-top-right-radius: 12rem 1rem;
}

.schaum.go {
  animation-name: animationSchaum;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  transform-origin: center bottom;
}

@keyframes animationSchaum {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
    margin-top: -60vh;
  }
}

.henkel {
  position: absolute;
  height: 30vh;
  width: 15vh;
  top: 13vh;
  right: calc(-15vh - 2rem);
  border: 1rem solid rgba(210, 210, 255, 1.0);
  border-bottom-right-radius: 15rem;
  border-top-right-radius: 15rem;
}



/*Ferry Move*/

.ferry-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: absolute;
}

.ferry {
  position: absolute;
  right: -25rem;
  max-width: 25rem;
  z-index: -2;
}

.ferry-move {
  animation: animationFrames linear 8s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(calc(-100vw - 50rem), 100vh);
  }
}

footer {
  flex-direction: column;
  background-color: var(--dirtyyellow);
}

footer div {
  margin: 1rem;
}

footer a:link {
  color: black;
  text-decoration: underline;
}

footer a:visited {
  color: black;
  text-decoration: underline;
}

footer a:hover {
  color: var(--lightred);
  text-decoration: underline;
}

footer a:active {
  color: var(--lightred);
  text-decoration: underline;
}


@media (max-width: 1000px) {

  .main__section,
  .main__section.reverse {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .illu-wrapper {
    margin: 0 auto 5rem auto;
  }

}

@media (max-width: 479px) {

  .frg-3 .bierglas-wrapper {
    margin-left: -1rem;
  }

  .frg-9 {
    padding-left: 0;
    padding-right: 0;
  }

}