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

* {
	
	--slider-height: 640px;
		
	--color-red-rgb: 197,20,28;
	--color-red: #c5141c;
	
	--color-darkgrey-rgb: 101,101,101;
	--color-darkgrey: #656565;
	
	--color-grey-rgb: 181,181,181;
	--color-grey: #b5b5b5;
	
	--color-lightgrey-rgb: 229,229,229;
	--color-lightgrey: #e5e5e5;
	
	--color-link-grey-rgb: 102,102,102;
	--color-link-grey: #666666;
	
	--color-green-rgb: 108,177,46;
	--color-green: #6cb12e;
	
	--color-darkgreen-rgb: 22,130,45;
	--color-darkgreen: #16822d;
	
	--color-grey-headline-rgb: 134,129,125;
	--color-grey-headline: #86817D;
	
	--color-dark-text-rgb:46,45,48;
	--color-dark-text:#2e2d30;
	
	--picbox-width: 236px;
	--picbox-pano-width: 312px;
	
}


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

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

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


/* alegreya-sans-700 - latin */
@font-face {
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 700;
	src: url('/includes/fonts/alegreya-sans-v10-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'),
		url('/includes/fonts/alegreya-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/alegreya-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/fonts/alegreya-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
		url('/includes/fonts/alegreya-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/alegreya-sans-v10-latin-700.svg#AlegreyaSans') 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);
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
}

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

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

#container #box {
	width:960px;
	margin:0 auto;
	text-align:left;
	color:var(--color-dark-text);
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
legend {
	font-family: 'Alegreya Sans', Helvetica, Tahoma, Verdana, Arial, san-serif;
	color:var(--color-green);
	font-weight:500;
	font-style:normal;
}

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

a:hover {
	text-decoration:underline;
}

.color {
	color:var(--color-green);
} 

#container .error {
	color:red;
}

.center {
	text-align:center;
}

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

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

@media only screen and (min-width: 991px) {
	.only_small_devices {
		display:none !important;
	}
}

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

@media only screen and (min-width: 991px) {
	.only_big_devices {		
		display:block !important;
	}
	.only_big_devices img.mask_mobile {
		width:auto;
		max-width:75%;
	}
}

@media only screen and (min-width: 120px) and (max-width: 990px) {
	.only_big_devices {
		display:none !important;
	}
}


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




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

header {
	position:realtive;
	display:block;
	width:calc(100% - 20px);
	margin:10px 10px 0 10px;
	padding:0;
	background-color:#F2F2F2;
	text-align:left;
}

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


header#header .kontaktinfos {
	position:absolute;
	top:0px;
	right:10px;		
	font-size:120%;
	line-height:130%;
	float:left;
	margin:0;
	text-align:left;
	color:var(--color-link-grey);
}	

header#header .kontaktinfos .icon16 {
	vertical-align:-2px;
}

header#header .kontaktinfos .icon16.icon_telefon {
	margin-left:12px;
}

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

@media only screen and (max-width:990px){
	
	header#header .kontaktinfos {
		float:none;
		display:block;
		position:relative;
		margin:0;
		padding:10px 0;
		text-align:center;		
	}
	
	header#header div.headbutton {
		display:block;
	}
		
	header#header .kontaktinfos {
		display:none;		
	}	
	
}




/* ### 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-green-rgb),1);
	color:var(--color-link-grey);
}

.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-link-grey);
	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-green-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-green-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-green-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 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 {
		
		line-height:130%;		
		color:var(--color-link-grey);
		border-radius: 0 !important;		
		text-align:left;		
		/*
		padding:10px 12px;
		font-size:160%;
		text-transform:uppercase;
		letter-spacing:2px;
		*/
		padding:10px 10px;
		font-size:160%;
		text-transform:uppercase;
		letter-spacing:0px;
		
		background-color:#F2F2F2;		
	}
	
	.sm-clean li a {
		background-color:rgba(242,242,242,1);
		color:var(--color-link-grey);
	}	
	.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 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-link-grey);
		background-color:rgba(242,242,242,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-green-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-link-grey) 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: var(--color-green) transparent transparent transparent;
	}
	
	.sm-clean li.aktiv li a .sub-arrow,
	.sm-clean li:hover li a .sub-arrow {		
		border-color: var(--color-link-grey) 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: var(--color-green) 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:-37px !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:10px 20px;
		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: 20px;
	}
	.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: 16px 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-link-grey);
	-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;
	width:960px;
	margin:0 auto;
}

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

