#slider_erfolge {
	text-align:center; 
	width:25%; 
	float:left;
}


#cookies {
	width:100%; 
	padding: 30px 0% 30px 5%; 
	position:fixed; 
	bottom:0px; 
	background-image: linear-gradient(to right, #f4384e , #ff7d26);
	color:#ffffff;
	font-weight: 300;
  font-size: 20px;
  border-top: 2px solid #ffffff;
  z-index:2000;
}

#cookies article {
	float:left;
	width:47%; 
	padding: 0px 3% 0px 0%; 
}

#cookies p {
	float:left;
	padding: 0px 3% 0px 0%; 
}


a.cookie_links {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
} 

a.cookie_links:hover {
  color: #ffffff;
  text-decoration:underline;
}

#statistik {
  display: none;
}
#statistik + label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
#statistik + label:before {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
}
#statistik + label:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 2px;
}
#statistik:checked+label:before{
  background-color: #2b8718;
}
#statistik:checked+label:after {
  margin: 0 0 0 30px;
}

.button_cookies {
	display:block;
	width:350px;
	margin-left:30%; 
	background:#2f2f2f; 
	padding:10px 0px 10px 0px;
	border-radius: 25px; 
	color:#ffffff; 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

.button_cookies:hover {
  color: #777777;
}

.button_blue_2 {
	display:block;
	width:300px;
	margin:35px 0px 30px 20px; 
	background:#2f2f2f; 
	padding:10px 0px 10px 0px; 
	border-radius: 25px;
	color:#ffffff; 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.button_blue_2:hover {
  color: #777777;
}

#cookie_setup {
	display:none; 
	z-index:100000; 
	left: 50%; 
	top: 5%; 
	margin-left:-25%; 
	height:85%; 
	position:fixed; 
	width:50%; 
	background:#ffffff; 
	overflow-y:auto;
}

#cookie_setup .submit_button {
	background:#ffffff; 
	left: 50%;  
	width:50%; 
	text-align:center; 
	z-index:100;
}
