/* 1790264767.2787 */
@charset "utf-8";



* {
	margin:0;
	padding:0;
	line-height:100%;
	outline:0;
	
	
	--color-bg-grey-rgb: 85,85,85;
	--color-bg-grey: #555555;
	
	
	
	--color-bg-header-rgb: 165,42,42;
	--color-bg-header: #a52a2a;
	
	--color-bg-footer-rgb: 232,230,233;
	--color-bg-footer: #e8e6e9;
	
	--color-bg-footer-dark-rgb: 211,207,213;
	--color-bg-footer-dark: #d3cfd5;
	
	
	--color-ci-farbe-rgb: 165,42,42;
	--color-ci-farbe: #a52a2a;
	
	--color-ci-farbe-2-rgb: 235,173,41;
	--color-ci-farbe-2: #ebad29;
	
	--color-ci-farbe-button-rgb: 165,42,42;
	--color-ci-farbe-button: #a52a2a;
	
	
	--color-button-rgb: 165,42,42;
	--color-button: #a52a2a;
	
	
	--color-button-hover-rgb: 165,42,42;
	--color-button-hover: #a52a2a;
	
	
	
	--color-red-logo-rgb: 165,42,42;
	--color-red-logo: #a52a2a;
	
	
	--color-headline-red-rgb: 165,42,42;
	--color-headline-red: #a52a2a;
	
	--color-headline-grey-rgb: 113,120,120;
	--color-headline-grey: #717878;
	
	
	--color-error-rgb: 200,0,0;
	--color-error:#c80000;
		
		
	--color-green-rgb: 97,179,76;
	--color-green: #61b34c;
	
	--color-green-logo-rgb: 161,191,55;
	--color-green-logo: #a1bf37;
	
	--color-grey-link1-rgb: 181,181,181;
	--color-grey-link1: #b5b5b5;
	
	--color-grey-logo-rgb: 232,230,233;
	--color-grey-logo: #e8e6e9;
		
	--color-grey-rgb: 181,181,181;
	--color-grey: #b5b5b5;
	
	--color-grey-dark-rgb: 101,101,101;
	--color-grey-dark: #656565;
			
	--color-grey-light-rgb: 229,229,229;
	--color-grey-light: #e5e5e5;
	
	--color-grey-lightest-rgb: 242,242,242;
	--color-grey-lightest: #f2f2f2;
	
	--color-grey-link-rgb: 102,102,102;
	--color-grey-link: #666666;
	
	--color-grey-headline-rgb: 113,120,120;
	--color-grey-headline: #717878;
	
	--color-grey-text-rgb: 68,68,68;
	--color-grey-text: #444444;
	
	--color-green-button-rgb:54,193,64;
	--color-green-button:#36c140;
		
	
	--color-darkestgrey-rgb: 64,64,64;
	--color-darkestgrey: #404040;
	
	--color-darkgrey-rgb: 101,101,101;
	--color-darkgrey: #656565;
		
	--color-darkest-grey-rgb: 64,64,64;	
	
	
	--color-darkgreen-rgb: 22,130,45;
	--color-darkgreen: #16822d;
	
	--width-content: 990px;
	--width-content-small: 760px;
	--width-content-wide: 1280px;	
	
	--width-subnav: 320px;
	--width-subnav-small: 200px;
	
	
	
	--picbox-width: 280px;
	
/*
	--color-button-hover-rgb: 235,173,41;
	--color-button-hover: #ebad29;
	*/
	
	/*
	--color-bg-header-rgb: 232,230,233;
	--color-bg-header: #e8e6e9;
	*/	
	
	
}
#bestellnavi ul {
	display:inline-block;
	list-style:none;
	margin: 0 0 20px 0;
}


#bestellnavi ul li {
	float:left;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-size:120%;
}

#bestellnavi ul li span,
#bestellnavi ul li a {	
    cursor: default;	
	display: block;
    width: auto;
	margin:0 8px 0 0;
	padding:6px;	
	text-decoration: none;    	
}

#bestellnavi ul li span {
	background: #eee;
    color: #333;
	border: 1px solid rgba(var(--color-ci-farbe-rgb),1);
}

#bestellnavi ul li a,
#bestellnavi ul li a:hover,
#bestellnavi ul li a:active {
    background:#fff;
	color: rgba(var(--color-ci-farbe-rgb),1);
    cursor: pointer;
	border: 1px solid rgba(var(--color-ci-farbe-rgb),1);
}


#bestellnavi ul li a.aktiv,
#bestellnavi ul li a.aktiv:hover,
#bestellnavi ul li a.aktiv:active {
    background:rgba(var(--color-ci-farbe-rgb),1);
	color: #fff;
}






#container .boxen {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}