nav#menu p.logo {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:320%;
	line-height:100%;
	float:left;
	width:auto;
	display:inline-block;
}

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

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

@media only screen and (min-width: 991px) {
		
	nav#menu ul#main-menu {
		list-style:none;
		display:inline-block;
		margin:48px 0 0 28px !important;
		padding:0;
		float:right;
		width:auto;
		background-color:rgba(242,242,242,1);
	}	
	
	nav#menu ul#main-menu ul {
		background-color:rgba(242,242,242,1);
	}	
	
}

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

	.sm-clean  {	
		background-color:rgba(242,242,242,1);
	}
	
	nav#menu p.logo {
		margin:6px;
	}
	
	nav#menu p.logo img {
		max-width:175px;
		height:auto;
	}
	
}


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




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

#bildslider, 
#bildstreifen {
	clear:both;
	width:100%;
	height:auto;
	max-height:var(--slider-height) !important;
	overflow:hidden !important;
	padding:0;
	position:relative;
	background-color:#c8c6c3;
	text-align:center;
}

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

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

#wrapper {
	width:100%;
	height:auto;
	max-height:var(--slider-height) !important;
	overflow:hidden !important;
	margin:0;
}

#carousel {
	width:100%;
	height:auto;
	max-height:var(--slider-height) !important;
	overflow:hidden !important;
	margin:0;
	display:none;
}

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

#carousel > div {
	width:100%;
	height:auto;
	max-height:var(--slider-height) !important;
	overflow:hidden !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;
	object-fit: cover;
}


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

#wrapper 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 {
	right:20px;
}

#wrapper .prev {
	left:20px;
}

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

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

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

#pager a span {
	display:none;
}

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


@media only screen and (min-width: 120px) and (max-width:990px) {	
	#bildslider,
	#wrapper,
	#carousel {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
		max-height:330px !important;		
		overflow:hidden !important;		
	}
}

@media only screen  and (max-width:800px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:267px !important;
	}
}

@media only screen  and (max-width:768px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:256px !important;
		}
}

@media only screen  and (max-width:640px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:213px !important;
	}
}

@media only screen  and (max-width:560px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:187px !important;
	}
}

@media only screen  and (max-width:480px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:160px !important;
	}
}

@media only screen  and (max-width:360px) {
	#bildslider,
	#wrapper,
	#carousel {
		max-height:120px !important;
	}
}




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

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

p#breadcrumb a, p#breadcrumb a:hover {
	font-weight:normal;
	color:var(--color-link-grey);
}

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





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

footer {
	display:block;
	width:100%;
	color:rgb(134, 129, 125);
	color:var(--color-link-grey);
	background:rgba(134, 129, 125,0.125);
	margin:0;
	padding:12px 0 24px 0;
	font-size:100%;
	text-align:center;
}

footer div#block {
	width:960px;
	margin:0 auto;
	text-align:left;
}

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

footer span.r {
	float:right;
}

footer p a {
	color:rgb(134, 129, 125);
	color:var(--color-link-grey);
}

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


footer p.r {
	margin:0;
}


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

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

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




/* ### SUBNAVI START ### */

nav#subnav {
	display:block;
	float:left;
	width:184px;
	margin:56px 60px 30px 0;
	padding:0;
}

nav#subnav ul {
	list-style:none;
	margin:0 0 36px 0;
	padding:0;
}

nav#subnav ul li {
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #F2F2F2;
}


nav#subnav ul li a {
	padding:6px;
	display:block;
	color:var(--color-link-grey);
	font-size:150%;
	font-weight:normal;
}

nav#subnav ul li.aktiv a {
	color:var(--color-green);
}

nav#subnav p {
	color:var(--color-link-grey);
	font-size:150%;
	line-height:130%;
	font-weight:normal;
	margin:0 0 6px 0;
}

nav#subnav p.headline {
	border-bottom:1px solid #F2F2F2;
	padding:0 0 1px 0;
	margin:0 0 6px 0;
	display:block;
	font-size:260%;
	font-weight:500;
	color:var(--color-green);
	/*
	text-transform:uppercase;
	*/
}

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

nav#subnav .icon32 {
	padding-left:36px;
}


/* ### SUBNAVI ENDE ### */



/* ### ICONS START */

