/*CookieBanner*/
.cookie-banner {
	width: 30%;
}
.cookie-banner a {
	z-index: 1; 
	position: fixed; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	color: #fff; 
	padding: 20px;
}
.cookie-banner a {
	margin-left: 10px;
	position: relative;
	padding: 5px;
}
#cookie-link {
	background: transparent;
}
#cookie-link:hover {
	background: transparent;
}
#cookie-deny, #cookie-allow {
	background: #fff;
	color: #000;
}
#cookie-deny:hover, #cookie-allow:hover {
	background: #fff;
	color: #000;
}
.cookie-banner p {
	margin-left: 10px;
}
.banner-col1 {
	position: relative;
	float: left;
	width: 100%;
}
.banner-col2 {
	position: relative;
	float: left;
	width: 100%;
}
.banner-col2 a {
	position: relative;
	float: left;
	width: auto;
	margin-top: 10px;
}

/*ResetButton*/
#reset-cookies {
	background-color: #3b7f7f;
	position: fixed; 
	bottom: 0; 
	right: 0; 
	padding: 10px;
}
#reset-cookies a {
	color: #fff;
}

@media screen and (max-width: 900px) {
    .cookie-banner {
		width: 100%;
	}
}