@charset "utf-8";
.cc_container .cc_btn {
    background-color: #0A3A85 !important; /* Farbe des Buttons */
    color: #FFF !important; /* Textfarbe des Buttons */
    border-radius: 0px !important;
}

.cc_container {
    background: #fdfdfd !important; /* Hintergrundfarbe des gesamten Bereichs */
    border-bottom: 1px solid #0A3A85;

}

.cc_container a {
    color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_message{
    width:90%;
    color: #766E4A !important; /* Schriftfarbe des gesamten Bereichs */
}
