/*#############reseter############################*/
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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}

/*###########################bienenani###################*/
.circle {
  position: absolute;
  top: 46%;
  left: 46%;
}
.hugo {
  position: absolute;
  top: 40%;
}
#root {
  position: relative;
  top: 1%;
}
.bien {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  background-color: rgb(141 160 204 / 76%);
  overflow: hidden;
}
/*#########################story#################*/

.buttonmare {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes buttonmare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes buttonmare {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
h1.fadeInDown {
  z-index: 9999;
}

.kommtvonlinks {
  -webkit-animation: links 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: links 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes links {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes links {
  0% {
    -webkit-transform: translateX(-220vh);
    transform: translateX(-220vh);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*############################other#################*/
.raumfisch {
  position: absolute;
  z-index: 86;
  left: -20px;
  bottom: 300px;
  -webkit-animation: raumfisch 12.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  animation: raumfisch 12.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@-webkit-keyframes raumfisch {
  0% {
    -webkit-transform: translateX(120vw);
    transform: translateX(120vw);
  }
  100% {
    -webkit-transform: translateX(-120vw);
    transform: translateX(-120vw);
  }
}
@keyframes raumfisch {
  0% {
    -webkit-transform: translateX(120vw);
    transform: translateX(120vw);
  }
  100% {
    -webkit-transform: translateX(-120vw);
    transform: translateX(-120vw);
  }
}
.raumfisch2 {
  position: relative;
  z-index: 150;
  left: 150vw;
  top: 25%;

  -webkit-animation: raumfisch2 12.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.5s
    infinite;
  animation: raumfisch2 12.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5.5s infinite;
}
@-webkit-keyframes raumfisch2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-220vw);
    transform: translateX(-220vw);
  }
}
@keyframes raumfisch2 {
  0% {
    -webkit-transform: translateX(-220vw);
    transform: translateX(-220vw);
  }
  100% {
    -webkit-transform: translateX();
    transform: translateX();
  }
}

.handfisch_top {
  -webkit-animation: slide-fwd-top 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-fwd-top 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(-530px);
    transform: translateZ(160px) translateY(-530px);
  }
}
@keyframes slide-fwd-top {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(-530px);
    transform: translateZ(160px) translateY(-530px);
  }
}

.slideandstinger {
  -webkit-animation: slideandsting 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slideandsting 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slideandsting {
  0% {
    -webkit-transform: translateY(-110vh) translateX(-600px);
    transform: translateY(-110vh) translateX(-600px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slideandsting {
  0% {
    -webkit-transform: translateY(-110vh) translateX(-600px);
    transform: translateY(-110vh) translateX(-600px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
}

.rest {
  position: absolute;
  margin-left: 20vw;
  margin-right: 20vw;
  width: auto;
  height: auto;
background-color: rgb(34 25 47);
  z-index: 144;
  border-radius: 0.3em;
  padding: 1.6em;
  bottom: 210px;
  max-width: 280px;
  font-size: 1em;
  color: white;
  line-height: 1.1;
  min-width: 300px;
}
#overcome {
  position: relative;
  border: solid 0.3em rgb(34 25 47);
  box-shadow: 4px 4px 4px 4px #382a7959;
  max-height: 90vh;
  max-width: 90vh;
}
#overherz {
  position: relative;
  height: 100%;
  max-height: 90vh;
  max-width: 90vh;
}

.arrow {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #f5f7f8;
  border-right: 5px solid #f3f6f8;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s 8;
  opacity: 0;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

div#startspringer {
  z-index: 161;
  margin-top: -15%;
}

div#viertertext {
  z-index: 160;
}

div#erstertext {
  z-index: 4;
}
div#zweitertext {
  margin-top: -1em;
}

#root {
  border: solid 0.3em rgb(67 66 107);
  max-height: 90vh;
  max-width: 90vh;
}
#navi > ul > li:nth-child(5) > a {
  margin-right: 2em;
}

ul.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -webkit-animation: nav-slide 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: nav-slide 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes nav-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes nav-slide {
  0% {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw);
    
  }
  95% {
    
    transform:translateY(0);
  }
  96% {
    
   
    -webkit-transform: translateX(0);
            transform: translateX(0) translateY(7px);
  }
  100% {
    
           
  }
}

