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


:root {
	--color-bg-grey-rgb: 85,85,85;
	--color-bg-grey: #555555;
	
	--color-bg-header-rgb: 232,230,233;
	--color-bg-header: #e8e6e9;
	
	--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: 189,0,0;
	--color-ci-farbe: #BD0000;
	
	--color-ci-farbe-2-rgb: 0,18,255;
	--color-ci-farbe-2: #0012FF;
	
	--color-ci-farbe-button-rgb: 189,0,0;
	--color-ci-farbe-button: #BD0000;	
	
	--color-button-rgb: 189,0,0;
	--color-button: #BD0000;
	
	--color-button-hover-rgb: 0,18,255;
	--color-button-hover: #0012FF

	--color-red-logo-rgb: 189,0,0;
	--color-red-logo: #BD0000;
		
	--color-headline-red-rgb: 189,0,0;
	--color-headline-red: #BD0000;
	
	--color-headline-grey-rgb: 113,120,120;
	--color-headline-grey: #717878;	
	
	--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-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;
}



/* ##### FOOTER START ##### */ 

footer {
	display:block;
	margin:0;
	width:100%;
	padding:0;
	font-size:100%;
	text-align:center;
	background:rgba(var(--color-bg-footer-rgb),1);
}

footer div.dark {
	display:block;
	width:100%;
	padding:10px 0;
	margin:0;
	background:rgba(var(--color-bg-footer-dark-rgb),1);
}

footer div.block {
	width:calc(100% - 20px);
	max-width:calc(var(--width-content-wide) - 20px);
	margin:0 auto;
	text-align:left;
}

footer div.full {
	width:calc(100% - 20px);
	margin:0 auto;
	text-align:left;
}

footer div.light {
	padding-top:8px;
	padding-bottom:16px;
}

footer p {
	text-align:left;
	font-size:130%;
	line-height:140%;	
}

footer p.biglines {
	line-height:160%;	
}


footer th,
footer td {
	text-align:left;
	font-size:130%;
	line-height:140%;	
}

footer span.fr,
footer span.r {
	float:right;
}

footer img.fr {
	float:right;
}

footer img.fl {
	float:left;
	margin-right:20px;
}


footer p.firmenname {
	font-size:110%;
	line-height:110%;
	color:var(--color-grey-link);
}

footer p a {
	/*
	color:#666;
	*/
	color:var(--color-grey-link);
}

footer p a.dark {
	color:var(--color-grey-text);
}

footer p.box100 {
	display:block;
	width:100%;
	margin-bottom:10px;
}

footer p.box25 {
	float:left;
	width:22.5%;
	margin:0 3.33% 0 0;	
}

footer p.box33 {
	float:left;
	width:32%;
	margin:0 2% 0 0;	
}

footer p.box66 {
	float:left;
	width:65%;
	margin:0 1% 0 0;	
}

footer p.r {
	margin-right:0;
}


footer div.light svg.icon-tabler {
	vertical-align:-2px;
	margin-right:2px;
}

footer p.firmenname svg.icon-tabler {
	vertical-align:-1px;
	margin-right:3px;
}

footer p.firmenname img {
	vertical-align:-1px;
	margin-right:4px;
}

footer .small {
	font-size:85%;
}

footer .go-top {
	position: fixed;
	bottom: 1.5em;
	right: 1em;
	text-decoration: none;
	color: white;
	text-align:left;
	background-color:rgba(var(--color-ci-farbe-rgb),1);
	width:24px;
    height:24px;
    line-height:24px;
    border: 0px solid rgba(var(--color-ci-farbe-rgb),1);
    border-radius: 50%;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:10000;
}

footer .go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


@media only screen and (max-width: 990px) {
		
	footer p.biglines {
		float:none;
		display:block;
		text-align:center;
		margin:0 auto 0px auto;
	}
	footer p.biglines img.fl {
		float:none;
		margin:0 auto 12px auto!important;
		display:block;
		text-align:center;
	}
	
}


