@media (max-width: 768px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1em;
  }

  .section {
    padding: 100px 20px;
  }

  .hero .text {
    width: 100%;
    padding-left: 0;
    padding: 30px;
    height: 50%;
  }

  .hero .text img {
    width: 60%;
    padding-top: 60px;
    margin-bottom: 50px;
  }

  .hero .klaus {
    height: 60%;
    pointer-events: none;
  }

  .hero .spirale {
    left: 0;
    bottom: 100px;
    height: 300px;
  }

  .about {
    flex-direction: column;
    padding: 100px 20px;
  }

  .about .row {
    flex-direction: column;
  }

  .about .row:nth-child(even) {
    flex-direction: column;
  }

  .about .row .text-abschnitt {
    width: 100%;
    margin-bottom: 20px;
  }

  .about .row .img-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .about img {
    width: 100%;
  }

  .shows .list {
    flex-direction: column;
  }

  .shows .list .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .events {
    flex-direction: column-reverse;
    padding: 100px 0;
  }

  .events .calendar-wrapper {
    width: 100%;
  }

  .events .calendar-wrapper .calendar .header .date {
    width: 100px;
  }

  .events .calendar-wrapper .items {
    width: 100%;
  }

  .events .calendar .item .date {
    width: 100px;
  }
  .events .calendar .item .date .date-text {
    font-size: 1rem;
    font-weight: bold;
  }
  .events .calendar .item .date .time-text {
    font-size: 0.8rem;
  }
  .events .booking {
    width: 100%;
    margin-bottom: 30px;
  }

  .gallery .list {
    flex-direction: column;
  }

  .gallery .list .video-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .gallery .list .video-wrapper .video {
    height: 300px;
  }
  .gallery .list .image-list {
    width: 100%;
  }

  .contact .button-list {
    flex-wrap: wrap;
  }

  .newsletter {
    padding: 20px;
  }

  .newsletter-panel {
    height: auto;
    flex-direction: column-reverse;
    max-width: none;
  }
  .newsletter-panel .left {
    width: 100%;
  }
  .newsletter-panel h3 {
    width: 100%;
  }

  .newsletter-panel .right {
    width: 100%;
    height: 400px;
  }
}