.icon32 {
	height:32px;
	line-height:32px;
	padding-left:36px;
	display:inline-block;
}

.icon32_telefon {
background:url(/gif/icons/icons32.png) no-repeat 0 0;	
}

.icon32_telefax {
background:url(/gif/icons/icons32.png) no-repeat 0 -64px;	
}

.icon32_email {
background:url(/gif/icons/icons32.png) no-repeat 0 -32px;	
}

.icon32_marker {
background:url(/gif/icons/icons32.png) no-repeat 0 -96px;	
}

.icon32_internet {
background:url(/gif/icons/icons32.png) no-repeat 0 -128px;	
}

.icon32_cam {
background:url(/gif/icons/icons32.png) no-repeat 0 -160px;	
}

.icon32_oben {
background:url(/gif/icons/icons32.png) no-repeat 0 -192px;	
}

.icon32_termin {
background:url(/gif/icons/icons32.png) no-repeat 0 -224px;	
}

.icon32_karte {
background:url(/gif/icons/icons32.png) no-repeat 0 -256px;	
}

.icon32_menu {
background:url(/gif/icons/icons32.png) no-repeat 0 -288px;	
}



.icon24 {
	height:24px;
	line-height:24px;
	padding-left:28px;
	display:inline-block;
}



.icon24.icon_telefon {
	background:url(/gif/icons/icons24.png) no-repeat 0 0;	
}

.icon24.icon_email {
	background:url(/gif/icons/icons24.png) no-repeat 0 -24px;	
}

.icon24.icon_telefax {
	background:url(/gif/icons/icons24.png) no-repeat 0 -48px;	
}

.icon24.icon_marker {
	background:url(/gif/icons/icons24.png) no-repeat 0 -72px;	
}

.icon24.icon_flag {
	background:url(/gif/icons/icons24.png) no-repeat 0 -96px;	
}

.icon24.icon_internet {
	background:url(/gif/icons/icons24.png) no-repeat 0 -120px;	
}

.icon24.icon_recht {
	background:url(/gif/icons/icons24.png) no-repeat 0 -144px;	
}

.icon24.icon_privacy {
	background:url(/gif/icons/icons24.png) no-repeat 0 -168px;	
}

.icon24.icon_fb_letter {
	background:url(/gif/icons/icons24.png) no-repeat 0 -192px;	
}

.icon24.icon_fb_block {
	background:url(/gif/icons/icons24.png) no-repeat 0 -216px;	
}

.icon24.icon_blanko {
	background:url(/gif/icons/icons24.png) no-repeat 0 24px;	
}



.icon16 {	
	height:16px;
	width:16px;
	line-height:16px;
	padding:0;
	overflow:hidden;
	display:inline-block;
	margin-right:4px;
	vertical-align:-3px;
}

.icon16.icon_telefon {
	background:url(/gif/icons/icons16.png) no-repeat 0 0;	
}

.icon16.icon_email {
	background:url(/gif/icons/icons16.png) no-repeat 0 -16px;	
}

.icon16.icon_telefax {
	background:url(/gif/icons/icons16.png) no-repeat 0 -32px;	
}

.icon16.icon_marker {
	background:url(/gif/icons/icons16.png) no-repeat 0 -48px;	
}

.icon16.icon_flag {
	background:url(/gif/icons/icons16.png) no-repeat 0 -64px;	
}

.icon16.icon_internet {
	background:url(/gif/icons/icons16.png) no-repeat 0 -80px;	
}

.icon16.icon_recht {
	background:url(/gif/icons/icons16.png) no-repeat 0 -96px;	
}

.icon16.icon_privacy {
	background:url(/gif/icons/icons16.png) no-repeat 0 -112px;	
}

.icon16.icon_blanko {
	background:url(/gif/icons/icons16.png) no-repeat 0 16px;	
}


.icon16.green.icon_telefon {
	background:url(/gif/icons/icons16.png) no-repeat -16px 0;	
}

.icon16.green.icon_email {
	background:url(/gif/icons/icons16.png) no-repeat -16px -16px;	
}

.icon16.green.icon_telefax {
	background:url(/gif/icons/icons16.png) no-repeat -16px -32px;	
}

.icon16.green.icon_marker {
	background:url(/gif/icons/icons16.png) no-repeat -16px -48px;	
}

.icon16.green.icon_flag {
	background:url(/gif/icons/icons16.png) no-repeat -16px -64px;	
}