nav {
  display: flex;
  flex-direction: row;
  bottom: 50px;
  width: 103vw;
  height: 50px;
  display: flex;
  flex-direction: row;
  background-color: rgb(37 147 69);
  position: relative;
  align-items: center;
  justify-content: space-between;
  z-index: 2499;
  box-shadow: 4px 4px 4px 4px #311e4834;
}
h2 {
  font-family: adobe-caslon-pro, serif;
  text-shadow: #382c415c 3px 3px 1px;
  
  
}
.fade-in-right {
  animation-name: shutter-in-top;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 2.2s;
  animation-iteration-count: 1;
  text-shadow: #382c415c 3px 3px 1px;

 
}
@keyframes shutter-in-top {
  0% {
    transform: rotateX(-100deg);
    text-shadow: #0000004d 1px 1px 1px;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) translateX(0);
    text-shadow: #0000007c 4px 4px 4px;
    opacity: 1;
  }
}
.slide-fwd {
  -webkit-animation: slide-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-fwd 1s cubic-bezier(0, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-fwd {
  0% {
    -webkit-transform: translateX(calc(100vw + 99px));
    transform: translateX(calc(100vw + 99px));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-fwd {
  0% {
    -webkit-transform: translateX(calc(100vw + 99px));
    transform: translateX(calc(100vw + 99px));
    text-shadow: #382c415c 3px 3px 1px;
    opacity: 1;
  }

  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-shadow: #382c415c 3px 3px 1px;
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 1;
  }
}
.slide-r {
  -webkit-animation: slide-r 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-r 1s cubic-bezier(0, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-r {
  0% {
    -webkit-transform: translateX(calc(-100vw + 99px));
    transform: translateX(calc(-100vw + 99px));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-r {
  0% {
    -webkit-transform: translateX(calc(-100vw + 99px));
    transform: translateX(calc(-100vw + 99px));
    opacity: 1;
  }

  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 1;
  }
}

.slide-fwd-left {
  -webkit-animation: slide-fwd-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-fwd-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-fwd-left {
  0% {
    -webkit-transform: translateX(calc(100vw + 99px));
    transform: translateX(calc(100vw + 99px));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 52px;
  }
}
@keyframes slide-fwd-left {
  0% {
    -webkit-transform: translateX(calc(10vw + 99px));
    transform: translateX(calc(10vw + 99px));
    text-shadow: #382c415c 3px 3px 1px;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-shadow: #382c415c 3px 3px 1px;
    margin-left: 60px;
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    margin-left: 60px;
  }
}

#fenster1 > h3 {
  color: rgb(255 255 255);
  margin-top: 0.8em;
  margin-left: 52px;
  font-size: 1.5em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-shadow: #382c415c 3px 3px 1px;
}
#fenster1 > h2 > span {
  font-size: 0.7em;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-shadow: #382c415c 3px 3px 1px;
}
.body {
  background-image: url(../pictures/beifang/trenner.png);
  background-size: cover;
  
  z-index: -1;
  
 
}
#fenster1 > h1 {
  font-size: 4em;
  font-family: raleway, sans-serif;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  margin-left: 0em;
  margin-top: 0.5em;
  z-index: 5;
  text-shadow: #382c415c 3px 3px 1px;
}

.window1 {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgb(53 43 81);
}

img.raum {
  overflow: hidden;
  position: absolute;
  bottom: 1%;
  right: 3%;
  z-index: 1;
  animation: myAnim 2.5s ease 0s 1 normal forwards;
}
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateX(calc(-100vw + 11px)) scale(0.1) skewX(30deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (min-width: 100px) {
  div#hard {
    background-image: url(../pictures/beifang/herz/herz1.jpg);
    max-height: 90vh;
    max-width: 90vh;
    margin-top: 6em;
    border: solid 0.3em rgb(67 66 107);
  }
  div#erstertext {
    z-index: 19;
    margin-top: 0.1em;
    margin-left: 0%;
  }
  div#startspringer {
    z-index: 161;
    margin-top: -15%;
  }
  body > main > article > div.rowcol.dreier > div.number {
    margin-left: 0%;
  }
  a:link {
    font-family: inherit;
    text-decoration: none;
    color: aliceblue;
    font-size: 0.7em;
  }
  li {
    font-size: 0.9em;
    margin-left: 1em;
    color: aliceblue;
    text-decoration: none;
  }
  img.raum {
    width: 90vw;
    z-index: 4599;
  }
  #fenster1 > h1 {
    font-size: 2.3em;
    color: rgb(255 255 255);
  }
  #fenster1 > h2 {
    margin-top: 0.5em;
    font-size: 2em;
    margin-left: 0em;
    color: rgb(255 255 255);
  }
  img.tanke {
    position: absolute;
    right: -2%;
    bottom: 0;
    width: 33%;
    z-index: 5;
  }
  .slide-tanke {
    -webkit-animation: slide-tanke 2s cubic-bezier(0.6, 0.04, 0.98, 0.335) both;
    animation: slide-tanke 2s cubic-bezier(0.6, 0.04, 0.98, 0.335) both;
  }
  @-webkit-keyframes slide-tanke {
    0% {
      -webkit-transform: translateY(-110vh);
      transform: translateY(-110vh);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slide-tanke {
    0% {
      -webkit-transform: translateY(-110vh);
      transform: translateY(-110vh);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}

body {
  overflow-x: hidden;
}

#navbar.nav.sticky {
  z-index: 999;
}

#navbar > ul > li:nth-child(5) > a {
  margin-right: 2em;
}

/* #########################*/

main {
  display: flex;
  background-image: url(../pictures/beifang/trenner.png);
  background-size: cover;
  
}
article {
  overflow: hidden;
}

article.story {
  /*background-color: rgb(78 64 106 / 99%);*/
  height: auto;
  width: 100vw;
}
/*##################100####################*/
@media (min-width: 100px) {
  div#preloader-third {
    transform: rotate(90deg);
  }
  div#preloader-second {
    /*margin-top: -3em;
    margin-bottom: -3em;
    transform: rotate(90deg);
    z-index: 99;*/
    display: none;
  }
  div#preloader-first {
    transform: rotate(90deg);
    top: 1%;
  }
  .flip-preloader {
    width: 300px;
    height: 60px;
    position: relative;
    left: 50%;
    top: -250%;
    transform: translateX(-50%) translateY(-50%);
    perspective: 300px;
    perspective-origin: 50% 50%;
  }

  .flip-preloader.go {
    top: 1.1%;
    left: 40%;
    height: 4vw;
    width: 20vw;
    z-index: 999;
    transform: rotate(134deg);
  }

  .flip-preloader.example-2 {
    top: 75%;
    height: 30px;
    width: 200px;
  }

  .flip-preloader div {
    position: absolute;
    width: 20%;
    height: 100%;
    background-color: red;
    left: 0%;
    box-sizing: border-box;
    transform-origin: 0% 50%;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 4000;
  }

  .flip-preloader.go div {
    animation-duration: 8s;
  }

  .flip-preloader div:nth-child(1) {
    left: 0%;
    background-color: #e61616;
    animation-name: flipPreloader1;
    z-index: 1;

    background-size: cover;
    border-radius: 50%;
    opacity: 0;
  }

  .flip-preloader div:nth-child(2) {
    left: 20%;
    background-color: #ec290f;
    animation-name: flipPreloader2;
    z-index: 2;

    border-radius: 50%;
    opacity: 0;
  }

  .flip-preloader div:nth-child(3) {
    left: 40%;
    background-color: #e45641;
    animation-name: flipPreloader3;
    z-index: 3;

    border-radius: 50%;
    opacity: 0;
  }

  .flip-preloader div:nth-child(4) {
    left: 60%;
    background-color: #f31d1d;
    animation-name: flipPreloader4;
    z-index: 4;

    border-radius: 50%;
    opacity: 0;
  }

  .flip-preloader div:nth-child(5) {
    left: 80%;
    background-color: #eed9de;
    animation-name: flipPreloader5;
    z-index: 5;

    border-radius: 50%;
    opacity: 0;
  }

  @keyframes flipPreloader1 {
    0% {
      transform: rotateY(-180deg);
      opacity: 0;
      transform-origin: 0% 50%;
      background-color: #c2444f;
    }
    4% {
      background-color: #e70e2b;
    }
    5% {
      background-color: #ff0f0f;
    }
    10% {
      transform: rotateY(0deg);
      opacity: 1;
      background-color: #db223b;
      transform-origin: 0% 50%;
    }
    11% {
      transform-origin: 100% 50%;
      background-color: #e41a35;
    }
    48% {
      z-index: 1;
    }
    49% {
      z-index: 10;
    }
    50% {
      transform: rotateY(0deg);
    }
    51% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: rotateY(180deg);
      opacity: 1;
      background-color: #dd212b;
    }
    61% {
      opacity: 0;
    }
    100% {
      z-index: 10;
      transform: rotateY(180deg);
      opacity: 0;
      transform-origin: 100% 50%;
      background-color: #e90e32;
    }
  }
  @keyframes flipPreloader2 {
    0% {
      transform: rotateY(-180deg);
      background-color: #e71722;
      opacity: 0;
      transform-origin: 0% 50%;
    }
    9% {
      opacity: 0;
    }
    10% {
      transform: rotateY(-180deg);
      opacity: 1;
    }
    15% {
      background-color: #ee2f16;
    }
    20% {
      background-color: #e21e1e;
      transform: rotateY(0deg);
      transform-origin: 0% 50%;
    }
    21% {
      transform-origin: 100% 50%;
      background-color: #eb1b2c;
    }
    48% {
      z-index: 2;
    }
    49% {
      z-index: 9;
    }
    60% {
      opacity: 1;
      transform: rotateY(0deg);
      background-color: #e22030;
    }
    61% {
      background-color: #dd1843;
      transform-origin: 100% 50%;
    }
    64% {
      background-color: #e6112d;
    }
    65% {
      background-color: #f11835;
    }
    70% {
      transform: rotateY(180deg);
      opacity: 1;
    }
    71% {
      opacity: 0;
    }
    100% {
      z-index: 9;
      background-color: #eb2445;
      transform: rotateY(180deg);
      opacity: 0;
      transform-origin: 100% 50%;
    }
  }
  @keyframes flipPreloader3 {
    0% {
      transform: rotateY(-180deg);
      background-color: #ec1d39;
      opacity: 0;
      transform-origin: 0% 50%;
    }
    19% {
      opacity: 0;
    }
    20% {
      transform: rotateY(-180deg);
      opacity: 1;
    }
    25% {
      background-color: #eb1527;
    }
    30% {
      background-color: #e61f3a;
      transform: rotateY(0deg);
      transform-origin: 0% 50%;
    }
    31% {
      transform-origin: 100% 50%;
      background-color: #e45641;
    }
    48% {
      z-index: 3;
    }
    49% {
      z-index: 8;
    }
    70% {
      transform: rotateY(0deg);
      opactiy: 1;
      background-color: #d8270c;
    }
    71% {
      background-color: #f31a1a;
      transform-origin: 100% 50%;
    }
    74% {
      background-color: #f01b38;
    }
    75% {
      background-color: #e92e11;
    }
    80% {
      transform: rotateY(180deg);
      opacity: 1;
    }
    81% {
      opacity: 0;
    }
    100% {
      z-index: 8;
      background-color: #e45641;
      transform: rotateY(180deg);
      opacity: 0;
      transform-origin: 100% 50%;
    }
  }
  @keyframes flipPreloader4 {
    0% {
      transform: rotateY(-180deg);
      background-color: #f10943;
      opacity: 0;
      transform-origin: 0% 50%;
    }
    29% {
      opacity: 0;
    }
    30% {
      transform: rotateY(-180deg);
      opacity: 1;
    }
    35% {
      background-color: #f01a61;
    }
    40% {
      background-color: #e20d0d;
      transform: rotateY(0deg);
      transform-origin: 0% 50%;
    }
    41% {
      transform-origin: 100% 50%;
      background-color: #e7193c;
    }
    48% {
      z-index: 4;
    }
    49% {
      z-index: 7;
    }
    80% {
      transform: rotateY(0deg);
      opacity: 1;
      background-color: #5d4c46;
    }
    81% {
      background-color: #e45641;
      transform-origin: 100% 50%;
    }
    84% {
      background-color: #e45641;
    }
    85% {
      background-color: #5d4c46;
    }
    90% {
      transform: rotateY(180deg);
      opacity: 1;
    }
    91% {
      opacity: 0;
    }
    100% {
      z-index: 7;
      background-color: #5d4c46;
      transform: rotateY(180deg);
      opacity: 0;
      transform-origin: 100% 50%;
    }
  }
  @keyframes flipPreloader5 {
    0% {
      transform: rotateY(-180deg);
      background-color: #7b8d8e;
      opacity: 0;
      transform-origin: 0% 50%;
    }
    39% {
      opacity: 0;
    }
    40% {
      transform: rotateY(-180deg);
      opacity: 1;
    }
    45% {
      background-color: #7b8d8e;
    }
    48% {
      z-index: 5;
    }
    49% {
      z-index: 6;
    }
    50% {
      background-color: #7b8d8e;
      transform: rotateY(0deg);
      transform-origin: 0% 50%;
    }
    51% {
      transform-origin: 100% 50%;
      background-color: #7b8d8e;
    }
    90% {
      transform: rotateY(0deg);
      opacity: 1;
      background-color: #7b8d8e;
    }
    91% {
      background-color: #5d4c46;
      transform-origin: 100% 50%;
    }
    94% {
      background-color: #5d4c46;
    }
    95% {
      background-color: #7b8d8e;
    }
    100% {
      z-index: 6;
      background-color: #7b8d8e;
      transform: rotateY(180deg);
      opacity: 0;
      transform-origin: 100% 50%;
    }
  }
  .ende {
    margin-top: 3.4%;
    overflow: hidden;
    width: 100vw;
    z-index: 999;
    background-color: rgb(34 25 47);
  }

  #flask.flask {
    position: absolute;
    right: 15%;
    bottom: 0;
    width: 100px;
    height: 300px;
    z-index: 22;
  }
  img.handfisch {
    position: absolute;
    bottom: -542px;
    height: 60vh;
    right: 4%;
    z-index: 167;
  }
  .adresse {
    width: auto;
    height: 45px;
    background-color: #fff;
    position: absolute;
    bottom: 13px;
    right: 16px;
    border-radius: 3em;
    padding: 0.1em 1em;
    z-index: 9999;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  img#ungeheuer.ungeheuer {
    position: absolute;
    bottom: 0;
    left: 5%;
    height: calc(65vh - 10px);
    width: calc(100vw / 10 + 200px);

    z-index: 155;
    -webkit-animation: ungeheuer 7.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      infinite;
    animation: ungeheuer 7.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }
  @-webkit-keyframes ungeheuer {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-300px) rotate(5);
      transform: translateY(-300px) rotate(5);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes ungeheuer {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(300px);
      transform: translateY(300px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100vw;

    background-color: rgb(52 88 176);
    z-index: 9999;
    box-shadow: 3px 3px 3px 3px black;
  }
  footer.ilmare {
    display: flex;
    position: relative;
    height: auto;
    width: 100vw;
    z-index: 1199;
    margin-top: 400px;
    flex-direction: column;
    align-items: center;
  }
  .welle1 {
    width: 130vw;
    height: 316px;
    background-image: url(../pictures/beifang/welle/w1.gif);
    background-repeat: repeat-x;
    animation-name: wellehinher;
    animation-duration: 4.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  @keyframes wellehinher {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-50px);
    }
    100% {
      transform: translateX();
    }
  }
  .welle0 {
    width: 130vw;
    height: 250px;
    background-image: url(../pictures/beifang/welle/w0.gif);
    background-repeat: repeat-x;
    animation-name: wellearound;
    animation-duration: 4.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  @keyframes wellearound {
    0% {
      transform: translateX(-60px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-60px);
    }
  }
  .welle2 {
    width: 130vw;
    height: 200px;
    background-image: url(../pictures/beifang/welle/w2.gif);
    background-position-x: -50px;
    background-repeat: repeat-x;
    animation-name: welle3;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  @keyframes welle3 {
    0% {
      transform: translateX(-60px);
    }
    25% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-60px);
    }
    75% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-60px);
    }
  }
  .welle3 {
    width: 130vw;
    height: 316px;
    background-image: url(../pictures/beifang/welle/w3.gif);
    background-position-x: -50px;
    background-repeat: repeat-x;
    animation-name: welle3;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  @keyframes welle3 {
    0% {
      transform: translateX(-40px);
    }
    25% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-40px);
    }
    75% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-40px);
    }
  }
   .welle4 {
    width: 130vw;
    height: 200px;
    background-image: url(../pictures/beifang/welle/w4.gif);
    background-position-x: -50px;
    background-repeat: repeat-x;
    animation-name: welle3;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0.39, 0.01, 0.68, 1.01);
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  @keyframes welle4 {
    0% {
      transform: translateX(-60px);
    }
    25% {
      transform: translateX(-310px);
    }
    50% {
      transform: translateX(-60px);
    }
    75% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-60px);
    }
  }
  div#x1 {
    position: absolute;
    bottom: 780px;
    z-index: 000;
  }
  div#x2 {
    position: absolute;
    bottom: 720px;
    z-index: 12;
  }
  div#x3 {
    position: absolute;
    bottom: 660px;
    z-index: 14;
  }
  div#x4 {
    position: absolute;
    bottom: 600px;
    z-index: 16;
  }
  div#x5 {
    position: absolute;
    bottom: 540px;
    z-index: 18;
  }
  div#x6 {
    position: absolute;
    bottom: 480px;
    z-index: 22;
  }
  div#x7 {
    position: absolute;
    bottom: 420px;
    z-index: 32;
  }
  div#x8 {
    position: absolute;
    bottom: 360px;
    z-index: 42;
  }
  div#x9 {
    position: absolute;
    bottom: 300px;
    z-index: 52;
  }
  div#x10 {
    position: absolute;
    bottom: 390px;
    z-index: 62;
  }
  div#x11 {
    position: absolute;
    bottom: 266px;
    z-index: 72;
  }
  div#x12 {
    position: absolute;
    bottom: 250px;
    z-index: 82;
  }
  div#x13 {
    position: absolute;
    bottom: 50px;
    z-index: 92;
  }
  div#x14 {
    position: absolute;
    bottom: 0px;
    z-index: 167;
  }
  div#drittertext {
    margin-left: 0%;
  }
  #preloader-four {
    z-index: 9999;
    position: relative;
    top: 1em;
    left: 55%;
    transform: rotate(90deg);
  }
  .headline > h1 {
    font-family: "adobe-caslon-pro", "Times New Roman", Times, serif;
    margin: 0.1em 1em 0.5em 1em;
    color: rgb(255 255 255);
  }
  .abstand {
    display: flex;
    height: 55vh;
    width: 50px;
    position: absolute;
    top: 0;
    background-color: rgb(203 51 51);
    box-shadow: 3px 3px 3px 3px rgb(51 50 50 / 14%);
    left: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-animation: scale-up-ver-top 2.4s cubic-bezier(0.39, 0.575, 0.565, 1)
      both;
    animation: scale-up-ver-top 2.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  @-webkit-keyframes scale-up-ver-top {
    0% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
  }
  @keyframes scale-up-ver-top {
    0% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
  }

  .meer {
    display: flex;
    width: 35vw;
    height: 35vw;
    font-size: 1.2em;
    margin-left: 37%;
    background-color: rgb(186 48 9);
    color: rgb(245 245 245);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    margin-top: -2%;
    z-index: 1200;
    padding: 1em;
    position: relative;
    margin-bottom: -15%;
    box-shadow: 10px 10px 10px 10px rgb(240 223 223 / 12%) inset;
  }
  .dreier {
    margin-top: 0%;
  }

  h1 {
    z-index: 3;
  }

  .number.halftop {
    margin-top: -17%;
    margin-left: 0%;
    z-index: 33;
  }

  main > article > div.headline {
    position: relative;
    font-size: 2.1em;
    font-family: raleway, sans-serif;
    text-align: center;
    z-index: 9;
    margin-bottom: -2em;
  }

  .rowcol.disrow {
    flex-direction: column-reverse;
    margin-top: -10%;
  }

  .kreis {
    width: 90vw;
    height: 90vw;
    background-image: url(../pictures/beifang/jongleur/jong1.jpg);
    background-size: cover;
    border-radius: 50%;
    z-index: 11;
    overflow: hidden;
    margin: 5em 1.7em 0em 0em;
    
  }

  .rowcol {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -12%;
    margin-left: 1.7em;
  }

  .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgb(26, 26, 26);
    border-radius: 50%;
    color: white;
    padding: 1.2em;
    cursor: pointer;
    user-select: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
    font-size: 1.3em;
    height: 50px;
    width: 50px;
    z-index: 55;
    margin-top: -15%;
    opacity: 0;
  }

  .number:hover {
    transition-duration: 01s;
    background-color: #000000;
  }

  .number:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 40px white;
  }

  .number:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
  }

  .number:active {
    top: 1px;
  }

  .text {
    padding: 2em;
    background-color: rgb(29 26 26);
    color: rgb(123 127 131);
    width: 60vw;
    margin-top: -0.9em;
    border-radius: 0.7em;
    z-index: 9;
    box-shadow: 4px 4px 4px 4px #2220202e;
    opacity: 0;
  }
}
/*##################600####################*/
@media (min-width: 600px) {
  div#hard {
    margin-top: -10px;
  }
  div#preloader-third {
    transform: rotate(45deg);
    top: -2%;
    margin-left: 2.3em;
  }
  div#preloader-first {
    transform: rotate(45deg);
    top: -3%;
  }
  div#preloader-second {
    transform: rotate(135deg);
    display: block;
  }
  .flip-preloader.go {
    top: 1.1%;
    left: 40%;
    height: 3.5vw;
    width: 17.5vw;
  }
  div#drittertext {
    margin-left: -9%;
  }

  div#startspringer {
    z-index: 161;
    margin-top: 0%;
  }
  #preloader-four {
    position: relative;
    top: -5em;
    transform: rotate(145deg);
  }
  div#startherz {
    margin-left: -9%;
  }

  div#erstertext {
    padding-left: 2.6em;
    padding-right: 1em;
    margin-right: 1em;

    margin-left: -9%;
    margin-top: 5%;
  }

  body > main > article > div.rowcol.dreier > div.kreis {
    margin-left: 3em;
  }

  .number.halftop {
    margin-top: -7%;
    margin-left: -7%;
    z-index: 33;
  }
  .meer {
    display: flex;
    width: 20vw;
    height: 20vw;
    font-size: 1.4em;
    margin-left: 39%;

    margin-top: -9%;
    margin-bottom: -10%;

    z-index: 2982;
    opacity: 0;
  }

  body > main > article > div.rowcol.disrow > div.number {
    margin-right: -10%;
  }

  .rowcol.disrow > div.text {
    margin-right: -12%;
    width: 33%;
    margin-right: -11%;
    margin-left: 1em;
  }

  body > main > article > div:nth-child(2) > div.number {
    margin-left: -12%;
  }

  main > article > div.headline {
    font-size: 1.8em;
    text-align: right;
    margin-right: 1em;
    width: 53%;
    margin-left: 40%;
    margin-bottom: -120px;
    margin-top: 16px;
  }

  .rowcol.disrow {
    flex-direction: row;
    margin-top: -146px;
  }

  body > main > article > div:nth-child(1) > div.number {
    margin-left: 1em;
  }

  .disrow {
    margin-top: -15%;
  }

  .disrow.kreis {
    margin-right: 1em;
  }

  .kreis {
    width: 50vw;
    height: 50vw;
    margin-left: 1em;
    margin-top: 6.1em;
    margin-bottom: 0;
    margin-right: 0;
    opacity:0;
  }

  .rowcol {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 0em;
    margin-top: -3%;
  }

  .text {
    padding: 2em;

    width: 28%;
    margin-top: 1em;
    margin-left: -5%;
    border-radius: 1em;
    z-index: 3;
  }

  .number {
    display: flex;
    margin-left: 1em;
    width: 7vw;
    height: 7vw;
    text-align: center;
    padding: 1em;
    display: flex;
    z-index: 22;
    align-items: center;
    justify-content: center;
  }
}
/*##################800####################*/
@media (min-width: 800px) {
  body > main > article > div.rowcol.dreier > div.number {
    margin-left: -9%;
  }
  li {
    font-size: 1.5em;
    margin-left: 1em;
  }
  img.raum {
    width: 54vw;
    bottom: -60px;
    overflow: hidden;
  }
  #fenster1 > h1 {
    margin-top: 0.1em;
    margin-left: 0em;
    font-size: 4.3em;
  }
  #fenster1 > h2 {
    font-size: 2.3em;
    margin-left: 0em;
    margin-top: 1.001em;
  }
  #fenster > h3 {
    margin-left: 0em;
  }
  img.tanke {
    width: 20%;
  }
}
/*#################1100####################*/
@media (min-width: 1100px) {
  #meeer.meer {
    font-size: 2em;
  }

  main > article > div.headline {
    font-size: 2.2em;
    margin-bottom: -175px;
  }
  .text {
    font-size: 1.5em;
  }
}
/*#################1300####################*/
@media (min-width: 1300px) {
  .kreis.first {
    margin-top: 10.5em;
  }
  img.raum {
    width: 57vw;
  }
  img.tanke {
    width: 16%;
  }
}
/*#################1600####################*/
@media (min-width: 1600px) {
  .abstand {
    height: 65vh;
  }
  .text {
    font-size: 1.9em;
  }
}
/*#################1700####################*/
@media (min-width: 1700px) {
  .kreis.first {
    margin-top: 19.5em;
  }
  #fenster1 > h1 {
    font-size: 6em;
  }
  #fenster1 > h2 {
    font-size: 4em;
  }
  #fenster1 > h3 {
    font-size: 3.5em;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
