/* 1755604339.0626 */
@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: 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: 38,68,153;
	--color-ci-farbe: #273688;
	
	--color-ci-farbe-2-rgb: 235,173,41;
	--color-ci-farbe-2: #ebad29;
	
	--color-ci-farbe-button-rgb: 38,68,153;
	--color-ci-farbe-button: #273688;
	
	
	--color-button-rgb: 38,68,153;
	--color-button: #273688;
	
	--color-button-hover-rgb: 235,173,41;
	--color-button-hover: #ebad29
	
	
	
	
	--color-red-logo-rgb: 38,68,153;
	--color-red-logo: #273688;
	
	
	--color-headline-red-rgb: 38,68,153;
	--color-headline-red: #273688;
	
	--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;
	
	
}

html {
	width:100%;
	height:100%; 
	font-size: 100.01%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
}

body {
	position:relative;
	height:100%; 
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
	font-weight: 400;
	font-style: normal;
	text-align:center;
	color:var(--color-grey-text);
	overflow-y:scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	background-color:var(--color-grey-lightest);
}

#container {
	position:relative;
	width:100%;
	height:auto;
	padding:40px 0 0 0;
	margin:0;
	font-size:100%;
	background-color:#fff;
}

@media only screen and (max-width:990px) {
	#container {
		padding:10px 0 0 0;
	}
}

#container #box {		
	width:100%;
	max-width:var(--width-content-wide);
	padding:0;	
	margin:0 auto;
	text-align:right;
	color:var(--color-grey-text);
}

#content {
	position:relative;	
	width:calc(100% - 40px);
	max-width:calc(var(--width-content) - 40px);
	margin:0;
	float:left;	
	padding:0 0 24px 0;
	font-size:100%;
	text-align:left;
	background-color:#fff;	
}


#box_subnav {
	width:calc(var(--width-subnav) - 40px);
	float:right;
	/*
	margin:10px 0 0 40px;
	*/
	margin:46px 0 0 40px;
	padding:0;
	text-align:left;		
}

#box_subnav div.box {
	display:block;
	margin:0 0 24px 0;
	padding:0;
	text-align:left;	
}

#box_subnav h3 {
	font-size:150%;
	line-height:130%;
	clear:none;
	margin:4px 0 4px 0;
	font-weight:600;
}

#box_subnav h4 {
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:4px 0 4px 0;
	font-weight:600;
}

#box_subnav h4.info_headline {
	font-size:130%;
	line-height:130%;
	clear:none;
	margin:16px 0 2px 0;
	font-weight:700 !important;
}

#box_subnav h4.info_headline a {
	font-weight:700 !important;
}

#box_subnav .subhead {
	font-size:95%;
	line-height:120%;
	font-weight:600;
	color:var(--color-headline-red);
}

#box_subnav p {
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

#box_subnav table {
	margin:6px 0 12px 0;
}

#box_subnav th {
	font-size:140%;
	line-height:130%;
	font-weight:700;
	padding:0 4px 4px 0;
	vertical-align:top;
	text-align:left;
}

#box_subnav td {
	font-size:140%;
	line-height:130%;
	font-weight:400;
	padding:0 4px 4px 0;
	vertical-align:top;
	text-align:left;
}

#box_subnav .icon-tabler {
	vertical-align:-2px;
	margin-right:3px;
}

#box_subnav p.info_headline {
	font-size:130%;
	line-height:130%;
	clear:none;
	margin:16px 0 2px 0;
	font-weight:600 !important;
}

#box_subnav img.round_corner {
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

#box_subnav img.fr {
	float:right;
	margin:0 0 12px 12px;
}

#box_subnav img.responsive {
	width:auto;
	max-width:100%;
	height:auto;
}


nav#subnav {
	margin:0 0 20px 0;
	padding:0;	
	text-align:left;
	font-size:100%;
}

nav#subnav ul.subnavi {
	margin-top:6px;
	list-style:none;
	border-bottom:1px dotted var(--color-grey-light);
}

nav#subnav ul.subnavi li {
	font-size:130%;
	line-height:140%;
	border-top:1px dotted var(--color-grey-light);
}

nav#subnav ul.subnavi li a {
	display:block;
	padding:9px 6px;
}

nav#subnav h3 {
	font-size:160%;
	line-height:130%;
}


@media only screen and (min-width: 991px) and (max-width:1279px) {
	
	#container #box {
		width:100%;
		max-width:var(--width-content);
	}
	
	#box_subnav,
	nav#subnav {
		width:var(--width-subnav-small);
	}
	
	#content {
		max-width:calc(var(--width-content-small) - 40px);
	}
		
	#box_subnav img.bt {
		width:auto !important;
		max-width:var(--width-subnav-small) !important;
	}
	
}


@media only screen and (max-width:990px) {
	
	/*
	#box_subnav {
		float:none;	
		width:calc(100% - 40px) !important; 
		margin:0 !important;
		padding:0 20px 40px 20px !important;
		text-align:left;			
	}
	*/
	
	#box_subnav {
		display:none;
	}
	

}

/* ###  ALLGEMEINE DEFINITIONEN START ### */


.only_small_devices,
.only_smart_devices {
	display:none;
}

@media only screen and (min-width: 120px) and (max-width: 380px) {
	.only_small_devices {
		display:block;
	}
}

@media only screen and (min-width: 120px) and (max-width:991px) {
	.only_smart_devices {
		display:block;
	}
}



h1,
h2,
h3,
h4,
h5,
h6,
.headline,
legend {
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
	font-weight:700;
	color:var(--color-headline-red);
	font-style:normal;
	word-wrap: break-word;
}

a {
	color:var(--color-headline-red);
	font-weight:500;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

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

.color_link {
	color:var(--color-grey-text);
}

.fw100{
	font-weight:100 !important;
}
.fw200{
	font-weight:200 !important;
}
.fw300{
	font-weight:300 !important;
}
.fw400{
	font-weight:400 !important;
}
.fw500{
	font-weight:500 !important;
}
.fw600{
	font-weight:600 !important;
}
.fw700{
	font-weight:700 !important;
}
.fw800{
	font-weight:800 !important;
}
.fw900{
	font-weight:900 !important;
}

#container .error {
	color:red;
}

.center {
	text-align:center;
}

.bold {
	font-weight:700;
}

.cb {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

hr {
	clear:both;
	display:block;
	width:100%;
	margin:24px auto;
	height:1px;
	border:none;
	background:none;
	border-top:1px dotted #9D9C8A;
}

.upper {
	text-transform:uppercase !important;
}

.normaltext {
	text-transform:none !important;
}

#content .schatten {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
	box-shadow: 0px 2px 4px 0px rgba(102,102,102,0.7);
}

#content .hinweis {
	text-align:left;
}

/* new clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
	
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

#content br.space {
	display:block;
	margin:0 0 36px 0;
}

#content .hidden {
	display:none;
}

.nobreak,
.tel_link {
	white-space: nowrap;
}

#content .icon-tabler {
	vertical-align:-2px;
	margin-right:3px;
}

.icon-tabler-empty {
	display:inline-block !important;
	width:14px !important;
	margin-right:3px !important;
}

/* ###  ALLGEMEINE DEFINITIONEN ENDE ### */






/* ### HEADER START ### */

header#header {
	/*
	background-color:#fff;
	padding-bottom:16px;
	*/
	
	background-color:rgba(var(--color-bg-header-rgb),1);
	
}

header#header div.headinfos {
	display:block;	
	width:100%;
	margin:0;
	padding:0;
	background-color:rgba(var(--color-grey-lightest-rgb),1);
}

header#header div.headinfos div.text {	
	display:block;	
	width:calc(var(--width-content-wide) - 8px);
	text-align:left;	
	margin:0 auto;
	padding:4px;
}

header#header div.headinfos div.text p {
	display:inline-block;
	float:left;
	width:50%;
	margin:0;
	padding:0;
	font-size:110%;
	line-height:110%;
	color:var(--color-grey-link);
}

header#header div.headinfos div.text p a,
header#header div.headinfos div.text p a:hover {
	color:var(--color-grey-link);
	text-decoration:none;
}


header#header div.headinfos div.text p.firmenname img {
	vertical-align:-1px;
	margin-right:4px;
}