.icon16.green.icon_internet {
	background:url(/gif/icons/icons16.png) no-repeat -16px -80px;	
}

.icon16.green.icon_recht {
	background:url(/gif/icons/icons16.png) no-repeat -16px -96px;	
}

.icon16.green.icon_privacy {
	background:url(/gif/icons/icons16.png) no-repeat -16px -112px;	
}

.icon16.green.icon_blanko {
	background:url(/gif/icons/icons16.png) no-repeat -16px 16px;	
}





/* ### ICONS ENDE ### */



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

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

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

#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 section h1, 
#content section h2.h1 {
	font-size:380%;
	text-align:left;
	/*
	text-transform:uppercase;
	*/
	margin:0 auto 24px auto;
	padding:0 0 3px 0;
	border-bottom:1px solid #F2F2F2;
}


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

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

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

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

#content section h4 {
	font-size:200%;
	margin:12px auto 2px auto;
	color:var(--color-grey-headline);
}

#content section h4.h3 {
	font-size:280%;
	line-height:140%;
	margin:6px auto 20px auto;
	color:var(--color-grey-headline);
}


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


#content section h5,
#content section h6 {
	margin:0 auto 2px auto;
	font-size:200%;
	color:var(--color-grey-headline);
}



#content section .headline {
	font-size:200%;
	line-height:140%;
	color:var(--color-grey-headline);
}

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

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


#content section article h4 + p {
	margin-top:0;
}

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

#content section article blockquote {
	display:block;
	clear:none;
	margin:12px 32px;
}

#content section article blockquote em {
	color:var(--color-grey-headline);
}

#content section article blockquote cite {
	font-style:normal;
	font-size:90%;
	color:var(--color-grey);
	display:block;
	text-align:right;
}



#content section article blockquote.zitat {
	clear:both;
	margin:32px 64px;
}

#content section article blockquote.zitat em {
	display:block;
	padding:16px;
	border:1px dotted rgba(var(--color-lightgrey-rgb),1);
	font-family: 'Alegreya Sans';
	font-size:140%;
	line-height:130%;
	color:var(--color-darkgrey);
	background-color:rgba(var(--color-green-rgb),.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content section article blockquote.zitat cite {
	font-style:normal;
	font-size:80%;
	color:var(--color-grey);
	display:block;
	text-align:right;
	margin-top:6px;
	margin-right:6px;
}




#content section div.hinweisbox {
	padding:16px;
	border:1px solid #F2F2F2;
	background-color:rgba(var(--color-green-rgb),.05);	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content section div.hinweisbox > h2,
#content section div.hinweisbox > h3 {
	margin-top:0px !important;
}

#content section div.hinweisbox p:last-child {
	margin-bottom:0px !important;
}


@media only screen  and (min-width: 769px) and (max-width: 990px) {
	#content section div.hinweisbox img.mask {
		width:auto !important;
		max-width:20% !important;
		height:auto !important;
	}
}

@media only screen  and (min-width: 120px) and (max-width: 768px) {
	#content section div.hinweisbox img.mask {
		width:auto !important;
		max-width:35% !important;
		margin-top:12px;
		height:auto !important;
	}
}




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

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

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


#content section .no_space_top {
	margin-top:0;
}

#content section .no_space_bottom {
	margin-bottom:0;
}

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

#container div.space_top_small,
#container .space_top_small {
	padding-top:20px;
}

#container div.space_bottom,
#container .space_bottom {
	margin-bottom:40px;
}

#container div.space_bottom_small,
#container .space_bottom_small {
	margin-bottom:20px;
}


#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:var(--color-grey-headline);
}


#content img.logo_verband {
	margin-bottom:4px;
}


#content .f_r {
	float:right;	
	margin:0 0 12px 24px;
}	


#content .f_l {
	float:left;	
	margin:0 24px 12px 0;
}





#content figure.portrait {
	float:right;	
	margin:0 0 24px 32px;
	width:252px;
}
	
#content figure.portrait a img {
	/*
	border:1px solid var(--color-green);
	*/
	border:1px solid rgba(var(--color-lightgrey-rgb),1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:auto;
	max-width:100%;
}

#content figure.portrait figcaption {
	font-size:120%;
	line-heihgt:100%;
	padding:2px;
	text-align:center;
}


@media only screen and (max-width: 990px) {
	
	#content figure.portrait {
		float:none;	
		margin:0 auto 24px auto;
		width:100%;
		max-width:252px;
		clear:both;
	}
	
}