a {
  color: white;
}
img.logo {
  margin-left: 1em;
  width: 60px;
}
#jongleur {
  background-image: url(../pictures/beifang/jongleur/jong1.jpg);
  display: contents;
  max-height: 90vh;
  max-width: 90vh;
}
#herz {
  background-image: url(../pictures/beifang/herz/herz1.jpg);
  background-size: cover;
  border: solid 0.3em rgb(67 66 107);
  max-height: 90vh;
  max-width: 90vh;
}
.springer {
  background-image: url(../pictures/beifang/springer/springer2.jpg);
  border: solid 0.3em rgb(34 25 47);
  z-index: 160;
  max-height: 90vh;
  max-width: 90vh;
}
img#springer {
  position: relative;
  height: 100%;
  z-index: 160;
  max-height: 90vh;
  max-width: 90vh;
}
.tracking-in-expand-fwd-top {
  -webkit-animation: tracking 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes tracking {
  0% {
    -webkit-transform: translateY(-1500px);
    transform: translateY(-1500px);
  }
  40% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tracking {
  0% {
    -webkit-transform: translateY(-1500px);
    transform: translateY(-1500px);
    opacity: 0;
  }
  40% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*.rest.resttop {
z-index: 9999;
bottom:30px;
}*/

.expand-fwd {
  -webkit-animation: expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.81, 1) both;
  animation: expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.81, 1) both;
}
@-webkit-keyframes expand-fwd {
  0% {
    margin-left: 25vw;
    margin-right: 25vw;
    opacity: 0;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateZ(0);
    margin-left: 10vw;
    margin-right: 10vw;
    z-index: 9999;
    bottom: 17px;
    max-width: 80vw;
    font-size: 1.5em;
    border-radius: 1em;
    backdrop-filter: blur(999px);
  }
}
@keyframes expand-fwd {
  0% {
    margin-left: 25vw;
    margin-right: 25vw;
    opacity: 0;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateZ(0);
    margin-left: 10vw;
    margin-right: 10vw;
    z-index: 9999;
    bottom: 77px;
    max-width: 80vw;
    font-size: 1.5em;
    border-radius: 18px;
    backdrop-filter: blur(999px);
  }
}
.mail {
  font-style: italic;
}

.container {
  position: relative;
  float: right;
  margin-right: 0em;
  text-align: center;
  z-index: 99999;
  width: 50px;
  top: 5px;
}

.cta {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid rgb(206, 69, 80);
  background-color: rgb(207, 24, 64);
  color: #fff;
  transition: width 0.7s;
}
.cta:hover {
  width: 80px;
  transition: width 0.7s;
}

.cta i {
  opacity: 1;
  transition: opacity 0.5s;
}

.cta:hover i {
  opacity: 0;
  transition: opacity 0.5s;
}

.cta .button-text {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
}

.cta:hover .button-text {
  opacity: 1;
  transition: opacity 0.5s;
}
div#insert {
  position: absolute;
  width: 0px;
  height: 0px;
  display: none;
}
.glass {
  display: flex;
  position: relative;
  top: 0.5em;
  width: 7em;
  height: 7em;
  z-index: 9990;
  left: 0px;
  flex-direction: column;
  background-color: rgb(199, 210, 230, 05);
  background-image: url(../pictures/beifang/jongleur/gheber8.jpg);
  background-size: cover;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid black;
}
.glass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 3.5em solid rgb(255, 255, 255);
  border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
  animation: glass 10.5s infinite;
}
@keyframes glass {
  0% {
    transform: rotate(0deg);
    /*animation-timing-function: cubic-bezier(0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0);*/
  }

  100% {
    transform: rotate(28800deg);
  }
}
.number.unlook {
  color: #ffffff00;
}



 .welle0 {
    width: 2400vw;
    height: 250px;
    background-image: url(../pictures/beifang/welle/w0.gif);
    background-repeat: repeat-x;
    animation-name: scroll;
    animation-duration: 84.3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
     
  }
  @keyframes wellearound {
    0% {
      transform: translateX(-60px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-60px);
    }
  }


  @keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(8000px, 0, 0); /* The image width */
  }
}
img.icon {
  width: 35px;
}
