/* Max sitze */

@media (max-width: 575.98px) {

    .logoHead{
        width: 100% !important;
        max-width: 400px !important;
        height: auto;
    }

    footer .ulFooter li {
    display: block !important;
    text-align: center !important;
    padding: 5px 20px !important;
    border-right: none !important;
    }

    .headerImage .frame-layout-230 .image{
        display: block !important;
    }

    .headerImage{
        height: auto !important;
        padding-top: 50px;
        background-image: none !important;
        background-color: rgb(235,235,235);
    }

    
    
}

@media (max-width: 767.98px) {

    .pMoBcol-12{
        padding-bottom: 20px;
    }
    
}

@media (max-width: 991.98px) {

    .headerImage{
        height: auto !important;
        padding-top: 50px;
        background-color: rgb(235,235,235);
    }
    
}

@media (max-width: 1399.98px) {

    .logoHead{
        width: 300px;
        height: auto;
    }

    

    .imgUnterschrift{
        max-height: 55px;
        width: auto;
    }
 }

 
