#cookiesWarning {
	
}

#cookiesWarningActive {
	background: #0277c0;
	padding: 9px 0px 17px 18px;
	position: fixed;
    width: 100%;
    z-index: 99;
    color: white;
    bottom: 0;
}

#cookiesWarningActive small {
	background: #FA5528;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	border: none;
}

#readMoreURL  a:link {
	text-decoration: underline;
	color: #fff;
    font-size: 14px;
    
}
#readMoreURL  a:visited {
	text-decoration: underline;
	color: #000;
}
#readMoreURL  a:hover {
	text-decoration: none;
	color: #FA5528;
}

#text {
	font-weight: 200;
    letter-spacing: 1.5px;
    font-size: 12px;
}

#warning {
    margin: 2px 0px 10px -3px;	
}

#cookiesDisabled {
	
}

.checkbox {
    position: absolute;	
    min-height: 0px;
}

.acceptance {
	padding-left: 18px;
	padding-right: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.button {
    background: #000;
    border: none;
    border-radius: 3px;
    letter-spacing: 1px;
}