@media only screen and (max-width:440px){
	
	footer p.firmenname span {
		float:none;
		display:block;
		text-align:center;
		margin:0 auto 12px auto;
	}
	footer p.firmenname span.fr {
		margin:0 auto !important;
	}
	
}


/* ##### FOOTER ENDE ##### */



/* FOOTER TYPO START */

footer h4 {
	font-family:Verdana, Arial, Helvetica, Tahoma, san serif;
	font-size:140%;
	line-height:130%;
	margin:0 0 6px 0;
}

footer a {
	text-decoration:none;
	font-weight:normal;
	color:var(--color-grey-link);
}

footer strong a {
	font-weight:bold;
}

footer div.block div.box ul {
	list-style:none;
	margin:3px 0 0 1px;
}

footer div.block div.box p, 
footer div.block div.box li {
	margin:0;
	padding:0;
	font-size:120%;
	line-height:130%;
}

/* FOOTER TYPO ENDE */






#content a.button_block {
	font-weight:500;	
	display:inline-block;	
	padding:10px 30px;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background-color:#fff;
	border:1px solid rgba(var(--color-ci-farbe-rgb),1);	
	color:rgba(var(--color-ci-farbe-rgb),1) !important;		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;		
}

#content .button_kontakt {	
	font-weight:500;	
	display:inline-block;	
	padding:10px 30px;		
	background-color:#fff;
	border:1px solid rgba(var(--color-ci-farbe-rgb),1);	
	color:rgba(var(--color-ci-farbe-rgb),1) !important;		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content .button_block:hover,
#content .button_kontakt:hover {
	background-color:rgba(var(--color-grey-lightest-rgb),1);
	text-decoration:none;
}

#content p.cta_home {
	display:block;
	text-align:center;
	margin:20px auto;
	font-size:150%;
}

#content p.cta_home a.bt_link {
	margin:4px 0;	
	font-size:130%;
}

#content p.cta_home a.bt_link .icon-tabler {
	vertical-align:-3px;
}

#content p.cta_home a:hover {
	text-decoration:none;
}

#content p.cta_home span {
	text-align:center;
	display:inline-block;
}




/* GENERAL BUTTON STYLING START */

#container a.bt_link {
	border:none !important;
	text-decoration:none !important;	
	text-decoration: none;
	display: inline-block;
	
}

#container a.bt_link, 
#container a.bt_link:link, 
#container a.bt_link:visited {
  padding: 6px 12px;
  border: 1px solid rgba(var(--color-ci-farbe-button-rgb),1) !important;
  color: rgba(var(--color-ci-farbe-button-rgb),1);
  font-weight: 500;
  transition: all .3s ease-in-out;
}

#container a.bt_link:hover {
    background: rgba(var(--color-ci-farbe-button-rgb),1);
    border: 1px solid rgba(var(--color-ci-farbe-button-rgb),1) !important;
    color: #fff;
    border-radius: 16px;
}

#container a.bt_link svg {	
	 stroke: rgba(var(--color-ci-farbe-button-rgb),1);
	 transition: all .3s ease-in-out;
}

#container a.bt_link:hover svg {
	 stroke: #fff;
	 transition: all .3s ease-in-out;
}

#container p.cta_home a.bt_link, 
#container p.cta_home a.bt_link:link, 
#container p.cta_home a.bt_link:visited {
	padding: 10px 30px;
} 

/* GENERAL BUTTON STYLING ENDE */




/* ### MASONRY START  ### */

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


/* MASORNY START */

#content .masonry {
	width:100%;
	/*
	max-width:calc(var(--picbox-width) * 3);
	*/
}


#content div.box_masonry {	
	width:100%;
	/*
	max-width:calc(var(--picbox-width) * 3);	
	*/
}


@media screen and (max-width:728px) {
	#content div.box_masonry,	
	#content .masonry {
		max-width:calc(var(--picbox-width) * 2);
	}
}

@media screen and (max-width:498px) {
	#content div.box_masonry,
	#content .masonry {
		max-width:var(--picbox-width);
	}
}

