#about {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(196, 196, 196, 1));
    background: whitesmoke;
}

#about_darkbox {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: gray;
    width: 95%;
    height: 90%;
    opacity: 1;
    z-index: 1;
}

#about_whitebox {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: end;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 95%;
    height: 90%;
    opacity: 1;
    z-index: 2;
}

#about_whitebox_content {
    display: flex;
    flex-direction: row;
    height: 95%;
    width: 100%;
    background: white;
    padding: 100px 100px;
    box-shadow: 0px 0px 1000px rgb(207, 207, 207);
}

.about_whitebox_content_boxes {
    display: flex;
    width: calc(100% / 3);
    height: auto;
}

#about_whitebox_content_box_image {
    width: 50%;
    padding: 0;
}

#about_whitebox_content_box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    content: url("../media/avatars/group_vertical_600x800.JPG");
}

#about_whitebox_content_box_text {
    display: flex;
    flex-direction: column;
    font-size: 0.6vw;
    font-weight: 200;
    line-height: 40px;
    text-align: justify;
    padding: 0 100px 0 100px;
    width: 50%;
}

#about_whitebox_content_box_text p{
    padding: 20px 0px 0px 0px;
}

#about_whitebox_content_box_text h4{
    font-weight: 400;
}

#about_whitebox_content_box_swiper {
    padding-right: 0px;
}




/*################################## HORIZONTAL ##################################*/
/*################################################################################*/

/* Bildschirmbreite kleiner 3000px und Ausrichtung horizontal */
@media screen and ((max-width: 3000px) and (orientation: landscape)) {

    #about_whitebox_content {
        padding: 70px 70px;
    }

    #about_whitebox_content_box_image {
        width: calc(100% / 3);
        padding: 0;
    }

    #about_whitebox_content_box_text {
        padding: 0 70px 0 70px;
        width: calc(100% / 3);
        line-height: clamp(20px, 1.5vw, 35px);
        font-size: clamp(0.8rem, 0.6vw, 1.5rem);
    }

    #about_whitebox_content_box_swiper {
        padding: 0;
        width: calc(100% / 3);
    }

}

/* Bildschirmbreite kleiner 2000px und Ausrichtung horizontal */
@media screen and ((max-width: 2000px) and (orientation: landscape)) {

    #about_whitebox_content {
        padding: 40px 40px;
    }

    #about_whitebox_content_box_text {
        padding: 0 40px 0 40px;
    }

}

/* Bildschirmbreite kleiner 1500px und Ausrichtung horizontal */
@media screen and ((max-width: 1500px) and (orientation: landscape)) {

    #about_whitebox_content {
        padding: 30px 30px;
    }

    #about_whitebox_content_box_text {
        padding: 0 30px 0 30px;
        line-height: clamp(12px, 1.3vw, 25px);
        font-size: clamp(0.4rem, 0.6vw, 0.8rem);
    }

    #about_whitebox_content_box_swiper {
        padding: 0;
    }

}

/* Bildschirmbreite kleiner 1000px und Ausrichtung horizontal */
/* extended mobile */
@media screen and ((max-width: 1000px) and (orientation: landscape)) {

    #about {
        height: 100vh;
        padding: 0 0 0 0;
    }

    #about_section_main {
        height: 40vw;
        margin: auto;
    }

    #about_whitebox_content {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .about_whitebox_content_boxes {
        width: 100%;
        align-items: center;
    }

    #about_whitebox_content_box_image {
        padding: 0;
        width: calc(100% / 3);
        height: 100%;
    }

    #about_whitebox_content_box_image img {
        content: url("../media/avatars/group_vertical_600x800.JPG");
    }

    #about_whitebox_content_box_text {
        display: flex;
        align-items: start;
        font-size: clamp(0.5rem, 0.8vw, 0.8rem);
        line-height: clamp(15px, 1vw, 20px);
        padding: 0 20px 0 20px;
        height: 100%;
        width: calc(100% / 3);
    }

    #about_whitebox_content_box_swiper {
        padding: 0px;
        height: 100%;
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {

    #about {
        height: 550vh;
        max-height: 1900px;
        min-height: 1600px;
        padding: 100px 0 0 0;
    }

    #about_section_main {
        width: 100%;
        min-width: 0;
        height: 100%;
        margin: 0;
    }

    #about_whitebox_content {
        height: 100%;
        flex-direction: column;
        padding: 5%;
        justify-content: start;
    }

    #about_whitebox {
        display: flex;
        flex-direction: column;
        position: absolute;
        align-items: end;
        right: 0;
        bottom: 0;
        background: transparent;
        width: 95%;
        height: 97.5%;
        opacity: 1;
        z-index: 2;
    }

    .about_whitebox_content_boxes {
        width: 100%;
        max-width: 100%;
        padding: 0px 30px;
    }

    #about_whitebox_content_box_image {
        width: 100%;
        height: 50%;
        min-height: 400px;
        padding: 0;
    }

    #about_whitebox_content_box_image img {
        content: url("../media/avatars/group_hori_1000x650.JPG");
    }

    #about_whitebox_content_box_text {
        height: auto;
        width: 100%;
        padding: 30px 0 0 0;
        line-height: clamp(30px, 2.5vh, 40px);
        font-size: clamp(1rem, 1.1vh, 1.25rem);
    }

    #about_whitebox_content_box_swiper {
        display: flex;
        padding: 30px 0 0 0;
        width: 100%;
        height: 110vw;
        max-height: 700px;
    }

}

