<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------------------------------------------------------
COOKIE-HINWEISE
--------------------------------------------------------*/

/* Step 1 */

#cookie_hinweis {
	font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
	position: fixed;
	z-index: 2000;
	right: 0px;
	bottom: 0px;
	background: none;
	width: 100%;
	padding: 0px;
}

#cookie_hinweis .centerbox {
	padding: 20px 25px;
	width: 435px;
	max-width: 97%;
	display: block;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: none;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}

#cookie_hinweis h2 {
	font-size: 20px;
	font-weight: 600;
	color: #555555;
	background-image: url(/basics/images/cookiehinweis/cookiehinweis_icon-cookie.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 55px;
	margin-bottom: 10px;
}

#cookie_hinweis h2:before {
	display: none;
}

#cookie_hinweis p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #555555 !important;
	margin-bottom: 15px;
}

#cookie_hinweis p strong {
	color: #555555 !important;
}

#cookie_hinweis p a, #cookie_hinweis p a:link, #cookie_hinweis p a:visited {
	font-weight: normal;
	color: #2867A7;
	text-decoration: underline;
}

#cookie_hinweis p a:hover, #cookie_hinweis p a:focus, #cookie_hinweis p a:active {
	text-decoration: none;
}

#cookie_hinweis .auswahl {
	padding-top: 5px;
	margin-bottom: 25px;
}

#cookie_hinweis .auswahl p {
	margin-bottom: 10px;
}

#cookie_hinweis .auswahl p.liste {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 0px 0px;
}

#cookie_hinweis .auswahl p.liste .icon {
	color: #cecece;
}

#cookie_hinweis .auswahl p.liste .icon.active {
	color: #28a745;
}

#cookie_hinweis p a:hover, #cookie_hinweis p a:focus, #cookie_hinweis p a:active {
	text-decoration: none;
}

#cookie_hinweis a.button, #cookie_hinweis a.button:link, #cookie_hinweis a.button:visited {
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 0px 10px !important;
	line-height: 46px;
	height: 46px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	background-image: none !important;
	border: none !important;
	border: none !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

#cookie_hinweis a.button.gruen, #cookie_hinweis a.button.gruen:link, #cookie_hinweis a.button.gruen:visited {
	background-color: #28a745 !important;
	color: #ffffff !important;
}

#cookie_hinweis a.button.blau, #cookie_hinweis a.button.blau:link, #cookie_hinweis a.button.blau:visited {
	background-color: #2867A7 !important;
	color: #ffffff !important;
}

#cookie_hinweis a.button.weiss, #cookie_hinweis a.button.weiss:link, #cookie_hinweis a.button.weiss:visited {
	background-color: #ffffff !important;
	color: #28a745 !important;
	border: 1px solid #cecece !important;
	line-height: 44px !important;
}   

#cookie_hinweis a.button:hover, #cookie_hinweis a.button:focus, #cookie_hinweis a.button:active {
	background-color: #555555 !important;
	color: #ffffff !important;
	border: none !important;
	line-height: 46px !important;
}

#cookie_hinweis a.link, #cookie_hinweis a.link:link, #cookie_hinweis a.link:visited {
	text-decoration: none;
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	color: #2867A7;
	padding-left: 30px;
	background-image: url(/basics/images/cookiehinweis/cookiehinweis_icon-zahnrad.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px auto 0px auto;
}

#cookie_hinweis .foot {
	border-top: 1px solid #cecece;
	padding-top: 10px;
	margin-top: 30px;
}

#cookie_hinweis .foot p {
	margin-bottom: 10px;
	text-align: center;
}

#cookie_hinweis .foot p strong {
	font-weight: 600;
}

#cookie_hinweis .foot ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#cookie_hinweis .foot ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}

#cookie_hinweis .foot ul li a,
#cookie_hinweis .foot ul li a:link, 
#cookie_hinweis .foot ul li a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}

#cookie_hinweis .foot ul li a:hover,
#cookie_hinweis .foot ul li a:focus, 
#cookie_hinweis .foot ul li a:active {
	text-decoration: none;
}

/* Step 2 */

#cookie_hinweis_details {
	font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
	position: fixed;
	z-index: 2000;
	right: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: none;
	padding: 0px;
}

