* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  background-color: #f0f0f0;
  color: #2b2b2b;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  position: relative;
}
body.full {
  height: 100vh;
}
h3 {
    margin: 3rem 0 1rem 0;
}

h4 {
    margin-bottom: 0.5rem;
}
.letters div {
  font-size: 7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8rem;
  display: inline;
  position: relative;
}
.flight-letter div {
  transform: rotate(23deg) translate(-0.5rem, -2rem);
  display: inline-block;
  animation-name: letter;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  position: relative;
}

.st0 {
  fill: #2B2B2B;
}

.st1 {
  fill: none;
  stroke: #2B2B2B;
  stroke-width: 31;
  stroke-miterlimit: 10;
}

.st2 {
  fill: #EFD32E;
  stroke: #2B2B2B;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.st3 {
  fill: none;
  stroke: #000000;
  stroke-width: 13;
  stroke-miterlimit: 10;
}

.st4 {
  fill: none;
  stroke: #000000;
  stroke-width: 33;
  stroke-miterlimit: 10;
}

.st5 {
  fill: none;
  stroke: #2B2B2B;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

@keyframes letter {
  0%, 100% {
    transform: rotate(10deg) translate(-0.5rem, -2rem);
  }
  50% {
    transform: rotate(-4deg) translate(1.5rem, -1.8rem);
  }
}
.letters div .winde {
  width: auto;
  height: 30rem;
  display: flex;
  position: absolute;
  bottom: 6.5rem;
  right: 14.8%;
  animation-name: winde;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  align-items: flex-end;
}
@keyframes winde {
  0%, 100% {
    transform: rotate(4deg) translateX(0.9rem);
  }
  50% {
    transform: rotate(-5deg) translateX(-0.5rem);
  }
}
.flex-gesamt {margin-top: 30vh;}
.sentence {
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sentence-small {
  margin-top: 3rem;
}
.bricks div:first-child {
  position: absolute;
  width: 15%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.bricks div:nth-child(2) {
  position: absolute;
  width: 15%;
  height: auto;
  right: 0;
  top: 0;
  opacity: 0.4;
}
.bricks div:nth-child(3) {
  position: absolute;
  width: 15%;
  height: auto;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.bricks div:last-child {
  position: absolute;
  width: 15%;
  height: auto;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}
.contact {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.contact img {
  height: 3rem;
  width: auto;
}
.contact a {
  color: #2b2b2b;
  text-decoration: none;
}
.rights a {
    display: inline-block;
    margin-top: 2rem;
    color: #333333;
}
.rights a:first-child {
    margin-right: 2rem;
}
.unterseiten {
  max-width: 66rem;
  margin: 6rem auto;
  text-align: left;
  padding: 2rem;
}
.unterseiten h1 {
  margin-bottom: 3rem;
}
.unterseiten h2 {
  margin-top: 5rem;
}
.unterseiten p {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.unterseiten ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
a.back {
    color: #333333;
    margin-bottom: 2rem;
    display: inline-block;
}
.grid {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 40.062rem){
  .flex-gesamt {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  }
  .letters div .winde {
    display: none;
  }
  .letters div {
    font-size: 2.3rem;
    padding: 0;
  }
  .flight-letter div {
    animation: none;
    transform: none;
  }
  .sentence {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .contact {
    display: grid;
    justify-items: center;
    margin-top: 4rem;
  }
  .bricks div:first-child,
  .bricks div:nth-child(2),
  .bricks div:nth-child(3),
  .bricks div:last-child{
    width: 30%;
  }
}
@media only screen and (min-width: 40.063rem) and (max-width: 50.062rem) {
  .flex-gesamt {
    margin-top: 16vh;
  }
  .letters div {
    font-size: 4rem;
    padding: 0.3rem;
  }
  .letters div .winde {
    height: 16rem;
    bottom: 4.4rem;
    right: 10.8%;
    animation-name: windeTablet;
  }
  @keyframes windeTablet {
    0%, 100% {
      transform: rotate(5deg) translateX(0.5rem);
    }
    50% {
      transform: rotate(-5deg) translateX(0.3rem);
    }
  }
  .sentence {
    margin-top: 3rem;
  }
  .sentence-small {
    margin-top: 8rem;
  }
  .bricks div:first-child,
  .bricks div:nth-child(2),
  .bricks div:nth-child(3),
  .bricks div:last-child{
    width: 20%;
  }
}
@media only screen and (min-width: 40.1rem) and (max-width: 51.483rem) and (orientation: landscape) {
  body.full {
	  height: auto
  }
  .flex-gesamt {
    margin-top: 32vh;
  }
  .letters div {
    font-size: 3rem;
    padding: 0.3rem;
  }
  .letters div .winde {
    height: 12rem;
    bottom: 3.7rem;
    right: 10.8%;
    animation-name: windeMobil;
  }
  @keyframes windeMobil {
    0%, 100% {
      transform: rotate(6deg) translateX(0.4rem);
    }
    50% {
      transform: rotate(-6deg) translateX(0.5rem);
    }
  }
  .sentence {
    font-size: 1.2rem;
  }
  .sentence-small {
    margin-top: 1rem;
  }
  .contact {
    margin: 2rem;
  }
  .rights {
	  margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 50.063rem) and (max-width: 64.062rem) {
  .letters div {
    font-size: 7rem;
    padding: 0.3rem;
  }
}
@media only screen and (min-width: 64.063rem) {
  body.full-desktop {
    height: 100vh;
  }
  .grid {
    display: grid;
    margin-bottom: 0;
    grid-template-columns: 1fr 6fr;
  }
}
@media only screen and (min-width: 90.063rem) {
	.contact {
	  margin-top: 9rem;
	}
}