/* ### GALERIE START ### */

#content div.galerie {
	list-style:none;
	margin:16px 0 24px 0;
}

#content div.galerie figure {
	float:left;	
	margin:0 32px 32px 0;
	width:calc(50% - 18px);
}	

#content div.galerie figure:nth-child(2n) {
	margin-right:0;
}

#content div.galerie figure a img {
	border:1px solid var(--color-green);
	height:auto;
}
	

@media only screen and (max-width: 700px) {
	#content div.galerie figure {
		float:left;	
		margin:0 32px 32px 0;
		width:calc(50% - 18px);
	}
	
	#content div.galerie figure a img {
		border:1px solid var(--color-green);
		width:auto;
		max-width:100%;
		height:auto;
	}
	
}

/* ### GALERIE ENDE ### */





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

div.box_leistungen {
	text-align:left;
}

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

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

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

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

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

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

.flex-container.leistungen {
	list-style-type:none !important;
	margin:12px 0 !important;
	align-items: flex-start !important;
	align-content: flex-start !important;
	justify-content: flex-start !important;
}

.flex-container.leistungen li  {
	padding:6px 4px 6px 0 !important;
}

div.box_leistungen ul.leistungen li a:before {
	content: "• ";	
}


@media only screen and (max-width: 540px) {
	
	.flex-container.leistungen {
		align-items: flex-start !important;
		align-content: flex-start !important;
		justify-content: flex-start !important;
	}
	
	.flex-container.leistungen .flexbox33 {
		width:calc(50% - 20px);	
	}
	
}

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




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

#content div.box:nth-child(2n+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-green);
}

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


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

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

}


/* ##### FORMULAR START ##### */

#content section .formular .box_r {
	margin:0;	
}

article.formular {
	margin:0;
}

#content .formular form {
	font-size:100%;
}

#content section form {
	width:100%;
	margin:0 0 30px 0;
}

#content .formular form fieldset {
	padding:6px 12px;
	margin:0 0 12px 0;
	border:1px solid #E6E6E6;
	font-size:100%;
	clear:none;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content .formular form fieldset legend {
	font-size:220%;
	line-height:140%;
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:6px;
	background: rgba(256,256,256,0.5);
	*/
	background-color:#FCFCFC;
	padding:4px 6px;
	color:var(--color-link-grey);
	font-weight:500;
}

#content .formular form p.r {
	text-align:right;
}

#content .formular form span.fl {
	float:left;
}

#content .formular form span.fr {
	float:right;
}

#content .formular form fieldset p {
	display:block;
	margin:0 0 8px 0;
	font-size:100%;
	width:auto;
}

#content .formular form fieldset label {
	display:inline-block;
	width:100px;
	margin:0;
	font-size:160%;
	line-height:140%;
}

#content .formular form fieldset label.ort {
	width:40px;
	margin-left:16px;
}

#content .formular form fieldset label.fl {
	float:left;
	display:inline-block;
	width:100px;
	margin:0 12px 0 0;
}

#content .formular form fieldset.border label.fl_textarea {
	margin:0;
}

#content .formular form fieldset label.captcha {
	width:140px;
}

#content .formular form fieldset label.radio_label {
	width:auto;
	margin-left:6px;
}

#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}


#content .formular form fieldset span.txt {
	font-size:160%;
	line-height:140%;
}

#content .formular form fieldset input.txt, 
#content .formular form fieldset textarea {
	display:inline-block;
	width:548px;
	margin:0 0 0 24px;
	padding:6px;
	border:1px solid #d5d5d5;
	font-size:180%;
	line-height:140%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content form fieldset textarea,
#content form fieldset textarea:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #d5d5d5;
}

#content .formular form fieldset textarea.fl {
	float:left;	
	margin-left:14px;
}

#content .formular form fieldset input.nolabel, 
#content .formular form fieldset textarea.nolabel {
	margin-left:0;
	/*
	width:98%;
	*/
	width:calc(100% - 14px);
}

#content .formular form fieldset input.plz {
	width:60px;
}

#content .formular form fieldset input.ort {
	width:412px;
	margin-left:0;
}

#content .formular form fieldset input.captcha  {
	width:100px;
}

#content .formular form fieldset input.radio, 
#content .formular form fieldset input.checkbox  {
	display:inline-block;
	width:16px;
	margin-left:25px;
}