header#header div.headinfos div.text p.kontaktdaten {
	text-align:right;
}

header#header div.headinfos div.text svg.icon-tabler {
	vertical-align:-2px;
	margin-right:3px;
}

header#header div.headinfos div.text svg.icon-tabler-phone {
	margin-left:12px;
}


header#header div.headbutton {
	display:none;
	text-align:center;
	font-size:180%;
	line-height:100% !important;
	padding:6px;
	cursor:pointer;
	color:var(--color-grey-text);
	background-color:rgba(var(--color-grey-text-rgb),.05);
}
	
header#header div.headbutton span {
	cursor:pointer;
	font-size:100% !important;
	font-weight:700 !important;
	color:var(--color-grey-link) !important;
}




header#header .logo_bg,
nav#menu .logo_bg {	
	display:inline-block;	
	
	position:absolute;
	
	top:0px;
	left:20px;
	z-index:9;
	
	padding:0;
	border:none;
	text-align:left;
	width:auto !important;
	
}

header#header .logo_bg .small,
nav#menu .logo_bg .small {
	font-size:65% !important;
}


/*
nav#menu .logo_bg img.logo {
	float:left;
	margin:-20px 10px 0 0;
}
*/






@media only screen and (max-width:990px){
	
	header#header div.headbutton {
		display:block;
	}
		
	header#header div.headinfos {
		display:none;		
	}	
		
	header#header div.headinfos div.text {	
		display:block;	
		width:calc(100% - 8px);
		text-align:left;	
		margin:0;
		padding:4px;
	}
	
	header#header div.headinfos div.text p {
		display:block;
		float:none;
		width:100%;
		margin:0 0 6px;
		text-align:left;	
	}
		
	header#header div.headinfos div.text p.kontaktdaten {
		text-align:left;	
	}
	
	/*
	#menu #logo {
		max-width:290px;
		float:left;
	}
	*/
	
	nav#menu .logo_bg {
		/*
		position: relative;
		*/
		z-index:999999999;
	}
	nav#menu .logo_bg img.logo {
		/*
		width:150px;
		*/
		/*
		width:130px;
		height:auto;
		*/
		width:auto;
		max-height:43px;
	}
	
	
}


@media only screen and (min-width:991px){
	
	header#header div.headinfos {
		display:block;
	}
	
	header#header div.headbutton {
		display:none;
	}
	
}


/* ##### HEADER ENDE ##### */





/* ##### NAVIGATION START ##### */


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
	You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

/* sm-clean START */

.sm-clean {
	border-radius: 0px;
}

.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
	padding: 13px 20px 13px 12px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;	
	font-size:140%;
	line-height:110%;
	letter-spacing:0px;	
	font-weight: 400;
	text-decoration: none;
	border-radius: 0px;
	color:var(--color-grey-link);
}

.sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
	/*
	background-color:rgba(var(--color-green-rgb),1);
	*/
	background-color:rgba(var(--color-ci-farbe-rgb),1);
	color:#fff !important;
}

.sm-clean li.aktiv > a {
	/*
	background-color:rgba(var(--color-green-rgb),1);
	*/
	background-color:rgba(var(--color-ci-farbe-rgb),1);
	color:#fff !important;
}

.sm-clean li a {
	color:var(--color-grey-link);
}

.sm-clean li > a, .sm-clean li > a:hover, .sm-clean li > a:focus, .sm-clean li > a:active, .sm-clean li > a.highlighted {}

.sm-clean li > a:hover, .sm-clean li > a:focus, .sm-clean li > a:active, .sm-clean li > a.highlighted {
	color:#fff !important;
}

.sm-clean li li a, 
.sm-clean li li a:hover, 
.sm-clean li li a:focus, 
.sm-clean li li a:active,
.sm-clean li li a.highlighted {
	font-size:130%;
	line-height:130%;
	text-transform:none !important;
} 

.sm-clean li li a {
	color:var(--color-grey-link) !important;
	background-color:#fff;
}

.sm-clean li li a:hover, 
.sm-clean li li a:focus, 
.sm-clean li li a:active,
.sm-clean li li a.highlighted,
.sm-clean li.aktiv li.aktiv a {	
	color:#fff !important;
	/*
	background-color:rgba(var(--color-green-rgb),1);
	*/
	background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
}

.sm-clean li a.current {}
.sm-clean li a.disabled {}

.sm-clean li a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
}
.sm-clean li a .sub-arrow::before {
	content: '+';
}
.sm-clean li a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}
.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
	border-top: 0;
}
.sm-clean ul {
	/*
	color:rgba(var(--color-green-rgb),1);
	color:rgba(var(--color-ci-farbe-rgb),1) !important;
	*/
}
.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {
	text-transform:none;
	border-left: 16px solid transparent;
}
.sm-clean ul a {
	/*
	color:rgba(var(--color-green-rgb),1);
	color:rgba(var(--color-ci-farbe-rgb),1);
	*/
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
	border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

.sm-clean {
	clear:both;
	display:block;
}

@media (min-width: 991px) {
	
	.sm-clean {
		clear:none !important;
		display:inline-block !important;			
		height:100%;
	}
	
	.sm-clean li {
		height:100%;
		display:inline-block !important;	
	}
	
	
	/* Switch to desktop layout
	-----------------------------------------------
		These transform the menu tree from
		collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
	.sm-clean ul {
		position: absolute;
		width: 12em;
	}
	
	.sm-clean ul.subnavi {
		margin-left:0 !important;
	}

	.sm-clean li {
		float: left;
	}

	.sm-clean.sm-rtl li {
		float: right;
	}

	.sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
		float: none;
	}

	.sm-clean li a {
		white-space: nowrap;
	}

	.sm-clean ul a, .sm-clean.sm-vertical a {
		white-space: normal;
	}

	.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */
		
	.sm-clean {	}
	.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {

		padding:28px 20px;
		
		line-height:130%;		
		color:#fff;
		border-radius: 0 !important;		
		text-align:left;		
		font-size:160%;
	}
	
	.sm-clean li a {		
		color:var(--color-grey-link) !important;
	}	
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active, 
	.sm-clean li a.highlighted {
		text-decoration:none;
	}
	.sm-clean li a.current {
		text-decoration:none;
		font-weight:bold;
	}
	.sm-clean li.aktiv a {}
	
	.sm-clean li ul {
		background-color:rgba(var(--color-grey-lightest-rgb),1) !important;
	}
	
	.sm-clean li ul li {
		display:block;
		width:100%;
		border-top:1px dotted var(--color-ci-farbe);
		text-align:left;
	}

	.sm-clean li ul li a { 
		text-transform:none;
	}
	
	.sm-clean li.aktiv li a,
	.sm-clean li li a {
		text-decoration:none !important;
		color:var(--color-grey-link);
		background-color:rgba(var(--color-grey-lightest-rgb),1) !important;
	}
	
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active, 
	.sm-clean li li a.highlighted
	.sm-clean li.aktiv li a:hover, 
	.sm-clean li.aktiv li a:focus, 
	.sm-clean li.aktiv li a:active, 
	.sm-clean li.aktiv li a.highlighted,
	.sm-clean li:hover li a:hover, 
	.sm-clean li:hover li a:focus, 
	.sm-clean li:hover li a:active, 
	.sm-clean li:hover li a.highlighted,
	.sm-clean li:hover,
	.sm-clean li:hover li:hover {
		text-decoration:none !important;
		color:#fff !important;
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
	}
		
	.sm-clean li a.disabled {	
		color:#999;
	}
		
	.sm-clean li a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean li a .sub-arrow {
		top: 50%;
		margin-top: -2px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: var(--color-grey-link) transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-clean li a .sub-arrow::before {
		display: none;
	}
	.sm-clean li a:hover .sub-arrow,
	.sm-clean li.aktiv a .sub-arrow,
	.sm-clean li:hover a .sub-arrow	{
		border-color: #fff transparent transparent transparent;
	}	
	
	.sm-clean li.aktiv li a .sub-arrow,
	.sm-clean li:hover li a .sub-arrow {		
		border-color: #fff transparent transparent transparent;
	}
	
	.sm-clean li li a:hover .sub-arrow,
	.sm-clean li li.aktiv a .sub-arrow,
	.sm-clean li li:hover a .sub-arrow	{
		border-color: #fff transparent transparent transparent;
	}
	
	.sm-clean li {
		border-top: 0;
	}
		
	.sm-clean > li > ul::before,
	.sm-clean > li > ul::after {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 0px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #bbbbbb transparent;
	}
	.sm-clean > li > ul::after {
		top: -0px;
		left: 0px;
		border-width: 0px;
		border-color: transparent transparent #fff transparent;
	}
	
	.sm-clean ul ul {
		margin-top:0px !important;
		margin-top:-34px !important;	
		left: -6px !important;	
	}
		
	.sm-clean ul {
		margin-top:0 !important;
	}
	.sm-clean li.aktiv ul a {
		font-weight:normal;
		text-decoration:none !important;
	}
	.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
		border: 0 !important;
		padding:8px 14px;
		text-align:left;
	}
	.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted, .sm-clean li.aktiv ul a:hover, .sm-clean li.aktiv ul a:focus, .sm-clean li.aktiv ul a:active, .sm-clean li.aktiv ul a.highlighted {
		text-decoration:underline;
	}
	.sm-clean ul a.current {
		text-decoration:underline;
	}
	.sm-clean ul a.disabled {
		
	}
	.sm-clean ul a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean ul a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #555555;
	}
	.sm-clean .scroll-up,
	.sm-clean .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-clean .scroll-up:hover,
	.sm-clean .scroll-down:hover {
		background: #eeeeee;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent rgba(0,6,130,1) transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: rgba(0,6,130,1) transparent transparent transparent;
	}
	.sm-clean .scroll-up-arrow,
	.sm-clean .scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
	.sm-clean.sm-rtl a.has-submenu {
		padding-right: 12px;
		padding-left: 24px;
	}
	.sm-clean.sm-rtl a .sub-arrow {
		right: auto;
		left: 12px;
	}
	.sm-clean.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px;
	}
	.sm-clean.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-rtl > li > ul::before {
		left: auto;
		right: 30px;
	}
	.sm-clean.sm-rtl > li > ul::after {
		left: auto;
		right: 31px;
	}
	.sm-clean.sm-rtl ul a.has-submenu {
		padding: 10px 20px !important;
	}
	.sm-clean.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-vertical {
		padding: 10px 0;
		border-radius: 5px;		
	}
	.sm-clean.sm-vertical a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
		background: #fff;
	}
	.sm-clean.sm-vertical a.disabled {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #555555;
	}
	.sm-clean.sm-vertical > li > ul::before,
	.sm-clean.sm-vertical > li > ul::after {
		display: none;
	}
	.sm-clean.sm-vertical ul a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical ul a.disabled {
		background: #fff;
	}

}



