/* Styles für "Mehr Informationen"-Link */
.cc_container a,
.cc_container a:visited {
    color: #00afea;
}
.cc_container a:hover,
.cc_container a:focus {
    color: #51d3ff;
}

/* Styles für "Verstanden"-Button */
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff;
    background-color: #00afea;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:focus {
    color: #fff;
    background: #51d3ff;
}