/*################################### VERTIKAL ###################################*/
/*################################################################################*/

/* Bildschirmbreite kleiner 3000px und Ausrichtung vertikal */
@media screen and ((max-width: 3000px) and (orientation: portrait)) {

    #about {
        padding: 100px 0 0 0;
        height: 125vh;
        max-height: 1900px;
    }

    #about_section_main {
        height: 100%;
        max-height: 125vh;
        margin: auto;
    }

    #about_whitebox {
        height: 97.5%;
    }

    #about_whitebox h1 {
        display: flex;
        align-items: end;
    }

    #about_whitebox_content {
        flex-direction: column;
        padding: 100px 100px;
        align-items: center;
    }

    #about_whitebox_content_box_image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40%;
        width: 100%;
        padding: 0;
    }

    #about_whitebox_content_box_image img {
        content: url("../media/avatars/group_hori_1000x650.JPG");
        width: 100%;
    }

    #about_whitebox_content_box_text {
        display: flex;
        justify-items: center;
        height: auto;
        width: 100%;
        padding: 50px 0 0 0;
        margin: 0 auto;
        line-height: 2vh;
        font-size: 1.25rem;
    }

    #about_whitebox_content_box_swiper {
        display: flex;
        justify-content: start;
        max-width: 500px;
        padding-top: 50px;
        height: 45%;
        max-height: 45%;
        width: auto;
    }
}

@media screen and ((max-width: 1500px) and (orientation: portrait)) {

    #about {
        height: 125vh;
        min-height: 1700px;
        max-height: 1800px;
    }

    #about_section_main {
        width: 100%;
        height: 100%;
        max-height: 150vh;
        min-height: 1500px;
        min-width: 0;
        margin: auto;
    }

    #about_whitebox_content {
        padding: 70px 70px;
    }

    #about_whitebox_content_box_image {
        height: 50%;
        max-height: 500px;
    }

    #about_whitebox_content_box_text {
        height: auto;
        padding: 30px 0 0 0;
        line-height: clamp(30px, 2.5vh, 40px);
        font-size: clamp(1rem, 1.1vh, 1.25rem);
    }

    #about_whitebox_content_box_swiper {
        height: 45%;
        padding-top: 30px;
        width: auto;
    }
}

@media screen and ((max-width: 1000px) and (orientation: portrait)) {

    #about {
        height: 150vh;
        max-height: 1800px;
        min-height: 1700px;
    }

    #about_section_main {
        width: 100%;
        height: 100%;
        max-height: 150vh;
        min-height: 1500px;
        min-width: 0;
        margin: 0;
    }

    #about_darkbox {
        width: 95%;
    }

    #about_whitebox {
        width: 95%;
    }

    #about_whitebox_content {
        justify-content: start;
    }

    #about_whitebox_content_box_image {
        height: 50%;
        max-height: 400px;
    }

    #about_whitebox_content_box_text {
        height: auto;
        padding: 30px 0 0 0;
        line-height: clamp(30px, 2.5vh, 40px);
        font-size: clamp(1rem, 1.1vh, 1.25rem);
    }

    #about_whitebox_content_box_swiper {
        height: 45%;
        padding-top: 30px;
        width: auto;
    }
}


/* Bildschirmbreite kleiner 800px und orientierung vertikal:*/
/* modbile */
@media screen and (max-width: 800px) and (orientation: portrait) {

    #about {
        height: 225vh;
        max-height: 1700px;
        min-height: 1600px;
        padding: 100px 0 0 0;
    }

    #about_section_main {
        width: 100%;
        min-width: 0;
        height: 100%;
        max-height: 200vh;
        margin: 0;
    }

    #about_whitebox_content {
        height: 100%;
        flex-direction: column;
        padding: 5%;
        justify-content: start;
    }

    #about_whitebox {
        display: flex;
        flex-direction: column;
        position: absolute;
        align-items: end;
        right: 0;
        bottom: 0;
        background: transparent;
        width: 95%;
        height: 97.5%;
        opacity: 1;
        z-index: 2;
    }

    #about_whitebox h1 {
        font-size: 1.5rem;
    }

    #about_whitebox h1 {
        height: 5%;
        width: 100%;
        text-transform: uppercase;
        font-size: clamp(2rem, 1.4vw, 3.5rem);
        font-weight: 200;
        color: white;
        letter-spacing: 8px;
    }

    .about_whitebox_content_boxes {
        width: 100%;
        max-width: 100%;
        padding: 0px 30px;
    }

    #about_whitebox_content_box_image {
        height: 50%;
        min-height: 300px;
        padding: 0;
    }

    #about_whitebox_content_box_image img {
        content: url("../media/avatars/group_vertical_600x800.JPG");
    }

    #about_whitebox_content_box_text {
        height: auto;
        padding-top: 30px;
        line-height: clamp(30px, 2.5vh, 40px);
        font-size: clamp(1rem, 1.1vh, 1.25rem);
    }

    #about_whitebox_content_box_swiper {
        display: flex;
        padding: 30px 0 0 0;
        width: 100%;
        height: 110vw;
        max-height: 700px;
    }

}
