/* ---------------------------------------------
   SEKTION - BIO2GO
   ---------------------------------------------
   Beinhaltet die Section-IDs 
   #jubilaeum
------------------------------------------------ */

#jubilaeum {
    padding: 150px 0px !important;
}

#jubilaeum  {
    width: 86%;
    margin-left: auto; 
    margin-right: auto;
}

/* Grundlegende Farben */
#jubilaeum h2, 
#jubilaeum .wpb_text_column {
    color: white;
}

/* Video Spalte */
#jubilaeum .wpb_column.vc_col-sm-6:first-child {
    /* border: 1px solid blue; */
    padding-right: 0;
    padding-left: 0;
    max-width: 800px;
}

#jubilaeum .wpb_video_wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

#jubilaeum .wpb_video_wrapper iframe {
    border-radius: 20px;
    transform: scale(1.01);
}

/* Text Spalte */
#jubilaeum .wpb_column.vc_col-sm-6:last-child {
    /* border: 1px solid yellow; */
    margin-left: auto; 
    margin-right: 0px;
}

#jubilaeum .row_col_wrap_12 .vc_col-sm-6:nth-child(2){
    padding: 0px 120px;
}

#jubilaeum h2 {
    font-size: clamp(1.5rem, 5vw, 2em) !important;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

#jubilaeum .wpb_text_column p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.95;
}

#jubilaeum .nectar-button.large {
    margin-top: 20px;
}

@media screen and (max-width: 2100px) {
    #jubilaeum .row_col_wrap_12 .vc_col-sm-6:nth-child(2){
        padding-right: 0px;
    }
}

/* Responsive: Video über Text ab 1300px */
@media screen and (max-width: 1300px) {
    #jubilaeum .row_col_wrap_12 .vc_col-sm-6:nth-child(2){
        padding-left: 0px;
    }

    #jubilaeum .row_col_wrap_12 {
        display: flex;
        flex-direction: column;
    }
    
    #jubilaeum .wpb_column.vc_col-sm-6:first-child {
        width: 80%;
        max-width: 80%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #jubilaeum .wpb_column.vc_col-sm-6:last-child {
        width: 80%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #jubilaeum .wpb_column.vc_col-sm-6:last-child .vc_column-inner {
        padding-left: 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 999px) {
    #jubilaeum .wpb_column.vc_col-sm-6:first-child,
    #jubilaeum .wpb_column.vc_col-sm-6:last-child {
        width: 100%;
        max-width: 100%;
    }

    #jubilaeum {
        max-width: 100%;
    }
}

@media screen and (max-width: 786px) {
    #jubilaeum {
        padding: 80px 0px 70px 0px !important;
    }
}