/* sm-clean ENDE */


#main-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin:0 !important;
	text-align:left !important;
}

.sm-clean {	
	display:inline-block;
	margin:0 !important;
	text-align:left !important;	
}


/* Mobile menu toggle button */

.main-menu-btn {
	float: right;	
	margin: 5px 12px 5px 10px;
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-indent: 36px;	
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index:999999;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 31px;
	background: var(--color-ci-farbe) !important;
	background-color: var(--color-ci-farbe) !important;
	color: var(--color-ci-farbe) !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.main-menu-btn-icon:before {
	content: ' ';
	top: -7px;
	top: -10px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: ' ';
	top: 7px;
	top: 10px;
	left: 0;
}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}

#main-menu-state:checked ~ #main-menu {
	display: block;
}

@media (min-width: 991px) {
	/* hide the button in desktop view */
	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}
	/* always show the menu in desktop view */
	#main-menu-state:not(:checked) ~ #main-menu {
		display: block;
	}

}

nav#menu { 
	clear:both;
	position:relative;
	display:block;
	margin:0;
	padding:0;
}

nav#menu #navbox {
	display:block;
	margin:0 auto;
}

nav#menu ul li {	
	font-size:100%;
}


/*
nav#menu p.logo_absatz {
	float:left;
	width:auto;
	display:inline-block;
}

nav#menu p.logo_absatz span {
	display:block;
	margin-top:4px;
	font-weight:300;
	font-size:65%;
	letter-spacing:8px;	
}

nav#menu p.logo_absatz a,
nav#menu p.logo_absatz a:hover {
	text-decoration:none;
}
*/

@media only screen and (min-width: 1280px) {
	
	nav#menu #navbox {
		width:100%;
		max-width:var(--width-content-wide);
	}	
	
	nav#menu ul#main-menu {
		list-style:none;
		display:inline-block;			
		margin:0 !important;
		padding:0;
		float:right;
		width:auto;		
		height:100%;
	}	
	
}

@media only screen and (min-width: 991px) and (max-width: 1279px) {
		
	nav#menu #navbox{
		width:100%;
		max-width:var(--width-content);
	}	
	
	header#header div.headinfos {
		width:100%;
	}

	header#header div.headinfos div.text {	
		width:calc(100% - 8px);
	}
	
	/*
	nav#menu p.logo_absatz img {
		max-width:290px;
		height:auto;
	}
	*/
		
	nav#menu ul#main-menu {
		list-style:none;
		display:inline-block;			
		margin:0 !important;
		padding:0;
		float:right;
		width:auto;
	}	
	
	nav#menu ul#main-menu ul {
		background-color:rgba(var(--color-grey-lightest-rgb),1);
	}	
	
}

@media only screen and (max-width: 990px) {
	
	nav#menu { 
		width:100%;
		display:inline-block;	
		margin:0 !important;
		padding:0;
		text-align:left;	
		/*
		background-color:rgba(255,255,255,1);
		*/
	}
	
	nav#menu #navbox {
		width:100%;
		display:inline-block;	
		margin:0 !important;
		padding:0;
		text-align:left;	
	}

	.sm-clean  {	
		background-color:rgba(var(--color-grey-lightest-rgb),1);
	}
	
	nav#menu p.logo_absatz {
		margin:6px;
	}
	
	/*	
	nav#menu p.logo_absatz img {
		max-width:175px; 
	}
	*/
	
}


/* ##### NAVIGATION ENDE ##### */



/* STICKY START */



.headicons_sticky {
	display:none;
}

@media (max-width: 990px) {

	nav#menu .logo_sticky {
		display:none;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;
	}
	
	nav#menu.sticky .logo {
		display:inline-block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 0s, opacity 300ms;
	}	
	
	.headicons_sticky {
		display:none;
	}
	
	header#header div.headinfos div.text p.firmenname {
		display:inline-block;
	}
	
}


