.osy-25 #header {
    display:none;
}
.osy-25 #footer {
    display:none;
}
.osy-25 .container {
    position:relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-color: #006e7b;
    
    z-index:1000;
}
/* Video im Header */
.osy-25 .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9-Verhältnis: (9 / 16) * 100% = 56.25% */
    height: 0;
    overflow: hidden;
}
.osy-25 .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section 0 - Text über Header-Grafik + header-image-content und header-image gleich hoch, so dass Inhalt prozentual positioniert werden kann */
.osy-25 .section-0 {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 90;
}
.osy-25 .header-image-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.osy-25 .header-image {
    flex: 1;
    position: relative;
    z-index: 0; /* Dieses Div wird über anderen Elementen liegen */
}
/* Text prozentual positioniert */

.osy-25 .header-image-content .headline {
    font-size: 15px;
    line-height: 16px;
    position:relative;
    top: 52%;
    text-align:center;
    color:#FFF;
    font-weight: 900;
}
.osy-25 .header-image-content .subheadline {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: 62%;
    text-align: center;
    color: #FFF;
    font-weight: 400;
}
@media screen and (min-width: 600px) {
    .osy-25 .header-image-content .headline {
        font-size: 20px;
        line-height: 26px;
        position:relative;
        top: 52%;
        text-align:center;
        color:#FFF;
        font-weight: 900;
    }
    .osy-25 .header-image-content .subheadline {
        font-size: 24px;
        line-height: 26px;
        position: relative;
        top: 62%;
        text-align: center;
        color: #FFF;
        font-weight: 400;
    }
}
@media screen and (min-width: 920px) {
    .osy-25 .header-image-content .headline {
        font-size: 30px;
        line-height: 36px;
        position:relative;
        top: 52%;
        text-align:center;
        color:#FFF;
        font-weight: 900;
    }
    .osy-25 .header-image-content .subheadline {
        font-size: 34px;
        line-height: 36px;
        position: relative;
        top: 62%;
        text-align: center;
        color: #FFF;
        font-weight: 400;
    }
}

     .osy-25 .section-1 {
        position: relative;
        z-index: 110;

    }

/* Sektion 1 - Buttons */
.osy-25 .section-1.buttons {
    position: relative;
    z-index: 110;
    padding: 0 8%;
    margin-top: 0px;
}

     .osy-25 .section-1.videos {
        margin-top: 20px;

    } 
    
@media screen and (min-width: 920px) {

     .osy-25 .section-1.videos {
        margin-top: 80px;

    }       
    
}
@media screen and (min-width: 920px) {
     .osy-25 .section-1.buttons {
        position: relative;
        z-index: 110;
        padding: 0 8%;
        margin-top: -100px;
    }
      
    
}

.osy-25 .button-left {
    padding: 20px 60px 0 60px;
}
.osy-25 .button-right {
    padding: 10px 60px 0 60px;
}
@media screen and (min-width: 600px) {
    .osy-25 .button-left {
        padding: 10px 20px 0 40px;
    }
    .osy-25 .button-right {
        padding: 10px 40px 0 20px;
    }
}
@media screen and (min-width: 920px) {
    .osy-25 .button-left {
        padding: 0 20px 0 100px;
        margin-top: -35px;
    }
    .osy-25 .button-right {
        padding: 0 100px 0 20px;
        margin-top: -35px;
    }
}
/* Popup */
.osy-25 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:2000;
    
}

.osy-25 .popup-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-height: 500px;
    overflow: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 90%;
}
.osy-25 .close {
  position: fixed;
  top: 10px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 900;
  color: #006e7b;
}

.osy-25 .open-popup {
    cursor: pointer;
}
@media screen and (min-width: 920px) {

.osy-25 .popup-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-height: 500px;
    overflow: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 60%;
}
.osy-25 .close {
    position: fixed;
  top: 4px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 900;
  color: #006e7b;
}
}






/* Section 2 - Text über Video mit dem Logo */

