<style>
	.icon-cog:before {
		content: "\e918";
		font-size: 15px;
	}
	html, body
	{
		position: relative;
	}
	.table{
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: inherit;
	}
	#cookiehinweis *, #cookiehinweis *:before, #cookiehinweis *:after {
		box-sizing: border-box;
		outline: 1px solid transparent;
	}
	.button-container button.button,
	.action-container-button .button{
		width: auto;
height: auto;
display: inline-block;
position: relative;
	}
	#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: -1;
		background: rgba(147,147,147,0.6);
		opacity: 0;
		backdrop-filter: blur(8px);
		text-align: left;

		-o-backdrop-filter: blur(8px);
		-moz-backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);

		-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.edit,
	#cookiehinweis.show{
		z-index: 999999;
		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: 20px;
		line-height: 1;
	}
	#cookiehinweis.edit #edit{
		display: block;
		background-color: #fff;
		cursor: pointer;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
		padding: 10px 10px;
		font-family:"FreeSetLight", Verdana, sans-serif;
		font-size: 14px;
		line-height: 1;
		color: #95999f;
	}
	#cookiehinweis.edit #edit:hover{
		color: #e41914;
	}
	#cookiehinweis.edit .content-container{
		display: none;
	}
	#cookiehinweis .content-container
	{ 
		padding: 10px;
		font-family:"FreeSetLight", Verdana, sans-serif;
		font-size: 14px;
		color: #95999f;
		background-color: #ffffff !important;
	}

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

	#cookiehinweis .content-container h2{
		text-align: left;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.3;
		font-family:"FreeSetLight", Verdana, sans-serif;
		letter-spacing: 0;
		color: #e41914;
		opacity: 1;
		margin: 0 0 10px;
	}
	#cookiehinweis span.zwischen_ueberschrift2{
		font-weight: bold;
		font-size: 18px;
		display: block;
		padding-top: 4px;
	}
	#cookiehinweis .action-container{
		border-radius: 0;   
		box-sizing: border-box;
	}
	#cookiehinweis .button
	{
		background-color:#e41914;
		color: #fff !important;
		border: 1px solid #e41914;
		box-sizing: border-box;	
		border-radius: 0;
		padding: 10px 30px 10px 15px;
		margin-top: 15px;
		font-size: 16px;
		line-height: 1;
		font-family:"FreeSetLight", Verdana, 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: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;
		max-width: 620px;
		padding: 10px;
		margin: 0;
		overflow: scroll;
		table-layout: fixed;
		display: block;
		min-height: auto !important;
	}

	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: -10px;
		top: 25px;
		pointer-events: none;
		background-color: #95999f;
		-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: #e41914;
		z-index: 2;
	}
	#cookiehinweis .content-container .container.last:after{
		display: none !important;
	}
	#cookiehinweis .content-container .container span{
		margin: 0 0 10px;
		display: block;
	}
	input[type="radio"]{
		display: none;
		visibility: hidden;
	}
	#cookiehinweis .content-container .container label:before{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		padding: 0;
		position: absolute;
		background-color:#95999f;
		border: 2px solid #95999f;
		visibility: visible;
		border-radius: 50%;
		z-index: 1;
		left: 2px;
		top: 2px;
		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: #e41914 !important; 
		background-color: #ffffff !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: #e41914; 
	}
	#cookiehinweis button[type="submit"]{
		background-color: #95999f;
		border-color: #95999f;
	}
	#cookiehinweis button[type="submit"]:hover{
		color: #fff !important; 
		background-color: #95999f !important;
		border-color:#95999f !important;
	}

	/*______G-Maps und Youtube_____________________________________________________________________________________________*/
	
	.template-vimeo,
	.template-youtube,
	.gmap #map_canvas{
		background-image: url("../images/gmap-back.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#location.gmap{
		background: none;
	}
	.template-vimeo,
	.template-youtube{
		position: relative;
		background-color: #ccc;
		background-size: auto 80%;
		background-image: url("../images/play-button.png");
	}
	.agree_window {
		padding: 15px;
		text-align: center;
		color: #fff;
		background-color: rgba(0,0,0,0.65);
		border-radius: 6px;
		box-sizing: border-box;
		width: auto;
		margin: 20px; 
		max-width: 400px;
		display: inline-block;
		font-size: 15px;
		position: absolute;
		left: -999px;
		right: -999px;
		top: -999px;
		bottom: -999px;
		margin: auto;
		max-width: 400px;
		max-height: 200px;
		height: min-content;
		width: 90%;
	}
	.agree_window h3{
		color: #fff !important;
		text-align: center;
		line-height: 1.4;
	}
	.agree_window .agree_vimeo_button,
	.agree_window .agree_youtube_button,
	.agree_window .agree_gmaps_button{
		background-color: #F1F4F6;
		border-color: rgb(0,49,92);
		color: rgb(0,51,93) !important;
		border-style: solid;
		border-width: 1px;
		width: auto;
		text-transform: uppercase;
		margin-left: 10px;
		height: auto;
		color: rgb(0,51,93);
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		min-width: 145px;
		padding: 10px 15px;
		position: relative;
		text-align: left;
		display: inline-block;
		margin-top: 10px;
	}
	.agree_window .agree_vimeo_button:hover,
	.agree_window .agree_youtube_button:hover,
	.agree_window .agree_gmaps_button:hover{
		color: #fff !important;
		background-color: rgb(0,49,92);
	}
	.template-vimeo,
	.template-youtube{
		position: relative;
		width: 100%;
		height: 230px;
		background:none !important;
		background-color: #ccc !important;
	}
	.vimeo_information,
	.youtube_information{
		display: none;
	}
	@media (min-width: 980px){
		#cookiehinweis .content-container h2{
			font-size: 30px;
			margin-bottom: 20px;
		}
		#cookiehinweis span.zwischen_ueberschrift2{
			font-size: 22px;
			padding-top: 0px;
		}
		#cookiehinweis .content-container{
			font-size: 14px;
			height: auto;
			width: 100%;
			max-width: 900px;
			max-height: 500px;
			padding: 35px;
			left: -999px;
			margin: auto;
			right: -999px;
			bottom: -999px;
			top: -999px;
			position: absolute;
			scrollbar-width: none;
			-ms-overflow-style: none;
		}
		#cookiehinweis.edit #edit{
			padding: 7px 15px;
			position: relative;
			line-height: 1;
		}
		#cookiehinweis.edit #edit span{
			display: inline-block !important;
			font-size: 14px;
			font-family:"FreeSetLight", Verdana, sans-serif;
			font-weight: 600;
			line-height: 1;
		}
		#cookiehinweis.edit #edit span.cookie-icon{
			position: relative;
			left: 5px;
			top: 2px;
			margin: 0;
		}
		#cookiehinweis .content-container .container label:before{
			width: 34px;
			height: 34px;
			border-width: 4px;
			left: 20px;
			z-index:  1;
			background-color: #ffffff !important;
		}
		#cookiehinweis .content-container .container label:hover span{
			color: #e41914;
		}
		#cookiehinweis .included input[type="radio"] ~ label:after, 
		#cookiehinweis input[type="radio"]:checked ~ label:after
		{
			width: 22px;
			height: 22px;
			left: 26px;
			top: 8px;
		}
		#cookiehinweis .content-container .container:after {
			height: 6px;
			width: auto;
			top: 16px;
			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 span{
			margin-bottom: 15px;
			font-weight: bold;
		}
		#cookiehinweis .content-container .button-container{
			position: relative;
			display: flex;
			justify-content: flex-end;
			text-align: right;
			margin-top: 10px;
			padding-bottom: 5px;
			border-top: 2px solid #e41914;
		}
		#cookiehinweis .content-container .button-container a{
			display: inline-block !important;
		}
		#cookiehinweis .button{
			background-color: #e41914;
			border-color: #e41914;
			border-style: solid;
			border-width: 1px;
			width: auto;
			text-transform: uppercase;
			margin-left: 10px;
			height: auto;
			color: rgb(0,51,93);
			cursor: pointer;
			font-size: 16px;
			font-weight: bold;
			min-width: 145px;
			padding: 10px 30px 10px 15px;
			position: relative;
			text-align: left;
		}
		.mobile {
			display: none !important;
		}
	}
</style>