@charset "utf-8";

:root {
	
	--color-bg-grey-rgb: 85,85,85;
	--color-bg-grey: #555555;
	
	/*
	--color-bg-header-rgb: 0,46,81;
	--color-bg-header: #002e51;
	*/
	--color-bg-header-rgb: 255,255,255;
	--color-bg-header: #ffffff;
	
	--color-bg-nav-rgb: 0,46,81;
	--color-bg-nav: #002e51;
	
	--color-bg-footer-rgb: 235,233,229;
	--color-bg-footer: #EBE9E5;
	
	/*
	--color-bg-footer-rgb: 0,46,81;
	--color-bg-footer: #002e51;
	*/
	
	--color-bg-footer-dark-rgb: 211,207,213;
	--color-bg-footer-dark: #d3cfd5;
	
	--color-ci-farbe-rgb: 191,144,52;
	--color-ci-farbe: #bf9034;
	
	/*
	--color-ci-farbe-rgb: 148,112,40;
	--color-ci-farbe: #947028;
	*/
	
	
	--color-ci-farbe-2-rgb: 235,173,41;
	--color-ci-farbe-2: #ebad29;
	
	--color-ci-farbe-button-rgb: 0,46,81;
	--color-ci-farbe-button: #002e51;
	
	--color-ci-farbe-blau-rgb: 0,46,81;
	--color-ci-farbe-blau: #002e51;
	
	--color-button-rgb: 0,46,81;
	--color-button: #002e51;
	
	--color-button-hover-rgb: 235,173,41;
	--color-button-hover: #ebad29		
	
	--color-red-logo-rgb: 0,46,81;
	--color-red-logo: #002e51;
		
	--color-headline-red-rgb: 0,46,81;
	--color-headline-red: #002e51;
	
	--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: 235,233,229;
	--color-grey-light: #EBE9E5;
	
	--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: 280px;
	--width-subnav-small: 200px;	
	
	--picbox-width: 280px;
	
}

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


* {
	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);
}

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


/* ###  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,
.h1,
.h2,
.h3,
.h4,
.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 ### */



#container {
	position:relative;
	width:100%;
	height:auto;
	padding:10px 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) - 50px);
	margin:0;
	float:left;	
	padding:0 0 24px 0;
	font-size:100%;
	text-align:left;
	background-color:#fff;		
	padding:20px 20px 24px 20px;	
}


#box_subnav {
	width:calc(var(--width-subnav) - 60px);
	float:right;
	margin:64px 20px 0 0;
	padding:0;
	text-align:left;		
}

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

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


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

#box_subnav .h3 a,
#box_subnav ul.subnavi li.aktiv li.aktiv a {
	font-weight:600 !important;
}

#box_subnav h4,
#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 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 ul {
	display:none;
}

nav#subnav ul.subnavi li.aktiv ul {
	display:block;
	width:100%;
	list-style:none;
	background-color: rgba(var(--color-grey-light-rgb),1) !important;
}

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

nav#subnav ul.subnavi li li {
	font-size:100%;
	line-height:100%;
}

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

nav#subnav ul.subnavi li.aktiv a {
	/*
	color: #fff !important;
	*/
	color: #000 !important;
	background-color: rgba(var(--color-ci-farbe-rgb),1) !important;
}

nav#subnav ul.subnavi li.aktiv li a {
	color: var(--color-headline-red) !important;
	background-color: rgba(var(--color-grey-light-rgb),.5) !important;
}
nav#subnav ul.subnavi li li.aktiv a {
	background-color: rgba(var(--color-grey-light-rgb),1) !important;
	font-weight:500 !important;
}

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


@media only screen and (min-width: 991px) and (max-width:1219px) {
	
	#box_subnav,
	nav#subnav {
		width:calc(var(--width-subnav-small));
	}
	
	#content {
		width:auto;
		max-width:calc(96% - var(--width-subnav));		
	}
		
	#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;
	}	

}





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

header#header {
	background-color:rgba(var(--color-bg-header-rgb),1);	
	text-align:left;
}

header#header span.logo,
nav#menu span.logo {	
	float:left;
	display:inline-block;
}

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

header#header .logo_bg svg.svg_logo {
	fill: var(--color-ci-farbe-blau);
	width:100%;
	max-width:152px;
	height:auto !important;
}


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

header#header p span.phone {
	float:right;
	margin:30px 30px 0 0;
}

header#header p a.tel_link {
	font-size:200% !important;
	font-weight:500;
	text-decoration:none;
}

header#header p a.tel_link svg {
	fill: var(--color-ci-farbe-blau);
	/*
	stroke: var(--color-ci-farbe-blau);
	*/
	vertical-align:-2px;
}

header#header p .slogan {
	display:inline-block;
	margin: 46px 0 0 30px;
	font-size:160% !important;
	line-height:100%;
	font-weight:400;
}


