.header20{
    padding: 20px;
    background: #fff;
    max-width: var(--header-max-width);
    margin: auto;
}
.header20 p{
    margin: 0;
}

.on-mobile{
    display: none;
}

.header20 .relative{
    position: relative;
}

/*
    First Row und Spaltenaufteilung des Headers
*/
.header20 .first-row{
    display: flex;
    align-items: center;
}

.header20 .first-row .first-row-c1{
    flex-basis: 15%;
}
.header20 .first-row .first-row-c2{
    flex-basis: 10%;
    border-right: solid 1px #d0d0d0;
}
.header20 .first-row .first-row-c3{
    flex-basis: 50%;
}
.header20 .first-row .first-row-c4{
    flex-basis: 10%;
    border-right: solid 1px #d0d0d0;
    padding-right: 30px;
}
.header20 .first-row .first-row-c5{
    flex-basis: 15%;
    padding-left: 30px;
}
.header20 .first-row .first-row-c6{
    display: none;
}

@media (max-width: 768px){
    .on-mobile{
        display: block;
    }
    .header20 {
        padding: 0px;
    }
    .header20 .first-row {
        padding: 10px 15px 0px 15px;
    }
    .header20 .first-row .first-row-c1{
        flex-basis: 25%;
    }
    .header20 .first-row .first-row-c2{
        display: none;
    }
    .header20 .first-row .first-row-c3{
        display: none;
    }
    .header20 .first-row .first-row-c4{
        display: none;
    }
    .header20 .first-row .first-row-c5{
        display: none;
    }
    .header20 .first-row .first-row-c6{
        flex-basis: 75%;
        display: block;
    }
    .header20 .second-row .mega-menu-wrap{
        display: none !important;
    }
}

.header20 .first-row .logo{
    max-width: var(--branding-width-max);
}

.header20 .first-row .mobile-logo{
    width: 50px;
}

.header20 .contact-dropdown{
    text-align: right;
    padding-right: 20px;
    position: relative;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: end;
    color: #707B7C;
}
.header20 .contact-dropdown:hover,
.header20 .pflegedienst-finden-dropdown:hover{
    cursor: pointer;
}

.header20 .contact-dropdown-hover,
.pflegedienst-finden-dropdown-hover{
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    padding: 0 10px;
    background: white;
    border-radius: 5px;
    border: solid 1px #cecece;
    z-index: 10;
    text-align: center;
    -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
}
.pflegedienst-finden-dropdown-hover{
    left: auto;
    height: auto;
    padding: 15px;
    width: 240px;
}
.pflegedienst-finden-dropdown-hover input{
    border: none;
    outline: none;
    border-bottom: solid 1px #484848;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pflegedienst-finden-dropdown-hover .title{
    color: black;
    font-size: 18px;
    line-height: 24px;
}

.contact-dropdown-hover p {
    line-height: 2em;
    font-size: 17px;
}
.contact-dropdown-hover p a{
    color: #757575;
}

.header20 .contact-dropdown:hover .contact-dropdown-hover,
.header20 .pflegedienst-finden-dropdown:hover .pflegedienst-finden-dropdown-hover{
    *display: block;
}

.header20 .availability p{
    line-height: 17px;
    padding-left: 30px;
    color: #707B7C;
}

.header20 .availability a{
    color: var(--color-main);
}

.pflegedienst-finden-dropdown{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: end;
}

.pflegedienst-finden-dropdown p{
    line-height: 19px;
    color: #707B7C;
}




.header20 .first-row .social-list{
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.header20 .first-row .social-list svg{
    width: 30px;
    height: 30px;
}

.header20 .first-row .header-mobile-icons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.header20 .first-row .header-mobile-icons li{
    flex-basis: 30px;
}

.header20 hr{
    margin: 1rem 0rem;
}
@media (max-width: 768px){
    .header20 hr{
        margin: .5rem 0rem 0 0;
    }
}





/*
    Mobiles Menu
*/
.mobile-menu-wrapper{
    display: none;
}

@media (max-width: 768px){
    .mobile-menu-wrapper{
        /* display: block; */
        /* wird von jQUery toggle sichtbar gemacht */
    }
}

.mobile-menu-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-wrapper ul li{
    background: white;
    background: var(--color-custom);            /* DAS HIER MUSS IN DIE CHILD CSS */
    border-top: solid 1px #00000017;
    position: relative;
}

.mobile-menu-wrapper ul li a{
    padding: 20px 20px;
    color: black;
    display: block;
}

.mobile-menu-wrapper ul li.chevron:before{
    position: absolute;
    right: 20px;
    top: 20px;
    content: '\f078';
    font: 14px/1 FontAwesome;
    font-size: inherit;
    z-index: 1;
}

.mobile-menu-wrapper ul li i{
    position: absolute;
    /* right: 20px; */
    /* top: 20px; */
    font-size: 23px;
    padding: 20px;
    right: 0;
}

/*
    Responsive SubMenu
*/
.mobile-menu-wrapper ul li ul.sub-menu{
    background: white;
    padding: 10px 0px;
}
.mobile-menu-wrapper ul li ul.sub-menu li{
    background: white;
    border: 0;
}

.mobile-menu-wrapper ul li ul.sub-menu li a{
    padding: 7px 20px;
}
