 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 917px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 307px;
  margin: 0 588px 0 0;
}

.u-section-1 .u-custom-html-2 {
  height: auto;
  min-height: 307px;
  margin: -307px 0 0 588px;
}

.u-section-1 .u-custom-html-3 {
  height: auto;
  min-height: 557px;
  margin-top: 13px;
  margin-bottom: 0;
  width: 570px;
  margin-left: 0;
}

.u-section-1 .u-custom-html-4 {
  height: auto;
  min-height: 557px;
  margin-left: 588px;
  margin-top: -557px;
  margin-bottom: 40px;
  width: 552px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1781px;
  }

  .u-section-1 .u-custom-html-1 {
    width: 725px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-custom-html-2 {
    width: 724px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-custom-html-3 {
    width: 725px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-custom-html-4 {
    width: 725px;
    margin: 33px auto 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1794px;
  }

  .u-section-1 .u-custom-html-1 {
    margin-top: 13px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-custom-html-2 {
    margin-top: 33px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-custom-html-3 {
    width: 720px;
    margin-top: -26px;
  }

  .u-section-1 .u-custom-html-4 {
    margin-bottom: 40px;
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-custom-html-3 {
    margin-top: 20px;
    width: 540px;
  }

  .u-section-1 .u-custom-html-4 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-custom-html-3 {
    width: 340px;
  }

  .u-section-1 .u-custom-html-4 {
    width: 340px;
  }
} /* Stil für den Vollbildmodus */
  #fullscreen {
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  } 