@media only screen and (max-width:990px){
		
	header#header span.logo,
	nav#menu span.logo {
		display:block;
		float:none;		
		margin: 0 auto;		
		display:block;
		text-align:center;
		float:none;		
	}
	
	header#header .logo_bg,
	nav#menu .logo_bg {
		z-index:999999999;		
		display:inline-block;	
		width:auto !important;		
		max-width:120px;
		padding:10px 10px 10px 10px;		
		border:none;
		text-align:left;
	}

	header#header p .slogan {
		font-size:140% !important;
		line-height:100%;
		font-weight:400;
		margin: 0 auto;		
		display:block;
		text-align:center;
		float:none;		
	}
	
	header#header p span.phone {
		margin: 10px auto;
		
		display:block;
		text-align:center;
		float: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;
	*/
	color:#000 !important;
}

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

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

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

.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;
	*/
	color:#000 !important;
}

.sm-clean li > a:hover svg, .sm-clean li > a:focus svg, .sm-clean li > a:active svg, .sm-clean li > a.highlighted svg {
	stroke:#fff;
}

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


.sm-clean li li li a,
	.sm-clean li.aktiv li li a,
	.sm-clean li.aktiv li.aktiv li a {
		padding: 13px 20px 13px 30px;
		color:var(--color-grey-link) !important;
		background-color:#fff !important;
	}
	
	.sm-clean li.aktiv li.aktiv li.aktiv a,
	.sm-clean li.aktiv li.aktiv li.aktiv a:hover,
	.sm-clean li.aktiv li.aktiv li a:hover {
		padding: 13px 20px 13px 30px;
		color:#fff !important;
		color:var(--color-grey-link) !important;
		background-color:rgba(var(--color-ci-farbe-rgb),.33) !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.aktiv a {	
	/*
	color:#fff !important;
	*/
	color:#000 !important;
	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-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-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:24px 20px;		
		line-height:130%;		
		color:#fff;
		border-radius: 0 !important;		
		text-align:left;		
		font-size:160%;
	}	
	.sm-clean li a {		
		color:#fff !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 a svg {
		stroke:#fff !important;
	}
		
	.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 {
		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;
		*/
		color:#000 !important;
		background-color:rgba(var(--color-ci-farbe-rgb),1) !important;
	}
	
	.sm-clean li li li a,
	.sm-clean li.aktiv li li a,
	.sm-clean li.aktiv li.aktiv li a {
		color:var(--color-grey-link) !important;
		background-color:rgba(var(--color-grey-lightest-rgb),1) !important;
	}
	
	.sm-clean li.aktiv li.aktiv li.aktiv a,
	.sm-clean li.aktiv li.aktiv li.aktiv a:hover,
	.sm-clean li.aktiv li.aktiv li a:hover {
		text-decoration:none !important;
		/*
		color:#fff !important;
		*/
		color:#000 !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:-34px !important;	
		left:0 !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: 10px 12px 10px 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: #fff !important;
	background-color: #fff !important;
	color: #fff !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;	
	text-align:center;
	background-color:rgba(var(--color-bg-nav-rgb),1);	
}

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

.sm-clean li a svg {
	vertical-align:-3px;
	margin-right:2px;	
}

@media only screen and (min-width: 1220px) {
	
	nav#menu ul#main-menu {
		list-style:none;
		display:inline-block;			
		margin:0 auto 0 !important;
		padding:0;
		width:auto;		
		height:100%;
	}	
	
}

@media only screen and (min-width: 991px) and (max-width: 1219px) {
		
	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 auto !important;
		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 ##### */







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

#bildslider, 
#bildstreifen {
	clear:both;
	width:100%;
	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:auto;
	max-width:100%;
	height:auto;
	
}



#bildstreifen.container-vidbg {
	position: relative;
	padding-bottom: calc(380/1920 * 100%) !important;
	padding-top: 0px;
	height: 0 !important;
	overflow: hidden;
	text-align: left;
	background-color: transparent;
	background-size: auto;
	background-size: cover;
}

#bildstreifen.container-vidbg.belter-schaedlingsbekaempfung {
	background: #000 url(/video/belter-schaedlingsbekaempfung.jpg) no-repeat center center;
   }

#bildstreifen.container-vidbg.spinnen {
	background: #000 url(/video/spinnen.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg.fliegen {
	background: #000 url(/video/fliegen.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg.maeuse {
	background: #000 url(/video/ratten-und-maeusebekaempfung-belter-gmbh.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg.wespen {
	background: #000 url(/video/wespen-bienen-hornissen-entfernung-umsiedlung-bekaempfung-belter-gmbh.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg.hornissen {
	background: #000 url(/video/hornissen.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg.taubenvergraemung-taubenabwehr {
	background: #000 url(/video/taubenvergraemung-taubenabwehr-belter-gmbh.jpg) no-repeat center center;
}

