#cookiesWarning {
	
}

#cookiesWarningActive {
	background: black;
    border-color: #42DCA3;
    border-radius: 7px;
    border: 1px solid #42DCA3;
}

#cookiesWarningActive small {
	background: #FA5528;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	border-radius: 7px;
	box-shadow: 4px 4px 2px #233e5b;
}

#readMoreURL  a:link {
	text-decoration: underline;
	color: red;
}
#readMoreURL  a:visited {
	text-decoration: underline;
	color: red;
}
#readMoreURL  a:hover {
	text-decoration: none;
	color: #FA5528;
}

#text {
	
}

#warning {
	
}

#cookiesDisabled {
	
}

.checkbox {
	
}

.acceptance {
	padding-left: 10px;
	padding-right: 10px;
}

.button {
    background-color: red;
	color: black;
    margin: 15px;
    border-color: black;
    border-radius: 7px;
}