#cookie_hinweis_details .centerbox {
	display: block;
	margin: 0 auto;
	width: 920px;
	max-width: 97%;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: none;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.23);
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	height: 595px;
	overflow-y: auto;
}

#cookie_hinweis_details .centerbox .inhalt {
	padding: 20px 25px 0px 25px;
}

#cookie_hinweis_details h2 {
	font-size: 20px;
	font-weight: 600;
	color: #555555;
	margin-bottom: 10px;
}

#cookie_hinweis_details h2:before {
	display: none;
}

#cookie_hinweis_details p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #555555 !important;
	margin-bottom: 15px;
}

#cookie_hinweis_details p strong {
	color: #555555 !important;
}

#cookie_hinweis_details table {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #555555 !important;
}

#cookie_hinweis_details table td {
	padding: 0px 10px 3px 0px;
	vertical-align: top;
}

#cookie_hinweis_details p a, #cookie_hinweis_details p a:link, #cookie_hinweis_details p a:visited 
#cookie_hinweis_details table a, #cookie_hinweis_details table a:link, #cookie_hinweis_details table a:visited {
	font-weight: normal;
	color: #2867A7;
	text-decoration: underline;
}

#cookie_hinweis_details p a:hover, #cookie_hinweis_details p a:focus, #cookie_hinweis_details p a:active,
#cookie_hinweis_details table a:hover, #cookie_hinweis_details table a:focus, #cookie_hinweis_details table a:active {
	text-decoration: none;
}

#cookie_hinweis_details a.button, #cookie_hinweis_details a.button:link, #cookie_hinweis_details a.button:visited {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	padding: 0px 20px !important;
	line-height: 46px;
	height: 46px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	background-image: none !important;
	border: none !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

#cookie_hinweis_details a.button.gruen, #cookie_hinweis_details a.button.gruen:link, #cookie_hinweis_details a.button.gruen:visited {
	background-color: #28a745 !important;
	color: #ffffff !important;
}

#cookie_hinweis_details a.button.blau, #cookie_hinweis_details a.button.blau:link, #cookie_hinweis_details a.button.blau:visited {
	background-color: #2867A7 !important;
	color: #ffffff !important;
}

#cookie_hinweis_details a.button.weiss, #cookie_hinweis_details a.button.weiss:link, #cookie_hinweis_details a.button.weiss:visited {
	background-color: #ffffff !important;
	color: #28a745 !important;
	border: 1px solid #cecece !important;
	line-height: 44px !important;
}   

#cookie_hinweis_details a.button:hover, #cookie_hinweis_details a.button:focus, #cookie_hinweis_details a.button:active {
	background-color: #555555 !important;
	color: #ffffff !important;
	border: none !important;
	line-height: 46px !important;
}

#cookie_hinweis_details .buttons {
	padding-bottom: 5px;
}

#cookie_hinweis_details .buttons a.button.eins {
	margin-bottom: 10px;
}

#cookie_hinweis_details .buttons a.button.zwei {
	float: right;
	margin-bottom: 10px;
}

#cookie_hinweis_details .buttons a.button.drei {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

#cookie_hinweis_details .buttons.mobile {
	display: none;
}

#cookie_hinweis_details .buttons.mobile a.button {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#cookie_hinweis_details .head {
	padding-bottom: 15px;
}

#cookie_hinweis_details .head a.zurueck,
#cookie_hinweis_details .head a.zurueck:link, 
#cookie_hinweis_details .head a.zurueck:visited {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	color: #2867A7;
	display: inline-block;
	vertical-align: top;
	width: 17%;
}

#cookie_hinweis_details .head a.zurueck:hover,
#cookie_hinweis_details .head a.zurueck:focus, 
#cookie_hinweis_details .head a.zurueck:active {
	text-decoration: none;
}

#cookie_hinweis_details .head ul {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	width: 82%;
}

#cookie_hinweis_details .head ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

#cookie_hinweis_details .head ul li a,
#cookie_hinweis_details .head ul li a:link,
#cookie_hinweis_details .head ul li a:visited {
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#cookie_hinweis_details .head ul li a:hover,
#cookie_hinweis_details .head ul li a:focus,
#cookie_hinweis_details .head ul li a:active {
	text-decoration: underline;
}