@media (min-width: 991px) {
	
	header#header div.headinfos div.text p.firmenname {
		display:none;
	}
	
	header#header div.headinfos div.text p {
		float:none;
		width:100%;
	}
	
	.sticky {
		position: fixed !important;
		z-index:999999;
		top:0px;
		width:100%;
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	.sticky + #content {
		/*
		padding-top: 97px;
		*/
		padding-top: 157px;
	}

	nav#menu.sticky {		
		margin-top:0px !important;		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		min-height:38px !important;
		padding:0 !important;				
		background-color:rgba(var(--color-bg-header-rgb),1);
		-webkit-box-shadow: 0px 4px 8px 2px rgba(var(--color-bg-grey-rgb),0.2);
		-moz-box-shadow: 0px 4px 8px 2px rgba(var(--color-bg-grey-rgb),0.2);
		box-shadow: 0px 4px 8px 2px rgba(var(--color-bg-grey-rgb),0.2);
		
	}
	
	nav#menu .logo_sticky {		
		display:none;		
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;				
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
		border:none !important;
	}

	nav#menu.sticky .logo_sticky {		
		display:inline-block;		
		visibility: visible;
		opacity: 1;
		transition: visibility 0s linear 10s, opacity 300ms;		
		margin-top:0px !important;
		margin-bottom:2px !important;
		height:auto !important;
		padding:0 !important;
		border:none !important;
	}

	nav#menu.sticky .logo {
		display:none;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 10ms, opacity 300ms;		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
		border:none !important;
	}

	nav#menu.sticky #main-menu {
		margin-top:0px !important;
		margin-bottom:0 !important;
		margin-right:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	nav#menu.sticky .sm-clean {		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;
	}

	nav#menu.sticky .sm-clean li a, 
	nav#menu.sticky .sm-clean li a:hover, 
	nav#menu.sticky .sm-clean li a:focus, 
	nav#menu.sticky .sm-clean li a:active, 
	nav#menu.sticky .sm-clean li a.highlighted {
		line-height:130%;		
		border-radius: 0 !important;		
		text-align:left;	
	}

	nav#menu.sticky .sm-clean li a:hover, 
	nav#menu.sticky .sm-clean li a:focus, 
	nav#menu.sticky .sm-clean li a:active, 
	nav#menu.sticky .sm-clean li a.highlighted {}
		
	nav#menu.sticky .sm-clean li a {	
		background:none !important;
		background-color:transparent !important;
	}
		
	

	nav#menu.sticky .sm-clean li a.current {
		/*
		background:var(--color-ci-farbe) !important;
		background-color:var(--color-ci-farbe) !important;
		*/
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
	}

	nav#menu.sticky .sm-clean li.aktiv a {
		/*
		background:var(--color-ci-farbe) !important;
		background-color:var(--color-ci-farbe) !important;
		*/
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
	}

	nav#menu.sticky .sm-clean li.aktiv li a,
	nav#menu.sticky .sm-clean li li a {
		background-color:rgba(var(--color-bg-header-rgb),1) !important;
	}
	
	nav#menu.sticky .sm-clean li.aktiv li.aktiv a {
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
	}
		
	
	nav#menu.sticky .sm-clean li a:hover, 
	nav#menu.sticky .sm-clean li a:focus, 
	nav#menu.sticky .sm-clean li a:active, 
	nav#menu.sticky .sm-clean li a.highlighted,
	nav#menu.sticky .sm-clean li.aktiv li a:hover, 
	nav#menu.sticky .sm-clean li.aktiv li a:focus, 
	nav#menu.sticky .sm-clean li.aktiv li a:active, 
	nav#menu.sticky .sm-clean li.aktiv li a.highlighted {
		/*
		background:var(--color-ci-farbe) !important;
		background-color:var(--color-ci-farbe) !important;
		*/		
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;		
	}
		
		
	nav#menu.sticky .sm-clean ul {
		background-color:rgba(255,255,255,1);
	}
	
	nav#menu.sticky label	{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}

	nav#menu.sticky div.headicons_sticky {		
		display:inline-block;		
		position:fixed;
		right:18px;	
		top:12px;
		margin:0;
		padding:0;
		width:auto;
		max-width:100px;
		text-align:right;		
		font-size:120%;
	}
	
	nav#menu.sticky div.headicons_sticky .umzug {
		font-size:80%;
		color:red !important;
	}
	
	
	nav#menu.sticky .sm-clean li a, nav#menu.sticky .sm-clean li a:hover, nav#menu.sticky .sm-clean li a:focus, nav#menu.sticky .sm-clean li a:active, nav#menu.sticky .sm-clean li a.highlighted {
		padding-top:9px;
		padding-bottom:9px;
	}
	
	
	
}


@media (min-width: 991px) and  (max-width: 1279px) {
	
	nav#menu.sticky #main-menu {
		margin-right:24px !important;
	}

}
	
/* STICKY ENDE */	




/* ##### BILDSLIDER START ##### */

#bildslider, 
#bildstreifen {
	clear:both;
	width:100%;
	/*
	height:auto;
	max-height:380px !important;
	padding:0;
	*/
	
	margin:0;
	padding:0;
	
	height:0;
	
	padding-bottom: calc(380/1920 * 100%) !important;
	/*
	https://css-tricks.com/aspect-ratio-boxes/
	*/
	
	
	position:relative;
	background-color:#c8c6c3;
	text-align:center;
	overflow:hidden;
}

#bildstreifen img.sliderpic,
#bildstreifen.hoch img.sliderpic {
	width:100%;
	height:auto;
}

#bildslider a.browse {
	cursor:pointer;
	position:absolute;
	position:absolute;
	top:calc(50% - 24px);
	width:68px;
	height:68px;
	z-index:9999;
}

#wrapper {
	width:100%;
	height:auto;
	max-height:380px !important;
	margin:0;
	overflow:hidden;
}

#carousel {
	overflow:hidden;
	width:100%;
	height:auto;
	max-height:380px !important;
	margin:0;
}

#carousel:before {
    content: '';
    position:absolute;
    width:100%;
    height:100%;
}

#carousel > div {
	width:100%;
	height:auto;
	max-height:380px !important;
	position:relative;
	text-align:center;
	margin:0;
}

#carousel > div div.text {
	position:absolute;
	display:inline-block;
	width:auto;
	height:auto;
	margin:0;
	text-align:left;
	font-size:100%;
	color:#fff;
	background:none;
	background-color:transparent;
}


#carousel img.sliderpic {
	width:100%;
	height:auto;
}



#wrapper .browse,
#bildstreifen .browse {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	cursor:pointer;
	
	position:absolute;
	top:calc(50% - 24px);
	z-index:399;
}

#wrapper svg,
#bildstreifen svg {
	-webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.5));
}

#wrapper .next,
#bildstreifen .next {
	right:20px;
}

#wrapper .prev,
#bildstreifen .prev {
	left:20px;
}


#pager {
	position:absolute;
	z-index:399;
	bottom:8px;
	right:8px;
	width:auto;
	height:18px;
}

#pager a {
	display:block;
	float:left;
	margin-right:6px;
	padding:0;
	width:12px;
	height:12px;
	line-height:12px;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	cursor:pointer;
	background-color:rgba(var(--color-ci-farbe-rgb),1);
	font-size:100%;
}

#pager a:hover, 
#pager a.active, 
#pager a.selected {
	background-color:#f5f5f5;
	border: 1px solid rgba(var(--color-ci-farbe-rgb),1);
}

#pager a span {
	display:none;
}


@media only screen and (max-width:990px){
	
	#pager {	
		bottom:4px;
		/*
		right:6px;
		*/
		width:100%;
		text-align:center;
		height:10px;
		margin:0 auto;
	}

	#pager a {
		/*
		display:block;
		float:left;
		*/
		display:inline-block;
		float:none;
		
		margin-right:6px;
		width:6px !important;
		height:6px !important;
		line-height:6px !important;
		border: 1px solid #f5f5f5;
	}
	
	#pager a:hover, 
	#pager a.active, 
	#pager a.selected {
		background-color:#f5f5f5;
		border: 1px solid rgba(var(--color-ci-farbe-rgb),1);
	}

}



/* ##### BILDSLIDER ENDE ##### */





/* ##### BREADCRUMB START ##### */

p#breadcrumb {
	display:block;
	clear:both;
	width:100%;
	margin:0 !important;
	padding:8px 0 16px 0;
	font-size:120% !important;
	line-height:120%;
}

p#breadcrumb a, p#breadcrumb a:hover {
	font-weight:normal;
	color:#666;
}
#infos {
	font-size:90%;
}


/* ##### BREADCRUMB ENDE ##### */


/* ##### 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;
	/*
	margin-top:8px;
	margin-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;
}

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-green-rgb),1);
	*/
	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 */




.nowrap {
	white-space: nowrap !important;
}






/* ### INHALT START ### */


#content section,
#content section article {
	width:100%;
	margin:0;
	padding:0;
}

#content section h1,
#content section h2,
#content section h3,
#content section h4,
#content section h5,
#content section h6 {
	font-weight:700;
	line-height:120% !important;
}

#content section h1 a,
#content section h2 a,
#content section h3 a,
#content section h4 a,
#content section h5 a,
#content section h6 a,
#content section h1 a:hover,
#content section h2 a:hover,
#content section h3 a:hover,
#content section h4 a:hover,
#content section h5 a:hover,
#content section h6 a:hover {
	text-decoration:none;
}



#content h1, 
#content h2.h1 {
	font-size:260%;
	text-align:left;
	margin:0 0 24px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid var(--color-grey-lightest);	
}

#content h1.h4 {
	font-size:180%;
	margin:0 0 12px 0;
	padding:0 0 3px 0;
	border-bottom:0px solid var(--color-grey-lightest);
}

#content h1.small {
	font-size:180%;
	line-height:130%;
	margin:0 0 12px 0;
	padding:0 0 3px 0;
	border-bottom:0px solid var(--color-grey-lightest);
	color:#666;
}

#content h1.p {
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
	border:0px;
	color:#666;	
}


