@media only screen and (min-width: 0) and (orientation: landscape) {
    .modalSiegel .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .modalSiegel .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #alleBeraterMainTag .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media only screen and (max-height: 750px) and (orientation: landscape) {
    
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
    .socialItems ul {
        height: 50%;
    }
    .vericalLineContainer {
        height: 50px!important;
    }
    .carousel-indicators li {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-height: 450px) and (orientation: landscape) {
    .navbar-brand img {
        height: 4rem!important;
    }
    .carousel-caption:not(.bestePersonalberatung) {
        bottom: 10%;
    }
    .carousel-caption.bestePersonalberatung {
        bottom: 27%;
    }
    .Siegel {
        width: 50%;
        left: 50%;
        top: 91%;
        transform: translate(-50%, -91%);
    }
    .navbar {
        padding: 15px!important
    }
    main .card-img-top {
        height: 40vh;
    }
    .executiveDevelopment {
        background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/media/2022/01/executiveDevelopment_FullScreen2.jpg');
        background-position: 37% top;
    }
    .financial_Officers {
        background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/media/2022/02/Bulle-und-Baer_Extra_Hoehe.jpg');
        background-position: center 65%;
    }
}

@media only screen and (max-height: 370px) and (orientation: landscape) {
    .navbar {
        padding: 10px!important
    }
    
}

@media only screen and (max-height: 365px) and (orientation: landscape) {
    .spinner .verticalAlign {
        align-items: flex-start!important;
    }
    
}
@media only screen and (max-height: 300px) and (orientation: landscape) {
   
}