div.box_masonry::after {
	content: '';
	display: block;
	clear: both;
}

/* MASONRY ENDE */


#content .masonry .picbox {	
	display: inline-block;
	width:calc(33.33% - 18px);
	float:none !important;
	line-height:100%;	
	
	margin: 0 18px 18px 0 !important;
	padding:0;

}

@media screen and (min-width:991px) {
	
	#content .masonry .picbox {	
		width:calc(33.33% - 18px);
	}
	
	#content .masonry .picbox:nth-child(3n) {
		margin-right:0 !important;
		/*
		background-color:orange !important;
		*/
	}
	
}

@media screen and (min-width:769px) and (max-width:990px) {
	
	#content .masonry .picbox {	
		width:calc(50% - 18px);
	}
	
	#content .masonry .picbox:nth-child(2n) {
		margin-right:0 !important;
		/*
		background-color:purple !important;
		*/
	}
	
}

@media screen and (max-width:768px) {
	
	#content .masonry .picbox {	
		width:100%;
	}
	
	#content .masonry .picbox {
		margin-right:0 !important;
		/*
		background-color:blue !important;
		*/
	}
	
}



#content .masonry .picbox a.piclink img.pic {
	display:block !important;
	width:auto !important;
	max-width:100% !important;
	height:auto;
	margin:0 auto;
	padding:0;
	line-height:100%;
	text-align:center;	
	background-color:rgba(var(--color-bg-header-rgb),.5) !important;
	/*
	border-top:2px solid yellow;
	border-bottom:2px solid yellow;
	*/
}

#content .masonry .picbox a.piclink {
	display:block !important;
	width:auto !important;
	max-width:100% !important;
	margin:0;
	padding:0;
	line-height:100%;
	text-align:center;	
	/*
	border-top:2px solid red;
	border-bottom:2px solid red;
	*/
}

#content .masonry figure.picbox figcaption {
	display:block;
	/*
	width:calc(100% - 20px);
	*/
	width:100%;
	margin:0 0 4px 0 !important;
	padding:2px 0 0 0 !important;	
	cursor:pointer;
	text-align:center;
	background-color:#fff;
}

#content .masonry figure figcaption.l {
	text-align:left !important;
}


/* ### MASONRY ENDE ### */







#content p.top {
	margin:10px 0;
	padding:0;
	display:block;
	text-align:right;
	clear:both;
}

#content p.top a,
#content p.top a:hover {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 12px 0 0;
	padding:0;
	text-align:right;
	text-decoration:none;
	background:url(/gif/icons/icons32.png) no-repeat 0px -192px;
}

#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:500;
}

#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:0 0 4px 0;
	font-size:100%;
	width:auto;
}

#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 span.txt {
	font-size:140%;
	line-height:140%;
}

#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.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;
}

#content .formular form fieldset select option {
	padding:0 4px;
}

#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-green-button-rgb),1);	
	background-color:rgba(var(--color-green-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-green-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:red;
}

#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,.125);
	margin:12px 0 18px 0;
	padding:6px;
}

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


@media only screen and (max-width: 990px) {
			
	#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:999999;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 h3.title {
	color:#fff !important;
	text-shadow:none;
}

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

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




#content section div.hinweisbox {
	padding:10px;
	border:1px solid var(--color-grey-lightest);
}

#content .alertbox {
	color:red !important;
	padding:10px;
	border:1px solid red;
	display:inline-block;
}

#content .alertbox p:first-child {
	margin-top:0;
}
#content .alertbox p:last-child {
	margin-bottom:0;
}

#content iframe {
	border:none !important;
}












/* ### CSS BUTTONS START ### */

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--color-button-hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--color-button-hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--color-button-hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--color-button-hover), inset 3.5em 0 0 0 var(--color-button-hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-button-hover);
  transform: translateY(-0.25em);
}

