/*
 * 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) {
    
    h2{
        margin-left: 25px;
        display: block;
    }
    
    h2::before {
        width: 25px;
        top: 14px;
        margin-left: -30px;
      }
    
    h3{
    font-family: 'Open Sans';
    font-size: 1.500rem;
    color: var(--blueRegular);
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    margin-bottom: 0.5rem;
}

h3::before {
    content: '';
    background-image: url(../../../files/images/bg/bg-h-mobile2.png) !important;
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
    width: 17px !important;
    position: absolute;
    top: 9px !important;
    left: 0;
    margin-left: -21px !important;
  }
    
    .pXXL{
        font-size: 2rem !important;
    }
    
    .pXL{
        font-size: 1.500rem !important;
    }
    
    p.pL{
        font-family: 'Open Sans';
        font-size: 1.125rem;
    }
    
    .ulIconBarTop li{
        display: block !important;
        list-style: none;
        padding: 0 0 5px 0px;
        text-align: end;
    }
    
    .btnBig,
    .btnBig:hover{
        font-size: 1.500rem;
        line-height: 1.5;
        font-weight: 600;
        color: var(--white);
        line-height: 1.250;
        text-decoration: none;
        padding: 15px 30px 15px 30px !important;
        display: inline-block;
        margin-top: 10px;
        border-radius: 5px;
        text-transform: uppercase;
        box-shadow: 0 0px 12px rgb(0 0 0 / 25%);
    }
    
}

@media (max-width: 767.98px) {
    
    .ulIconBarTop{
        margin: 20px 0 30px 0;
        padding: 0;
        display: block;
        text-align: center !important;
    }
    
}

@media (max-width: 991.98px) {

    .textAlignCenterMobile{
        text-align: center !important;
}
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}