#content h2,
#content h3.h2 {
	font-size:200%;
	line-height:140%;
	margin:22px 0 12px 0;
}

#content h2.h3 {
	font-size:170%;
	margin:22px 0 12px 0;
}

#content h2.h4 {
	font-size:160%;
	margin:22px 0 12px 0;
}



#content section.inhalt article > h2 {
	margin-top:6px;	
}

#content h2.absatz {
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
	color:#666;
}

#content h3,
#content h4.h3 {
	font-size:160%;
	line-height:120%;
	margin:16px 0 6px 0;
}

#content a.h3 {
	font-size:180%;
	line-height:120%;
	color:var(--color-red-logo);
	font-weight:normal;
	font-style:normal;
	word-wrap: break-word;
}

#content a {
	word-wrap: break-word;
}

#content table h3 {
	font-size:200%;
}

#content h4 {
	font-size:140%;
	margin:6px 0 2px 0;
	color:#666;
}

#content h3.h4,
#content h4.h4 {
	font-size:140%;
	line-height:140%;
	margin:6px 0 0 0;
}

#content h5,
#content h6 {
	margin:0 0 12px 0;
	font-size:200%;
	color:#666;
}

#content h4.h3 {
	font-size:160%;
	line-height:140%;
	margin:6px 0 20px 0;
	color:#666;
}

#content .headline {
	font-size:180%;
	line-height:140%;
	color:#666;
}

#content p {
	font-size:150%;
	line-height:140%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

#content h2.p,
#content h3.p {
	font-size:150%;
	line-height:140%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400 !important;
	color:#666;
	
	/*
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:12px 0;
	font-weight:400;
	*/
}


#content p.h1 {
	font-size:260%;
	text-align:left;
	text-transform:uppercase;
	margin:0 0 24px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid var(--color-grey-lightest);
	font-weight:700;
	color:var(--color-red-logo);
}

#content p.fussnote {
	font-size:120%;
	line-height:130%;
}


#content p.suchbegriffe {
	font-size:120%;
	line-height:130%;
}

#content p.ansprechpartner span {
	line-height:100%;
}

#content sub,
#content sup {
	font-size:80% !important;
	line-height:100%;
	font-weight:400;
}

#content .small {
	font-size:80%;
	line-height:90%;
}

#content .credits {
	font-size:110%;
	line-height:110%;
	color:var(--color-grey);
}

#content blockquote {
	clear:none;
	margin:6px 24px 12px 24px;
}

#content blockquote em {
	color:var(--color-grey-text);
}

#content ol,
#content ul {
	clear:none;
	margin:6px 0 12px 18px;
}

#content ol.upper-roman {
	list-style-type:upper-roman
}

#content li {
	font-size:150%;
	line-height:140%;
	font-weight:400;
	margin-bottom:4px;	
}

#content li li {
	font-size:100%;
}





#content ul.check { 
	margin-left: 19px; 
	list-style: none;
}

#content ul.check li { 
	position: relative; 
	line-height: 140%
}

#content ul.check li::before { 
     position:absolute;
     left: -19px;
	 top:2px;
     content: url(/gif/icons/checkbox.svg) " " 
}








#container .grey {
	color:var(--color-grey) !important;
}

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

#container .no_space_top {
	margin-top:0;
}

#container .no_space_bottom {
	margin-bottom:0;
}

#container div.space_top,
#container .space_top {
	padding-top:40px;
}

#container .space_marign_top {
	margin-top:16px !important; 
}

#container .space_marign_bottom {
	margin-bottom:16px !important; 
}

#container .space_marign_top_big {
	margin-top:32px !important; 
}

#container .space_marign_bottom_big {
	margin-bottom:32px !important; 
}

#container .small_space_marign_bottom {
	margin-bottom:6px !important; 
}
 
#box_subnav .pic_r,
#content .pic_r {
	float:right;
	margin:2px 0 10px 20px;
}

#content .pic_l {
	float:left;
	margin:2px 20px 10px 0;
}

#content .thumb_l {
	float:left;
	margin:6px 12px 6px 0;
}

#content .thumb_r {
	float:right;
	margin:6px 0 6px 12px;
}

#content span.datum {
	float:right;	
	margin:8px 0 0 20px;
	font-size:80%;	
}


#content .download_box_r {
	display:inline-block;
	width:auto;
	float:right;
	margin:2px 0 24px 36px;
	font-size:110%;
	text-align:center;
	font-size:90%;
	line-height:140%;
}

@media only screen and (max-width: 990px) {
	
	#content .download_box_r {
		display:inline-block;
		width:210px;
		float:right;
		margin:2px 0 24px 36px;
		font-size:110%;
		text-align:center;
		font-size:90%;
		line-height:140%;
	}
	
	#content .download_box_r img,
	#content .download_box_r img.img_auto {
		width:auto;
		max-width:100%;
		height:auto;
	}

}


#content .textbox_r {
	display:inline-block;
	width:auto;
	float:right;
	margin:2px 0 24px 36px;
}



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

















#content a.link_thumb {
	padding:4px;
	background-color:#fff;
	border:1px solid #D1D1D1;
	display:inline-block;
	line-height:0%;
}

#content a.link_thumb img {
	margin:0 !important;
	padding:0 !important;
	border:0px !important;
}

#content .bildbox {
	padding:4px;
	background-color:#fff;
	border:1px solid #D1D1D1;
	display:inline-block;
}


#content .shadow {
	-moz-box-shadow: 3px 3px 6px #c2c2c2;
	-webkit-box-shadow: 3px 3px 6px #c2c2c2;
	box-shadow: 3px 3px 6px #c2c2c2;
}
 
#content .rand {
	border:1px solid #D1D1D1;
}

#content img.bigpic {
	width:auto;
	max-width:100%;
	height:auto;
	border:1px solid var(--color-grey-light);
}

#content img.responsive {
	width:auto;
	max-width:100%;
	height:auto;
}

#content a.link_thumb img.responsive {
	border:0px solid red !important;
	margin:0 !important;
	width:100% !important;
}

#content .max100 {
	width:100%;
	max-width:100px;
}

#content .max150 {
	width:100%;
	max-width:150px;
}

#content .max200 {
	width:100%;
	max-width:200px;
}

#content .max206 {
	width:100%;
	max-width:206px;
}

#content .max250 {
	width:100%;
	max-width:250px;
}

#content .max300 {
	width:100%;
	max-width:300px;
}

#content .max496 {
	width:100%;
	max-width:706px;
}

#content .full {
	width:100%;
	max-width:706px !important;
}

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

	#content img.responsive {
		width:auto;
		max-width:100%;
		height:auto;
	}

}

#content section article div.autobreite {
	width:auto;
}

#content a.anker,
#content a.anker:hover,
#content a.normal {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
}

#content a.normal  {
	color:#666;
}

#content span.small_mobile_only {
	display:none !important;	
}

@media only screen and (max-width: 470px){
	#content  span.small_mobile_only {		
		display:inline-block !important;		
	}
}



#content table {
	margin:6px 0 12px 0;
}

#content th {
	font-size:140%;
	line-height:130%;
	font-weight:700;
	padding:0 4px 4px 0;
	vertical-align:top;
	text-align:left;
}

#content td {
	font-size:140%;
	line-height:130%;
	font-weight:400;
	padding:0 4px 4px 0;
	vertical-align:top;
	text-align:left;
}

#content .tab td {
	padding:4px;
}



#content table.einfach {
	width:100%;
	margin:6px 0 12px 0;
	border-collapse: collapse;
	border-top:1px solid var(--color-grey-text);
}

#content table.einfach tr {
	margin:0;
	padding:0;
}

#content table.einfach th {
	font-size:140%;
	line-height:130%;
	font-weight:700;
	margin:0 !important;
	padding:4px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid var(--color-grey-text);
	background-color:rgba(var(--color-grey-lightest-rgb),1);
}

#content table.einfach td {
	font-size:140%;
	line-height:130%;
	font-weight:400;
	margin:0 !important;
	padding:4px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid var(--color-grey-text);
}




#content figure img {
	width:auto;
	max-width:100%;
}

#content figure figcaption {
	display:block;
	/*
	padding:2px 4px;
	
	margin:2px 0 4px 0;
	*/
	
	padding:4px;
	margin:0;
	
	font-size:130%;
	line-height:140%;
	text-align:left;
}