#content .boxen.gallery .gallery_pic {
	width: 32.66%;
	margin:0 1% 1% 0 !important;
	padding:0;	
	float:left;
	aspect-ratio: 3 / 2;
	overflow:hidden;
}

#content .boxen.gallery.quer4zu3 .gallery_pic {
	aspect-ratio: 4 / 3;
}

#content .boxen.gallery.hoch4zu5 .gallery_pic {
	aspect-ratio: 4 / 5;
}

#content .boxen.gallery.hoch2zu3 .gallery_pic {
	aspect-ratio: 2 / 3;
}

#content .boxen.gallery.quadrat .gallery_pic {
	aspect-ratio: 1 / 1;
}

#content .boxen.gallery .gallery_pic:nth-child(3n) {
	margin-right:0 !important;
}

#content .boxen.gallery .gallery_pic:nth-child(4n){}


@media only screen and (min-width: 641px) and (max-width: 990px) {

	#content .boxen.gallery .gallery_pic {
		width: 49%;
		margin-right: 1% !important;
	}
	
	#content .boxen.gallery .gallery_pic:nth-child(2n){
		margin-right:0 !important;
	}
	
	#content .boxen.gallery .gallery_pic:nth-child(3n) {
		margin-right:1% !important;
	}
	
	#content .boxen.gallery .gallery_pic:nth-child(4n){
		clear:none;	
	}

}

@media only screen and (max-width: 640px) {

	#content .boxen.gallery .gallery_pic	{
		width:100%;
		margin-right:0% !important;
		margin-bottom:10px !important;
	}
	
	#content .boxen.gallery .gallery_pic:nth-child(3n){
		margin-right:0 !important;
	}

	#content .boxen.gallery .gallery_pic:nth-child(4n){
		clear:none;	
	}

}


#content .boxen.gallery .gallery_pic img {
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
}



#content .boxen.gallery figure.gallery_pic img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}





#content div.box_masonry {		
	margin:10px auto 20px auto;
	padding:0;
	overflow:hidden;	
	text-align:center;
}


#content form input, 
#content form textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, san-serif; 
	font-weight:normal;	
}



/* ##### FORMULAR START ##### */

#content section .formular .box_r {
	margin:0;	
}

article.formular {
	margin:0;
}

#content .formular form {
	font-size:100%;
}

#content section form {
	width:100%;
	margin:0 0 30px 0;
}

#content .formular form fieldset {
	padding:6px;
	margin:0 0 8px 0;
	border:1px solid #E6E6E6;
	font-size:100%;
	clear:none;
}

#content .formular form fieldset legend {
	font-size:160%;
	line-height:140%;
	padding:6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding:4px 6px;
	color:#666;
	font-weight:600;
}

#content .formular form p.r {
	text-align:right;
}

#content .formular form span.fl {
	float:left;
}

#content .formular form span.fr {
	float:right;
}

#content .formular form fieldset p {
	display:block;
	margin:4px 0 !important;
	font-size:100%;
	width:auto;
}

#content p.paypal,
#content .formular form fieldset p.paypal {
	margin-top:6px !important;	
	font-size:140% !important;
	line-height:140% !important;
	width:100%;
	max-width:460px;
}

#content p.paypal span.red, 
#content .formular form fieldset p.paypal span.red {
	color:var(--color-error) !important;
}

#content p.paypal span.pp_button_style {
	display:inline-block;
	padding:10px 12px;
	background-color:#fff;
	border:2px solid #1c3d8e;
	color:#1c3d8e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	font-weight:700;
	margin:6px;
}

#content p.paypal .pp_grafik {
	border:2px solid red;
	margin-top:4px;
}

#content .formular form fieldset label {
	display:inline-block;
	width:110px;
	margin:0;
	font-size:140%;
	line-height:140%;
}

#content .formular form fieldset label.ort {
	width:40px;
	margin-left:16px;
}

#content .formular form fieldset label.fl {
	float:left;
	display:inline-block;
	width:110px;
	margin:0 12px 0 0;
	word-wrap: break-word;
}

#content .formular form fieldset.border label.fl_textarea {
	margin:0;
}

#content .formular form fieldset label.captcha {
	width:120px;
}

#content .formular form fieldset label.radio_label {
	width:auto;
	margin-left:6px;
}

#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#content .formular form fieldset label.block_label {
	width:100%;
	display:block;
	margin-bottom:4px;
}

#container .label_bold {
	font-weight:600 !important;
}

#content .formular form fieldset span.txt {
	font-size:140%;
	line-height:140%;
}

#content .formular form fieldset p.hint {
	font-size:120%;
	line-height:130%;
	color:var(--color-ci-farbe);
}

