<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	.icon-cog:before {
		content: "\e900";
		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;
		padding: 0 !important;	/*falls Link im FootermenÃ¼ vorhanden*/
		font-family: var(--ueberschrifth1, sans-serif);
		font-size: 14px;
		line-height: 1;
		height: 0 !important;/*falls Link im FootermenÃ¼ vorhanden*/
		color: #000;
	}
	#cookiehinweis.edit #edit:hover{
		color: var(--maincolor,#004c8f);
	}
	#cookiehinweis.edit .content-container{
		display: none;
	}
	#cookiehinweis .content-container
	{ 
		padding: 10px;
		font-family: var(--fliesstext, sans-serif);
		font-size: 14px;
		color: #000;
		background-color: #ECE5DA !important;
	}

	#cookiehinweis .content-container a{
		text-decoration: none;
		color: var(--maincolor,#004c8f);;
	}

	#cookiehinweis .content-container .zwischen_ueberschrift{
		text-align: left;
		font-size: 24px;
		line-height: 1.3;
		font-family: var(--ueberschrifth2, sans-serif);
		letter-spacing: 0;
		color: var(--maincolor,#004c8f);
		opacity: 1;
		margin: 0 0 10px;
	}

	#cookiehinweis .action-container{
		border-radius: 0;   
		box-sizing: border-box;
	}
	#cookiehinweis .button
	{
		background:var(--button,#004c8f);
		color: #fff !important;
		/*border: 1px solid var(--maincolor,#004c8f);
		box-sizing: border-box;	
		border-radius: 0;
		padding: 10px 15px;*/
		line-height: 1 !important;
		font-family: var(--fett, 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 div.button{
		overflow:hidden;
		position: relative;
		z-index:0;
	}
	#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;
		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;
		text-transform: none;
		font-weight: normal;
	}
	#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: #fff;
		-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: var(--maincolor,#004c8f);
		z-index: 2;
	}
	#cookiehinweis .content-container .container.last:after{
		display: none !important;
	}
	#cookiehinweis .content-container .container span{
		margin: 0 0 10px;
		display: block;
	}

	#cookiehinweis .content-container .container label:before{
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		padding: 0;
		position: absolute;
		background-color:#fff;
		border: 2px solid #fff;
		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: var(--maincolor,#004c8f) !important; 
		background-color: #ECE5DA !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: var(--maincolor,#004c8f);
	}
	#cookiehinweis button[type="submit"]{
		background:#fff;
		border-color:#ECE5DA;
		color: var(--maincolor,#004c8f) !important; 
		line-height: 1;
		vertical-align: top;
	}
	#cookiehinweis button[type="submit"]:hover{
		color: var(--maincolor,#004c8f) !important; 
	}


	@media (min-width: 980px){
		#cookiehinweis .content-container .zwischen_ueberschrift{
			font-size: 34px;
			margin-bottom: 20px;
		}
		#cookiehinweis .content-container{
			font-size: 16px;
			height: auto;
			width: 100%;
			max-width: 900px;
			max-height: 555px;
			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: 18px;
			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: #ECE5DA !important;
		}
		#cookiehinweis .content-container .container label:hover span{
			color: var(--maincolor,#004c8f);
		}
		#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 span{
			margin-bottom: 15px;
			font-weight: bold;
		}
		#cookiehinweis .content-container .button-container{
			text-align: right;
			margin-top: 10px;
			padding: 20px 0 0;
			border-top: 2px solid var(--maincolor,#004c8f);
		}
		#cookiehinweis .content-container .button-container a{
			display: inline-block !important;
		}
		#cookiehinweis .button{
			margin-left: 20px;
		}
		#cookiehinweis button[type="submit"]:hover,
		#cookiehinweis a.button:hover{
			background: var(--maincolor,#004c8f) !important;
			color: #fff !important;
		}

	}
</pre></body></html>