/*
 * Filip Pova :: Web- & Printdesign
 * Author: Filip Pova
 * E-Mail: design@kommen-Sie-gut-an.de
 * Web: www.kommen-Sie-gut-an.de
 * 
 * Project: Pflegevermittlung Seidl - Webseite
 * Version: 2.0.1
*/



@media (max-width: 575.98px) {
    
    .contentHeader{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        text-align: center;
        background-color: rgb(245,245,245);
    }
    
   .logoHeader{
       width: 100%;
       max-width: 100%;
       height: auto;
    } 
    
    
    .headerImageTextWrapper{
        background-color: rgba(255,255,255,0.5);
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
        width: 100%;
    }
    
    .divSiegel{
        position: absolute;
        width: 85px !important;
        height: 85px !important;
        z-index: 2;
        top: -85px !important;
        right: 0px;
    }
    
    
    .cardIconTop p{
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 1rem;
        text-decoration: none;
        font-weight: 400;
        text-align: center;
        color: var(--black);
    }
}

@media (max-width: 767.98px) {
    
    .aLogo{
        display: block;
        text-align: center !important;
    }
    
    #hamburgerWrapper{
    display: block;
    margin: 0;
    display: flex !important;
    justify-content: end;
    padding: 15px 0px 0px 0px;
    cursor: pointer;
}
    
    header{
        position: relative;
        padding: 5px 0 20px 0 !important;
    }
    
    .col-12{
        margin-bottom: 10px !important;
    }
    
    .divH3wrapper{
        background-image: url(../../../files/images/bg/bg-h-mobile.png);
        background-repeat: no-repeat;
        background-position: left 21px;
        padding-left: 30px;
        margin-bottom: 15px;
    }
    
    .cardDeck.card-2 {
        --columns: 1;
    }
    
    .cardDeck.card-3 {
        --columns: 1;
    }
    
    .cardDeck.card-4 {
        --columns: 1;
    }
    
    .cardDeck.card-5 {
        --columns: 1;
    }
    
    .cardIconTop{
        background-color: var(--grayExtraLight);
        border: 1px solid var(--blueRegular);
        padding: 50px 20px 20px 20px;
        position: relative;
        margin-bottom: 30px;
    }
    
}

@media (max-width: 991.98px) {

    .headerImageTextWrapper {
  width: auto !important;
}
    
    .contentHeader{
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        background-color: rgb(245,245,245);
    }
    
    .imageBorder {
        border: 1px solid var(--blueRegular);
        display: inline-block;
        padding: 10px;
        box-shadow: 0px 0px 20px var(--grayRegular);
        height: max-content;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    
    

}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .divSiegel{
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 2;
        top: -150px ;
        right: 0px;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    .divSiegel{
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 2;
        top: -150px ;
        right: 0px;
    }
    
}