#cookie_hinweis_details .cookie_gruppe {
	background-color: #F8F8F8;
	margin-bottom: 3px;
	padding: 20px 25px;
}

#cookie_hinweis_details .cookie_gruppe h3 {
	color: #555555;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-right: 115px;
}

#cookie_hinweis_details .cookie_gruppe h3 span {
	font-weight: normal;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#cookie_hinweis_details .cookie_gruppe h3 span input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 18px;
	height: 18px;
	background: #ffffff;
	border: 2px solid #555555;
	margin: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

#cookie_hinweis_details .cookie_gruppe h3 span input:checked {
	background: #28a745;
	border: 2px solid #28a745;
}

#cookie_hinweis_details .cookie_gruppe a.aufklapper,
#cookie_hinweis_details .cookie_gruppe a.aufklapper:link,
#cookie_hinweis_details .cookie_gruppe a.aufklapper:visited {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #2867A7;
	background-image: url(/basics/images/cookiehinweis/cookiehinweis_icon-aufklapper-zu.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	display: inline-block;
}

#cookie_hinweis_details .cookie_gruppe a.aufklapper:hover,
#cookie_hinweis_details .cookie_gruppe a.aufklapper:focus,
#cookie_hinweis_details .cookie_gruppe a.aufklapper:active {
	text-decoration: underline;
}

#cookie_hinweis_details .cookie_gruppe table {
	width: 100%;
	margin-top: 10px;
}

#cookie_hinweis_details .cookie_gruppe table td {
	padding: 3px 5px;
	background: #ffffff;
	border-bottom: 1px solid #F8F8F8;
}

#cookie_hinweis_details .cookie_gruppe table td:first-child {
	width: 30%;
	font-weight: 600;
}

#cookie_hinweis_details .cookie_gruppe table input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 18px;
	height: 18px;
	background: #ffffff;
	border: 2px solid #555555;
	margin: 0px;
}

#cookie_hinweis_details .cookie_gruppe table input:checked {
	background: #28a745;
	border: 2px solid #28a745;
}

#cookie_hinweis_details .foot {
	padding: 15px 25px 0px 25px;
}

/* Media Query */

@media (max-width: 925px) { 
	
	#cookie_hinweis_details .buttons.desktop {
		display: none;
	}
	
	#cookie_hinweis_details .buttons.mobile {
		display: block;
	}
	
}

@media (max-width: 768px) { 
	
	#cookie_hinweis .centerbox,
	#cookie_hinweis_details .centerbox {
		height: 500px;
		overflow-y: auto;
	}
	
	#cookie_hinweis .centerbox p, #cookie_hinweis .centerbox table,
	#cookie_hinweis_details .centerbox p, #cookie_hinweis_details .centerbox table {
		font-size: 13px;
		line-height: 20px;
	}
	
	#cookie_hinweis a.button, #cookie_hinweis a.button.gruen, #cookie_hinweis a.button.blau, #cookie_hinweis a.button.weiss, 
	#cookie_hinweis_details a.button, #cookie_hinweis_details a.button.gruen, #cookie_hinweis_details a.button.blau, #cookie_hinweis_details a.button.weiss {
		font-size: 14px;
		padding: 11px 20px !important;
		line-height: 18px !important;
		height: auto !important;
	}
	
}

@media (max-width: 400px) { 
	
	#cookie_hinweis .centerbox {
		padding: 15px;
	}
	
	#cookie_hinweis .auswahl p.liste {
		margin-right: 3px;
	}
	
	#cookie_hinweis_details .centerbox .inhalt,
	#cookie_hinweis_details .foot {
		padding: 15px 15px 0px 15px;
	}
	
	#cookie_hinweis_details .cookie_gruppe {
		padding: 15px;
	}
	
	#cookie_hinweis_details .head a.zurueck {
		width: 100%;
	}
	
	#cookie_hinweis_details .head ul {
		width: 100%;
		text-align: left;
	}
	
	#cookie_hinweis_details .head ul li {
		margin: 0px 10px 0px 0px;
	}
	
}</pre></body></html>