#bildstreifen.container-vidbg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  z-index: 100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 1;
  background-color: #000;
}

/* ##### 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:#000;
	text-decoration:dotted underline;
}
#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;
	*/
	text-decoration:dotted underline;
}



#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,
#content h4.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:180%;
	line-height:130%;
	margin:18px 0 8px 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;
	text-decoration:dotted underline;
}

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

#content h4 {
	font-size:150%;
	line-height:120%;
	margin:16px 0 4px 0;
}

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


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

#box_subnav p.h4,
#content p.h4 {
	font-size:160%;
	line-height:140%;
	font-weight:600;
	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 h1 span.small {
	font-size:70%;
	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 blockquote {
  position: relative;
  padding-left: 10px;
  border-left: 1px solid var(--color-ci-farbe-blau);
  font-size: 140%;
  line-height: 140%;
  font-weight: 500;
  margin:20px auto;
}

#content blockquote p {
	font-size:120% !important;
}

#content blockquote.quotes:before,
#content blockquote.quotes:after {
  content: '\201C';
  font-family: 'Courier New';
  color: #4d91b3;
}

#content blockquote.quotes:after {
  content: '\201D';
}




#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 p.logos {
	display:block;
}

#content p.logos img {
	width:auto;
	max-width:100%;
	height:48px;
	margin:0 16px 0 0;
}


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

#container .bold {
	font-weight:700 !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 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;
	line-height:140%;
}

#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-size: 160%;
	line-height: 150%;
	font-weight:700;
	padding:0 4px 4px 0;
	vertical-align:top;
	text-align:left;
}

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

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



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







/* FIGURE START */

#container div.small_center {
	width:66%;
	display:block;
	margin:0 auto;
	text-align:left;
}

@media (max-width: 840px) {

	#container div.small_center {
		width:90%;
	}

}


#container div.small_center figure.pic { 	
	width:100%;
	max-width:320px;
	height:auto;
	display:table;
	clear:both;
	margin:12px auto 24px auto !important;
}




#container div.small_center figure.pic.pic_l { 
	float:none;
	margin:0 auto;
}

#container div.small_center figure.pic.pic_r { 
	float:none;
	margin:0 auto;
}

#container div.small_center figure.pic figcaption { 	
	width:100%;
	text-align:center;
}

#container div.small_center figure.pic img, 
#container div.small_center figure.pic video {
	width:100%;
	max-width:320px;
	height:auto;	
}



#container div.small_center figure.pic_480 { 	
	width:100%;
	max-width:480px;
	height:auto;
	display:table;
	clear:both;
	margin:12px auto 24px auto !important;
	text-align:center;
}

#container div.small_center figure.pic_480 img, 
#container div.small_center figure.pic_480 video {
	width:100%;
	max-width:320px;
	height:auto;	
}

#container div.small_center figure.pic_480 a.img_link {
	max-width:320px;
	margin-left:auto;
	margin-right:auto;	
}	




#container div.small_center.w480 {
	width:100% !important;
	max-width:480px !important;
}


#container div.small_center.w320 {
	width:100% !important;
	max-width:320px !important;
}

#container div.small_center.w480 figure.pic, 
#container div.small_center.w480 figure.pic img, 
#container div.small_center.w480 figure.pic video,
#container div.small_center.w480 figure.pic a.img_link {
	width:100%;	
	max-width:480px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}

#container div.small_center.w720 {
	width:100% !important;
	max-width:720px !important;
}

#container div.small_center.w720 figure.pic, 
#container div.small_center.w720 figure.pic img, 
#container div.small_center.w720 figure.pic video,
#container div.small_center.w720 figure.pic a.img_link {
	width:100%;	
	max-width:720px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}

#container div.small_center.w474 {
	max-width:474px !important;
}
#container div.small_center.w474 figure.pic, 
#container div.small_center.w474 figure.pic img, 
#container div.small_center.w474 figure.pic video,
#container div.small_center.w474 figure.pic a.img_link {
	width:100%;	
	max-width:474px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}




#container div.small_center.w640 {
	max-width:640px !important;
}
#container div.small_center.w640 figure.pic, 
#container div.small_center.w640 figure.pic img, 
#container div.small_center.w640 figure.pic video,
#container div.small_center.w640 figure.pic a.img_link {
	width:100%;	
	max-width:640px !important;
	height:auto;	
	margin-left:auto;
	margin-right:auto;	
}

	

#container div.small_center.space_bottom {
	margin-bottom:32px !important;
}

/* FIGURE ENDE */





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

.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 .flexbox80 {
	width:calc(80% - 20px);	
}

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

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

.flex-container .flexbox60 {
	width:calc(60% - 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;
}



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


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






















#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: #073C84;
  --color-button-hover: #073C84;
  */
  --color-button: #073C84;
  --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 ### */







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










