@charset "utf-8";
/* ---------------------------------------------------------------------- */
/* Cookie Plugin
/* ---------------------------------------------------------------------- */

.cc_container .cc_btn {
	background-color: #258AC0 !important; /* Farbe des Buttons */
	color: #fff !important; /* Textfarbe des Buttons */
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-repeat: repeat-x;
}
 
.cc_container {
	background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #666666 !important; /* Schriftfarbe des gesamten Bereichs */
	border: 1px solid #258AC0;
	
}
 
.cc_container a {
	color: #258AC0 !important; /* Textlink-Farbe "Mehr Infos" */
}
