.Cookie19 * {
	font-size: 12px!important;
}
.Cookie19 .h2 {
	font-size: 20px!important;
	margin:0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #111;
	text-align: left;
	opacity: 1;
	transform: none;
	animation: none;
	animation-delay: 0ms;
}
.Cookie19 .cin {
	display: none;
	padding-bottom: 10px;
}
.Cookie19 .linksunten a {
	color: #999;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.Cookie19 .linksunten .ind {
	color: #666;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
	.Cookie19 .close {
		position: fixed;
		right: 0px;
		top: 0px;
		width: 30px;
		height: 30px;
		background-color: #111;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Cookie19 .close a {
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
	}
	.Cookie19 {
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 1000;
		background-color: rgba(0,0,0,0.4);
		display: flex;
		align-items: center;
		justify-content: center;
		animation: Cookie19Animation;
		animation-delay: 200ms;
		animation-direction: normal;
		animation-duration: 400ms;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		opacity: 0;
	}
	@keyframes Cookie19Animation {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	.Cookie19 .b {
		width: 90%;
		max-width: 700px;
		height: auto;
		overflow-y: auto;
		max-height: 90%;
		padding: 20px;
		background-color: #FFF;
		animation: Cookie19Animationb;
		animation-delay: 400ms;
		animation-direction: normal;
		animation-duration: 500ms;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		transform: translateY(50px); opacity: 0;
	}
	@keyframes Cookie19Animationb {
		0% {transform: translateY(50px); opacity: 0;}
		100% {transform: translateY(0px); opacity: 1;}
	}
	.Cookie19 .cookie {
		background-color: #999;
		color: #FFF;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.Cookie19 .cookietext {
		padding: 0px;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		align-items: center;
		padding-right: 0px;
	}
.Cookie19 .cookietext .c {
	display: flex;
	align-items: center;
}
	.Cookie19 .CookieSet, .Cookie19 .CookieSetSpeichern {
		display: block;
		text-decoration: none;
		padding: 10px;
		font-size: 14px;
		color: #FFF;
		background-color: #333;
		text-align: center;
		font-weight: bold;
	}
.Cookie19 .CookieSetSpeichern {
	background-color: #999;
	color: #CCC;
	display: inline-block;
	width:auto;
	font-weight: lighter;
	margin-bottom: 10px;
}
.toggle-label {
  position: relative;
  display: inline-block;
	margin-right: 10px;
  width: 80px;
  height: 24px;
  margin-top: 0px;
	cursor: pointer;
}
.toggle-label input[type=checkbox] { 
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.toggle-label input[type=checkbox]+.back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8E1117;
  transition: background 150ms linear;  
}
.toggle-label input[type=checkbox]:checked+.back {
  background: #95C121; /*green*/
}

.toggle-label input[type=checkbox]+.back .toggle {
  display: block;
  position: absolute;
  content: ' ';
  background: #efefef;
  width: 50%; 
  height: 100%;
  transition: margin 150ms linear;
  border: 0px solid #808080;
  border-radius: 0;
}
.toggle-label input[type=checkbox]:checked+.back .toggle {
  margin-left: 40px;
}
.toggle-label .label {
  display: flex;
	height: 24px;
	align-items: center;
	justify-content: center;
  position: absolute;
  width: 50%;
  color: #111;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
}
.toggle-label .label.on { left: 0px; }
.toggle-label .label.off { right: 0px; }

.toggle-label input[type=checkbox]:checked+.back .label.on {
  color: #fff;
}
.toggle-label input[type=checkbox]+.back .label.off {
  color: #fff;
}
.toggle-label input[type=checkbox]:checked+.back .label.off {
  color: #ddd;
}
.Cookie19Settings {
	position: fixed;
	display: none!important;
	bottom: 0px;
	left: 0px;
	width: auto;
	background-color: #EFEFEF;
	z-index: 100;
}
.Cookie19Settings a {
	padding: 3px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(cookie19.svg);
	color: #999;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 12px;
	padding-left: 22px;
	cursor: pointer;
}

@media only screen and (max-width:900px) {
.Cookie19 .cookietext {
	flex-wrap: wrap;
	width: 100%;
}
.Cookie19 .cookietext .c {
	padding-top: 5px;
	padding-bottom: 5px;
}
}