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


@font-face {
	font-family: "Town10Display-Light";
	src: 
		url('/includes/fonts/Town10DisplayLight/font.woff2') format('woff2'), 
		url('/includes/fonts/Town10DisplayLight/font.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: "Town10Display-Medium";
	src: 
		url('/includes/fonts/Town10DisplayMedium/font.woff2') format('woff2'), 
		url('/includes/fonts/Town10DisplayMedium/font.woff') format('woff');
	font-display: swap;
}	

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/includes/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/includes/fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('/includes/fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/includes/fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/includes/fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
	font-display: swap;
}


:root {
	--color-bg-grey-rgb: 85,85,85;
	--color-bg-grey: #555555;
	
	--color-bg-header-rgb: 232,230,233;
	--color-bg-header: #e8e6e9;
	
	--color-bg-footer-rgb: 232,230,233;
	--color-bg-footer: #e8e6e9;
	
	--color-bg-footer-dark-rgb: 211,207,213;
	--color-bg-footer-dark: #d3cfd5;	
	
	--color-ci-farbe-rgb: 189,0,0;
	--color-ci-farbe: #BD0000;
	
	--color-ci-farbe-2-rgb: 0,18,255;
	--color-ci-farbe-2: #0012FF;
	
	--color-ci-farbe-button-rgb: 189,0,0;
	--color-ci-farbe-button: #BD0000;	
	
	--color-button-rgb: 189,0,0;
	--color-button: #BD0000;
	
	--color-button-hover-rgb: 0,18,255;
	--color-button-hover: #0012FF

	--color-red-logo-rgb: 189,0,0;
	--color-red-logo: #BD0000;
		
	--color-headline-red-rgb: 189,0,0;
	--color-headline-red: #BD0000;
	
	--color-headline-grey-rgb: 113,120,120;
	--color-headline-grey: #717878;	
	
	--color-green-rgb: 97,179,76;
	--color-green: #61b34c;
	
	--color-green-logo-rgb: 161,191,55;
	--color-green-logo: #a1bf37;
	
	--color-grey-link1-rgb: 181,181,181;
	--color-grey-link1: #b5b5b5;
	
	--color-grey-logo-rgb: 232,230,233;
	--color-grey-logo: #e8e6e9;
		
	--color-grey-rgb: 181,181,181;
	--color-grey: #b5b5b5;
	
	--color-grey-dark-rgb: 101,101,101;
	--color-grey-dark: #656565;
			
	--color-grey-light-rgb: 229,229,229;
	--color-grey-light: #e5e5e5;
	
	--color-grey-lightest-rgb: 242,242,242;
	--color-grey-lightest: #f2f2f2;
	
	--color-grey-link-rgb: 102,102,102;
	--color-grey-link: #666666;
	
	--color-grey-headline-rgb: 113,120,120;
	--color-grey-headline: #717878;
	
	--color-grey-text-rgb: 68,68,68;
	--color-grey-text: #444444;
	
	--color-green-button-rgb:54,193,64;
	--color-green-button:#36c140;

	--color-darkgreen-rgb: 22,130,45;
	--color-darkgreen: #16822d;
	
	--width-content: 990px;
	--width-content-small: 760px;
	--width-content-wide: 1280px;	
	
	--width-subnav: 320px;
	--width-subnav-small: 200px;

	--picbox-width: 280px;
}

* {
	margin:0;
	padding:0;
	line-height:100%;
	outline:0;	
	
		
}

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

body {
	position:relative;
	height:100%; 
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:'Open Sans', 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: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;
	*/
	margin:16px 0;
	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 {
		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,
.h1,
.h2,
.h3,
.h4 {
	font-family: "Town10Display-Medium";
	font-weight:400 !important;	
	font-style:normal;	
	word-wrap: break-word;
	overflow-wrap: break-word;
	/*
	font-family:'Open Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;
	font-weight:700;
	font-style:normal;
	word-wrap: break-word;
	*/
	color:var(--color-headline-red);
}


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:rgba(var(--color-bg-header-rgb),1);	
	*/
	background-color:rgba(var(--color-grey-lightest-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 {
	margin:8px 0 0 0;
	width:76px;
	height:60px;
}	




@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;	
	}
	
	nav#menu .logo_bg {
		z-index:999999999;
	}
	nav#menu .logo_bg img.logo {
		width:auto;
		max-height:35px;
	}	
	
}


@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-ci-farbe-rgb),1);
	color:#fff !important;
}

