@media only screen and (max-width: 1200px) {
    #midSection{
        padding-left: 24px;
    }
    #menuCont{
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 32px;
    }
    #menuRight,
    #menuLeft{
        width: 100%;
    }
    .closeMenu{
        right: 24px;
    }
    #menuCont {
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 780px){
    .containerFlex{
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media only screen and (max-width: 740px){
    .header .roundedBtn{
        display: none;
    }
    .header{
        flex-direction: row-reverse;
        padding: 24px;
    }
    #headerLogo{
        width: 80px;
        height: 80px;
        background-size: contain;
    }
    #menuBtnCont{
        width: 32px;
    }
}
@media only screen and (max-width: 480px){
    .mobStickyTop{
        position: sticky;
        top: 0;
        z-index: 997;
        background-color: #FFF;
        border-bottom: 1px solid var(--Border-Color);
    }
    .menuOfferOption{
        width: 100%;
    }
    .blueBlackBG .container{
        height: 300px;
    }
    .blueBlackBG{
        background-size: 1000px, 100%, 100%;
    }
    #mainContTxt{
        font-size: 64px;
    }
    #certFlexCont,
    #kontaktCont,
    .menuOfferOptionsInline{
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .kontaktItem{
        width: 100%;
    }
    .roundedBtn.iconBtn{
        letter-spacing: 3px;
    }
    #menuOverlay{
        height: 100%;
        top: 0;
    }
    #profileFlexCont{
        width: 100%;
    }
    #midSection{
        background-size: 720px;
        height: 256px;
    }
    #requestForm .form-group{
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px;
    }
    #requestForm .form-group input.inlineInput{
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .roundedBtn.iconBtn {
        letter-spacing: normal;
        text-transform: capitalize;
        font-size: 21px;
        background: var(--Color-Grey);
        padding-left: 24px;
    }
}