<style>
   .icon-cog:before {
	font-size: 15px;
}
html, body
{
	position: relative;
}
.break1{
	display: none;
}
#cookiehinweis
{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	bottom: 0px;
	left: 0px;
	display: block;
	right: 0px;
	padding: 20px;
	margin: 0 !important;
	box-sizing: border-box;
	z-index: 0;
	background: rgba(147,147,147,0.6);
	opacity: 0;
	text-align: left;


	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#cookiehinweis.show{
	
	backdrop-filter: blur(8px);
	-o-backdrop-filter: blur(8px);
	-moz-backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 99999;
}
#cookiehinweis.edit,
#cookiehinweis.show{
	opacity: 1;
}
#cookiehinweis.edit{
	background: none;
	padding: 0;
	margin: 0;
	right: auto;
	left: 0;
	bottom: 0;
	top: auto;
	width: auto;
	height: auto;
	overflow: visible;
}
#edit{
	display: none;
	cursor: pointer;
}
#edit .cookie-icon{
	font-size: 17px;
	line-height: 1;
}
#cookiehinweis.edit #edit{
	display: inline-table;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 10px 10px;
	font-family: "Lato" ,sans-serif;
	font-size: 14px;
	color: #000000;
	width: 18px;
height: 16px;
	position: fixed;
	left: 0;
	bottom: 0;
}
#cookiehinweis.edit #edit:hover{
	color: #000000;
}
#cookiehinweis.edit .content-container{
	left: -99999px;
	height: 0;
	left: 0;
	display: block;
}
#cookiehinweis .content-container .holder
{ 
	padding: 10px;
	font-family: "Lato" ,sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #eeeeee !important;
}

#cookiehinweis .content-container a{
	text-decoration: none;
	color: #000000;
}

#cookiehinweis .content-container h2{
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lato" ,sans-serif;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	margin: 0 0 10px;
}

#cookiehinweis .action-container{
	border-radius: 0;   
	box-sizing: border-box;
}
#cookiehinweis .button
{
	background-color: #BE0027;
	color: #fff !important;
	border: none;
	box-sizing: border-box;	
	border-radius: 6px;
	font-family: "Lato" ,sans-serif;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#cookiehinweis button.button{
	background: none;
}
#cookiehinweis .button:hover
{
	border-color: #fff !important;
}

#cookiehinweis .button_text
{
	text-decoration: none;
}
.action-container-txt {
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

#cookiehinweis .content-container {
	height: inherit;
	position: relative;
	box-sizing: border-box;
	width: auto;
	padding: 0;
	margin: 0;
	overflow: scroll;
	table-layout: fixed;
	display: block;
	min-height: auto !important;
	max-height: 90vh;
}

a.more{
	display: block;
	margin-top: 20px;
}
#cookiehinweis .content-container form{
	margin-top: 30px;
}
#cookiehinweis .content-container .container{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 25px;
}
#cookiehinweis .content-container .container label{
	display: block;
	cursor: pointer;
	padding-left: 45px;
}
#cookiehinweis .content-container .container:after{
	content: "";
	height: auto;
	display: block;
	width: 4px;
	position: absolute;
	left: 13px;
	bottom: -5px;
	top: 25px;
	pointer-events: none;
	background-color: #999;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#cookiehinweis .content-container .container.included:after{
	background-color:  #BE0027;
	z-index: 2;
}
#cookiehinweis .content-container .container.last:after{
	display: none !important;
}
#cookiehinweis .content-container .container h3{
	margin-top: 0;
	text-align: left;
}
#cookiehinweis input[type="radio"]{
	position: absolute;
	left: -9999px;
	background-color: #BE0027 !important;
}
#cookiehinweis .content-container .container label:before{
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	padding: 0;
	position: absolute;
	background-color: #999;
	border: 2px solid #999;
	visibility: visible;
	border-radius: 50%;
	z-index: 1;
	left: 0;
	top: 0;
	margin: 0;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#cookiehinweis button[type="submit"]:hover,
#cookiehinweis .content-container .container input[type="radio"]:checked ~ label:before{ 
	border-color: #BE0027 !important; 
	background-color: #eeeeee !important;
	z-index: 2;
}

