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

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

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

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

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

#container #box {		
	width:100%;
	max-width:var(--width-content-wide);
	padding:0;	
	margin:0 auto;
	text-align:left;
	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 p {
	font-size:140%;
	line-height:130%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

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

#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,
#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,
#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 .h4 img.pic_l,
#box_subnav h4 img.pic_l {
	float:left;
	margin:0 2px 0 0;
}

#box_subnav .h4.firmenname,
#box_subnav h4.firmenname {
	margin-bottom:6px;
	color: rgba(var(--color-ci-farbe-rgb),1);
}


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



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

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

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

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

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


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


@media only screen and (max-width:990px) {
	
	#box_subnav {
		display:none;
	}
	
}

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


.only_small_devices,
.only_smart_devices {
	display:none;
}

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

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



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

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

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:var(--color-error);
}

.center {
	text-align:center;
}

.strong,
.bold {
	font-weight:700 !important;
}

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

.noborder {
	border:none;
}

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


nav#menu br.desktop_only {
	display:none !important;
}


@media only screen and (max-width:990px){
	
	nav#menu .logo_bg {
		z-index:999999999;
	}
	nav#menu .logo_bg img.logo {
		width:auto;
		max-height:43px;
	}		
}


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

.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-red-logo-rgb),1);
	color:#fff;
}

.sm-clean li a {}

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

.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);
	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 {	
	color:#fff;
	background-color:rgba(var(--color-red-logo-rgb),1);
}

.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-red-logo-rgb),1);
}
.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-red-logo-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;
	}
	
	/* 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:4px 10px;
		line-height:130%;		
		color:#fff;
		border-radius: 0 !important;		
		text-align:left;		
		font-size:160%;
	}
	
	.sm-clean li a {		
		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 {
		text-decoration:none;
	}
	.sm-clean li a.current {
		text-decoration:none;
		font-weight:bold;
	}
	.sm-clean li.aktiv a {}
	
	.sm-clean li ul {
		background-color:rgba(var(--color-grey-lightest-rgb),1) !important;
	}
	
	.sm-clean li ul li {
		display:block;
		width:100%;
		border-top:1px dotted var(--color-grey-headline);
		text-align:left;
	}

	.sm-clean li ul li a { 
		text-transform:none;
	}
	
	.sm-clean li.aktiv li a,
	.sm-clean li li a {
		text-decoration:none !important;
		color:var(--color-grey-link);
		background-color:rgba(var(--color-grey-lightest-rgb),1) !important;
	}
	
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active, 
	.sm-clean li li a.highlighted
	.sm-clean li.aktiv li a:hover, 
	.sm-clean li.aktiv li a:focus, 
	.sm-clean li.aktiv li a:active, 
	.sm-clean li.aktiv li a.highlighted,
	.sm-clean li:hover li a:hover, 
	.sm-clean li:hover li a:focus, 
	.sm-clean li:hover li a:active, 
	.sm-clean li:hover li a.highlighted,
	.sm-clean li:hover,
	.sm-clean li:hover li:hover {
		text-decoration:none !important;
		color:#fff;
		background-color:rgba(var(--color-red-logo-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: var(--color-grey-link) 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;
	}

}

/*# sourceMappingURL=sm-clean.css.map */