#bestellen #content section .formular form fieldset p.bezahlinfo {
	font-size:170%;
	margin:4px 0 12px 50px; 	
} 


#content section .formular form .buttons {
	display:block;
	margin:4px 0 32px 0;		
}


#content section .formular form button,
#content section .formular form input[type="submit"],
#content section .formular form input[type="reset"] {
	font-family: 'Alegreya Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:120%;	
	line-height:130%;	
	padding:6px;
	color:rgba(54,193,64,1);
	border:2px solid rgba(54,193,64,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;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}

#content section .formular form button:hover,
#content section .formular form input[type="submit"]:hover,
#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:#fff !important;
	background-color:rgba(54,193,64,1);
	padding:6px;
	
}

#content section .formular form button *,
#content section .formular form input[type="submit"] *,
#content section .formular form input[type="reset"] * {
	text-decoration:none;
	color:#fff !important;
}

#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:6px;
	color:rgba(244,73,73,1);
	border:2px solid rgba(244,73,73,1);	
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:#fff !important;
	background-color:rgba(244,73,73,1);
	padding:6px;
}



#form fieldset label.checkbox_label,
#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#form fieldset label.checkbox_txt_label,
#content .formular form fieldset label.checkbox_txt_label {
	width:90% !important;
	float:left;
	margin-left:0px;
	margin-right:16px;
	vertical-align:2px;
	font-weight:normal;
	display:inline-block;
}

#form fieldset input.checkbox_txt_label,
#content .formular form fieldset input.checkbox_txt_label {
	float:left;
	width:16px;
	margin:2px 6px 0 6px;
	display:inline-block;
}



#content .formular div.error {
	border:1px solid red;
	margin:4px 0 10px 0;
	padding:6px;
}

#content .formular div.error h3 {
	margin-top:0;
	color:red;
}

#content .formular div.error ul,
#content .formular div.error li:last-child {
	margin-bottom:0;
}

#content .formular  div.success {
	border:2px solid rgba(0,128,0,1);
	background-color:rgba(0,128,0,.125);
	margin:12px 0 18px 0;
	padding:6px;
}

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




form#routenplaner {
	display:block;
	margin-top:24px !important;
}

form#routenplaner fieldset {
	/*
	display:block;
	float:left;
	width:48%;
	*/
}

div#karte {
	display:block;
	min-height:360px;
	width:100%;
}


@media only screen and (max-width: 990px) {
	
	/*
	form#routenplaner fieldset {
		display:block;
		float:none;
		width:calc(100% - 14px);
	}
	*/
	
	#content .formular form fieldset p {
		clear:both;
	}
	
	#content .formular form fieldset label,
	#content .formular form fieldset label.fl,
	#content .formular form fieldset label.ort	{
		display:block;
		width:auto;
		margin:0;
		float:none;
	}	
	
	#content .formular form fieldset label.radio_label {
		display:inline-block;
		width:auto;
		margin-left:6px;
		margin-right:24px;
	}

	#content .formular form fieldset input.txt, 
	#content .formular form fieldset textarea,
	#content .formular form fieldset textarea.txt,
	#content .formular form fieldset input.plz,
	#content .formular form fieldset input.ort {
		display:block;
		/*
		width:97%;
		*/
		width:calc(100% - 14px);
		margin:0;
	}

	#content .formular form fieldset textarea.fl {
		display:block;
		width:auto;
		margin-left:0;
	}
	
	#content .formular form fieldset input.radio {
		width:16px;
		display:inline-block;
	}

	#content .formular form fieldset input.captcha  {
		width:100px;
	}
	
	
	#form fieldset label.checkbox_label,
	#content .formular form fieldset label.checkbox_label {
		width:auto;
		margin-left:6px;
		margin-right:16px;
		vertical-align:2px;
	}

	#form fieldset label.checkbox_txt_label,
	#content .formular form fieldset label.checkbox_txt_label {
		/*
		width:80% !important;
		*/
		
		width:calc(100% - 44px) !important;
		
		float:left;
		margin-left:0px;
		margin-right:16px;
		vertical-align:2px;
		font-weight:normal;
		display:inline-block;
	}

	#form fieldset input.checkbox_txt_label,
	#content .formular form fieldset input.checkbox_txt_label {
		float:left;
		width:16px;
		margin:2px 6px 0 6px;
		display:inline-block;
	}
	
	
	#content .formular form p.action_buttons {
		text-align:right;
		margin-top:0 !important;
	}

	#content .formular form span.fl,
	#content .formular form span.fr {
		margin:0;
		display:inline-block;
	}
	
	#content .formular form span.fl {
		float:left;
		margin-right:1%;
		width:39%;
		font-size:80%;
		line-height:110%;
		text-align:left;
	}

	#content .formular form span.fr {
		float:right;
		width:60%;
	}

	
	

}


