
#CookieBanner {
	z-index: 90010000;
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left:-25rem;
}

.CookieBannerOverlay {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 90000000;
  	background-color: black;
  	opacity: 0.6;
	width: 100%;
	height:100%;
}

.CookieContainer {
	position: fixed;
	left: initial;
	width: 50rem;
	height: auto;
	color: #999;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	overflow: scroll;
}

.CookieContainerText {
	font-size: 0.75rem;
	padding: 1rem 1rem 1rem 1rem;
	line-height: normal;
}

.CookieContainerEinstellungen {
	padding: 0 0 1rem 0;
}

.CookieContainerEinstellungenItem > span {
	display: grid;
	grid-template-rows: auto;
}


.CookieContainerEinstellungenItem {
	padding: 0 0 0 1rem;
	font-size: 0.75rem;
}

.CookieContainerEinstellungenItem > .Item {
	display: grid;
	grid-template-columns: 2rem auto 2rem;
}


.CookieContainerEinstellungenItem>span.hilfetext {
	font-size: 0.7rem;
	line-height: normal;
	margin: 0 4rem 0.5rem 2rem;
	display: none;
}

.CookieContainerButton {
	padding: 0 1rem 1rem 1rem;
}

.CookieContainerButton>span>button {
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 16px;
	background-color: #f1d600;
	text-align: center;
}

.CookieContainerButton>span>button.hell {
	color: #000;
	-webkit-border-radius: 5px;
	background-color: #fff;
}