.sm-clean li.aktiv > a {
	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-ci-farbe-rgb),1) !important;
}

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

.sm-clean li {
	font-family: "Town10Display-Medium";
	font-weight:400 !important;	
	font-style:normal;	
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@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 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;		
		*/
		
		padding:10px 10px;
		
		line-height:130%;		
		color:#fff;
		border-radius: 0 !important;		
		text-align:left;		
		font-size:160%;
		width:100%;
		position:relative;
	}
	
	.sm-clean > li.aktiv::before 	{
	
	  content: "";
	  position: absolute;
	  bottom:100%;
	  left: 0;
	  right: 0;
	  padding-top: 12px;
	  background: var(--color-ci-farbe);
	  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
			  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	  
	}
	
	
	
	.sm-clean > li a:hover::before, 
	.sm-clean > li a:focus::before, 
	.sm-clean > li a:active::before, 
	.sm-clean > li a.highlighted::before {
		content: "";
		position: absolute;
		bottom:100%;
		left: 0;
		right: 0;
		padding-top: 12px;
		background: var(--color-ci-farbe);
		-webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
			  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	}
	
	.sm-clean li li a:hover::before, 
	.sm-clean li li a:focus::before, 
	.sm-clean li li a:active::before, 
	.sm-clean li li a.highlighted::before {
		position: relative;
		-webkit-clip-path: none;
			  clip-path: none;
	}
	
	
	
	
	.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 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;
		position:relative;
	}
	
	.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 ul#main-menu {
		padding-top:30px !important;		
	}

}

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%;
}



@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;			
		padding:0;
		/*
		margin:0 !important;
		float:right;
		*/
		margin:0 auto;
		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 ul#main-menu {
		list-style:none;
		display:inline-block;			
		/*
		margin:0 !important;
		float:right;
		*/
		margin:0 auto;
		padding:0;
		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;	
	}
	
	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;
	}
	
	
}


/* ##### 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: 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 {	
		background:none !important;
		background-color:transparent !important;
	}	

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

	nav#menu.sticky .sm-clean li.aktiv a {
		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-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%;
	
	margin:0;
	padding:0;
	
	height:0;
	
	padding-bottom: calc(540/1920 * 100%) !important;

	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:540px !important;
	margin:0;
	overflow:hidden;
}

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

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

#carousel > div {
	width:100%;
	height:auto;
	max-height:540px !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;
		width:100%;
		text-align:center;
		height:10px;
		margin:0 auto;
	}

	#pager a {
		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 ##### */







.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:280%;
	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:200%;
	margin:0 0 12px 0;
	padding:0 0 3px 0;
	border-bottom:0px solid var(--color-grey-lightest);
}

#content h1.small {
	font-size:200%;
	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:160%;
	line-height:130%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
	border:0px;
	color:#666;	
}


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

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

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



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

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

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

#content a.h3 {
	font-size:200%;
	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:220%;
}

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

#content h3.h4,
#content h4.h4 {
	font-size:160%;
	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:180%;
	line-height:140%;
	margin:6px 0 20px 0;
	color:#666;
}

#content .headline {
	font-size:200%;
	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;
}


#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.h4 {
	font-size:160%;
	line-height:140%;
	margin:6px 0 0 0;
}

#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) " " 
}



#content ul.galerie { 
	margin-left: 0px; 
	list-style: none;
	overflow:hidden;
	display:block;
	clear:both;
}


#content ul.galerie li { 
	display:inline-block;
	float:left;
	margin: 0 6px 6px 0;
	width:100%;
	max-width:175px;
}

#content ul.galerie li img.pic {
	margin:0;
	width:auto;
	max-width:100%;
}



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







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











/* ### 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 {
	text-align:left;
	padding:10px;
	margin:0 auto;
	margin-bottom:12px;		
}





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

.flexbox .bottom {
	align-content: flex-end !important;
	margin-top: auto;
}


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

	footer .flex-container .flexbox div {
		display:inline-block;
		width:auto;
		text-align:center;
		padding:10px;
		margin:0 auto;
		margin-bottom:12px;		
	}
	
	
}


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