.button-up:hover,
.button-up:focus {
	/*
	box-shadow: inset 0 -3.25em 0 0 var(--color-button-hover);
	*/
	box-shadow: inset 0 -6.25em 0 0 var(--color-button-hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--color-button-hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color-button), inset 0.3em 0.3em 0 0 var(--color-button);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--color-button-hover), inset 6em 3.5em 0 0 var(--color-button-hover);
}

.fill {
  --color-button: #a972cb;
  --color-button-hover: #cb72aa;
}

.pulse {
  --color-button: #ef6eae;
  --color-button-hover: #ef8f6e;
}

.close {
  --color-button: #ff7f82;
  --color-button-hover: #ffdc7f;
}

.raise {
  --color-button: #ffa260;
  --color-button-hover: #e5ff60;
}

.button-up {
  --color-button: var(--color-ci-farbe);
  --color-button-hover: var(--color-ci-farbe);
}

.slide1 {
  --color-button: #8fc866;
  --color-button-hover: #66c887;
}

.offset {
  --color-button: #19bc8b;
  --color-button-hover: #1973bc;
}

a.button-up {
  color: var(--color-button);
  transition: 0.25s;
}

a.button-up:hover, 
a.button-up:focus {
	border-color: var(--color-button-hover);
	color: #fff !important;
	text-decoration:none;
}



a.button-up {
	background: none;
	border: 2px solid;
	font: inherit;
	line-height: 1;
	/*
	margin: 0.5em;
	*/
	margin: 0;
	padding: 1em 2em;
	cursor:pointer;
}


a.button button {
	margin: 0;
	padding: 0;
}

a.button-up  {
	display:inline-block;
	/*
	margin: 0.5em;
	*/
	margin: 0;
	padding: 1em 2em;
}



/* ### CSS BUTTONS 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 ### */

.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: #00AA3E;
	font-size:105% !important;
	text-decoration: none;
	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: #555;	
}

.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: #fff !important;
}

.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:normal !important;
}

.cookie_klaro .cookie-modal .cm-btn,
.cookie_klaro .cookie-notice .cm-btn {
	background: #555;
	color: #fff;
	border-radius: 0px;
	padding: 8px;
	margin-right: 5px;
	border: 0;
	cursor:pointer;
}

.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: #00AA3E;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-info,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-info {
	background: #0885BA;
}

.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-color:red;
}

.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(255,255,255,.85);
	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: 100%;
	max-height: 98%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #fff;
}


@media (min-width: 991px) {
	.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: #eee;
}

.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;
	padding-right: 24px;
	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;
	right:30px;
	bottom:30px;
	top:auto;
	width:512px;
	height:auto;	
	padding:6px 14px;		
	font-size:100%;
	line-height:120%;	
	color:#fff !important;
	text-align:center;				
	background:rgba(var(--color-grey-dark-rgb),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: 991px) {
	.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;	
	}
}

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

.cookie_klaro .cookie-notice .cn-body p {	
	margin-bottom: 5px;
	line-height:140%;
	font-size:130%;
	color:#fff !important;
}

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

.cookie_klaro .cookie-notice .cn-body strong {
	color:#fff !important;
}

.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 button.cm-btn-danger,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more {
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: rgba(54,193,64,1);
	color:rgba(54,193,64,1);
	border: 3px solid rgba(54,193,64,1);
	border-radius: 0px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow-wrap: break-word !important;	
	line-height:100% !important; 
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover {
	background-color: transparent;
	text-shadow: none;
	color: #fff !important;	
	background: rgba(255,255,255,1);
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover:before,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover:before,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:before,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:before,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: rgba(54,193,64,1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


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

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

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:before {
	color: #fff !important;
	background: rgba(54,193,64,1);
}



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

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

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:before {
	color: #fff !important;
	background: rgba(244,73,73,1);
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more {	
	color: #fff !important;
	background: rgba(160,160,160,1);
	border: 3px solid rgba(160,160,160,1);
	margin-right:0px;
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover {
	background: rgba(255,255,255,1);
	color:rgba(160,160,160,1) !important;
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:before {
	color: #fff !important;
	background: rgba(160,160,160,1);
}

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