#content form fieldset label.txt.url,
#content form fieldset input.txt.url,
#content form fieldset label.url,
#content form fieldset input.url {
	display:none !important;
}

#content form fieldset input:focus,
#content form fieldset select:focus,
#content form fieldset textarea:focus {
	background:rgba(236,236,236,.5);
}


/* ##### FORMULAR ENDE ##### */





#content .bildzoom {
position:relative;	
}

#content .zoom {
position:absolute;
right:1px;
bottom:1px;
}

p.seitenzahlen {
width:1200px;
margin:10px auto;
padding:0;
text-align:left;
font-size:180%;
}

p.seitenzahlen a {
display:inline-block;
margin:0 6px 0 0;
}

#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/icon32.png) no-repeat 0px -192px;
}

#content form input, 
#content form textarea {
	font-family: Tahoma, Helvetica, Verdana, Arial, san-serif; 
	font-weight:normal;	
}



/* FOOTER TYPO START */

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

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

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





/* SEO ASIDE START */

aside {
	display:block;
	width:100%;
	padding:12px 0;
	color:#ADA9A5;
	font-size:120%;
}

aside a,
aside a:hover {
	color:#ADA9A5;
	font-weight:normal;
	text-decoration:none;
}

/* SEO ASIDE ENDE */







/* #### GALLERY BLUEIMP START #### */
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url('/gif/blueimp-gallery/error.png') center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url('/gif/blueimp-gallery/play-pause.png') 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url('/gif/blueimp-gallery/error.svg')}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url('/gif/blueimp-gallery/play-pause.svg')}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url('/gif/blueimp-gallery/video-play.png') center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url('/gif/blueimp-gallery/video-play.svg')}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}

.blueimp-gallery > .slides > .slide > .text-content {
  overflow: auto;
  margin: 60px auto;
  padding: 0 60px;
  max-width: 920px;
  text-align: left;
}

#blueimp-gallery h3.title {
	color:#fff !important;
	text-shadow:none;
}

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

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









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

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

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

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

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

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


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

.fancybox_content * {}

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

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

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

.fancybox_content {
	text-align:left;
}

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

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

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


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



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

#map-controls {
	display:none;
}

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

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

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

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

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

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



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

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

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

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

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

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

.warnbox-c1 {
margin:0 2px
}

.warnbox-c2 {
margin:0 1px
}

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

.adp-fullwidth {
width:100%
}

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

.adp-listheader {
padding:4px
}

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

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

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

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

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

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

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

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

.adp-distance {
white-space:nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





/* GMAP Blocked Start */

#box_karte.blocked {
	position:relative;
}

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

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

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

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

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

/* GMAP Blocked Ende */




/* Buttons Start */

#content .link_button {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:6px;
	font-size:100%;		
	color:rgba(var(--color-green-rgb),1);
	border:2px solid rgba(var(--color-green-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-green-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-green-rgb),1);
	border:1px solid rgba(var(--color-green-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-green-rgb),1);
	padding:6px;
	
}

#content :hover.link_button_small * {
	text-decoration:none;
	color:#fff !important;
}

/* Buttons Ende */



/* ### KLARO START ### */

.cookie_klaro .cookie-modal,
.cookie_klaro .cookie-notice {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .switch, 
.cookie_klaro .cookie-notice .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
	background-color: #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
	opacity: 0.8;
	background-color: #006A4E;
	cursor: not-allowed;
}

.cookie_klaro .cookie-modal .slider, 
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input, 
.cookie_klaro .cookie-notice .cm-app-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label,
.cookie_klaro .cookie-notice .cm-app-label {}

.cookie_klaro .cookie-modal .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 50px;
	display: inline-block;
}

