<style>

	.break1{
		display: none;
	}
	.icon-cog:before {
		content: "\e918";
		font-size: 15px;
	}
	html, body
	{
		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: 99999;
		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: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1;
		color: #000000;
	}
	#cookiehinweis.edit #edit:hover{
		color: #5D7A25;
	}
	#cookiehinweis.edit .content-container{
		display: none;
	}
	#cookiehinweis .content-container
	{ 
		padding: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		background-color: #ffffff !important;
	}

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

	#cookiehinweis .content-container h2{
		text-align: left;
		font-size: 24px;
		line-height: 1.3;
		font-family: "Walter Turncoat", cursive;
		letter-spacing: 0;
		color: #5D7A25;
		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:#5D7A25;
		color: #fff !important;
		border: 1px solid #5D7A25;
		box-sizing: border-box;	
		border-radius: 35px;
		padding: 10px 15px;
		margin-top: 15px;
		font-size: 16px;
		line-height: 1;
		font-family: Arial, Helvetica, 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;
		width: max-content;
	}
	#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: min-content;
		position: relative;
		box-sizing: border-box;
		width: auto;
		max-width: 620px;
		padding: 10px;
		margin: 0;
		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: #0C2D5F;
		-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: #5D7A25;
		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"]{
		height: 0;
		display: block;
		padding: 0;
		margin:0;
	}
	#cookiehinweis .content-container .container label:before{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		padding: 0;
		position: absolute;
		background-color:#0C2D5F;
		border: 2px solid #0C2D5F;
		visibility: visible;
		border-radius: 50%;
		z-index: 1;
		left: 0px;
		top: 0px;
		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: #5D7A25 !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: #5D7A25; 
	}
	#cookiehinweis button[type="submit"]{
		background-color:#0C2D5F;
		border-color:#ffffff;
		color: #ffffff !important; 
		width: auto;
		height: auto;
	}
	#cookiehinweis button[type="submit"]:hover{
		color: #5D7A25 !important; 
	}

	/*______G-Maps und Youtube_____________________________________________________________________________________________*/
	.text-youtube{
		height: auto !important;
	}
	.template-vimeo,
	.template-youtube,
	.gmap{
		background-image: url("../grafiken/gmap-back.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 5 !important;
	}
	.gm-style-iw-d .gmap{
		background: none;
		margin: 0;
	}
	#location.gmap{
		background: none;
	}
	.template-vimeo,
	.template-youtube{
		position: relative;
		background-color: #ccc;
		background-size: auto 80%;
		background-image: url("../grafiken/play-button.png");
	}
	.agree_window {
		padding: 15px;
		line-height: 1.3;
		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%;
		z-index: 1;
	}
	.agree_window h3,
	.agree_window .zwischen_ueberschrift2 {
		color: #fff !important;
		text-align: center;
		line-height: 1.4;
		font-weight: bold;
	}
	.agree_window .agree_vimeo_button,
	.agree_window .agree_youtube_button,
	.agree_window .agree_gmaps_button{
		background-color: #1c836c;
		border: 2px solid #1c836c;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		border-radius: 6px;
		padding: 5px 8px;
		cursor: pointer;
		margin: 10px;
		display: inline-block;

	}
	.agree_window .agree_vimeo_button:hover,
	.agree_window .agree_youtube_button:hover,
	.agree_window .agree_gmaps_button:hover{
		color: #1c836c;
		background-color: #fff;
	}
	.template-vimeo,
	.template-youtube{
		position: relative;
		width: 100%;
		height: 230px;
		background-color: #ccc !important;
	}
	.vimeo_information,
	.youtube_information{
		display: none;
	}
	#cookie_form{
		width: auto;
		height: auto;
	}
	@media (min-width: 980px){
		.break1{
			display: block;
		}
		.mobile{
			display: none;
		}
		.gmap{
			
			margin-right: 20px;
		}
		.template-vimeo,
		.template-youtube{
			height:430px;
		}
		#cookiehinweis .content-container .container label:before{
			top: 2px;
		}
		#cookiehinweis .content-container h2{
			font-size: 34px;
			margin-bottom: 20px;
		}
		#cookiehinweis span.zwischen_ueberschrift2{
			font-size: 22px;
			padding-top: 0px;
		}
		#cookiehinweis .content-container{
			font-size: 16px;
			height: min-content;
			width: 100%;
			max-width: 900px;
			max-height: 635px;
			/* max-height: 570px; */
			padding: 35px;
			left: -999px;
			margin: auto;
			right: -999px;
			bottom: -999px;
			top: -999px;
			position: absolute;
			scrollbar-width: none;
			-ms-overflow-style: none;
			overflow: auto;
		}
		#cookiehinweis.edit #edit{
			padding: 7px 15px;
			position: relative;
			line-height: 1;
		}
		#cookiehinweis.edit #edit span{
			display: inline-block !important;
			font-size: 16px;
			line-height: 1;
		}
		#cookiehinweis.edit #edit span.cookie-icon{
			position: relative;
			left: 5px;
			top: 2px;
			margin: 0;
		}
		#cookiehinweis .content-container .container label:before{
	
			border-width: 4px;
			left: 20px;
			z-index:  1;
			background-color: #ffffff !important;
		}
		#cookiehinweis .content-container .container label:hover span{
			color: #5D7A25;
		}
		#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;
			table-layout: fixed;
			display: table;
		}
		#cookiehinweis .content-container .container label{
			padding: 65px 20px 30px;
			width: auto;
		}
		#cookiehinweis .content-container .container span{
			margin-bottom: 15px;
			font-weight: bold;
		}
		#cookiehinweis .content-container .button-container{
			text-align: right;
			margin-top: 10px;
			padding-bottom: 0px;
			border-top: 2px solid #5D7A25;
		}
		#cookiehinweis .content-container .button-container a{
			display: inline-block !important;
		}
		#cookiehinweis .button{
			padding: 12px 30px;
			margin-left: 20px;
		}
	}
</style>