.head>.inner .logo {
    background-image: url('../Images/logo.svg');
}

a[href^="https://www.auc-online.de"]:not([class*="button"])::before,
a.button-secondary[href^="https://www.auc-online.de"]::after {
    content: none;
    background: none;
    width: 0;
    height: 0;
    margin-right: 0;
    display: none;
}

a.mail::before {
    content: '' !important;
    background: url('https://www.auc-online.de/typo3conf/ext/pxauc/Resources/Public/Images/mail.svg') no-repeat center/100% auto !important;
    width: 27px !important;
    height: 17px !important;
    margin-right: 10px !important;
    display: inline-block !important;
}

.foot > .inner > div .footnavmenu a[href^="https://www.auc-online.de"] {
    color: var(--contrastColorInverted);;
}

.nav li.uid38 {
    a {
        color: var(--secondColor);

        &::after {
            width: 100%;
            opacity: 1;
        }
    }

    li.uid36,
    li.uid67 {
        > a {
            color: var(--secondColor);
        }
     }
}