#content figure figcaption p {
	font-size:130%;
	line-height:140%;
	margin:2px 0 4px 0;
	text-align:left;
}

#content figure figcaption span.small,
#content figure figcaption p span.small {
	font-size:85%;
}



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

#content .masonry {
}


#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);	
	*/
	
	
	/*
	border-top:2px solid green;
	border-bottom:2px solid green;
	background-color:lime;
	*/
	
}


@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;
	
	/*
	margin:0 9px 18px 9px;
	padding:4px;	
	
	background: rgb(209,209,209); 
	background: -moz-linear-gradient(45deg, rgba(209,209,209,1) 0%, rgba(187,189,188,1) 50%, rgba(212,212,212,1) 100%); 
	background: -webkit-linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); 
	background: linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d4d4d4',GradientType=1 ); 
	*/
}

@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 {
	
}

#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 figure.portrait {
	float:right;
	display:inline-block;
	margin:4px 0 24px 24px;
	width:auto;
	max-width:200px;
}

#content figure.portrait img {
	width:auto;
	max-width:100%;
}

#content figure.portrait figcaption {
	display:block;
	padding:2px 4px;
}

#content figure.portrait figcaption p {
	font-size:130%;
	line-height:140%;
	margin:2px 0 4px 0;
	text-align:left;
}

#content figure.portrait figcaption p span.small {
	font-size:85%;
}


@media only screen and (max-width: 540px) {
	
	#content figure.portrait {		
		float:none;
		display:block;
		margin:2px auto 24px auto;
		width:100%;
		max-width:200px;
		text-align:center;		
	}
	
}






/* NEWS START */

#content div.news {
	display:block;
	clear:both;
	margin: 0 0 30px 0;
	padding-bottom:14px;
	border-bottom:1px dotted rgba(var(--color-ci-farbe-rgb),1);
}

/* new clearfix */
#content div.news:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
	
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
#content div.news {display: block;}
/* End hide from IE5/Mac */



#content div.news h1 {	
	margin:2px 0;
}

#content div.news h2,
#content div.news h3 {	
	margin:2px 0;
	font-weight:700 !important;	
}

#content div.news h2 a {
	font-weight:700 !important;
}

#content div.news p.datum {	
	font-size:120% !important;
	font-weight:400;
	margin: 22px 0 2px 0 !important;
}

/*
#content.news.artikel_detail p.datum {	
	margin: 12px 0 2px 0 !important;
}

#content div.news span.datum {	
	float:none;
	display:block;
	margin:0 0 4px 0;	
	font-size:70% !important;
	font-weight:400;
}
*/


#content div.news > p {
	margin-bottom:0 !important;
}

#content div.news p.read_more {
	margin:2px 0 12px 0 !important;
	display:inline-block;
}


#content figure.newspic {
	float:right;
	display:inline-block;
	margin:4px 0 12px 12px;
}

#content figure.newspic img {
	width:auto;
	max-width:100%;
	height:auto;
}
	

@media only screen and (max-width: 990px) {
		
	#content div.news.detail figure.newspic  {
		width:100%;
		max-width:300px;
	}
		
}

@media only screen and (min-width: 541px) and (max-width: 990px) {
	
	#content figure.newspic {
		float:right;
		display:inline-block;
		margin:4px 0 12px 12px;
	}
	
	#content div.news.detail figure.newspic  {
		float:right;
		display:inline-block;
		margin:4px 0 12px 12px;
		width:100%;
		max-width:200px !important;
	}

}

@media only screen and (max-width: 540px) {
	
	#content figure.newspic {		
		float:none;
		display:block;
		margin:8px auto 8px auto;
		width:100%;
		max-width:150px;
		text-align:center;		
	}
	
	#content div.news.detail figure.newspic  {
		width:100%;
		max-width:300px !important;
	}	
	
}





@media only screen and (max-width: 360px) {
	#content.news p {
		word-break: normal;
	}	
	#content.news h2 {
		/*
		word-break: break-all;
		*/
	}
}



#content div.news #socialbuttons {
	list-style:none;
	margin:16px 0 16px 0;
	padding:0;
}

#content div.news #socialbuttons li {
	float:left;
	margin:0 4px 0 0;
	padding:0;
}

#content div.news #socialbuttons li a img {
	width:20px;
	height:20px;
}


#content p.news_links {
	font-size:130%;
}




#content p.seitenzahlen {}


#content p.seitenzahlen {
	margin:0 10px 10px 0;
	padding:2px;
	background-color:#fff;
	display:block;
	text-align:center;
}

#content p.seitenzahlen a {
	margin:0 2px;
}

#content p.seitenzahlen a.aktiv {
	background-color:rgba(var(--color-ci-farbe-rgb),1);
	color:#fff;
	padding:4px;
	height: 20px;
	width: 20px;
	line-height:20px;
	border-radius: 50%;
	display: inline-block;
	font-size:100%;	
}


/* NEWS ENDE */







/* ### FLEXBOX START ### */

div.box_leistungen {
	text-align:left;
}

.flex-container {
	clear:both;	
	display: flex;
	flex-flow: row wrap;
	width:100%;
	height:auto;
	margin:12px auto !important;	
	align-items: flex-start !important;
	align-content: flex-start !important;
	justify-content: flex-start !important;
	text-align:left;
}

.flex-container .flexbox {
	/*
	display: flex;	
	flex-flow: column nowrap;
	*/
	text-align:left;
	padding:10px;
	margin:0 auto;
	margin-bottom:12px;		
}





.flex-container.team {
	clear:both;	
	display: flex;
	flex-flow: row wrap;
	width:100%;
	height:auto;
	margin:12px 0 !important;	
	text-align:center !important;
	justify-content: center !important;
	align-items: flex-start !important;
	align-content: flex-start !important;
	
	
}

.flex-container.team .flexbox {

	text-align:left !important;
	padding:10px;
	margin:0 auto 12px auto !important;
	
}

.flex-container.team .flexbox p {
	/*
	display:block;
	width:100%;
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	*/
	
}






.flex-container .flexbox h1,
.flex-container .flexbox h2,
.flex-container .flexbox h3,
.flex-container .flexbox h4,
.flex-container .flexbox h5,
.flex-container .flexbox h6 {
	text-align:left !important;
	margin-left:0;
	margin-right:0;
}

.flex-container .flexbox100 {
	width:calc(100% - 20px);	
}


.flex-container .flexbox66 {
	width:calc(66.66% - 20px);	
}

.flex-container .flexbox50 {
	width:calc(50% - 20px) !important;	
}

.flex-container .flexbox45 {
	width:calc(45% - 20px) !important;	
}

.flex-container .flexbox40 {
	width:calc(40% - 20px) !important;	
}

.flex-container .flexbox35 {
	width:calc(35% - 20px) !important;	
}

.flex-container .flexbox33 {
	width:calc(33.33% - 20px);	
}

.flex-container .flexbox30 {
	width:calc(30% - 20px);	
}

.flex-container .flexbox25 {
	width:calc(25% - 20px);	
}

.flex-container .flexbox20 {
	width:calc(20% - 20px);	
}

.flex-container.leistungen_center {
	align-items: flex-start !important;
	align-content: flex-start !important;
	justify-content: flex-start !important;
}

.flex-container.leistungen_center h3.h2,
.flex-container.leistungen_center p.icon {
	text-align:center !important;
}

#content .flex-container.leistungen_center h3.h2 {
	margin-left:auto !important;
	margin-right:auto !important;
	display:inline-block;
}

.flex-container.leistungen {
	align-items: flex-start !important;
	align-content: flex-start !important;
	justify-content: flex-start !important;
}

.flex-container.leistungen h3.h2,
.flex-container.leistungen p.icon {
	text-align:left;
}

footer .flex-container .flexbox {
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
	padding:10px 20px 10px 0;
	margin:0 auto;
	margin-bottom:12px;		
}

