/* Inhalt im Banner zentrieren */
#sliding-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Transparenter Banner */
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab{
    background-color: rgba(0, 0, 0, 0.8);
}
#CookieTitel{
    margin-top: 15px;
    font-size: 20px;
}

#CookieText{
    font-size: inherit;
    margin-top: 20px;
}

.decline-button{
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: inherit;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    background-color: #FFFFFF;
    margin-right: 13px!important;
}

.agree-button{
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: inherit;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    background-color: #FFFFFF;
}
/* Datenschutzerklärungs-Link */
.find-more-button{
    color: #FFFFFF;
}

@media (min-width: 600px) and (max-width: 2300px) {
    .eu-cookie-compliance-buttons {
        float: right;
        margin: 67px -50px 1em 0;
        max-width: 40%;
    }
}
/************************************************* MOBILE ANSICHT *************************************************/

/* Kleine Bildschirme (z. B. Smartphones) */
@media (max-width: 767px) {
    /* Füge hier deine Anpassungen für kleine Bildschirme hinzu */
    #sliding-popup {
        /* Beispiel-Anpassung für das Banner */
        padding: 10px;
        height: 215px!important;
    }

    #CookieTitel {
        /* Beispiel-Anpassung für den Titel */
        font-size: 18px;
        margin-top: 10px;
    }


}

/* Mittlere Bildschirme (z. B. Tablets) */
@media (min-width: 768px) and (max-width: 1023px) {
    /* Füge hier deine Anpassungen für mittlere Bildschirme hinzu */
    #sliding-popup {
        /* Beispiel-Anpassung für das Banner */
        padding: 20px;
        height: 190px!important;
    }

    #CookieTitel {
        /* Beispiel-Anpassung für den Titel */
        font-size: 24px;
        margin-top: 15px;
    }

    /*  #popup-buttons{
          padding-top:48px;
      }*/
}

/* Große Bildschirme (z. B. Desktops) */
@media (min-width: 1024px) {
    /* Füge hier deine Anpassungen für große Bildschirme hinzu */
    #sliding-popup {
        /* Beispiel-Anpassung für das Banner */
        padding: 30px;
    }

    #CookieTitel {
        /* Beispiel-Anpassung für den Titel */
        font-size: 28px;
        margin-top: 20px;
    }

    /* #popup-buttons{
         padding-top:48px;
     }*/
}
@media (min-width: 1024px) and (max-width: 1752px) {
    #popup-text {
        padding-bottom: 28px;
    }
    /* Abstand mobile Ansicht vom Text */
    div#sliding-popup{
        height: 170px!important;
    }
}