.osy-25 .section-2 {
    position: relative;
    z-index: 90;
}
.osy-25 .logo-video-content {
    position: relative;
    z-index: 1; /* Dieses Div wird über anderen Elementen liegen */
}
.osy-25 .logo-video {
    /* Stelle sicher, dass das Video-Div unter dem Text-Div liegt */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.osy-25 .logo-video img {
    margin-left: -300px;
    margin-top: -80px;
}

/* Section 2 - rechts */
.osy-25 .logo-video-content .right-col {
    padding: 70px 40px 0px 40px;
}
.osy-25 .logo-video-content .right-col h1 {
    font-size: 40px;
    line-height: 50px;
    text-align:center;
    color:#FFF;
}
.osy-25 .logo-video-content .right-col h2 {
    font-size: 20px;
    text-align:center;
    color:#D4752B;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 900;
}
.osy-25 .logo-video-content .right-col p {
    font-size: 16px;
    text-align:center;
    color:#FFF;
    font-weight: 600;
    line-height: 28px;
}
.osy-25 .logo-video-content .right-col p span.zdf-number-big {
    font-size: 20px;
    text-align:center;
    color: #FFF;
    font-weight: 600;
    line-height: 34px;
}
@media screen and (min-width: 600px) {
    .osy-25 .logo-video-content .right-col {
        padding: 70px 40px 0px 40px;
    }
    .osy-25 .logo-video-content .right-col h1 {
        font-size: 40px;
        text-align:right;
        color:#FFF;
    }
    .osy-25 .logo-video-content .right-col h2 {
        font-size: 20px;
        text-align:right;
        color:#D4752B;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: 900;
    }
    .osy-25 .logo-video-content .right-col p {
        font-size: 16px;
        text-align:right;
        color:#FFF;
        font-weight: 600;
        line-height: 28px;
    }
    .osy-25 .logo-video-content .right-col p span.zdf-number-big {
        font-size: 20px;
        text-align: right;
        color: #FFF;
        font-weight: 600;
        line-height: 34px;
    }
}
@media screen and (min-width: 920px) {
    .osy-25 .logo-video-content .right-col {
        padding: 70px 100px 0px 0px;
    }
    .osy-25 .logo-video-content .right-col h1 {
        font-size: 40px;
        text-align:right;
        color:#FFF;
    }
    .osy-25 .logo-video-content .right-col h2 {
        font-size: 20px;
        text-align:right;
        color:#D4752B;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: 900;
    }
    .osy-25 .logo-video-content .right-col p {
        font-size: 16px;
        text-align:right;
        color:#FFF;
        font-weight: 600;
        line-height: 28px;
    }
    .osy-25 .logo-video-content .right-col p span.zdf-number-big {
        font-size: 20px;
        text-align: right;
        color: #FFF;
        font-weight: 600;
        line-height: 34px;
    }
}

/* Section 3 */

.osy-25 .section-3 {
    margin-top: 60px;
    position: relative;
    z-index: 100;
}
.osy-25 .content-programm-img {
    position: relative;
    z-index: 1;

    padding: 0 30px;
}
.osy-25 .programm-img {
    /* Stelle sicher, dass das Video-Div unter dem Text-Div liegt */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.osy-25 .content-programm-img h2 {
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 50px 0 30px;
    font-weight: 900;
}


/* Programm Boxen - Text über Bild platzieren */
.osy-25 .content-programm-img .box-1,
.osy-25 .content-programm-img .box-2,
.osy-25 .content-programm-img .box-3 {
    display: flex;
    align-items: stretch;
    position: relative;
}
.osy-25 .content-programm-img .box-1-text,
.osy-25 .content-programm-img .box-2-text,
.osy-25 .content-programm-img .box-3-text {
    /* Stelle sicher, dass das Video-Div unter dem Text-Div liegt */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Dieses Div wird über anderen Elementen liegen */
    height: 100%;
    width: 100%;
}
.osy-25 .content-programm-img .box-1-text a,
.osy-25 .content-programm-img .box-2-text a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

.osy-25 .content-programm-img .box-1-img,
.osy-25 .content-programm-img .box-2-img,
.osy-25 .content-programm-img .box-3-img {
    flex: 1;
    z-index: 0;
    position:relative;
    text-align: center;
}



.osy-25 .content-programm-img .box-1,
.osy-25 .content-programm-img .box-2,
.osy-25 .content-programm-img .box-3 {
    padding: 10px 0px;
}

.osy-25 .content-programm-img .box-1-text .headline {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    position: relative;
    top: 20%;
    padding: 0 40px;
}
.osy-25 .content-programm-img .box-2-text .headline {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    position: relative;
    top: 20%;
    padding: 0 30px;
}
.osy-25 .content-programm-img .box-3-text .headline {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    position: relative;
    top: 20%;
    padding: 0 80px;
}
.osy-25 .content-programm-img .box-3-text .box-3-text-2 {
    color: #006e7b;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    top: 48%;
    padding: 0 40px;
 
}
@media screen and (min-width: 300px) {
        .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        position: absolute;
        top: 48%;
        padding: 0 10px 20px 10px;
      background: #F2F2F2;
      -webkit-border-bottom-right-radius: 40px;
      -webkit-border-bottom-left-radius: 40px;
      -moz-border-radius-bottomright: 40px;
      -moz-border-radius-bottomleft: 40px;
      border-bottom-right-radius: 40px;
      border-bottom-left-radius: 40px;
      width: 100%;
    }
}
    

@media screen and (min-width: 390px) {
            .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        position: absolute;
        top: 48%;
        padding: 0 40px;
      background: none;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
}
@media screen and (min-width: 480px) {
    .osy-25 .content-programm-img .box-1,
    .osy-25 .content-programm-img .box-2,
    .osy-25 .content-programm-img .box-3 {
        padding: 10px 0px;
    }
    .osy-25 .content-programm-img .box-1-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 110px;
    }
    .osy-25 .content-programm-img .box-2-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 110px;
    }
    
    .osy-25 .content-programm-img .box-3-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 100px;
    }
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        position: absolute;
        top: 48%;
        padding: 0 80px;
    }
} 
@media screen and (min-width: 600px) {
    .osy-25 .content-programm-img h2 {
        margin: 50px 0 70px;
    }
    .osy-25 .content-programm-img .box-1,
    .osy-25 .content-programm-img .box-2,
    .osy-25 .content-programm-img .box-3 {
        padding: 10px 70px;
    }
    .osy-25 .content-programm-img .box-1-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 110px;
        max-width: 500px;
        margin: 0 auto;
    }
    .osy-25 .content-programm-img .box-2-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 110px;
        max-width: 500px;
        margin: 0 auto;
    }
    .osy-25 .content-programm-img .box-3-text .headline {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 20%;
        padding: 0 100px;
    }
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 28px;
        position: absolute;
        top: 48%;
        padding: 0 90px;
        max-width: 500px;
        left: 50%;
        margin-left: -250px;
    }
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 li {

        font-size: 16px !important;

    }
    
}
@media screen and (min-width: 920px) {
    .osy-25 .content-programm-img h2 {
        margin: 50px 0 70px;
    }
    .osy-25 .content-programm-img .box-1,
    .osy-25 .content-programm-img .box-2,
    .osy-25 .content-programm-img .box-3 {
        padding: 0 20px;
    }
    .osy-25 .content-programm-img .box-1-text .headline {
        font-size: 24px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 19%;
        padding: 0 60px;
    }
    .osy-25 .content-programm-img .box-2-text .headline {
        font-size: 24px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 19%;
        padding: 0 60px;
    }
    .osy-25 .content-programm-img .box-3-text .headline {
        font-size: 22px;
        font-weight: 900;
        text-align: center;
        position: relative;
        top: 19%;
        padding: 0 80px;
    }
    
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        top: 48%;
        padding: 0 30px 0 30px;
        left: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 1000px) {
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 {
        color: #006e7b;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        position: absolute;
        top: 48%;
        padding: 0 30px 0 30px;
        left: 0;
        margin-left: 0;
    }
    .osy-25 .content-programm-img .box-3-text .box-3-text-2 li {

        font-size: 13px !important;

    }
}


