h3 {
	color: black; 
	font-size: 24pt; 
	text-decoration: underline
	}
	
h2 {
	color: black;
	font-size: 16pt;
	}

button{
	background-color: red;
	border-radius: 5px;
	border-width: 10px;
	color: white;
	padding: 15px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	}
button:disabled{
	background-color: #dddddd;

	}
button:hover{
	background-color: green;
	}
	
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}