#content .formular form fieldset input.txt, 
#content .formular form fieldset textarea {
	display:inline-block;
	width:calc(100% - 152px);
	margin:0 0 0 24px;
	padding:6px;
	border:1px solid #d5d5d5;
	font-size:140%;
	line-height:140%;
}

#content form fieldset textarea,
#content form fieldset textarea:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #d5d5d5;
}

#content .formular form fieldset textarea.fl {
	float:left;	
	margin-left:14px;
}

#content .formular form fieldset input.nolabel, 
#content .formular form fieldset textarea.nolabel {
	margin-left:0;
	width:98%;
}

#content .formular form fieldset input.plz {
	width:60px;
}

#content .formular form fieldset input.ort {
	width:calc(100% - 288px);
	margin-left:0;
}

#content .formular form fieldset input.captcha  {
	width:110px;
}

#content .formular form fieldset input.zahl {
	width:80px;
}


#content .formular form fieldset input.radio, 
#content .formular form fieldset input.checkbox  {
	display:inline-block;
	width:16px;
	margin-left:25px;
}

#content .formular form fieldset select {
	margin-bottom:4px;
	border:1px solid #d5d5d5;
	background-color:#fff;
	padding:6px;
	font-size:120%;
	line-height:120%;
}

#content .formular form fieldset select option {
	padding:0 4px;
	font-size:120%;
	line-height:120%;
}

#content .formular form fieldset select.ohne {
	margin-left:6px;
}

#content .formular form fieldset .no_space_left  {
	margin-left:2px !important;
}

#content section .formular form .buttons {
	display:block;
	margin:4px 0 32px 0;		
}

#content section .formular form button,
#content section .formular form input[type="submit"],
#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:90%;	
	padding:6px;
	color:#fff;
	border:2px solid rgba(var(--color-button-rgb),1);	
	background-color:rgba(var(--color-button-rgb),1);
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content section .formular form button:hover,
#content section .formular form input[type="submit"]:hover,
#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:rgba(var(--color-button-rgb),1);
	background-color:#fff !important;
	padding:6px;
	
}

#content section .formular form button *,
#content section .formular form input[type="submit"] *,
#content section .formular form input[type="reset"] * {
	text-decoration:none;	
}

#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:90%;	
	padding:6px;
	color:rgba(244,73,73,1);
	border:2px solid rgba(244,73,73,1);	
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:#fff !important;
	background-color:rgba(244,73,73,1);
	padding:6px;
	
}

#form fieldset label.checkbox_label,
#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#form fieldset label.checkbox_txt_label,
#content .formular form fieldset label.checkbox_txt_label {
	width:90% !important;
	float:left;
	margin-left:0px;
	margin-right:16px;
	vertical-align:2px;
	font-weight:normal;
	display:inline-block;
}

#form fieldset input.checkbox_txt_label,
#content .formular form fieldset input.checkbox_txt_label {
	float:left;
	width:16px;
	margin:2px 6px 0 6px;
	display:inline-block;
}


#content .formular div.error {
	border:1px solid red;
	margin:4px 0 10px 0;
	padding:6px;
}

#content .formular div.error h3 {
	margin-top:0;
	color:var(--color-error);
}

#content .formular div.error ul,
#content .formular div.error li:last-child {
	margin-bottom:0;
}

#content .formular  div.success {
	border:2px solid rgba(0,128,0,1);
	background-color:rgba(0,128,0,.0725);
	margin:12px 0 18px 0;
	padding:12px;
}

#content .formular div.success h2 {
	color:#008000;
	margin:0 0 2px 0 !important;
}


form#routenplaner {
	display:block;
	margin-top:20px !important;
}

form#routenplaner fieldset {
	display:block;
}

form#routenplaner legend {
	font-size:140% !important;
}

form#routenplaner fieldset p { 
	font-size:100% !important;
}

form#routenplaner fieldset input.txt {
	margin-left:0 !important;
	width:calc(100% - 14px) !important;
	font-size:120% !important;
}


div#karte {
display:block;
	min-height:360px;
	width:100%;
}


