/* Acceptrics cookie banner overrides */
#acceptricsCookieBanner {
    background: #f5f5f5 !important;
    max-width: 1180px;
    bottom: 40px;
    -webkit-box-shadow: var(--schatten2);
    box-shadow: var(--schatten2);
    max-width: 1310px;
    background-color: #f3f4f4 !important;
    padding: 40px;
    justify-content: center;
    border: solid 5px #6f6f6f;
    border-radius: 5px;
    margin: auto;
    z-index: 99999;
}

#acceptricsAcceptAllBtn {
    background-color: #378eff;
    border-radius: 3px;
    font-weight: bold;
}

#acceptricsCookieBanner:has(button#acceptricsAcceptAllBtn:hover) span#acceptricsBannerText:before {
    background-image: url(/brand/Illustrationen/Neu/Redone/smiling.svg);
}

#acceptricsCookieBanner:has(button#acceptricsChooseSettingsBtn:hover) span#acceptricsBannerText:before {
    background-image: url(/brand/Illustrationen/Neu/Redone/confusing.svg);
}

#acceptricsCookieBanner:has(button#acceptricsRejectAllBtn:hover) span#acceptricsBannerText:before {
    background-image: url(/brand/Illustrationen/Neu/Redone/angry.svg);
}

#acceptricsBannerText {
    max-width: 510px;
    font-size: 1.2em;
    margin-top: 30px;
    margin-right: 30px;
    line-height: 1.2;
    color: #333;
}

#acceptricsBannerText:after {
    content: "Schon wieder Cookies.";
    position: absolute;
    top: 20px;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
    font-size: 1.5rem;
}

#acceptricsBannerText:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(/brand/Illustrationen/Neu/Redone/vain.svg);
    position: absolute;
    display: block;
    top: -50px;
    background-size: contain;
}

#acceptricsModalContent {
    top: 0;
}

#acceptricsCookieModal {
    top: 0;
    align-items: flex-start;
}

.acceptrics-banner {
    font-family: var(--schriftMain) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 16px 16px 0 0 !important;
}

.acceptrics-btn-primary {
    background: var(--blau) !important;
    color: #fff !important;
}

.acceptrics-btn-primary:hover {
    background: var(--blau2) !important;
}

.acceptricsButtonRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

button#acceptricsAcceptAllBtn,
button#acceptricsRejectAllBtn,
button#acceptricsChooseSettingsBtn {
    width: fit-content;
    color: transparent;
}

button#acceptricsAcceptAllBtn:before {
    content: "Ja, geht klar";
    width: auto;
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: -20px;
}

button#acceptricsRejectAllBtn:before {
    content: "Nur notwendige";
    width: auto;
    color: #333;
    display: block;
    position: relative;
    margin-bottom: -20px;
}

button#acceptricsChooseSettingsBtn {
    width: 120px;
    white-space: nowrap;
}

button#acceptricsChooseSettingsBtn:before {
    content: "Anpassen";
    width: auto;
    color: #333;
    display: block;
    position: relative;
    margin-bottom: -20px;
}

.musiktitel h4 {
    max-height: 160px;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    text-align: center;
    float: left;
}

@media (max-width: 480px) {
    #acceptricsCookieBanner {
        bottom: 0;
    }

    #acceptricsCookieModal {
        top: 0;
        align-items: flex-start;
    }

    #acceptricsBannerText {
        line-height: 1.2em;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #acceptricsBannerText:before {
        width: 80px;
        height: 80px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #acceptricsBannerText:after {
        top: 40px;
        text-align: center;
        left: 0;
        right: 0;
    }
}
