#cookiebanner {
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 1px 4px rgba(10,10,10,0.4);
	opacity: 0.95;
	z-index: 100000;
	font-family: arial;
	display: none;
}

#cBanner {
	width: 100%;
	padding-left: 2%;
	margin-top: 1%;
}

#text-banner {
	width: 80%;
	float: left;
	color: rgb(90,110,140);
	font-size: 14px;
	font-family: arial;
}

#link-banner {
	text-decoration: none;
	color: rgb(90,110,140);
}

#link-banner:hover {
	text-decoration: underline;
	color: rgb(0,150,200);
}

#buttons-banner {
	width: 20%;
	float: left;
	padding-bottom: 1%;
}

#button-einverstanden {
	background-color: rgb(15,210,15);
	border-width: 0px;
	border-radius: 10px;
	font-size: 16px;
	font-family: arial;
	color: rgb(255,255,255);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#button-einverstanden:hover {
	cursor: pointer;
	background-color: rgb(0,255,0);
	text-decoration: underline;
}

#button-nein {
	background-color: rgb(255,255,255);
	border-width: 0px;
	font-size: 16px;
	font-family: arial;
	color: rgba(90,110,140,0.8);
	padding :10px;
}

#button-nein:hover {
	cursor: pointer;
	text-decoration: underline;
}

#co-wieder {
	background-color: white;
	position: fixed;
	padding: 5px;
	top: 0px;
	z-index: 10000;
	display: none;
}

#co-wieder:hover {
	cursor: pointer;
}

#text-wieder {
	color: rgb(90,110,140);
	font-size: 14px;
	font-family: arial;
}

@media only screen and (max-width: 1199px) {
	#text-banner {
		width: 100%;
		float: left;
		color: rgb(90,110,140);
		font-size: 16px;
	}

	#buttons-banner {
		width: 100%;
		float: left;
		padding-bottom: 1%;
		padding-top: 5%;
	}

	#button-einverstanden {
		float: right;
		background-color: rgb(15,210,15);
		border-width: 0px;
		border-radius: 10px;
		font-size: 24px;
		color: rgb(255,255,255);
		margin-right: 10%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#button-nein {
		float:left;
		background-color: rgb(255,255,255);
		border-width: 0px;
		font-size: 16px;
		color: rgba(90,110,140,0.8);
		padding :10px;
		margin-left: 5%;
	}

	#text-wieder {
		color: rgb(90,110,140);
		font-size: 12px;
	}

}