.label_telefon_weiss:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../quickcontact/Resources/Public/Icons/icon-fon-weiss.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    transform-origin: center center;
    background-position: 4px 0px;
    float: left;
    margin-top: 3px;
}

.label_fax_weiss:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../../../../quickcontact/Resources/Public/Icons/icon-fax-weiss.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}

.label_gespraechszeiten_weiss:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../quickcontact/Resources/Public/Icons/icon-gespraechszeiten-weiss.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}


.label_email_weiss:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../quickcontact/Resources/Public/Icons/icon-email-weiss.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}




.ansprechpartner .col-text p {
    width: 100%;
    margin: 0;

}

#main .tx-ansprechpartnerx a:link {
    color: var(--white) !important;
    text-decoration: none !important;
}

#main .tx-ansprechpartnerx a:hover {
    color: var(--dark) !important;
    background: #d4d4d4;
}


a.btnkontakt .show-hover {
    display: none;
}

a.btnkontakt:hover .show-hover {
    display: inline-block;
}

a.btnkontakt:hover .show-normal {
    display: none;
}



a.btnkontakt1 .show-hover {
    display: none;
}

a.btnkontakt1:hover .show-hover {
    display: inline-block;
}

a.btnkontakt1:hover .show-normal {
    display: none;
}

#main .tx-ansprechpartner a.email:link {
    text-decoration: underline !important;
}

#main .tx-ansprechpartner a.email:hover {
    text-decoration: none !important;
    background: none !important;
    color: var(--white) !important;
}

.ansprechpartner .quickcontactimg {
    max-width: 220px !important;
    height: auto !important;
    border-width: 10px !important;
}

@media (min-width: 768px) {
    /* STICKY SIDEBAR */

    .ansprechpartner .quickcontactimg {
        max-width: 220px !important;
        height: auto !important;
        border-width: 10px !important;
        border-color: var(--white) !important;
    }

}