@media only screen and (max-width: 990px) {
		
	.flex-container {
		align-items: flex-start !important;
		align-content: flex-start !important;
		justify-content: flex-start !important;
	}	
	
	.flex-container .flexbox50, 
	.flex-container .flexbox45,
	.flex-container .flexbox40,
	.flex-container .flexbox35,
	.flex-container .flexbox33,
	.flex-container .flexbox30,
	.flex-container .flexbox20	{
		width:calc(50% - 20px) !important;	
	}
			
	.flex-container.team .flexbox33	{
		width:calc(33% - 20px) !important;	
	}		
		
	footer .flex-container .flexbox {		
		padding:0 20px 6px 0;
		margin-bottom:0px;		
	}
	
	footer .flex-container .flexbox50, 
	footer .flex-container .flexbox45, 
	footer .flex-container .flexbox40, 
	footer .flex-container .flexbox35,
	footer .flex-container .flexbox33,
	footer .flex-container .flexbox30,
	footer .flex-container .flexbox20 {
		width:calc(100% - 20px) !important;	
	}
	
	footer .flex-container .flexbox100 {
		margin-top:24px;
	}
	
	
	
	footer .flex-container {
		clear:both;	
		display: flex;
		flex-flow: row wrap;
		width:100%;
		height:auto;
		margin:12px auto !important;	
		align-items: flex-start !important;
		align-content: flex-start !important;
		justify-content: center !important;
		text-align:center;
		/*
		border-top:4px solid red;
		border-bottom:4px solid red;
		*/
	}

	footer .flex-container .flexbox div {
		/*
		display: flex;	
		flex-flow: column nowrap;
		*/
		/*
		width:calc(100% - 20px);
		*/
		display:inline-block;
		width:auto;
		text-align:center;
		padding:10px;
		margin:0 auto;
		margin-bottom:12px;		
		/*
		border-top:4px solid cyan;
		border-bottom:4px solid cyan;
		*/
	}
	
	
}


@media only screen and (max-width: 640px) {
	
	.flex-container {
		align-items: flex-start !important;
		align-content: flex-start !important;
		justify-content: flex-start !important;
	}
	
	.flex-container .flexbox50, 
	.flex-container .flexbox45,
	.flex-container .flexbox40,
	.flex-container .flexbox35,
	.flex-container .flexbox33,
	.flex-container .flexbox30,
	.flex-container .flexbox20 {
		width:calc(100% - 20px) !important;	
	}
	
	
	.flex-container.team .flexbox50, 
	.flex-container.team .flexbox45,
	.flex-container.team .flexbox40,
	.flex-container.team .flexbox35,
	.flex-container.team .flexbox33,
	.flex-container.team .flexbox30,
	.flex-container.team .flexbox20	{
		width:calc(50% - 20px) !important;	
	}
	
}


@media only screen and (max-width: 460px) {
	
	.flex-container.team .flexbox50, 
	.flex-container.team .flexbox45,
	.flex-container.team .flexbox40,
	.flex-container.team .flexbox35,
	.flex-container.team .flexbox33,
	.flex-container.team .flexbox30,
	.flex-container.team .flexbox20	{
		width:calc(100% - 20px) !important;	
	}
	
}


/* ### FLEXBOX ENDE ### */













/* BOX START */

#content div.box100 {
	display:block;
	float:none;
	width:100%;
	margin:0 0 16px 0;
	clear:both;
}

#content div.box50 {
	display:block;
	float:left;
	width:45%;
	margin:0 5% 16px 0;
	clear:both;
}

#content div.box50:nth-child(2n+1) {
	margin-right:0;	
	clear:none;
}

#content div.box33 {
	display:block;
	float:left;
	width:32%;
	margin:0 2% 16px 0;
	clear:both;
}

#content div.box33:nth-child(3n+1) {
	margin-right:0;	
	clear:none;
}

#content div.box h2.h3,
#content div.box h3 {
	border-bottom:1px solid #f2f2f2;
	margin-bottom:3px;
}

#content div.box h2.h3 a,
#content div.box h2.h3 a:hover,
#content div.box h3 a,
#content div.box h3 a:hover {
	text-decoration:none;
	color:var(--color-red-logo);
}

#content div.box h3.h4 {
	border-bottom:0px solid #f2f2f2;
	margin-top:0;
}

#content div.box p {
	margin:0 0 2px 0;	
}

@media only screen and (max-width: 768px) {
	
	#content div.box,
	#content div.box50,
	#content div.box33 {
		display:block;
		float:none;
		width:100%;
		margin:0 0 16px 0;
		clear:both;
	}

	#content div.box50:nth-child(2n+1),
	#content div.box33:nth-child(3n+1) {
		margin-right:0;	
		clear:both;
	}

}

/* BOX 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:546px;
	*/
	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:410px;
	*/
	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;
}


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: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 ### */

/*
  https://developer.mozilla.org/en/docs/Web/CSS/box-shadow
  box-shadow: [inset?] [top] [left] [blur] [size] [color];

  Tips:
    - We're setting all the blurs to 0 since we want a solid fill.
    - Add the inset keyword so the box-shadow is on the inside of the element
    - Animating the inset shadow on hover looks like the element is filling in from whatever side you specify ([top] and [left] accept negative values to become [bottom] and [right])
    - Multiple shadows can be stacked
    - If you're animating multiple shadows, be sure to keep the same number of shadows so the animation is smooth. Otherwise, you'll get something choppy.
*/
.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);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.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;
}

.up {
  /*
  --color-button: #273688;
  --color-button-hover: #273688;
  */
  --color-button: #273688;
  --color-button-hover: #ebad29;
}

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

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

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

button:hover, 
button:focus {
	border-color: var(--color-button-hover);
	color: #fff !important;
}

button:hover a, 
button:focus a,
a button:hover, 
a button:focus {
	color: #fff !important;
}


button {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  cursor:pointer;
}


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

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



/* ### CSS BUTTONS ENDE ### */








/* ### GMAP INFOFENSTER STYLES START ### */

.gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
}

.gm-style-iw-a {
	position: absolute; 
	left: 15px; 
	top: 15px;
}
.gm-style-iw-t {
	right: 0px; 
	bottom: 59px;
}
.gm-style-iw gm-style-iw-c {
	max-width: 654px; 
	max-height: 541px;
}
.gm-style-iw-d {
	max-width: 618px; 
	max-height: 505px;
}


.fancybox_content {
	font-size:100%;
	width:auto;
	min-width:216px;
	height:auto;
	min-height:120px;
	overflow-y:auto;
	margin:0;
	padding:6px;
	display:inline-block;
	background-color:#fff;
}

.fancybox_content * {}

.fancybox_content p,
.fancybox_content p a {
	margin:0 !important;
	padding:0;
}

.fancybox_content a {
	color:#009AE7 !important;	
}

.fancybox_content img.pic_object {
	width:100%;
	max-width:216px;
	height:auto;
	margin-bottom:2px;
}

.fancybox_content {
	text-align:left;
}

.fancybox_content p {
	text-align:left;
	line-height:130% !important;
	margin:0 0 3px 0;
}

#container .fancybox_content p.object_name a {
	font-weight:600;	
	color:#555 !important;
	font-size:120%;
}

#container .fancybox_content p.object_location a {
	font-weight:400;	
	color:#555 !important;
	font-size:70%;
	line-height:100% !important;
}


/* ### GMAP INFOFENSTER STYLES ENDE ### */



/* ### GMAP CONTROL STYLES START ### */