.cookie_klaro .cookie-modal .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-label .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round,
.cookie_klaro .cookie-notice .cm-app-label .slider.round {
	border-radius: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round:before,
.cookie_klaro .cookie-notice .cm-app-label .slider.round:before {
	border-radius: 50%;
}

.cookie_klaro .cookie-modal .cm-app-label input:focus + .slider,
.cookie_klaro .cookie-notice .cm-app-label input:focus + .slider {
	box-shadow: 0 0 1px #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-label input:checked + .slider:before,
.cookie_klaro .cookie-notice .cm-app-label input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
	box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .slider,
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal a,
.cookie_klaro .cookie-notice a {
	color: #00AA3E;
	font-size:105% !important;
	text-decoration: none;
	margin:0 !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice strong,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	font-family: inherit;
	color: #555;	
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li {
	color: #fff !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal li {
	line-height:140%;
	font-size:100%;
}


.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.cookie_klaro .cookie-modal .cm-link,
.cookie_klaro .cookie-notice .cm-link {
	padding-left: 4px;
	vertical-align: middle;
}

.cookie_klaro .cookie-notice .cm-link.cm-learn-more {
	padding:8px;
	display:inline-block;
	background-color:#555;
	color:#fff;
	vertical-align: top;
	margin:0;
	font-size:100% !important;
	font-weight:normal !important;
}

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

.cookie_klaro .cookie-modal .cm-btn:disabled,
.cookie_klaro .cookie-notice .cm-btn:disabled {
	opacity: 0.5;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-sm,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-sm {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-close,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-close {
	background: #eee;
	color: #555;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-success,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-success {
	background: #00AA3E;
}

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

.cookie_klaro .cookie-modal .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-right {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.cookie_klaro .cookie-notice .cm-btn-danger {
	background-color:red;
}

.cookie_klaro .cookie-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 9999999 !important;
}

.cookie_klaro .cookie-modal .cm-bg {
	background: rgba(255,255,255,.85);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0 !important;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal {
	z-index: 1001;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	max-height: 98%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #fff;
}

@media (min-width: 1024px) {
	.cookie_klaro .cookie-modal .cm-modal {
		border-radius: 4px;
		position: relative;
		margin: 0 auto;
		max-width: 640px;
		height: auto;
		width: auto;
	}
}

.cookie_klaro .cookie-modal .cm-modal .hide {
	border: none;
	background: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.cookie_klaro .cookie-modal .cm-modal .hide svg {
	stroke: #eee;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer {
	padding:10px;
	border-top: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	content: " ";
	display: table;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	clear: both;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
	font-size:100%;
	padding-top: 4px;
	text-align: center;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
	color: #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header {
	padding:10px;
	padding-right: 24px;
	border-bottom: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1 {
	margin: 0 0 6px 0;
	font-size:220%;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1.title {
	padding-right: 20px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header p {
	margin: 0;
	font-size:130% !important;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal label.cm-app-label {
	font-size:120% !important;
}
.cookie_klaro .cookie-modal .cm-modal p.cm-app-description,
.cookie_klaro .cookie-modal .cm-modal p.purposes {
	font-size:110% !important;
}

.cookie_klaro .cookie-modal .cm-modal p.purposes {
	margin:0 !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body {
	padding:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul {
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body span {
	display: inline-block;
	width: auto;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
	padding: 0;
	margin: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 40px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	position: absolute;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	font-size:100%;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
	border-top: 1px solid #555;
	padding-top:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
	font-weight: 600;
	color:#fff !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
	padding-left: 2px;
	font-size:100%;
}


.cookie_klaro .cookie-notice {	
	z-index:99999999;		
	position:fixed;
	right:30px;
	bottom:30px;
	top:auto;
	width:512px;
	height:auto;	
	padding:6px 14px;		
	font-size:100%;
	line-height:120%;	
	color:#fff !important;
	text-align:center;				
	background:rgba(var(--color-darkgrey-rgb),1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		display:block !important;
		text-align:center !important;
	}
}


@media (max-width: 616px) {
	.cookie_klaro .cookie-notice {
		padding:10px 14px;		
		left:50%;
		right:auto;
		bottom:10px;
		width:calc(96% - 28px);
		margin-left:-48%;		
		word-wrap: break-word;	
	}
}

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

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

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

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

.cookie_klaro .cookie-notice .cn-body .cn-learn-more {
	display: inline-block;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok {
	padding-top: 5px;
	margin: 0;
}

.cookie_klaro .cookie-notice-hidden {
	display: none !important;
}

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

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

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

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


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

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

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



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

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

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

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

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

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

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