#cookiehinweis .included input[type="radio"] ~ label:after,
#cookiehinweis input[type="radio"]:checked ~ label:after{
	content: "";
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	z-index: 3;
	margin: auto;
	position: absolute;
	background-color: #BE0027; 
}

#cookiehinweis button[type="submit"]{
	background-color:#eeeeee;
	border-color:#BE0027;
	color: #BE0027 !important; 
}
#cookiehinweis button[type="submit"]:hover{
	color: #eeeeee !important; 
	background-color:#BE0027 !important;
}

.action-container-button.mobile{
	margin-top: 20px;
	display: block;
}


#cookiehinweis .content-container h2,
#cookiehinweis .content-container h2:after
{
	color: #000;
}

@media (min-width: 700px){
	#cookiehinweis .mobile {
		display: none !important;
		visibility: hidden !important;
	}
	#cookiehinweis .break1 {
		display: block !important;
		visibility: visible !important;
	}
	#cookiehinweis .table{
		display: table;
		table-layout: fixed;
	}
	#cookiehinweis{
		text-align: center;
		line-height:20px;
	}
	#cookiehinweis-container{
		display: inline-table;
		width: 100%;
		vertical-align: middle;
		text-align: center;
		height: 100vh;
		max-height: 100%;
		max-width: 900px;
		text-align: left;
	}
	.edit #cookiehinweis-container{
		height: auto;
	}
	#cookiehinweis .content-container h2{
		font-size: 34px;
		margin-bottom: 20px;
	}
	#cookiehinweis .content-container{
		font-size: 16px;
		height: auto;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		position: relative;
		overflow:hidden;
	}
	#cookiehinweis .content-container .holder{
		font-size: 16px;
		height: auto;
		max-height: 90vh;
		overflow: auto;
		width: 100%;
		padding: 35px 35px 0;
		box-sizing: border-box;
		text-align: left;
		vertical-align: middle;
		margin: 0;
		position: relative;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	#cookiehinweis.edit #edit{
		padding: 10px 30px 12px 10px;
		position: relative;
		width: auto;
	}
	#cookiehinweis.edit #edit span{
		display: inline-block !important;
		font-weight: normal;
		font-size: 14px;
	}
	#cookiehinweis.edit #edit span.cookie-icon{
		font-size: 17px;
font-weight: normal;
position: absolute;
top: -999px;
bottom: -999px;
height: 17px;
right: 10px;
left: auto;
margin: auto 0;
	}
	#cookiehinweis .content-container .container label:before{
		width: 34px;
		height: 34px;
		border-width: 4px;
		left: 20px;
		z-index:  1;
		background-color: #eeeeee !important;
	}
	#cookiehinweis .content-container .container label:hover h3{
		color: #000000;
	}
	#cookiehinweis .included input[type="radio"] ~ label:after, 
	#cookiehinweis input[type="radio"]:checked ~ label:after
	{
		width: 24px;
		height: 24px;
		left: 29px;
		top: 9px;
	}
	#cookiehinweis .content-container .container:after {
		height: 6px;
		width: auto;
		top: 18px;
		left: 45px;
		right: -30px;
	}
	#cookiehinweis .content-container form .container{
		display: table-cell;
		padding: 0;
	}
	#cookiehinweis .content-container form .table{ 
		width: calc( 100% + 40px);
		left: -20px;
		position: relative;
	}
	#cookiehinweis .content-container .container label{
		padding: 65px 20px 30px;
	}
	#cookiehinweis .content-container .container h3{
		margin-bottom: 15px;
		text-align: left;
	}
	#cookiehinweis .content-container .button-container{
		text-align: right;
		margin-top: 10px;
		padding-top:30px;
		border-top: 2px solid #BE0027;
	}
	#cookiehinweis .content-container .button-container a{
		display: inline-block !important;
	}
	#cookiehinweis .button{
		padding: 13px 20px;
		margin-left: 20px;
		line-height: 1;
	}
	span.break1{
		display: inline-block;
	}
}
</style>