.youtubeHide
{
	display: none;
}

#datenschutzLayer {
	background-color: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-family: Arial;
	width: 100%;
	padding: 8px 0px 8px 0px;
	position: fixed;
	display: none;
	bottom: 0px;
	left: 0px;
	text-align: center;
	box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	z-index: 99;
	text-shadow: none;
}

#datenschutzInnerLayer {
	width: calc(100% - 32px);
	max-width: 1212px;
	padding: 0px 16px 0px 16px;
	margin: auto auto;
}

#datenschutzLeftLayer {
	float: left;
	width: 100%;
}

#datenschutzRightLayer {
	float: left;
	width: 100%;
}

.datenschutzButton {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #cdcdcd;
	padding: 12px 16px 11px 16px;
	margin: 16px 0px 8px 0px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.datenschutzButton:hover {
	background-color: #fff;
	color: #000;
}

.datenschutzButtonGreen {
	background-color: #4e8b38;
	border: 1px solid #4e8b38;
}

.datenschutzLink {
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	line-height: 21px;
	text-decoration: underline;
}

#cookiesBaseLayer {
	background-color: rgba(255,255,255,0.8);
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 90;
	top: 0px;
	left: 0px;
	justify-content: center;
	align-items: center;	
	text-shadow: none;
}

#cookiesMainLayer {
	background-color: #fff;
	width: 100%;
	max-width: 1100px;
	max-height: 80%;
	overflow: auto;
	padding: 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #a2a2a2;
	text-align: left;
}

.cookiesMainTitle {
	font-family: Arial;
	text-transform: none;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	border: 0px;
	color: #000;
	margin: 0px 0px 25px 0px;
	padding: 0px;	
}

.cookiesSubTitle {
	font-family: Arial;
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	text-decoration: none;
	border: 0px;
	color: #000;
	margin: 0px 0px 25px 0px;
	padding: 0px;	
}

.cookiesText {
	font-family: Arial;
	text-transform: none;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #000;
	margin: 0px 0px 0px 0px;	
}

.cookieWarningText { 
	font-weight: bold;
}

.cookiesLink {
	font-family: Arial;
	text-transform: none;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #000;
}

.cookieSelectionLayer {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;	
	float: left;
}

.cookieLeftArea {
	float: left;
	width: calc(100% - 60px);	
	padding-right: 32px;
}

.cookieRightArea {
	float: left;
	width: 60px;	
}

.cookieSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.cookieSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookieSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookieSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .cookieSlider {
  background-color: #2196F3;
}

input:focus + .cookieSlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .cookieSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.cookieSlider.round {
  border-radius: 34px;
}

.cookieSlider.round:before {
  border-radius: 50%;
}

.cookieSlider.round.disabled {
	background-color: #ccc;
}

.cookieMoreInfo {
	width: 100%;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: 16px; 
}

.cookieExtendedInfo {
	width: 100%;
	display: none;
	float: left;
	margin-top: 16px; 
	padding-left: 16px;
}

.cookieButtonLayer {
	text-align: right;
	width: 100%;
	float: left;	
}

.cookieButton {
	background-color: #2196F3;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border: 1px solid #cdcdcd;
	padding: 12px 25px 11px 25px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

@media screen and (max-width:1024px)
{
	#datenschutzLayer {
	    font-size: 12px;
		line-height: 18px;
	}
	
	.datenschutzLink {
		font-size: 12px;
		line-height: 18px;
	}

	#datenschutzButton {
	    font-size: 10px;
		line-height: 10px;
		padding: 6px 8px 5px 8px;
	}
}

@media screen and (max-width:609px)
{
	#datenschutzLayer {
	    font-size: 9px;
		line-height: 12px;
	}
	
	.datenschutzLink {
		font-size: 9px;
		line-height: 12px;
	}
	
	#datenschutzButton {
	    font-size: 10px;
		line-height: 10px;
		padding: 6px 8px 5px 8px;
	}
}