#map-controls {
	display:none;
}

 .gm-style .controls {
        font-size: 28px;  /* this adjusts the size of all the controls */

        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
        font-weight: 300;
		height: 1em;
        width: 1em;
        margin: 6px;
        text-align: center;
        user-select: none;
        padding: 2px;
      }
      .gm-style .controls button {
        border: 0;
        background-color: white;
        color: rgba(0, 0, 0, 0.6);
      }
      .gm-style .controls button:hover {
        color: rgba(0, 0, 0, 0.9);
      }

      .gm-style .controls.zoom-control {
        display: flex;
        flex-direction: column;
        height: auto;
      }
      .gm-style .controls.zoom-control button {
        font: 0.85em Arial;
        margin: 1px;
        padding: 0px;
      }
	  
	  .gm-style .controls.streetview-control {
        display: flex;
        flex-direction: column;
        height: auto;
      }

      .gm-style .controls.maptype-control {
        display: flex;
        flex-direction: row;
        width: auto;
      }
      .gm-style .controls.maptype-control button {
        display: inline-block;
        font-size: 0.5em;
        margin: 0 1px;
        padding: 0 6px;
      }
      .gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
        font-weight: 700;
      }
      .gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
        font-weight: 700;
      }

      .gm-style .controls.fullscreen-control button {
        display: block;
        font-size: 1em;
        height: 100%;
        width: 100%
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon {
        border-style: solid;
        height: 0.25em;
        position:absolute;
        width: 0.25em;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 2px 0 0 2px;
        left: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 0 2px 2px 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 2px 2px 0 0;
        right: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 0 0 2px 2px;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 0 0 2px 2px;
        left: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 2px 2px 0 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 0 2px 2px 0;
        right: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 2px 0 0 2px;
      }

/* ### GMAP CONTROL STYLES ENDE ### */



/* ### GMAP DIRECTIONS STYLES START ### */

.adp,
.adp table  {
	font-family: 'Open Sans', Helvetica, Tahoma, Verdana, Arial, san-serif;
	font-weight: 400;
	font-style: normal;
}

.adp b,.adp-list b {
	font-weight:400
}

.adp-warnbox {
margin:5px 0 3px 0
}

.warnbox-content {
	background:transparent;
	background:none;
}

.warnbox-c1,
.warnbox-c2 {
	background:transparent;
	background:none;
	font-size:1px;
	height:1px;
	margin-top:0;
	overflow:hidden
}

.warnbox-c1 {
	margin:0 2px
}

.warnbox-c2 {
	margin:0 1px
}

.adp-list {
	background:#fff;
	border:1px solid #cdcdcd;
	cursor:pointer;
	padding:4px;
	font-family: 'Open Sans', Helvetica, Tahoma, Verdana, Arial, san-serif;
	font-weight: 400;
	font-style: normal;
}

.adp-fullwidth {
	width:100%
}

.adp-listsel {
	background:#eee;
	text-decoration:none
}

.adp-listheader {
	padding:4px
}

.adp-placemark {
	background:#eee;
	border:1px solid silver;
	color:#000;
	cursor:pointer;
	margin:10px 0px 10px 0px;
	vertical-align:middle
}

.adp-placemark tr td,
.adp-placemark .adp-text {
	vertical-align:middle;
	padding:4px !important;
}

img.adp-marker {
	width:22px;
	height:40px
}

img.adp-marker2 {
	width:27px;
	height:43px
}

.adp-details,
.adp-legal {
	color:#676767
}

.adp-summary {
	padding:0 3px 3px 3px
}

.adp-step,
.adp-substep {
	border-top:1px solid #cdcdcd;
	margin:0;
	padding:6px 3px 3px 3px !important;
	vertical-align:middle;
	line-height:120%;
}

.adp-list img,
.adp-substep img {
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	margin-right:3px
}

.adp-distance {
	white-space:nowrap
}

.adp-step,
.adp-text {
	width:100%;
}

.adp-directions {
cursor:pointer;
	border-collapse:collapse
}

.adp-list .gm-arrow {
	width:8px;
	height:9px;
	margin:5px 0 3px
}

.adp-agencies {
	font-size:80%;
	margin:5px 0
}
.adp-summary-duration {
	float:right;
	margin-left:7px;
	white-space:nowrap
}

.adp-substep .gm-line {
	margin-right:4px
}

.adp-substep .adp-stepicon {
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	width:16px;
	height:16px
}

.adp-substep .adp-stepicon .adp-maneuver {
	background-size:19px 630px;
	position:absolute;
	left:0;
	width:16px;
	height:16px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-ferry {
	background-position:0 -614px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-ferry-train {
	background-position:0 -566px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-merge {
	background-position:0 -143px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-straight {
	background-position:0 -534px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-fork-left {
	background-position:0 -550px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-ramp-left {
	background-position:0 -598px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-roundabout-left {
	background-position:0 -197px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-left,
.adp-substep .adp-stepicon .adp-maneuver.adp-keep-left {
	background-position:0 -413px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-sharp-left {
	background-position:0 0
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-slight-left {
	background-position:0 -378px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-uturn-left {
	background-position:0 -305px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-fork-right {
	background-position:0 -499px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-ramp-right {
	background-position:0 -429px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-roundabout-right {
	background-position:0 -232px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-right,
.adp-substep .adp-stepicon .adp-maneuver.adp-keep-right {
	background-position:0 -483px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-sharp-right {
	background-position:0 -582px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-turn-slight-right {
	background-position:0 -51px
}

.adp-substep .adp-stepicon .adp-maneuver.adp-uturn-right {
	background-position:0 -35px
}

div#route > div {
	font-size:120% !important;
	color:rgba(76,76,72,1) !important;
	font-family: Verdana, Arial, Helvetica, Tahoma, san-serif;
	font-weight:400 !important;	
}

div#route div.adp-summary {
	font-size:140% !important;
}

div#route div.adp-substep {
	font-size:140% !important;
}

/* ### GMAP DIRECTIONS STYLES ENDE ### */





/* GMAP Blocked Start */

#box_karte.blocked {
	position:relative;
}

#box_karte.blocked .message {
	position: absolute;
	top: 4px;
	left: 4px;	
	width: calc(100% - 60px);
	height: calc(100% - 60px);		
	z-index:100 !important;
	border:0px solid red !important;	
	background:rgba(0,0,0,.5) url(/gif/bg-routenplaner.jpg) no-repeat center center !important;
	color:#fff !important;
	text-align:center;
	padding:30px;
}

#box_karte.blocked #karten_box {
	background:rgba(0,0,0,.75);
}

#box_karte.blocked .message p,
#box_karte.blocked .message * {
	color:#fff !important;
}

#box_karte.blocked .message a {
	cursor: pointer;
	color:red !important;
}

#box_karte.blocked .message a.googlemaps-blocked {
	color:#fff !important;
	background-color:red;
	padding:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:6px;
	display:inline-block;
}

/* GMAP 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 ### */

.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: 1024px) {
*/
@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: 990px) {
*/
@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 ### */



/* #### 360 Grad PANO START #### */

body.vr360 #container .space_bottom {
	margin-bottom:30px;
}

#container .flex-container {
	display: flex;
	flex-flow: row wrap;
}

body.vr360 {
	width:100%;
	height:100%;	
	display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-basis: 0;
}

/*
body.vr360 #header,
*/
body.vr360 footer,
body.vr360 #bildstreifen {
	display: flex;
	flex-flow: row wrap;
}

body.vr360 #header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}	

body.vr360 footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

body.vr360 #content { 	
	clear:both;
	background:none;
	background-color:#fff;	
	display: flex;
	flex-flow: row wrap;	
}

body.vr360 #content div.flexbox {
	display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-basis: 0;
	text-align:left;
}

body.vr360 #content div.flexbox .box_vr360 {	
	position:relative;	
	width:100%;	
	/*
	height:60vh;
	*/
	height:50vh;
	display:block;	
}

body.vr360 #content div.flexbox .box_vr360 .photosphere {
	width: 100%;
	height: 100%;	
	display:block;	
}

#content .box_vr360 .hinweis_handy {
	position:absolute;
	top:50%;
	left:0;
	margin:0 auto;
	z-index:99999;	
	text-align:center;	
	width:100%;
}	
	
#content .box_vr360 .hinweis_handy p {
	width:calc(100% - 8px);
	display:block;
	padding:4px;
	color:#fff;
	background:rgba(0,0,0,0.8);
	text-align:center;
	margin:0 auto;
	font-size:200%;
}

.psv-hud {
	cursor:url('/includes/photo-sphere/mousecursor360vr.png'), auto !important;
}
	
.psv-button.custom-button {
	font-size: 22px;
	line-height: 20px;
}

.demo-label {
	color: white;
	font-size: 20px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    padding: 5px;
    border: 1px solid white;
    background: rgba(0,0,0,0.4);
}
		
.psv-caption {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-moz-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	color: rgba(255, 255, 255, 0.7);
	margin: 10px;
	overflow: hidden;
	text-align: center; 
}

.psv-caption-icon {
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.psv-caption-icon * {
	fill: rgba(255, 255, 255, 0.7); 
}

.psv-caption-content {
	font-family: sans-serif;
	white-space: nowrap;
	font-weight:bold;
	font-size:120%;
}

/* #### 360 Grad PANO ENDE #### */