@media only screen and (max-width: 990px) {
	
	form#routenplaner fieldset {
		display:block;
		float:none;
		width:calc(100% - 14px);	
	}
	
	#content .formular form fieldset p {
		clear:both;
	}
	
	#content .formular form fieldset label,
	#content .formular form fieldset label.fl,
	#content .formular form fieldset label.ort	{
		display:block;
		width:auto;		
		float:none;
	}
	
	#content .formular form fieldset label.radio_label {
		display:inline-block;
		width:auto;
		margin-left:6px;
		margin-right:24px;
	}

	#content .formular form fieldset input.txt, 
	#content .formular form fieldset textarea,
	#content .formular form fieldset input.plz,
	#content .formular form fieldset input.ort {
		display:block;
		width:97%;
		margin:0;
	}

	#content .formular form fieldset textarea.fl {
		display:block;
		margin-left:0;	
	}
	
	#content .formular form fieldset input.radio {
		width:16px;
		display:inline-block;
	}

	#content .formular form fieldset input.captcha  {
		width:100px;
	}
	
	#content .formular form fieldset input.captcha,
	#content .formular form fieldset span.frage {
		display:inline-block !important;
		margin-right:6px;
	}
	
	#content .formular form fieldset.border label.fl_textarea {
		margin:0;
	}

	#content .formular form fieldset label.captcha {
		width:120px;
	}

	#content .formular form fieldset label.radio_label {
		width:auto;
		margin-left:6px;
	}

	#content .formular form fieldset label.checkbox_label {
		width:auto;
		margin-left:6px;
		margin-right:16px;
		vertical-align:2px;
	}
	
	#content .formular form fieldset p.checkboxen input.checkbox,
	#content .formular form fieldset p.checkboxen label.checkbox {
		display:inline-block !important;
	}
	
	#content .formular form fieldset p.checkboxen label.checkbox {
		margin-right:12px !important;
	}
	
}

#content form fieldset label.txt.url,
#content form fieldset input.txt.url,
#content form fieldset label.url,
#content form fieldset input.url {
	display:none !important;
}

#content form fieldset input:focus,
#content form fieldset select:focus,
#content form fieldset textarea:focus {	
	background:rgba(236,236,236,.5);
}

/* ##### FORMULAR ENDE ##### */


/* #### GALLERY BLUEIMP START #### */

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url('/gif/blueimp-gallery/error.png') center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url('/gif/blueimp-gallery/play-pause.png') 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url('/gif/blueimp-gallery/error.svg')}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url('/gif/blueimp-gallery/play-pause.svg')}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url('/gif/blueimp-gallery/video-play.png') center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url('/gif/blueimp-gallery/video-play.svg')}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}

.blueimp-gallery > .slides > .slide > .text-content {
  overflow: auto;
  margin: 60px auto;
  padding: 0 60px;
  max-width: 920px;
  text-align: left;
}

.blueimp-gallery {
	font-size:100% !important;
}

.blueimp-gallery h3.title,
.blueimp-gallery p.title,
.blueimp-gallery>.title,
.blueimp-gallery div.title {
	color:#fff !important;
	text-shadow:none;
	font-size:200% !important;
	font-weight:400;
}

.blueimp-gallery a {
	border:none !important;
}

.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .prev {
	display: block !important;
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none !important;
}

/* #### GALLERY BLUEIMP ENDE #### */




/* ### RESPONSIVE VIDEO START ###  */

#container .youtubevideo {
	border:none;
	width:650px;
	height:366px;
}

#container .small_center {
	margin:20px auto;
	text-align:center;	
}

#container .small_center.w472 {
	width:100%;
	max-width:472px !important;
}

#container div.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top:32px;
	margin-bottom:32px;
}

#container div.responsive-video.home {
	padding-bottom: calc(266/472 * 100%) !important;	
}

#container div.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0px;
}
    
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
    
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
    
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
    
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/gif/icons/bt_play.png") no-repeat;
	cursor: pointer;
}

/* ### RESPONSIVE VIDEO ENDE ###  */




/* YouTube Blocked Start */

#container div.responsive-video.blocked {
	position:relative;
}

#container div.responsive-video.blocked .message {
	position: absolute;
	top: 0;
	left: 0;	
	width: calc(100% - 60px);
	height: calc(100% - 60px);		
	z-index:100 !important;
	border:0px solid red !important;
	background-color:rgba(0,0,0,.75) !important;
	color:#fff !important;
	text-align:center;
	padding:30px;
}

#container div.responsive-video.blocked .message p,
#container div.responsive-video.blocked .message * {
	color:#fff !important;
}

#container div.responsive-video.blocked .message a,
#container div.responsive-video.blocked .message span.klaro_link {
	cursor: pointer;
	color:var(--color-error) !important;	
}

#container div.responsive-video.blocked .message a.youtube-blocked,
#container div.responsive-video.blocked .message span.youtube-blocked {
	color:#fff !important;
	background-color:var(--color-error);
	padding:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:6px;
	display:inline-block;
}

/* YouTube Blocked Ende */






/* Buttons Start */

#content .link_button {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:6px;
	font-size:100%;		
	color:rgba(var(--color-ci-farbe-button-rgb),1);
	border:2px solid rgba(var(--color-ci-farbe-button-rgb),1);	
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;	
}

#content :hover.link_button,
#content a:hover.link_button {
	text-decoration:none;
	color:#fff !important;	
	background-color:rgba(var(--color-ci-farbe-button-rgb),1);	
	padding:6px;
}