/* 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 0 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-grey-link);
	-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;
	background-color:rgba(255,255,255,1);	
}

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

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

nav#menu p.logo_absatz {
	float:left;
	width:auto;
	display:inline-block;
	text-align:left;
	padding:4px 0;
}

nav#menu p.logo_absatz a.logo_bg {
}

nav#menu p.logo_absatz a.logo_bg img.logo {
	float:left;
	margin-right:10px;
}
	
nav#menu p.logo_absatz a.logo_bg span.text {
	display:inline-block;
	font-size:200% !important;
	line-height:130%;
	font-weight:600;
	margin-top:10px !important;
	text-transform:uppercase;
	font-family:Arial Black, Arial, san-serif;
}	

nav#menu.sticky p.logo_absatz a.logo_bg span.text {
	margin-top:10px !important;
	font-size:160% !important;
}

nav#menu.sticky p.logo_absatz a.logo_bg span.text br.only_full {
	display:none !important;
}

nav#menu.sticky p.logo_absatz {
	padding:0;
}

nav#menu.sticky p.logo_absatz a.logo_bg img.logo_sticky {
	float:left;
	width:32px;
	height:32px;
	margin-right:10px;
}

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


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

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

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

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

	.sm-clean  {	
		background-color:rgba(var(--color-grey-lightest-rgb),1);
	}
	
	nav#menu p.logo_absatz {
		margin:6px;
	}
	
	nav#menu p.logo_absatz a.logo_bg span.text {
		margin-top:0px !important;
		font-size:180% !important;
		line-height:110%;
		font-weight:600;
	}
	
}

/* ##### 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 a {
		display:inline-block;
	}
	
	header#header div.headinfos div.text p.hinweis {
		display:none;
	}
	
	#hinweis_mobil {	
		display:block;
		width:100%;
		margin:4px auto;
		text-align:center;
	}
	
	#hinweis_mobil a {
		font-size:120%;
		font-weight:600;
	}
	
	#hinweis_mobil a svg.icon-tabler-alert-triangle {
		vertical-align:-12px;
		margin-right:3px;
	}

}


@media (min-width: 991px) {
	
	#hinweis_mobil {
		display:none;
	}
	
	header#header div.headinfos div.text p.hinweis {
		display:inline-block;
	}

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

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

	nav#menu.sticky {		
		margin-top:0px !important;		
		margin-top:0 !important;
		margin-bottom:0 !important;
		height:auto !important;
		padding:0 !important;				
		background-color:rgba(255,255,255,1);		
		border-bottom:1px solid rgba(36,68,144,0.25);		
		-webkit-box-shadow: 0px 4px 8px 2px rgba(36,68,144,0.2);
		-moz-box-shadow: 0px 4px 8px 2px rgba(36,68,144,0.2);
		box-shadow: 0px 4px 8px 2px rgba(36,68,144,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:4px !important;
		margin-bottom:4px !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:6px !important;
		margin-bottom:0 !important;
		margin-right:0 !important;
		height:auto !important;
		padding:0 !important;
	}
	
	nav#menu.sticky #main-menu {
		margin-right:24px !important;
	}

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

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

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

	nav#menu.sticky .sm-clean li a.current {}

	nav#menu.sticky .sm-clean li.aktiv a {}

	nav#menu.sticky .sm-clean li.aktiv li a,
	nav#menu.sticky .sm-clean li li a {}
		
	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:var(--color-error) !important;
	}
	
}


@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(380/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:380px !important;
	margin:0;
	overflow:hidden;
}

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

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

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

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


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



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

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

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

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


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

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

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

#pager a span {
	display:none;
}


@media only screen and (max-width:990px){
	
	#pager {	
		bottom:4px;
		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 ##### */


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

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

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

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

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

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

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

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


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

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

footer span.fr {
	margin-top:6px;
}

footer img.fr {
	float:right;
}

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


footer p.firmenname {
	font-size:110%;
	line-height:110%;
}

footer p a,
footer .link_color {
	color:#666;
}

footer div.dark p a,
footer div.dark .link_color {
	color:#333;
}

footer a {
	text-decoration: dotted underline !important;
}


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

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

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

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

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


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

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

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

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

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

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


footer ul.legal_links {
	list-style:none;
	float:left;
}

footer ul.legal_links,
footer p.firmenname {
	font-size:110%;
	line-height:110%;
}

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

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

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




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


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



footer p.small,
footer ul.links {
	font-size:130%;
	line-height:130%;
}

footer ul.links {
	margin-top:3px;
	list-style: none;
}

footer ul.legal_links li, 
footer ul.links li {
	display:inline-block;
	margin:4px 0;
}

footer ul.legal_links li:not(:last-child):not(:nth-last-child(2))::after,
footer ul.links li:not(:last-child)::after {
	content:" | ";
} 


footer ul.legal_links li a, 
footer ul.links li a {
	text-decoration: dotted underline;
	color:#333;
	display:inline-block;
	padding:4px 0;
}

