.resize, *,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fullviewport, body {
  height: 100vh;
  width: 100vw;
}

@font-face {
  font-family: "futura_light";
  src: url(../fonts/FrutigerLTCom-Light.ttf);
}

@font-face {
  font-family: "futura_bold";
  src: url(../fonts/FrutigerLTCom-Bold.ttf);
}

@font-face {
  font-family: "futura_black";
  src: url(../fonts/FrutigerLTCom-UltraBlack.ttf);
}

@font-face {
  font-family: "yesteryear";
  src: url(../fonts/Yesteryear-Regular.ttf);
}

.relative {
  position: relative;
}

.absolute, .rotate {
  position: absolute;
}

.rotate {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: rotieren 3s ease-in-out;
          animation: rotieren 3s ease-in-out;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.rotate:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes rotieren {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  33% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  66% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotieren {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  33% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  66% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.einzweitel {
  width: 50%;
}

.bg_transparent {
  background: transparent;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flexcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: "futura_light", Helvetica, Verdana, sans-serif;
  font-size: clamp(1rem, 3vw, 1.25rem);
  background-color: #fff9f1;
  background-image: url(../images/seeundberg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
}

body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.2);
  font-size: inherit;
}

body ul {
  list-style: none;
}

body a {
  text-decoration: none;
  color: #917b49;
}

body h1 {
  font-family: "futura_black", Helvetica, Verdana, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

main {
  background-color: rgba(255, 249, 241, 0.3);
  width: 90vw;
  max-width: 680px;
  padding: 1rem 0.5rem;
  opacity: 0;
  -webkit-animation: fadein 1500ms 1000ms ease-in-out forwards;
          animation: fadein 1500ms 1000ms ease-in-out forwards;
  border-radius: 0.5rem;
  text-align: center;
}

main div {
  padding: 1rem;
}

main h1 {
  color: #151e30;
  margin-bottom: 1.5rem;
}

main p {
  color: #151e30;
  line-height: 150%;
}

main .btn {
  display: block;
  background-color: #917b49;
  color: #151e30;
  padding: 1rem;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  -webkit-transition: all 750ms;
  transition: all 750ms;
  -webkit-box-shadow: 2px 2px 5px rgba(21, 30, 48, 0.3);
          box-shadow: 2px 2px 5px rgba(21, 30, 48, 0.3);
}

main .btn:hover {
  background-color: #151e30;
  color: #917b49;
  font-family: "futura_bold", Helvetica, Verdana, sans-serif;
}

.srundp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid #917b49;
  border-width: 0.2rem 0;
  width: 100vw;
  height: auto;
  min-height: 33vh;
  margin: 0;
  padding: 1rem 0;
}

.srundp svg#srundp, .srundp svg#srundp_1 {
  position: absolute;
  width: 80vw;
  max-width: 600px;
  margin: 2rem;
}

.srundp svg#srundp_1 {
  fill: #917b49;
  -webkit-filter: drop-shadow(0.35rem 0.35rem 0.5rem rgba(255, 255, 155, 0.45));
          filter: drop-shadow(0.35rem 0.35rem 0.5rem rgba(255, 255, 155, 0.45));
}

.srundp svg#srundp_1 #srundp_s {
  opacity: 0;
  -webkit-animation: fadein 1500ms 0ms ease-in-out forwards;
          animation: fadein 1500ms 0ms ease-in-out forwards;
}

.srundp svg#srundp_1 #srundp_r {
  opacity: 0;
  -webkit-animation: fadein 1500ms 200ms ease-in-out forwards;
          animation: fadein 1500ms 200ms ease-in-out forwards;
}

.srundp svg#srundp_1 #srundp_und {
  opacity: 0;
  -webkit-animation: fadein 1500ms 400ms ease-in-out forwards;
          animation: fadein 1500ms 400ms ease-in-out forwards;
}

.srundp svg#srundp_1 #srundp_p {
  opacity: 0;
  -webkit-animation: fadein 1500ms 600ms ease-in-out forwards;
          animation: fadein 1500ms 600ms ease-in-out forwards;
}
