@font-face {
  font-family: "neue-haas-unica";
  font-style: regular;
  font-weight: 200;
  src: url("../fonts/neue-haas-unica-super-light.woff2")
}

@font-face {
  font-family: "neue-haas-unica";
  font-style: regular;
  font-weight: 300;
  src: url("../fonts/neue-haas-unica-light.woff2")
}

@font-face {
  font-family: "neue-haas-unica";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/neue-haas-unica-regular.woff2")
}

@font-face {
  font-family: "neue-haas-unica";
  font-style: regular;
  font-weight: 600;
  src: url("../fonts/neue-haas-unica-semi-bold.woff2")
}

@font-face {
  font-family: "neue-haas-unica";
  font-style: regular;
  font-weight: 700;
  src: url("../fonts/neue-haas-unica-bold.woff2")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .1s;
  scroll-behavior: smooth;
}

html body {
  background-color: #BDE1D1;
  padding: .5rem;
font-family: neue-haas-unica, sans-serif;
font-weight: 800;
font-style: normal;
}

header h1 {
  letter-spacing: .15em;
  font-size: 100px;


  font-family: neue-haas-unica, sans-serif;

  font-weight: 200;

  font-style: normal;

}

header h2 {
  color: #383838;
  letter-spacing: .15em;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  /* overflow: hidden;
  border-right: .15em solid black;
  white-space: nowrap;
  margin: 0 auto;
  animation:
  typing 2.5s steps(30, end),
  blink-caret .75s step-end infinite; */
}

header h2 span {
  display: inline-block;
}

.fold-1 {
  animation-name: fold;
  animation-duration: .3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fold-2 {
  animation-name: fold;
  animation-duration: .3s;
  animation-delay: .3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fold-3 {
  animation-name: fold;
  animation-duration: .3s;
  animation-delay: .6s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fold-4 {
  animation-name: fold;
  animation-duration: .3s;
  animation-delay: .9s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.fold-5 {
  animation-name: fold;
  animation-duration: .3s;
  animation-delay: 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.small {
  display: none;
}
article,header {
  padding: 1rem;
}
article {
  height: 95vh;
  padding: 20vh 1rem 15vh 1rem;
  font-size: 24px;
  letter-spacing: .1rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
  /* letter-spacing: .1em; */
}

.small-9 h1 {
  font-weight: bold;
}

div .badge {
  font-size: 1rem;
  margin-right: 1rem;
  transition: .2s;
}

.badge a {
  color: white;
}
.badge:hover {
  filter: saturate(0.1)
}
div img {
  max-height: 650px;
}

.scroll {
  font-size: 4rem;
  transform-origin: bottom;
  transition: .2s;
}

.bounce-7 {
  display: inline-block;
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-duration: .7s;
    animation-delay: 3s;
  color: #002d55;
}

.icons {
  padding-bottom: .5rem;
    position: absolute;
    top: 20px;
    right: 20px;
}

.citys {
  position: absolute;
  top: 20px;
  left: 20;
  color: #383838;
  letter-spacing: .15em;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.icons a {
  float: right;

}

a.button {
  margin-top: 2rem;
  text-transform: uppercase;
  background-color: #002d55;
}

#impressum {
  /* height: 100vh; */
  padding-top: 15rem;
}
#impressum h3, #impressum p {
  text-align: center;
}

footer a {
  font-weight: bold;
  padding: .5em;
  float: right;
  color: #383838;
  transition: .2s;
}

footer a:hover {
  color: black;
}

@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-20px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-2px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  /* 50% { border-color: black; } */
}

@keyframes fold {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform:  rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(00deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform:  rotateX(0deg);
    opacity: 1;
  }
}

@media only screen and (max-width: 1370px) {
  header h1 {
    font-size: 60px
  }

  header h2 {
    letter-spacing: normal;
    font-size: 2.2rem;
  }
  article {
    height: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .small {
    display: block;
  }

  .large {
    display: none;
  }

  div img {
    max-height: unset;
    margin-bottom: 1.5rem;
  }

  div .button {
    width: 100%;
}




@media only screen and (max-width: 654px) {
  header h1 {
    font-size: 40px
  }

  header h2 {
    font-size: 1.5rem;
  }

  article {
    font-size: 20px;
  }

  div h3 {
    font-size: 1.9rem;
  }
  .citys p {
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 480px) {
  .citys p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .citys p {
    font-size: 8px;
  }
}