@media screen and (max-width:640px) {
	
	footer p.small,
	footer ul.links,
	footer ul.links li {
		text-align:center;
	}
	
	footer ul.links li {
		border:0px solid red;
	}
	footer ul.legal_links li a,
	footer ul.links li a {
		border:0px solid green;
		display:inline-block;
		padding:8px 0;
	}
	
	
	footer ul.legal_links {
		float:none;
		display:block;
	}
	
	footer ul.legal_links li {
		float:none;
		margin:6px auto;
		display:block;
		text-align:center;
	}
	
	footer ul.legal_links li:not(:last-child):not(:nth-last-child(2))::after,
	footer ul.legal_links li::after	{
		content:"" !important;
	}
		
	footer p.firmenname span.desktop_only {
		display:none;
	}
	
	footer p.firmenname,
	footer p.firmenname span.fr,
	footer p.firmenname span.r,
	footer p.firmenname span.block {
		float:none;
		display:block;
		text-align:center;
		margin-top:16px !important;
	}
	
}





footer a#hbRevocationButton {
	color:#62362D;
	text-decoration:none;
	font-size:100%;
	display:inline-block;
	border:1px solid #62362D;
	padding:4px;
	margin-left:20px;
}

footer a:hover#hbRevocationButton{
	color:#000;
	text-decoration:underline;
}


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





/* FOOTER TYPO START */

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

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

footer strong a {
	font-weight:bold;
}

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

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

/* FOOTER TYPO ENDE */


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




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


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

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

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



#content h1, 
#content h2.h1, 
#content h3.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 h2.h1, 
#content h3.h1 {
	margin:24px 0 12px 0;
}

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

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


#content h2,
#content h3.h2 {
	font-size:200%;
	line-height:140%;
	margin:30px 0 6px 0 !important;
}

#content h2.h3 {
	font-size:170%;
}

#content h2.h4 {
	font-size:160%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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





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

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

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





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

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

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

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

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

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

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

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

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

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

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

#content .pic_l.fb_icon {
	margin:-6px 8px 0 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 .hinweis {
	border: 1px dotted rgba(var(--color-ci-farbe-rgb),1);
	padding: 12px;
	background-color: rgba(var(--color-ci-farbe-rgb),.125);	
}



#content div.infobox {
	display:inline-block;
	width:auto;
	clear:both;
	text-align:left;
	padding: 12px;
	margin:24px 0;
	border: 1px dotted rgba(var(--color-ci-farbe-rgb),.5);
	background-color: rgba(var(--color-ci-farbe-rgb),.075);	
}


#content .formular form fieldset div.infobox p.hint {
	margin-bottom:8px !important;
}

#content div.infobox p:first-child {
	margin-top:0 !important;
}

#content div.infobox p:last-child,
#content .formular form fieldset div.infobox p.hint:last-child {
	margin-bottom:0 !important;
}




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

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

#content blockquote.zitat {
	clear:both;
	text-align:center;
	max-width:75%;
	font-size:120%;
	line-height:140%;
	margin:24px auto;
	border: 1px dotted rgba(var(--color-ci-farbe-rgb),.5);
	padding: 12px;
	background-color: rgba(var(--color-ci-farbe-rgb),.075);	
}

#content blockquote.zitat p {
	text-align:left;
}



blockquote.zitat p.txt {
	text-indent: -0.45em;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
@supports ( hanging-punctuation: first) {
	blockquote.zitat p.txt {
		text-indent: 0;
		hanging-punctuation: first;
	}
}

blockquote.zitat p.txt::before {
	content: open-quote;
}
blockquote.zitat p.txt::after {
    content: close-quote;
}
blockquote.zitat p.txt {
	quotes: "„" "“";
	
}

blockquote.zitat img.pic_l {
	margin-top:0 !important;
	margin-bottom:0 !important;
}


@media only screen and (max-width: 768px) {
	#content blockquote.zitat {
		max-width:90%;
	}
	
	blockquote.zitat img.pic_l {
		display:block;
		margin:0 auto 10px auto !important;
		float:none !important;
	}
	
}







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

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

}


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



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

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

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

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

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

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

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

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