/* Button Sektion über Highlights 4 */


.osy-25 .section-button {
    position: relative;
    top: 80px;
    z-index: 9999999999999;
    margin-bottom: 110px;
}
@media screen and (min-width: 800px) {
    .osy-25 .section-button {
        position: relative;
        top: 90px;
        z-index: 9999999999999;
        margin:0;
    }
}
.osy-25 .section-button .open-popup {
    text-align: center;
}
.osy-25 .section-button .open-popup img {
    width: 400px;
}

/* Section 4 */

.osy-25 .section-4 {
    margin-top: 40px;
    position: relative;
}
@media screen and (min-width: 800px) {
    .osy-25 .section-4 {
        margin-top: 120px;
        position: relative;
    }
}
.osy-25 .highlight-content {
    position: relative;
    z-index: 1;
}
.osy-25 .highlight-video {
    /* Stelle sicher, dass das Video-Div unter dem Text-Div liegt */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.osy-25 .highlight-content h2 {
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 50px 0 70px;
    font-weight: 900;
    padding: 0 20px;
}

.osy-25 .highlight-content .box-1-video {
    position: relative;
    z-index: 10;
    text-align: center;
}
.osy-25 .highlight-content .box-2-text {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.osy-25 .highlight-content .box-2-text h2 {
    font-size: 20px;
    color: #C92D5C;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0;
    font-weight: 900;
    padding: 30px 0 20px 0;
    position: relative;
    margin-top: -10px;

}
.osy-25 .highlight-content .box-2-text p {
    padding: 0 0 25px 0;
    color: #006e7b;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

/* Section 5 */

.osy-25 .section-5 {
    margin-top: 20px;
    position: relative;
    padding:0 15px;
}
@media screen and (min-width: 600px) {
    .osy-25 .section-5 {
        margin-top: 20px;
        position: relative;
        padding:0 50px;
    }
}
.osy-25 .kontakt-content {
    /* Stelle sicher, dass das Video-Div unter dem Text-Div liegt */
    position: relative;
    z-index: 1;
}
.osy-25 .kontakt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #006e7b;
}
.osy-25 .kontakt-content h2 {
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin: 50px 0 30px;
    font-weight: 900;
}
@media screen and (min-width: 600px) {
    .osy-25 .kontakt-content h2 {
        text-align: right;
        padding-right: 35px;
        margin: 50px 0 70px;
    }
}
.osy-25 .kontakt-content .kontakt-col {

}
.osy-25 .kontakt-content .kontakt-col .box-1 {
    display: table;
    border-spacing: 0;
    margin-left: auto;
}
.osy-25 .kontakt-content .kontakt-col .box-1 .mail {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color:#FFF;
    text-align: right;
}
.osy-25 a.osy25-mailto,
.osy-25 a.osy25-mailto:link,
.osy-25 a.osy25-mailto:visited,
.osy-25 a.osy25-mailto:hover {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    .osy-25 .kontakt-content .kontakt-col .box-1 .mail {
        display: table-cell;
        padding: 15px;
        vertical-align: middle;
        font-size: 20px;
        font-weight: 400;
        color:#FFF;
        text-align: right;
    }
}
.osy-25 .kontakt-content .kontakt-col .box-1 .mail-icon {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
}
.osy-25 .kontakt-content .kontakt-col .box-1 .mail-icon img {
    max-width: 60px;
}

/* 2 Footer entsprechend ein und ausblenden */
.osy-25 .footer-osy-25 {
    display:none;
}
.osy-25 .footer-osy-25-2 {
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 2000;
    text-align: center;
    color: #FFFFFF;
}
.osy-25 .footer-osy-25-2 a {
    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .osy-25 .footer-osy-25-2 {
        display:none;
    }
    .osy-25 .footer-osy-25 {
        display:block;
        bottom: 0;
        clear: both;
        height: 50px;
        position: absolute;
        width: 100%;
        z-index: 2000;
        text-align: center;
        color: #FFFFFF;
    }
    .osy-25 .footer-osy-25 a {
        color: #FFFFFF;
    }
}

/* Formular */
#popup h1 {
    line-height: 40px;
    color: #006e7b;
}
.osy-25 .form-group {
    clear: both;
    margin-bottom: 15px;
}
.osy-25 input {
    border: 1px solid #E8E8E8;
    padding: 2px;
    background: #F8F8F8;
    width: 100%;
    
    height: 30px;
}
.osy-25 label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
}
input
.osy-25 .checkbox {
    margin-top: 30px;
}
.osy-25 .form-check {
    width: 30px;
    height: 30px;
    float: left;
}
.osy-25 .checkbox input {
    position: relative;
    top: 3px;
    border: 1px solid #E8E8E8;
    padding: 2px;
    background: #F8F8F8;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.osy-25 legend {
    display: none;
}
.osy-25 fieldset {
    margin: 0;
    margin-bottom: 0px;
    border: 0;
    float: left;
    
    width: 100%;
}
.osy-25 h2 {
    display: none;
}
.osy-25 .form-check-label span {
    display: none;
}
.osy-25 form h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 40px 0 0 0;
}
.osy-25 textarea {
    border: 1px solid #E8E8E8;
    padding: 2px;
    background: #F8F8F8;
    width: 100%;
    
    height: 90px;
}
.osy-25 form .clearfix p {
    font-size: 14px;
}
.osy-25 button.btn {
    color: #006e7b;
    font-size: 16px;
    padding: 3px 25px;
    border: 2px solid #006e7b;
    text-decoration: none;
    display: inline-block;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 50px;
    cursor: pointer;
}
/* Checkbox braucht eine besondere Höhe. Daher mit Gridbox umschlossen */

.osy-25 form .col-xxl-12 {
    padding:0;
}
.osy-25 .col-xxl-12 .form-check {
  width: 30px;
  height: 100px;
  float: left;
}


/* Slider */

.osy-25 .slick-slide {
  margin: 0;
}

.osy-25 .slick-next {
  width: 40px;
  height: 40px;
  background: url("../images/arrow-right.png") 25px 5px no-repeat;
  display: block;
}
.osy-25 ul {
  list-style-type: disc !important;
  list-style-image: none !important;
  padding-left: 20px; 
  margin-left: 24px;
}
.osy-25 li {
  font-size: 13px;
  line-height: 130%;
  font-weight: 400;
}

@media (min-width: 920px) {
  .col-md-8 {
    width: 66.0%;
  }
}