/* Grundlayout der Box */
.cc-window.cc-theme-edgeless {
    max-width: 100%;
    width: 470px;
    box-sizing: border-box;
    padding: 0.75rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
    color: #f9fafb;
    font-size: 15px;
    line-height: 1.6;
}



/* Basis-Buttonstyle */
.cc-window .cc-message {
  padding: 1.0rem;
}

.cc-compliance  {
    padding: 1rem;

}

.cc-compliance .cc-btn {
    padding: 0.95rem 0.5rem 0.95rem 0.5rem;
    border-radius: 0;
    font-weight: 400;
    background: rgba(0,0,0, 0.5);
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    cursor: pointer;
    text-decoration: none;
    width: 48.5%;
    margin-bottom: 0.75rem;

}

.cc-compliance .cc-allow-all {
    background-color: #102c68 !important;
    width: 100%
}

.cc-window .dp--cookie-check {
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 0;
    display: block;
        
}


@media (min-width: 480px) {

.cc-window .dp--cookie-check {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
    
    
    
/* Basis-Buttonstyle */
.cc-compliance {
    display: flex;
    padding: 0.75rem;
}    

.cc-compliance .cc-btn {
    padding: 0.95rem 0.5rem 0.95rem 0.5rem;
    border-radius: 0;
    font-weight: 400;
    background: rgba(0,0,0, 0.5);
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    cursor: pointer;
    text-decoration: none;
}
.cc-compliance .cc-btn,
.cc-compliance .cc-allow-all {
       width: 31% !important;


}
    
}