/* GENERAL BUTTON STYLING START */

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

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

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

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

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

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

/* GENERAL BUTTON STYLING ENDE */









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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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



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

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

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

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



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

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

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

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



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

#content figure figcaption {
	display:block;
	padding: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;		
}

@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 section div.hinweisbox {
	padding:10px;
	border:1px solid var(--color-grey-lightest);
}

#content .alertbox {
	color:var(--color-error) !important;
	padding:10px;
	border:1px solid #c80000;
	display:inline-block;
}

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

#content iframe {
	border:none !important;
}

#content .iframe.piwik,
#matomo-opt-out {
	border:none !important;
	min-height:60px;
}





/* ### 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_bt:hover,
.close_bt: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 -5.25em 0 0 var(--color-button-hover);
}

.slide_bt:hover,
.slide_bt: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: #a52a2a;
  --color-button-hover: #a52a2a;
}

.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,
a button:hover, 
a 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: 10px 20px 10px 0;
	padding:16px 20px;  
	cursor:pointer;
}


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

a.button  {
	display:inline-block;
	margin: 10px 20px 10px 0;
	padding:16px 20px;
}



a.button {
	background: none;
	border: 2px solid;
	font: inherit;
	line-height: 1;
	margin: 10px 20px 10px 0;
	padding:20px 24px;
	cursor:pointer;
	color: var(--color-button);
	transition: 0.25s;
}

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

a.button.up:hover,
a.button.up:focus {
	box-shadow: inset 0 -5.25em 0 0 var(--color-button-hover);
}




#kaminholz-infos button {
	border: none;
	margin:20px;
	padding:30px 24px;  
}

#kaminholz-infos a.button {
	background: none;
	border: 2px solid;
	font: inherit;
	line-height: 1;
	margin: 10px 20px 10px 0;
	padding:20px 24px;
	cursor:pointer;
	color: var(--color-button);
	transition: 0.25s;
}


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

#kaminholz-infos a.button.up:hover,
#kaminholz-infos a.button.up:focus {
	box-shadow: inset 0 -5.25em 0 0 var(--color-button-hover);
}

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





/* ### KAMINHOLZ INFOS BOX START ### */

#kaminholz-infos {
	font-size:100%;	
	margin:0 auto 32px auto;	
	border: 1px dotted rgba(var(--color-ci-farbe-rgb),1);
	padding: 12px;
	background-color: rgba(var(--color-ci-farbe-rgb),.0625);
}


#kaminholz-infos p.h2 {
	color:rgba(var(--color-ci-farbe-rgb),1);
	margin:0 0 6px 0px;
	font-size:160%;
	font-weight:700;
}

#kaminholz-infos ul, 
#kaminholz-infos ol {
	margin:6px 0 8px 0;
	font-size:140%;
	line-height:140%;
	list-style-type:none;
}

#kaminholz-infos li {
	padding:0;
	margin:6px 0 4px 0;
}

#kaminholz-infos ul li:before,
#kaminholz-infos ol li:before {
  content: '✔';
  padding-right:0.4em;
  color:green;
}

#kaminholz-infos p#angebot {
	margin:12px 0 0 0;
	font-size:110%;
	font-weight:bold;
	line-height:160%;
}

#kaminholz-infos p#angebot span.bold {
	font-size:180%;
	display:inline-block;
	text-decoration:none;
	margin:0 0 4px 0;
}

#kaminholz-infos p#angebot a {
	font-size:100%;
	text-decoration:none;
	color:brown;
}

#kaminholz-infos p#angebot a.big {
	font-size:160%;
	display:inline-block;
	display:4px 0 0 0;
}

#box_subnav p.button,
#box_subnav #kaminholz-infos p.button,
#kaminholz-infos p.button,
#kaminholz-infos p.button a,
#kaminholz-infos p.button a button,
#kaminholz-infos p.button a button.up {
	margin-bottom:0 !important;
}

/* ### KAMINHOLZ INFOS BOX ENDE ### */







/* RESPONSIVE STYLES */