#content :hover.link_button * {
	text-decoration:none;
	color:#fff !important;
}

#content .link_button_small {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:90%;	
	padding:6px;
	color:rgba(var(--color-ci-farbe-button-rgb),1);
	border:1px solid rgba(var(--color-ci-farbe-button-rgb),1);	
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content :hover.link_button_small,
#content a:hover.link_button_small {
	text-decoration:none;
	color:#fff !important;
	background-color:rgba(var(--color-ci-farbe-button-rgb),1);
	padding:6px;
	
}

#content :hover.link_button_small * {
	text-decoration:none;
	color:#fff !important;
}

/* Buttons Ende */




/* ### KLARO START ### */

.klaro {
  font-family:inherit;
}
.klaro button {
  font-family:inherit;
  font-size:14px;
}
.klaro.cm-as-context-notice {
  height:100%;
  padding-bottom:12px;
  padding-top:12px
}
.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#c8c8c8;
  display:block;
  position:relative;
  padding:10px;
  padding-left:66px;
  line-height:20px;
  vertical-align:middle;
  min-height:40px
}
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom:0
}
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top:0
}
.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top:0
}
.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position:relative;
  display:inline-block;
  width:50px;
  height:30px
}
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider {
  background-color:#1a936f;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider {
  background-color:#1a936f;
  opacity:.6
}
.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before {
  -ms-transform:translateX(10px);
  transform:translateX(10px)
}
.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider {
  background-color:#24cc9a;
  opacity:.8
}
.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider::before {
  -ms-transform:translateX(10px);
  transform:translateX(10px)
}
.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider {
  background-color:#24cc9a;
  opacity:.8;
  cursor:not-allowed
}
.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)
}
.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width:50px;
  height:30px
}
.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-weight:600
}
.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
	color:#333;
	font-size:100% !important;
  padding-top:4px
}
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position:absolute;
  left:0
}
.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color:#f2f2f2;
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  transition:.4s;
  width:50px;
  display:inline-block
}
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color:#666;
  position:absolute;
  content:"";
  height:20px;
  width:20px;
  left:5px;
  bottom:5px;
  transition:.4s
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before {
	background-color:#e6e6e6;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius:30px
}
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius:50%
}
.klaro .cookie-modal .cm-list-label input:focus+.slider,
.klaro .context-notice .cm-list-label input:focus+.slider,
.klaro .cookie-notice .cm-list-label input:focus+.slider {
  color:#48dfb2;
}
.klaro .cookie-modal .cm-list-label input:checked+.slider::before,
.klaro .context-notice .cm-list-label input:checked+.slider::before,
.klaro .cookie-notice .cm-list-label input:checked+.slider::before {
  -ms-transform:translateX(20px);
  transform:translateX(20px)
}
.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider {
  box-shadow:0 4px 6px 0 rgba(125,125,125,.2),5px 5px 10px 0 rgba(125,125,125,.19)
}
.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before {
  -ms-transform:translateX(20px);
  transform:translateX(20px)
}
.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)
}
.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color:#005B82;
  text-decoration:dotted underline;
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color:#333;
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display:block;
  text-align:left;
  margin:0;
  padding:0;
  margin-top:.7em
}
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family:inherit;
}
.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right:.5em;
  vertical-align:middle
}
.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  border-radius:4px;
  padding:6px 10px;
  margin-right:.5em;
  border-style:none;
  cursor:pointer;  
  background: rgba(51,51,51,.1);
  border: 2px solid rgba(51,51,51,.0) !important;
  color: rgba(25,25,25,1) !important;
  border: none !important;  
}
.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity:.5
}
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color:#c8c8c8;
}
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background: rgba(51,51,51,1);
  border: 2px solid rgba(51,51,51,1);
  color: rgba(255,255,255,1) !important;
  cursor: pointer;
  transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border:none !important;
  border-radius:2px;
  overflow:hidden;
  display: inline-block;
  position: relative;
  padding:7px 14px;
  width: auto;
  margin:6px auto;
  overflow-wrap: break-word !important;
  line-height: 100% !important;    
}
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color:#24cc9a;
}
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color:#2581c4;
}
.klaro .context-notice {
  border-radius:4px;
  border-style:solid;
  border-width:1px;
  border-color:#c8c8c8;
  background-color:#fafafa;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  padding:12px;
  height:100%
}
.klaro .context-notice.cm-dark {
  background-color:#333;
  border-color:#5c5c5c;
}
.klaro .context-notice.cm-dark p {
  color:#fafafa;
}
.klaro .context-notice.cm-dark p a {
  color:#459cdc;
}
.klaro .context-notice p {
  color:#333;
  flex-grow:0;
  text-align:center;
  padding-top:0;
  margin-top:0
}
.klaro .context-notice p a {
  color:#24cc9a;
}
.klaro .context-notice p.cm-buttons {
  margin-top:12px
}
.klaro .context-notice p.ccn-description-empty-store {
  margin-top:24px;
}
.klaro .cookie-modal {
  width:100%;
  height:100%;
  position:fixed;
  overflow:hidden;
  left:0;
  top:0;
  z-index:1000
}
.klaro .cookie-modal.cm-embedded {
  position:relative;
  height:inherit;
  width:inherit;
  left:inherit;
  right:inherit;
  z-index:0
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position:relative;
  -ms-transform:none;
  transform:none
}
.klaro .cookie-modal .cm-bg {
  background:rgba(0,0,0,.5);
  height:100%;
  width:100%;
  position:fixed;
  top:0;
  left:0
}
.klaro .cookie-modal .cm-modal.cm-klaro {
	background: rgba(250,250,250,1);
	color:#333 !important;
  z-index:1001;
  box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);
  width:100%;
  max-height:98%;
  top:50%;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  position:fixed;
  overflow:auto
}
@media(min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius:4px;
    position:relative;
    margin:0 auto;
    max-width:640px;
    height:auto;
    width:auto
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style:none;
  background:none;
  cursor:pointer;
  position:absolute;
  top:20px;
  right:20px;
  z-index:1
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke:#fafafa;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color:#5c5c5c;
  border-top-width:1px;
  border-top-style:solid;
  padding:1em
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display:flex;
  flex-flow:row;
  justify-content:space-between
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size:.8em;
  padding-top:4px;
  text-align:right;
  padding-right:8px
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color:#5c5c5c;
  color:var(--klaro-dark2, #5c5c5c)
}
.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#5c5c5c;
  padding:1em;
  padding-right:24px
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin:0;
  font-size:2em;
  display:block
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right:20px
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding:1em
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display:block
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display:inline-block;
  width:auto
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding:0;
  margin:0
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color:#a0a0a0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left:-40px;
  display:none
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top:10px;
  display:block
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
	position:relative;
	line-height:20px;
	vertical-align:middle;
	padding-left:60px;
	min-height:40px;
	font-size:140% !important;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services .cm-content.expanded li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services .cm-content.expanded li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes .cm-content.expanded li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes .cm-content.expanded li.cm-purpose {
	font-size:100% !important;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top:0
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top:0
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
	color:#333;
	font-size:100% !important;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#5c5c5c;
  padding-top:1em
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight:600
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color:#5c5c5c;
  padding-left:.2em;
  font-size:.8em
}

.cookie_klaro .cookie-notice {	
	z-index:99999999;		
	position:fixed;	
	left:calc(50% - 260px);
	bottom:50px;
	top:auto;
	width:460px;
	height:auto;	
	padding:16px 30px;		
	font-size:100%;
	line-height:120%;	
	text-align:center;			
	border:2px solid rgba(64,64,64,.75);
	border-radius: 2px;
	color:rgba(64,64,64,1) !important;
	background:rgba(250,250,250,1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		display:block !important;
		text-align:center !important;
	}
}

@media (max-width: 616px) {
	.cookie_klaro .cookie-notice {
		padding:10px 14px;		
		left:50%;
		right:auto;
		bottom:10px;
		width:calc(96% - 28px);
		margin-left:-48%;		
		word-wrap: break-word;	
	}
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
	z-index:999;
	position:fixed;
	width:100%;
	bottom:0;
	right:0;
  	border:2px solid rgba(64,64,64,.75);
	border-radius: 2px;
	color:rgba(64,64,64,1) !important;
	background:rgba(250,250,250,1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	font-size: 100%;
	line-height: 120%;
	text-align: center;
	color: rgba(64,64,64,1) !important;  
}
@media(min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius:4px;
    position:fixed;
	left: calc(50% - 260px);
	bottom: 50px;
	top:auto;
	max-width:460px;
	box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19)
  }
}
@media(max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {}
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position:relative;
  height:inherit;
  width:inherit;
  left:inherit;
  right:inherit;
  bottom:inherit;
  z-index:0
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top:.5em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom:0;
  margin-right:0;
  bottom:0;
  padding:0;
  font-size:100%;
  line-height:100%;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom:.5em
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration:underline
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display:inline-block;
  margin-top:-0.5em
}
@media(max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width:100%
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top:.5em
}
@media(max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width:calc(50% - 0.5em)
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top:-0.5em;
  display:flex;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:center;
  justify-content:space-between;
  align-items:baseline
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top:.5em
}
.klaro .cookie-modal-notice {
  background-color:#333;
  color:#fafafa;
  z-index:1001;
  box-shadow:0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);
  width:100%;
  max-height:98%;
  top:50%;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  position:fixed;
  overflow:auto;
  padding:1em;
  padding-top:.2em
}
@media(min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius:4px;
    position:relative;
    margin:0 auto;
    max-width:400px;
    height:auto;
    width:auto
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display:flex;
  flex-flow:row;
  justify-content:space-between;
  align-items:center;
  margin-top:1em
}
.klaro .cookie-notice-hidden {
  display:none !important
}