@media only screen and (min-width: 120px) and (max-width:480px) {
		
	header,
	#container #box,
	nav#nav,
	footer div.block,
	footer div.block p.box25,
	#content,
	#bildslider,
	#wrapper,
	#carousel {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
			max-width:100%;
	}

	#content,
	footer div.block,
	#container #box nav#subnav {		
		padding:4px;
	}

	#content,
	footer div.block {
		padding:4px 10px;
	}

	section,
	article,
	#container #box nav#subnav  {
		width:auto;
	}

	footer div.block p.box25 {
		margin-bottom:12px;
	}
	
}


@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	header,
	#container #box,
	nav#nav,
	footer div.block,
	footer div.block p.box25,
	#content,
	#bildslider,
	#wrapper,
	#carousel,
	#container #box nav#subnav,
	#container #box nav#subnav .block  {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
	}

	#container #box,
	footer div.block {
		margin:0;
		padding:0;
	}

	#content,
	footer div.block,
	nav#nav,
	#container #box nav#subnav {
		width:auto;
		float:none;
		margin:0;
		padding:10px 20px;
	}

	nav#subnav p {
		display:block;
		width:auto;
		float:none;
		margin:0;
	}

	footer div.block p.box25 {
		margin-bottom:12px;
	}
	
}


@media only screen and (min-width: 769px) and (max-width: 990px) {
		
	header,
	#container #box,
	nav#nav,
	footer div.block,
	#content,
	#container #box nav#subnav,
	#container #box nav#subnav .block {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
		height:auto;
	}
	
	#bildstreifen,
	#bildslider,
	#wrapper,
	#carousel{
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
	}

	#container #box,
	footer div.block {
		margin:0;
		padding:0;
	}

	#content,
	footer div.block,
	nav#nav,
	#container #box nav#subnav {
		width:auto;
		float:none;
		margin:0;
		padding:10px 20px;
	}

	nav#subnav p {
		display:block;
		width:auto;
		float:none;
		margin:0;
	}

	nav#nav {
		width:auto;
		text-align:center;
		display:block;
	}

	nav#nav ul#mainnav {
		float:none;
		margin:10px auto;
		padding:0;
		width:auto;
		display:inline-block;
	}

	nav#nav p.logo {
		display:block;
		float:none;
		margin:0 auto;
		width:auto;
		text-align:center;
	}

	#breadcrumb {
		width:auto;
	}

	#content section,
	#content section article {
		width:auto;
		display:block;
	}		

}




@media only screen and (max-width: 480px) {
	
	#content section h1, 
	#content section h2.h1 {
		font-size: 6.25vw !important;
	}	
	
	#content,
	footer div.block,
	nav#nav,
	#container #box nav#subnav {
		padding:10px 20px;
	}
	
}




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

	/* ### SUBNAVI START ### */
	
	#box_subnav {
		float:none;
		width:calc(100% - 20px);
		margin:0 10px 30px 10px;
	}
	
	nav#subnav {}

	nav#subnav p.headline {
		font-size:240%;		
	}

	nav#subnav .block {
		display:block;
		width:100%;
		margin:4px 0;
		padding:0;
	}

	nav#subnav div.box {
		margin:0 0 20px 0;
		font-size:90%;
		line-height:110%;
	}

	nav#subnav div.box h3 {
		font-size:100%;
		margin-bottom:4px;
	}

	nav#subnav div.box p {
		margin:2px 2px 4px 2px;
	}

	nav#subnav div.box img {
		width:auto;
		max-width:100%;
	}

	/* ### SUBNAVI ENDE ### */
	
	
	
	footer .nowrap {
		white-space: normal !important;
	}


	#content section h1, 
	#content section h2.h1 {	
		font-size:260%;	
	}


	#content section h2,
	#content section h3.h2 {
		font-size:200%;
		margin:22px auto 6px auto;
	}

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

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

	#content section h4 {
		font-size:140%;
		margin:6px auto 2px auto;
	}

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

	#content section article p,
	#content section article li {
		font-size:160%;
		line-height:150%;	
	}

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

	#content section article blockquote {
		margin:12px !important;
	}
	
	
		
}