/* ### KLARO ENDE ### */



/* ### KLARO EIGEN START ### */

.cookie_klaro .cookie-modal,
.cookie_klaro .cookie-notice {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .switch, 
.cookie_klaro .cookie-notice .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
	background-color: #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
	opacity: 0.8;
	background-color: #006A4E;
	cursor: not-allowed;
}

.cookie_klaro .cookie-modal .slider, 
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input, 
.cookie_klaro .cookie-notice .cm-app-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label,
.cookie_klaro .cookie-notice .cm-app-label {}

.cookie_klaro .cookie-modal .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 50px;
	display: inline-block;
}

.cookie_klaro .cookie-modal .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-label .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round,
.cookie_klaro .cookie-notice .cm-app-label .slider.round {
	border-radius: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round:before,
.cookie_klaro .cookie-notice .cm-app-label .slider.round:before {
	border-radius: 50%;
}

.cookie_klaro .cookie-modal .cm-app-label input:focus + .slider,
.cookie_klaro .cookie-notice .cm-app-label input:focus + .slider {
	box-shadow: 0 0 1px #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-label input:checked + .slider:before,
.cookie_klaro .cookie-notice .cm-app-label input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
	box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .slider,
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal a,
.cookie_klaro .cookie-notice a {
	color: #005B82;
	font-size:105% !important;
	text-decoration:dotted underline;
	margin:0 !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice strong,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	font-family: inherit;
	color: #333;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li {
	color: #333;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal li {
	line-height:140%;
	font-size:100%;
}


.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.cookie_klaro .cookie-modal .cm-link,
.cookie_klaro .cookie-notice .cm-link {
	padding-left: 4px;
	vertical-align: middle;
}

.cookie_klaro .cookie-notice .cm-link.cm-learn-more {
	padding:8px;
	display:inline-block;
	background-color:#555;
	color:#fff;
	vertical-align: top;
	margin:0;
	font-size:100% !important;
	font-weight:400 !important;
}

.cookie_klaro .cookie-modal .cm-btn,
.cookie_klaro .cookie-notice .cm-btn {
	background:rgba(51,51,51,.1);
	color: rgba(25,25,25,1) !important;	
	cursor: pointer;
	transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border:none !important;
	border-radius:2px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	padding:7px 14px;
	width: auto;
	margin:6px auto;
	margin:6px !important;
	overflow-wrap: break-word !important;
	line-height: 100% !important;
}

.cookie_klaro .cookie-modal .cm-btn:disabled,
.cookie_klaro .cookie-notice .cm-btn:disabled {
	opacity: 0.5;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-sm,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-sm {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-close,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-close {
	background: #eee;
	color: #555;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-success,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-success {
	background:rgba(51,51,51,1);
	color: rgba(255,255,255,1) !important;	
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-info,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-info {
	background:rgba(51,51,51,.1);
	color: rgba(25,25,25,1) !important;
	border:none !important;	
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-right {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.cookie_klaro .cookie-notice .cm-btn-danger {
	background:rgba(51,51,51,.1);
	color: rgba(25,25,25,1) !important;
	border:none !important;	
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-success,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-success, 
.cookie_klaro .cookie-modal .cm-btn.cm-btn-info,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-info,
.cookie_klaro .cookie-modal .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn-danger,
.cookie_klaro .cookie-notice .cn-learn-more {
	cursor: pointer;
	transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: rgba(64,64,64,1);
	border:none !important;
	border-radius:2px;
	overflow:hidden;
	padding:7px 14px;
	width: auto;
	margin:6px !important;
	overflow-wrap: break-word !important;
	line-height: 100% !important;
}


.cookie_klaro .cookie-notice .cn-learn-more {
	background:rgba(51,51,51,.1);
	color: rgba(25,25,25,1) !important;
	border:none !important;
	font-size:140% !important;
	margin-left:0 !important;
}


.cookie_klaro .cookie-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 9999999 !important;
}

.cookie_klaro .cookie-modal .cm-bg {
	background: rgba(0,0,0,.75) !important;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0 !important;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal {
	z-index: 1001;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	width: 90%;
	max-height: 98%;
	left:5%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #fff;
}


@media (min-width: 1024px) {
	.cookie_klaro .cookie-modal .cm-modal {
		border-radius: 4px;
		position: relative;
		margin: 0 auto;
		max-width: 640px;
		height: auto;
		width: auto;
	}
}

.cookie_klaro .cookie-modal .cm-modal .hide {
	border: none;
	background: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.cookie_klaro .cookie-modal .cm-modal .hide svg {
	stroke: #333;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer {
	padding:10px;
	border-top: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	content: " ";
	display: table;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	clear: both;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
	font-size:100%;
	padding-top: 4px;
	text-align: center;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
	color: #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header {
	padding:10px;
	border-bottom: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1 {
	margin: 0 0 6px 0;
	font-size:220%;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1.title {
	padding-right: 20px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header p {
	margin: 0;
	font-size:130% !important;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal label.cm-app-label {
	font-size:120% !important;
}
.cookie_klaro .cookie-modal .cm-modal p.cm-app-description,
.cookie_klaro .cookie-modal .cm-modal p.purposes {
	font-size:110% !important;
}

.cookie_klaro .cookie-modal .cm-modal p.purposes {
	margin:0 !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body {
	padding:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul {
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body span {
	display: inline-block;
	width: auto;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
	padding: 0;
	margin: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 40px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	position: absolute;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	font-size:100%;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
	border-top: 1px solid #555;
	padding-top:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
	font-weight: 600;
	color:#fff !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
	padding-left: 2px;
	font-size:100%;
}


.cookie_klaro .cookie-notice {	
	z-index:99999999;		
	position:fixed;	
	left:calc(50% - 260px);
	bottom:50px !important;
	top:auto;
	width:460px !important;
	height:auto;	
	padding:16px 30px;		
	font-size:100%;
	line-height:120%;	
	text-align:center;			
	border:2px solid rgba(64,64,64,.75);
	border-radius: 2px;
	color:rgba(64,64,64,1) !important;
	background:rgba(250,250,250,1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		display:block !important;
		text-align:center !important;
	}
}


@media (max-width: 616px) {
	.cookie_klaro .cookie-notice {
		padding:10px 14px;		
		left:50%;
		right:auto;
		bottom:10px !important;
		width:calc(90% - 28px) !important;
		margin-left:-46%;		
		word-wrap: break-word;	
	}
}

.cookie_klaro .cookie-notice .cn-body {
	margin:0 auto !important;	
	text-align:left !important;
}

.cookie_klaro .cookie-notice .cn-body p {	
	margin-bottom: 5px;
	line-height:130%;
	font-size:130%;
}

.cookie_klaro .cookie-notice .cn-body p.cn-changes {
	text-decoration: underline;
}

.cookie_klaro .cookie-notice .cn-body .cn-learn-more {
	display: inline-block;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok {
	padding-top: 5px;
	margin: 0;
}

.cookie_klaro .cookie-notice-hidden {
	display: none !important;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok {
	text-align:center;
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-flow: row wrap;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-danger,
.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-success,
.cookie_klaro .cookie-notice .cn-body p.cn-ok a.cm-link.cm-learn-more {
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color:rgba(64,64,64,1);
	border:none !important; 	
	border-radius: 2px;
	overflow:hidden;	
	display: inline-block;
	position: relative;
	padding: 7px 14px;
	width:auto;	
	margin:6px auto;
	overflow-wrap: break-word !important;	
	line-height:100% !important; 	
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-danger:hover,
.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-success:hover,
.cookie_klaro .cookie-notice .cn-body p.cn-ok a.cm-link.cm-learn-more:hover {
	background-color: transparent;
	text-shadow: none;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-success {
	background: rgba(51,51,51,1);
	border: 2px solid rgba(51,51,51,1);
	color:rgba(255,255,255,1) !important;	
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-success:hover {
	background:rgba(54,193,64,1);
	border: 2px solid rgba(54,193,64,1);
	color:rgba(255,255,255,1) !important;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-danger {
	background: rgba(51,51,51,.1);
	border: 2px solid rgba(51,51,51,.0) !important;	
	color:rgba(25,25,25,1) !important;	
	border:none !important; 	
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok button.cm-btn-danger:hover {	
	background: rgba(244,73,73,1);
	color:rgba(255,255,255,1) !important;	
	border: 2px solid rgba(244,73,73,1);
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok a.cm-link.cm-learn-more {			
	background: rgba(51,51,51,.1);
	border: 2px solid rgba(51,51,51,.0) !important;	
	color:rgba(25,25,25,1) !important;	
	margin-top:5px !important;
	padding:5px 14px !important;
	height:100% !important;	
	line-height:100% !important;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok a.cm-link.cm-learn-more:hover {
	background: rgba(128,128,128,.4);
	border: 2px solid rgba(128,128,128,0) !important;	
	color:rgba(64,64,64,1) !important;	
}

/* ### KLARO EIGEN ENDE ### */