/* 1760513288.1619 */
@charset "utf-8";



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/includes/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/includes/fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('/includes/fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/includes/fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/includes/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



* {
	margin:0;
	padding:0;
	line-height:100%;
	outline:0;
}

html {
	width:100%;
	height:100%; 
	font-size: 100.01%;
	-webkit-tap-highlight-color: rgba(255,255,255,1);
}

body {
	position:relative;
	width:100%;
	height:100%; 
	margin:0;
	padding:0;
	font-size:62.5%;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	color:rgba(75,75,77,1);
	-webkit-tap-highlight-color: rgba(255,255,255,1);
	font-family: 'Open Sans', sans-serif;
	font-weight:400;	
	background-color:rgba(255,255,255,1);
}

#container {
	position:relative;
	width:100%;
	max-width:1920px;
	display:block;
	height:auto;
	padding:0;
	margin:0 auto;
	font-size:100%;
	background-color:rgba(255,255,255,1);
}

/* ###  ALLGEMEINE DEFINITIONEN START ### */

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
legend {
	color:rgba(0,127,192,1);
	font-weight:600;
	font-style:normal;
}

a {
	color:rgba(0,127,192,1);
	font-weight:500;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container #content article p a,
#container #content article li a {
	color:rgba(75,75,77,1);
	color:rgba(0,127,192,1);
}

#container #content article p a:hover,
#container #content article li a:hover {
	text-decoration:none;
	border-bottom:1px solid rgba(75, 75, 77, 1);
	border-bottom:1px solid rgba(0,80,144,1);
}

a.dark {
	color:rgba(75,75,77,1);
	font-weight:500;
	text-decoration:none;
}

.button a.dark,
#container #content article p .button a.dark {
	border-bottom:none;
}

.button a.dark:hover,
#container #content article p .button a.dark:hover {
	color:#fff;
}	

a.no_border:hover,
#container #content article a.img_link:hover {
	border-bottom:0 !important; 
}

a.ext_ohne {	
	padding-left:0;
	background:none;
	display:inline;
}

.color {
	color:rgba(0,127,192,1);
} 

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.fett,
.bold {
	font-weight:600;
}

.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;
}

.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);
}

.rund {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.rund2px {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.white,
#content .white {
	color:#fff;
}

#content td {
	vertical-align:top;
	padding:0 6px 6px 0;
}

/* 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;
}

#container .hidden {
	display:none !important;
}

#container section.inhalt article .youtubevideo {
	border:none;
	width:650px;
	height:366px;
}

#container section.inhalt article div.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom:16px;
}

#container section.inhalt article div.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0px;
}
    
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
    
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
    
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
    
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/gif/icons/bt_play.png") no-repeat;
	cursor: pointer;
}

		
/* YouTube START */

#content .youtubevideo {
	border:none;
	width:650px;
	height:366px;
}

#content div.responsive-video {
	position:relative;
	padding-bottom:56.25%; /* Default for 1600x900 videos 16:9 ratio*/ 
	padding-top:0px;
	height:0;
	overflow:hidden;
	margin-bottom:16px;
}

#content div.responsive-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0px;
}
    
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
    
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
    
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
    
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("/gif/icons/bt_play.png") no-repeat;
	cursor: pointer;
}

/* YouTube ENDE */		

/* YouTube Blocked Start */

#container div.responsive-video.blocked {
	position:relative;
}

#container div.responsive-video.blocked .message {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	padding:0;
	z-index:100 !important;
}

#container div.responsive-video.blocked .message .textblock {
	position: absolute;
	left:10px;
	bottom:10px;
	z-index:200 !important;
	text-align:left;
	width:calc(100% - 20px);
}	

#container div.responsive-video.blocked .message p,
#container div.responsive-video.blocked .message * {
	color:#fff !important;
}

#container div.responsive-video.blocked .message p {
	line-height:120%;
	margin-left:0;
	margin-right:0;
	font-size:110%;
}

#container div.responsive-video.blocked .message a {
	cursor: pointer;
	color:red !important;	
}

#container div.responsive-video.blocked .message a.youtube-blocked {
	color:#fff !important;
	background-color:red;
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:6px auto 0 auto !important;
	display:inline-block;
}

#container div.responsive-video.blocked .message a.pref,
#container div.responsive-video.blocked .message a.ext {
	margin:6px auto 0 auto !important;
	display:inline-block;
}

#container div.responsive-video.blocked .message a.pref,
#container div.responsive-video.blocked .message a.button_link {
	color:#fff !important;
	background:rgba(0,0,0,.5);
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:6px auto 0 auto !important;
	display:inline-block;
}

#container div.responsive-video.blocked .message a.extlink {
	text-decoration:none;
}

#container div.responsive-video.blocked .message span {
	padding:1px 4px !important;
	line-height:140%;
	background-color:rgba(0,0,0,.5) !important;
}

@media (max-width: 960px) {
	
	#container div.responsive-video.blocked .message p {
		line-height:110%;	
		font-size:90%;
	}
	
}



	

video#movie {
	width:100%;
	height:auto;
}					
		
#container iframe.piwik {
	width:96%;
	height:auto;
	min-height:200px;
	border:none;
}



/* ACCORDION START */

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
  
 /* ACCORDION ENDE */


/* ###  ALLGEMEINE DEFINITIONEN ENDE ### */





 
 
/* ### HEADER START ### */

#container header#header {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#fff;
}

/* ### HEADER ENDE ### */




/* ### NAVIGATION START ### */

p.info {
	display:block;
	text-align:center;
}





/* #### NAVI 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 {
	background: #eee;
	border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
	padding: 13px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color:#010101;	
	font-size:120%;
	line-height: 120%;
	font-weight: 400;
	text-decoration: none;
}
.sm-clean a.current {
	color: rgba(0,127,192,1);
}
.sm-clean a.disabled {
	color: #bbb;
}
.sm-clean 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;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
	content: '+';
}
.sm-clean a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
	border-radius: 5px 5px 0 0;
}
.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 {
	border-radius: 0 0 5px 5px;
}
.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 {
	background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	font-size: 16px;
	border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
	border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
	border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}


.sm-clean {
	clear:both;
	display:block;
}

@media (min-width: 841px) {
	/* 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 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 {
		background: #fff;
	}
	
	.sm-clean li a {
		font-size:100% !important;
	}
	
	.sm-clean li li a {
		font-size:95% !important;
	}
	
	.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
		padding: 12px 12px;
		color:#010101;
		border-radius: 0 !important;
	}
	.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
		color: #fff;
		background-color:rgba(0,127,192,1);
	}

	.sm-clean a.current,
	.sm-clean li.aktiv a {
		color: rgba(0,127,192,1);
		background-color:#fff;
		font-weight:600;
	}
	
	.sm-clean li.aktiv:hover,
	.sm-clean li.aktiv a:hover,
	.sm-clean li.aktiv a:focus, 
	.sm-clean li.aktiv a:active,
	.sm-clean li.aktiv a.highlighted {
		color: #fff !important;
		background-color:rgba(0,127,192,1) !important;
	}
	
	.sm-clean a.disabled {
		color: #bbb;
	}
	.sm-clean a.has-submenu {
		padding-right: 26px;
	}
	.sm-clean a .sub-arrow {
		top: 50%;
		margin-top: -1px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: #010101 transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-clean a:hover .sub-arrow, .sm-clean a:focus .sub-arrow, .sm-clean a:active .sub-arrow, .sm-clean a.highlighted .sub-arrow {
		border-color: #fff transparent transparent transparent;
	}
	.sm-clean a .sub-arrow::before {
		display: none;
	}
	.sm-clean li {
		border-top: 0;
	}
	.sm-clean > li > ul::before,
	.sm-clean > li > ul::after {
		/*
		content: '';
		position: absolute;
		top: -18px;
		left: 30px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 9px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #bbb transparent;
		*/
	}
	.sm-clean > li > ul::after {
		/*
		top: -16px;
		left: 31px;
		border-width: 8px;
		border-color: transparent transparent #fff transparent;
		*/
	}
	.sm-clean ul {
		border:none;
		margin-top:0 !important;
		padding:0 !important;
		background: #fff;
		border-radius: 0px !important;
		box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	}
	.sm-clean li.aktiv ul a {
		font-weight:normal;
		color:#010101;
	}
	.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;
		color:#010101;
	}
	.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 {
		background: #eee;
		color: rgba(0,127,192,1);
	}
	.sm-clean ul a.current {
		color:rgba(0,127,192,1);
	}
	.sm-clean ul a.disabled {
		background: #fff;
		color: #ccc;
	}
	.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 #010101;
	}
	.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: #eee;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent rgba(0,127,192,1) transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: rgba(0,127,192,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 #010101 transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #010101 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 #010101 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 #010101 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: #eee;
	}
	.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 #010101;
	}
	.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: #eee;
	}
	.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;
}

#main-nav {
	position:relative;
	display:block;
	margin:0;
	padding:10px 10px 0 10px;
	text-align:left;
}

#main-nav:after,
.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}

#main-nav .header_phone {
	float: right;
	margin: 0;
	border:none;
	font-size:140%;
}


.nav-brand {
	float: left;
	margin: 0;
	border:none;
}

.nav-brand a {
	display: block;
	text-decoration: none;
	border:none;
}


#main-menu {
	clear: both;
}


@media (min-width: 1280px) {
	#main-menu {
		right:10px;
		top:42px;
		position:absolute;
	}
}

/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 6px 10px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 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: 24px;
	background: #010101;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	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 (max-width: 840px) {
	
	.nav-brand {
		margin:10px !important;
		padding:0;
		display:inline-block;
		float:left;
		border:none;
		font-size:100% !important;
		line-height:140% !important;
	}

	.nav-brand a img {
		width:100%;		
		float:left;
		height:auto;
		border:none;
		margin-bottom:0 !important;
	}	
	
	.nav-brand a {
		margin-bottom:0 !important;
	}
	
	
	.nav-brand span.logo_txt {
		margin:24px 0 0 0 !important;
		display:inline-block;
	}
	
	.nav-brand span.main {
		margin:0 0 2px 0 !important;
		display:inline-block;
		font-weight:600;
		font-size:200%;
		letter-spacing:2px;
	}	
	.nav-brand span.sub {
		margin:0 !important;
		display:inline;
		font-weight:400;
		font-size:120% !important;
		letter-spacing:0px;
	}
	
	
	/*
	.nav-brand span.main {
		margin:0 !important;
		display:inline-block;
		font-weight:600;
		font-size:170%;
		letter-spacing:0px;
	}	
	.nav-brand span.sub {
		margin:2px 0 0 0 !important;
		display:inline-block;
		font-weight:400;
		font-size:120% !important;
		letter-spacing:0px;
	}	
	*/

}



@media (min-width: 841px) {
	
	/* 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;
	}
	
	
	#main-menu {
		float: left;
		margin:19px 10px 10px 50px;
		clear: none;
	}
	
	.nav-brand {
		margin:0 10px 10px 0 !important;
		padding:0;
		display:inline-block;
		float:left;
		border:none;
		font-size:100% !important;
		line-height:140% !important;
		width:auto;
		min-width:530px !important;
	}

	.nav-brand a img {
		width:100%;
		max-width:82px;
		float:left;
		height:auto;
		border:none;
		margin:0 10px 0 0 !important;
	}	
	
	.nav-brand a {
		margin-bottom:0 !important;
	}
	
	
	.nav-brand span.logo_txt {
		margin:34px 0 0 0 !important;
		display:inline-block;
	}
	
	.nav-brand span.main {
		margin:0 0 2px 0 !important;
		display:inline-block;
		font-weight:600;
		font-size:200%;
		letter-spacing:2px;
	}	
	.nav-brand span.sub {
		margin:0 !important;
		display:inline;
		font-weight:400;
		font-size:120% !important;
		letter-spacing:0px;
	}
	
	
	
	/*
	.nav-brand span.main {
		margin:34px 0 0 0 !important;
		display:inline-block;
		font-weight:600;
		font-size:200%;
		letter-spacing:2px;
	}	
	.nav-brand span.sub {
		margin:4px 0 0 0 !important;
		display:inline;
		font-weight:400;
		font-size:120% !important;
		letter-spacing:0px;
	}	
	*/
		
}


.nav-brand span.sub {
	color:#010101 !important;
}





@media (min-width: 1024px) and (max-width: 1279px) {
	
	/*
	
	#main-menu {
		
		right:auto;
		top:auto;
		position:relative;
		
		clear: both;
		display:inline-block;
		width:auto;	
		max-width:666px;
		margin: 10px auto 4px auto !important;
		border-bottom:10px solid blue;
	}
	
	
	*/
	
	
	
	
	#main-nav {
		clear: both;
		float:none;
		display:block;
		margin: 0 auto;
		text-align:center;
	}

	.nav-brand {
		float: none;
		margin: 0 auto;
		border:none;
		text-align:center;
	}

	.nav-brand a {
		display: block;
		text-decoration: none;
		border:none;
		text-align:center;
		width:100%;
		float: none;
	}

	.nav-brand a img {
		width:100%;
		max-width:82px;
		height:auto;
		border:none;
		float: none;
	}

	
	#main-nav .header_phone {
		float: none;
		margin: 0 auto 10px auto;
		display:block;
		border:none;
		font-size:140%;
	}
	

	#main-menu {
		clear: both;
		display:inline-block;
		width:auto;	
		max-width:666px;		
		float:none;
		margin: 10px auto 4px auto;
	}

	#main-nav ul.sm {
		margin:0 auto;
	}	
	
}







/* #### NAVI ENDE #### */




nav#main-nav #suchbox {
	display:inline-block;
	height:auto;
	width:209px;
}

nav#main-nav #suchbox #search_form {
	display:inline-block;
	height:auto;
	width:100%;
	margin:0;
	padding:0;
}

nav#main-nav #suchbox #search_form fieldset {
	display:block;
	border:none;
	position:relative;
	margin:0;
	padding:0;
	font-size:100%;
	line-height:130%;
}

nav#main-nav #suchbox #search_form fieldset input.suche {	
	display:inline-block;
	width:calc(100% - 48px);
	margin:0 4px 0 0;
	padding:2px;
	border:1px solid #d5d5d5;
	font-size:140%;
	line-height:130%;
	color:#666;
	font-family:Tahoma,Verdana,Arial,san serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

nav#main-nav #suchbox #search_form fieldset input#t_search {	
	background:url(/gif/icons/icon-suche-16.png) no-repeat 0 0;
	width:16px;
	height:16px;
	display:inline-block;
	border:none;
	cursor:pointer;
	margin:0;
	vertical-align:1px;
}


nav#main-nav div.headbutton {	
	display:none;	
}

nav#main-nav div.headbutton span {
	cursor:pointer;
}



@media only screen and (min-width:1024px){
		
	nav#main-nav #suchbox {	
		position:absolute;
		top:20px;
		right:12px;
	}
	
}



@media only screen and (min-width:1024px) and (max-width:1279px){

	nav#main-nav #suchbox {
		display:inline-block;
		height:auto;
		width:500px;	
		margin-top:40px;
	}
	
	nav#main-nav #suchbox #telnr,
	nav#main-nav #suchbox #search_form {
		float:right;
		width:200px;
	}
	
	nav#main-nav #suchbox #search_form {
		margin:6px 20px 0 0;
	}

}


@media only screen and (min-width:841px) and (max-width:1023px){
	
	nav#main-nav #suchbox {	
		position:absolute;
		top:20px;
		right:12px;
	}
	
}


@media only screen and (min-width:841px){
	
	nav#main-nav div.headinfos {
		display:block;
	}
	nav#main-nav div.headbutton {
		display:none;
	}
	
}


@media only screen and (max-width:840px){

	nav#main-nav div.headbutton {
		float: right;
		margin: 48px -34px 0 0;
		position: relative;
		display: block;
		width: 16px;
		height: 16px;
		text-indent: 16px;
		white-space: nowrap;
	}
	
	nav#main-nav div.headbutton span,
	nav#main-nav div.headbutton span img {
		display:block;
		margin:0;
		float:none;
	}
		
	nav#main-nav div.headinfos {
		width:calc(100% - 20px);
		margin:0;
		padding:10px;
		text-align:center;
		display:block;
		background-color:rgba(0,127,192,0.25);
	}	
		
	nav#main-nav div.headinfos {
		display:none;
	}
	
	nav#main-nav #suchbox {	
		position:relative;
		width:calc(100% - 20px);
		margin:0;
		padding:10px;
		text-align:center;
		display:block;
	}
	
	nav#main-nav #suchbox #search_form fieldset input.suche {	
		width:calc(100% - 52px);
		padding:4px;
	}
	
	
}






/* ##### BILDSTREIFEN START ##### */

#bildstreifen {
	clear:both;
	width:100%;
	height:auto;
	max-height:400px;
	margin:0;
	padding:0;
	position:relative;
	background-color:#ccc;
	text-align:center;
	overflow:hidden;
}

#bildstreifen img.sliderpic {
	width:100%;
	height:auto;
}


#wrapper {
	width:100%;
	height:auto;
	max-height:400px;
	margin:0;
	padding:0;
	position:relative;
}

#carousel {
	overflow:hidden;
	width:100%;
	height:auto;
	max-height:400px;
	margin:0;
	padding:0;
	position:relative;
}

#carousel div {
	float: left;
	height:auto;
	max-height:400px;
	margin:0;
	padding:0;
	position:relative;
}


#carousel div div.txt {
	display:inline-block;		
	position:absolute;
	z-index:299;
	bottom:24px;
	left:24px;
	color:#fff;
	
	display:none;	
}


#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:16px;
	height:16px;
	line-height:16px;
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	cursor:pointer;
	background-color:rgba(0,127,192,1);
	font-size:100%;
}

#pager a:hover, 
#pager a.active, 
#pager a.selected {
	background-color:rgba(75,75,77,1);
}

#pager a span {
	display:none;
}

#title {	
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
	text-align:center;	
	z-index:399;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#title div.text {
	display:inline-block;
	width:auto;
	max-width:800px;
	padding:10px;
	text-align:center;
	margin-top:auto;
	margin-bottom:20px;
	color:rgba(0,127,192,1);	
	text-shadow: 1px 1px 0px rgba(75, 75, 77, 0.15);	
	border:2px solid #fff;	
	background-color:rgba(255,255,255,0.75);
	font-size:120%;
	line-height:120%;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	
}

#title div.text strong {
	font-size:140%;
}
	

#title div.text p {
	margin:0 auto 6px auto;
}

#title div.text p:last-child {
	margin:0 auto;
}


#title_mobile {
	display:none;
}


@media only screen and (max-width: 1023px) {

	#title {		
		display: flex;
		height: auto;
		justify-content: center;
		align-items: center;
		text-align:center;		
		z-index:399;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;		
		display:none;		
	}
	
	#title_mobile {
		display:block;
		padding:0;
	}	
	
	#title_mobile div.text {
		display:block;
		text-align:center;
		margin:0;
		padding:10px;
		color:rgba(75, 75, 77, 0.85);	
		background-color:rgba(0,127,192,0.15);		
		text-shadow:0px 0px 0px rgba(0,0,0,0);	
		font-size:130%;	
	}

	#title_mobile div.text p {
		margin:0 auto 8px auto;
	}

	#title_mobile div.text p:last-child {
		margin:0 auto;
	}
	
}

/* #### BILDSTREIFEN ENDE #### */



/* #### BOXEN START #### */

#container .boxen,
footer.boxen {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

#container .boxen.boxen_content {
	width:calc(100% - 20px);
	margin:0;
	padding:10px;
	clear:both;
}

#container .box,
footer .box {
	float:left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#container .box100 {
	width:100%;
	margin-right:0;
}

#container .box66 {
	width:64%;
	margin-right:2%;
}

#container .box50 {
	width:49%;
	margin-right:2%;
}

#container .box50:nth-child(2n) {
	margin-right:0;
}

#container .box33 {
	width:32%;
	margin-right:2%;
}

#container .box33:nth-child(3n){
	margin-right:0;
}

#container .box33:nth-child(4n){
	clear:both;	
}

#container .box16 {
	width:15%;
	margin-right:2%;
}

#container .box16:nth-child(6n){}

#container .box16:nth-child(7n){
	clear:none;	
	margin-right:0;
}

#container .box.box_align_left {
	text-align:left;
}


#container .box_color {
	background-color:rgba(176,218,255,0.25);
}


#container .boxen .stoerer {
	padding:4px 10px;
	width:auto;
	display:inline-block;
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid rgba(75,75,77,0.25);
	background-color: rgba(0,127,192,1);
}

#container .boxen .stoerer p a {
	color:rgba(75,75,77,1);
}

#container .boxen .stoerer h3,
#container .boxen .stoerer h3 a {
	color:#fff !important;
	font-weight:bold;
	text-shadow: 1px 1px 0px rgba(75, 75, 77, 1);	
}


#container .home_box_icon {
	display:inline-block;
	width:16px;
	height:16px;
	float:left;	
	margin:6px 0 0 0;
}


#container .home_box_txt {
	display:inline-block;
	width:auto;
	height:auto;
	float:left;
	margin-left:0;
	margin-right:0;
}


#container .block_tag {
	display:inline-block;
	width:auto;
	min-width:30px;
}

#container div.inline-box-center {
	display:inline-block;
	width:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#container div.inline-box-center .icon16 {
	margin-right:4px;
	width:16px;
	height:16px;
}

#container div.inline-box-center .pic_l {
	float:left;
	margin:2px 12px 12px 0 !important;
}



/* #### BOXEN ENDE #### */




/* #### SECTION/ARTICLE HOME ENDE #### */




#container div.inhalt {	
	width:calc(100% - 60px);
	margin:0 30px 30px 30px;
	padding:0;	
}





/* #### ALLGEMEINE TYPOGRAFIE START #### */

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
	font-weight:400;
	color:rgba(0,127,192,1);
}

#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
	font-weight:400;
	color:rgba(0,127,192,1);
}

#container h1 a,
#container h2 a,
#container h3 a,
#container h4 a,
#container h5 a,
#container h6 a,
#container h1 a:hover,
#container h2 a:hover,
#container h3 a:hover,
#container h4 a:hover,
#container h5 a:hover,
#container h6 a:hover {
	text-decoration:none;
}

#container h1, 
#container h2.h1 {
	font-size:300%;
	text-align:left;
	margin:0 auto 18px auto;
	padding:0 0 3px 0;
}

#container h1 {
	margin-left:30px;
	margin-right:30px;
}

#container .flex-container h1 {
	margin-left:0;
	margin-right:0;
}

#container h1.name {
	margin-bottom:12px;
}

#container h2.h1 {
	font-size:320%;
	text-align:left;
	text-transform:none;
	border-bottom:none;
	margin:0 auto 0px auto;
	padding:0 0 3px 0;
	color:rgba(0,127,192,1);
}

#container h1 span.small,
#container h2 span.small,
#container h3 span.small,
#container h4 span.small {
	font-size:80%;
}

#container h2,
#container h3.h2 {
	font-size:260%;
	margin:22px auto 6px auto;
	line-height:120%;
}

#container h1.h2  {
	font-size:260%;
	margin:0 auto 12px auto;
	line-height:120%;
	border-bottom:none;
}

#container h2.smaller {
	font-size:200%;
	margin:12px auto 12px auto;
	line-height:120%;
}

#container section article > h2 {
	margin-top:6px;	
}

#container h3,
#container h4.h3,
#container h2.h3  {
	font-size:230%;
	line-height:120%;
	margin:16px auto 6px auto;
}

#container section table h3 {
	font-size:200%;
}

#container h4,
#container h1.h4,
#container h2.h4 {
	font-size:200%;
	margin:6px auto 2px auto;
	border-bottom:none;
}

#container h3.h4,
#container h4.h4 {
	font-size:240%;
	line-height:140%;
	margin:6px auto 0 auto;
}

#container h2.h4 {
	margin:0 auto 12px auto;
	font-size:200%;
}

#container h4.h3 {
	font-size:240%;
	line-height:140%;
	margin:6px auto 20px auto;
}

#container h3.smaller {
	font-size:200%;
	line-height:120%;
	margin:6px auto 0 auto;
}

#container aside .h4 {
	font-size:160%;
	margin:0 0 4px 0;
	text-transform:none;
	line-height:100%;
}

#container h5,
#container h6,
#container h3.h5 {
	margin:0 auto 12px auto;
	font-size:180%;
}



#container .headline {
	font-size:180%;
	line-height:140%;
}


#container .head {
	position:relative;
    display: inline-block;
	min-height: 20px;
	margin-bottom:16px;
	line-height:160%;
}


#container .head:before {
    content:'';
    display: inline-block;
    position:absolute;
    top: 18px;
    left: -12px;
    width: 20px;
    height: 20px;
    background:inherit;
	background: url("/gif/bg-headlines.png") no-repeat 0 0 !important;
    background-position: 100% 100%;
}

#container h1.head:before {
    top: 32px;
}

#container h1.head {
	margin-bottom:6px !important;
}

#container .head span.break {
	display:inline-block;
	margin-top:10px !important;
}


#container h1.h2.head:before {
    top: 18px;
}




#container h1.ohne {
	font-size:340%;
	text-align:left;
	text-transform:uppercase;
	border-bottom:none;
	margin:0 auto 12px auto;
	padding:0;
	display:inline;
}

#container hr.h1 {
	height:1px;
	background:none;
	margin:3px 0 12px 0;
	border:none;
	border-top:1px solid #F2F2F2;
}

#container p,
#subnavi p {
	font-size:140%;
	line-height:140%;
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

#container p.fussnote {
	font-size:120%;
	line-height:130%;
}

#container .small {
	font-size:110%;
	line-height:120%;
}

#container .sub {
	font-size:120%;
	line-height:120%;
	color:#9a9aa6;
}

#container .small_txt {
	font-size:80%;
	line-height:85%;
}

#container blockquote {
	clear:none;
	margin:6px 24px 12px 24px;
}

#container blockquote em {
	color:rgba(75,75,77,1);
}

#container ol,
#container ul,
#subnavi ul,
#subnavi ol {
	clear:none;
	margin:6px 0 12px 18px;
}

#container li,
#subnavi li {
	font-size:150%;
	line-height:140%;
	font-weight:400;
	margin-bottom:4px;	
}

#container li li,
#subnavi li li {
	font-size:100%;
}

#subnavi li.border_top {
	padding-top:4px;
	border-top:1px dotted rgba(0,127,192,1);
}


#container dt,
#container dd {
	font-size:150%;
	line-height:140%;
	font-weight:400;
}

#container dt {
	display:block;
	width:200px;
	clear:both;
	float:left;
	margin-bottom:6px;
}

#container dd {
	margin-left:200px;
	margin-bottom:6px;
}

#container .no_space_top {
	margin-top:0;
}

#container .no_space_bottom {
	margin-bottom:0;
}

#container .space_top {
	margin-top:10px;
}

#container .space_bottom {
	margin-bottom:10px;
}

#container div.space_top,
#container .space_top {
	padding-top:40px;
}

#container div.autobreite {
	width:auto;
}

#container a.anker,
#container a.anker:hover,
#container a.normal {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
}

#container a.normal  {
	color:rgba(75,75,77,1);
}

#container .pic_r {
	float:right;
	margin:2px 0 12px 24px;
}

#container .pic_l {
	float:left;
	margin:2px 24px 12px 0;
}

#container .icon_l {
	float:left;
	margin:2px 6px 36px 0;
}

#container .rand,
#container .border {
	border:1px solid #d9d9d9;
}

#container .button {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:10px;
	font-size:120%;	
	background-color:rgba(0,127,192,0.25);
	color:rgba(0,127,192,1);
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
}

#container :hover.button,
#container a:hover.button {
	text-decoration:none;
	color:#fff;
	background-color:rgba(0,127,192,1);
}


#container :hover.button * {
	text-decoration:none;
	color:#fff;
}

#container .box .button {
	width:66%;
}

#container .nospace {
	margin:0;
}

#container .error {
	color:red;
}

#container .s80 {
	font-size:80%;
}

#container .s90 {
	font-size:90%;
}


#container img.responsive_pic {
	width:auto;
	max-width:100%;
	height:auto;
}

#container .max150 {
	max-width:150px !important;
}

#container .max200 {
	max-width:200px !important;
}

#container .max250 {
	max-width:250px !important;
}

#container .max300 {
	max-width:300px !important;
}

#container .max350 {
	max-width:350px !important;
}

#container .max640 {
	max-width:640px !important;
}

#container .max10801f {
	max-width:1080px !important;
}



#container dl {
	display:block;
	margin:8px 0 18px 0;
}

#container dt {
	float:left;
	width:100px;
	margin:0 0 14px 0;
	display:block;
	font-size:140%;
	line-height:120%;
	font-weight:600;	
	clear:both;
}

#container dd {
	float:left;
	display:block;	
	width:calc(100% - 124px);
	margin:0 0 14px 24px;
	font-size:140%;
	line-height:120%;
}


#container dd * {
	margin:0;
	padding:0;
}

#container dd p,
#container dd ul,
#container dd ul li {
	margin:0 0 4px 0;
	list-style-position:inside;
}

#container dd p:last-child,
#container dd ul:last-child,
#container dd ul li:last-child, 
#container dd ul img {
	margin-bottom:0;
}





#container .mobile,
#content .mobile {
	display:none;
}


@media (max-width: 840px) {
	#content .mobile {
		display:inline-block;
	}

	#container .mobile {
		display:block;
	}
	
	
	#content dl {
		display:block;
	}

	#content dt {
		float:none;
		width:100%;
		margin:0 0 1px 0;
		clear:none;
	}

	#content dd {
		float:none;
		width:100%;
		margin:0 0 14px 0;
	}
	
}



/* ##### ALLGEMEINE TYPOGRAFIE ENDE #### */




/* #### BREADCRUMB START #### */

p#breadcrumb {
	display:block;
	clear:both;
	width:calc(100% - 60px);
	margin:10px 30px 20px 30px;
	padding:0;
	font-size:120%;
	line-height:120%;
	color:rgba(75,75,77,1);
}

p#breadcrumb a, p#breadcrumb a:hover {
	font-weight:normal;
	color:rgba(75,75,77,1);
}

.flex-container p#breadcrumb {
	width:100%;
	margin:10px 0 20px 0;
}

/* #### BREADCRUMB ENDE #### */





/* #### FOOTER START #### */ 

footer {
	display:block;
	color:rgba(255,255,255,1);
	font-size:100%;	
	text-align:left;
	clear:both;
	background-color:rgba(0,127,192,1);
}

footer div {
	display:block;
	position:relative;
	width:calc(100% - 60px);
	margin:0;
	padding:20px 30px;
	color:rgba(255,255,255,1);
	text-align:left;
}

footer div p {
	display:block;
	text-align:left;
	font-size:150%;
	line-height:140%;
	color:rgba(255,255,255,1);
}

footer div p span.r {
	float:right;
	margin-top:3px;
	margin-right:45px;
	color:rgba(255,255,255,1);
}

footer a {
	color:rgba(255,255,255,1);
}

footer .footertext {
	font-size:80%;
} 

footer .go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: rgba(0,127,192,1) !important;
	text-align:left;
	background-color: rgba(176,218,255,1);
	width:24px;
    height:24px;
    line-height:24px;
    border: 0px solid rgba(176,218,255,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 .flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	justify-content: center;
}







footer .flex-container .box {
	margin:0 0 60px 20px;
	padding:0 20px 0 0;
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
}

footer .box .h4,
footer .box h4 { 
	font-size:130%;
	line-height:130%;
	font-weight:600;
	margin-bottom:3px;	
	border-bottom:1px dotted rgba(255,255,255,1);
}

footer .box h4 a {  
	font-weight:600;
}

footer .box ul {
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

footer .box ul ul {
	list-style:none;
	margin-left:16px;
}

footer .box ul li {
	font-size:120%;
	line-height:140%;
}
	
footer .box ul li li {
	font-size:100%;
} 




footer .flex-container .box25 {
	width:calc(25% - 41px);
}

footer .box25:nth-child(4n){
	border:none;
}


footer .flex-container .box20 {
	width:calc(20% - 41px);
}

footer .box20:nth-child(5n){
	border:none;
}


footer .flex-container .box16 {
	width:calc(14.2857% - 41px);
}

footer .box16:nth-child(6n){
	border:none;
}



@media only screen and (max-width: 767px) {
	
	
	footer .flex-container .box25 {
		width:calc(100% - 41px);		
	}
	
	footer .flex-container .box20 {
		width:calc(100% - 41px);
	}
	
	footer .flex-container .box16 {
		width:calc(100% - 41px);
	}
	
}






/*

footer .flex-container .box25 {
	width:calc(25% - 41px);
	margin:0 0 60px 20px;
	padding:0 20px 0 0;
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
}

footer .box25:nth-child(4n){
	border:none;
}

footer .box25 .h4,
footer .box25 h4 { 
	font-size:130%;
	line-height:130%;
	font-weight:700;
	margin-bottom:3px;	
	border-bottom:1px dotted rgba(255,255,255,1);
}

footer .box25 h4 a {  
	font-weight:700;
}

footer .box25 ul {
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

footer .box25 ul ul {
	list-style:none;
	margin-left:16px;
}

footer .box25 ul li {
	font-size:120%;
	line-height:140%;
}
	
footer .box25 ul li li {
	font-size:100%;
} 

@media only screen and (max-width: 767px) {
	
	footer .flex-container .box25 {
		width:calc(100% - 41px);
		margin:0 0 60px 20px;
		padding:0 20px 0 0;
		display: flex;	
		flex-flow: column nowrap;
		text-align:left;
	}
	
}



footer .flex-container .box20 {
	width:calc(20% - 41px);
	margin:0 0 60px 20px;
	padding:0 20px 0 0;
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
}

footer .box20:nth-child(5n){
	border:none;
}

footer .box20 .h4,
footer .box20 h4 { 
	font-size:130%;
	line-height:130%;
	font-weight:700;
	margin-bottom:3px;	
	border-bottom:1px dotted rgba(255,255,255,1);
}

footer .box20 h4 a {  
	font-weight:700;
}

footer .box20 ul {
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

footer .box20 ul ul {
	list-style:none;
	margin-left:16px;
}

footer .box20 ul li {
	font-size:120%;
	line-height:140%;
}
	
footer .box20 ul li li {
	font-size:100%;
} 

@media only screen and (max-width: 767px) {
	
	footer .flex-container .box20 {
		width:calc(100% - 41px);
		margin:0 0 60px 20px;
		padding:0 20px 0 0;
		display: flex;	
		flex-flow: column nowrap;
		text-align:left;
	}
	
}


footer .flex-container .box16 {
	width:calc(14.2857% - 41px);
	margin:0 0 60px 20px;
	padding:0 20px 0 0;
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
}

footer .box16:nth-child(6n){
	border:none;
}

footer .box16 h4,
footer .box16 .h4 { 
	font-size:130%;
	line-height:130%;
	font-weight:700;
	margin-bottom:3px;	
	border-bottom:1px dotted rgba(0,127,192,1);	
}

footer .box16 h4 a,
footer .box16 .h4 a {  
	font-weight:700;
}

footer .box16 ul {
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

footer .box16 ul ul {
	list-style:none;
	margin-left:16px;
}

footer .box16 ul li {
	font-size:120%;
	line-height:140%;
}
	
footer .box16 ul li li {
	font-size:100%;
} 

@media only screen and (max-width: 767px) {
	
	footer .flex-container .box16 {
		width:calc(100% - 41px);
		margin:0 0 60px 20px;
		padding:0 20px 0 0;
		display: flex;	
		flex-flow: column nowrap;
		text-align:left;
	}
	
}

*/


/* ##### FOOTER ENDE ##### */





/* #### SECTION/ARTICLE HOME START #### */

#container section,
body.home #container section {
	margin:0;
	padding:0;
	background-color:transparent;	
	word-wrap:break-word;
}

#container section article,
body.home #container section article {
	display:block;
	clear:both;
	width:100%;
	margin:0;
	padding:0;	
	background-color:transparent;
}

#container section article div.text > h1,
#container section article div.text > h2,
#container section article div.text > h3,
#container section article div.text > h4,
#container section article div.text > h5,
#container section article div.text > h6,
#container section article div.text > p {
	margin-top:0;
}

body.home #container section article div.text,
body.home #container section article .picbox {
	width:calc(50% - 60px);
	margin:0;
	padding:30px;
	background-color:transparent;
}

#container div.inhalt,
#container section article div.box100.text,
body.home #container section article div.box100.text {
	display:block;
	clear:both;
	width:calc(100% - 60px);
	margin:0;
	padding:30px;
	background-color:#fff;
}

#container section article div.box100.text {
	width:calc(100% - 60px);
	padding:10px 30px;
}

#container section article div.box66.text,
body.home #container section article div.box66.text {
	display:block;
	clear:both;
	width:calc(66% - 60px);
	margin:0;
	padding:30px;
	background-color:#fff;
}

#container section article div.box33.text,
body.home #container section article div.box33.text {
	display:block;
	clear:both;
	width:calc(33% - 60px);
	margin:0;
	padding:30px;
	background-color:#fff;
}

#container .bg_color_hint {
	background:rgba(255,0,0,0.10) !important;
}

/* #### SECTION/ARTICLE HOME ENDE #### */





/* #### FLEXBOX START #### */


#container .flex-container {
	display: flex;
	flex-flow: row wrap;
	width:100%;
	height:auto;
	margin:0 auto 24px auto !important;
	align-content: space-between;
	clear:both;	
}

#container .flex-container.unten, 
#container #content.flex-container {
	margin-bottom:0 !important;	
}

#container .flex-container .flexbox {
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
	margin:0;
	margin-bottom:12px;		
}


#container .flex-container h3 {
	text-align:left !important;
}

#container .flex-container .flexbox h3 {
	text-align:center;
	text-align:left !important;
}

#container .flex-container .flexbox h3.left {
	text-align:left !important;
	margin:8px 0 2px 0;
}


#container .flex-container .flexbox p {
	margin:0 0 10px 0;
}


#container .flex-container .flexbox .bottom,
#container .flex-container p:last-child {
	margin-bottom:0 !important;
	margin-top:auto !important;
}

#container .flex-container .flexbox .bottom.home {
	margin:auto auto 0 auto !important;
	width:calc(100% - 60px);
}

#container .flex-container div.box33 {
	margin:0;
	padding:0;
	width:33.33%;
}

#container .flex-container.home div.box33 {
	padding-bottom:20px !important;
}

#container .flex-container.home div.box33 h3.head {
	font-size:200%;
	line-height:180%;
}

#container .flex-container .flexbox .content_box {
	padding:0 20px;
	margin:10px auto;
	width:calc(100% - 60px);	
	display: flex;	
	flex-flow: column nowrap;	
}


#container .flex-container .flexbox .content_box h3.head {
	margin-top:0px !important;
	margin-left:0px;
	text-align:left !important;
	word-wrap: break-word  !important;
	overflow-wrap: break-word !important;
}

#container h3 {
	word-wrap: break-word  !important;
	overflow-wrap: break-word !important;
}



#container .flex-container div.inhalt {
	width:100%;
	margin:0;	
	padding:0;	
}

#container .flex-container div.box_content {
	width:calc(66.66% - 60px);		
	margin:0 30px 60px 30px;
	padding:0;
	order:1;
}

#container .flex-container div.box_content.full {
	width:calc(100% - 60px);	
	margin:0 30px 60px 30px;
}

#container .flex-container .flexbox .home_box_icon {
	display:inline-block;
	width:16px;
	height:16px;
	float:left;	
	margin:0px 0 0 0;
}

#container .flex-container .boxen {
	margin-bottom:32px;
}


#container .flex-container.contact .box_map {
	order: 3;
}



#container .box_color {
	background-color:rgba(176,218,255,0.25);
}

#container .flex-container.home .pos1,
#container .flex-container.home .pos3,
#container .flex-container.home .pos5,
#container .flex-container.home .pos7,
#container .flex-container.home .pos9 {
	background-color:rgba(176,218,255,0.25);
}


@media (min-width: 720px) and (max-width: 1023px) {
	
	#container .flex-container .boxen .box33 {
		float:none;
		width:calc(100% - 0px) !important; 
		padding:0px;
		margin:0 0px 8px 0px !important;
	}	
	
	
	#container .flex-container div.box33 {
		width:50%;		
	}
	
	#container .flex-container.home .flexbox {
		background-color:#fff !important;
	}
	
	#container .flex-container.home .pos1,
	#container .flex-container.home .pos4,
	#container .flex-container.home .pos5,
	#container .flex-container.home .pos8 {
		background-color:rgba(176,218,255,0.25) !important;
	}	
	
}

@media (max-width: 719px) {
	
	#container .flex-container .boxen .box33 {
		float:none;
		width:calc(100% - 0px) !important; 
		padding:0px;
		margin:0 0px 8px 0px !important;
	}	
		
	#container .flex-container div.box33 {
		width:100%;
	}
	
}



#container .flex-container .a_l {
	text-align:left !important;
}


body.home #container section article.flex-container {
	display: flex;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-items : stretch;
}

body.home #container section article.flex-container div.box50 {
	width:50%;
	margin:0;
	padding:0;
}


body.home #container section .flex-container div.order1 {
	order: 1;
}

body.home #container section .flex-container div.order2 {
	order: 2;
}

body.home #container section .flex-container div.order3 {
	order: 3;
}

body.home #container section .flex-container div.order4 {
	order: 4;
}


#container .flex-container.home div.pos1 {
	order: 1;
}
#container .flex-container.home div.pos2 {
	order: 2;
}
#container .flex-container.home div.pos3 {
	order: 3;
}
#container .flex-container.home div.pos4 {
	order: 4;
}
#container .flex-container.home div.pos5 {
	order: 5;
}
#container .flex-container.home div.pos6 {
	order: 6;
}
#container .flex-container.home div.pos7 {
	order: 7;
}
#container .flex-container.home div.pos8 {
	order: 8;
}
#container .flex-container.home div.pos9 {
	order: 9;
}


body.home #container section article.flex-container .picbox {
	padding:0;
	overflow:hidden;		
	background-size: cover;
	background-size: 100%;
	min-height:420px;
}


/* #### FLEXBOX ENDE #### */






/* ### SUBNAVI START ### */

#container .flex-container div.subnavi {
	width:calc(33.33% - 60px);
	padding:56px 30px 30px 30px;
	margin:0;
	order:2;
	background-color:rgba(176,218,255,0.25);
	color:rgba(0,127,192,1);
}

#container .flex-container div.subnavi a {
	color:rgba(0,127,192,1);
	display:block;
	text-decoration:none;
}

#container .flex-container div.subnavi a:hover {
	text-decoration:none;
}

#container .flex-container div.subnavi h4 {
	font-size:210%;
	border-bottom:1px dotted rgba(0,127,192,0.5);
	padding:0 0 4px 0;
	margin-bottom:2px;
}

#container .flex-container div.subnavi ul { 
	margin:0;
	padding:0;		
	margin-left: 16px; 
	list-style: none;	
}

#container .flex-container div.subnavi ul li {
	margin:0 0 2px 0;
	padding:0;	
	font-size:140%;
	line-height:100%;		
	position: relative;
}
    
#container .flex-container div.subnavi ul li a {
	margin:0;
	padding:6px;
	font-size:100%;  
	line-height:125%;
}

#container .flex-container div.subnavi ul li::before {   
	position:absolute;
    left: -16px;
	top:5px;
    content: url(/gif/icons/icon-arrow-r.png) " ";	
}

#container .flex-container div.subnavi ul li.aktiv::before {   
	content: url(/gif/icons/icon-arrow-r-aktiv.png) " ";	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

#container .flex-container div.subnavi ul ul { 
	margin:0 0 0 20px;
	padding:0 0 6px 0;
}

#container .flex-container div.subnavi ul li li {
	font-size:100%;  
	border:none;
}

#container .flex-container div.subnavi ul li li a:before {  
	content: "• ";
}

#container .flex-container div.subnavi ul li.aktiv a {
	color:rgba(0,127,192,1);
	font-weight:600;
}

#container .flex-container div.subnavi ul li.aktiv li a,
#container .flex-container div.subnavi ul li.aktiv li.aktiv li a {
	color:rgba(0,127,192,0.5);
}

#container .flex-container div.subnavi ul li.aktiv li.aktiv,
#container .flex-container div.subnavi ul li.aktiv li.aktiv li.aktiv {
	background:none;
	background-color:transparent;
}

#container .flex-container div.subnavi ul li.aktiv li.aktiv a,
#container .flex-container div.subnavi ul li.aktiv li.aktiv li.aktiv a {
	color:rgba(0,127,192,1);
	background:none;
	background-color:transparent;	
}

#container .flex-container div.subnavi a {
	display:block;
	text-decoration:none;
}

/* ### SUBNAVI ENDE ### */







/* TABELLEN INHALT START */

#container table {
	clear:none;
	margin:6px 0 12px 0;
	font-weight:400;
}

#container table th {
	font-size:150%;
	line-height:140%;
	clear:none;
	margin:0;
	font-weight:600;
}

#container table td {
	font-size:150%;
	line-height:140%;
	clear:none;
	margin:0;
	padding:0 2px 2px 0;
}

/* TABELLEN INHALT ENDE */




/* ICONS START */

#container .icon {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px 0px;
	display:inline-block;
	margin-right:4px;
	vertical-align:-1px;	
}

#container .icon16 {
	width:16px;
	height:16px;
}
#container .icon24 {
	width:24px;
	height:24px;
}
#container .icon32 {
	width:32px;
	height:32px;
}

#container .icon16 svg.svg075 {
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	width:16px;
	height:16px;
	margin:0 4px 0 -6px;
	padding:0;
}



#container .icon16.phone  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px 0px;
}

#container .icon16.phone_black  {
	background: url("/gif/icons/icon-sprite.png") no-repeat -16px 0px;
}

#container .icon16.mail  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px -16px;
}

#container .icon16.mobile  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px -32px;
}

#container .icon16.printer  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px -48px;
}

#container .icon16.marker  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px -64px;
}

#container .icon16.arrow_r  {
	background: url("/gif/icons/icon-sprite.png") no-repeat 0px -80px;
}

/* ICONS ENDE */






/* ### INHALT START ### */


#content {
	margin:0;
	padding:0;
	font-size:100%;
	text-align:left;
	color:rgba(75,75,77,1);
}


#container div.content_spacer {	
	padding:10px;
	margin:0;
	background-color:#fff;
}







/* #####  ACCORDION START ##### */

#container .accordion {
	display:block;
}

#container .accordion .accordion-toggle {cursor: pointer;}
#container .accordion .accordion-content {display: none;}
#container .accordion .accordion-content.default {display: block;}
  
#container .accordion .accordion-toggle {
	margin:10px 0 6px 0;
	font-weight:bold;
	color:rgba(75,75,77,0.76);
	
	margin-bottom:0;
	padding:8px;
	color:rgba(75,75,77,0.76);
	border:1px solid rgba(75,75,77,0.16);
	background-color:#fff;
	font-weight:normal;
	font-size:180%;
}

#container .accordion .accordion-toggle.active {}

#container .accordion .accordion-toggle span {
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin:2px 8px 0 0;
	/*
	filter: alpha(opacity=70);
	*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
	background:url(/gif/icons/icons.png) no-repeat -24px -216px;
}

#container .accordion .accordion-toggle.active span {
	background:url(/gif/icons/icons.png) no-repeat -24px -240px;
}

#container .accordion .accordion-toggle span.hell {
	background:url(/gif/icons/icons.png) no-repeat -72px -216px;
}

#container .accordion .accordion-toggle.active span.hell {
	background:url(/gif/icons/icons.png) no-repeat -72px -240px;
}

#container .accordion .accordion-content {
	margin:0;
	padding:0;
	color:rgba(75,75,77,1);
	font-weight:normal;	
	padding:10px 10px 10px 32px;
	color:rgba(75,75,77,1);
	border:1px solid rgba(75,75,77,0.26);
	border-top:none;
}

#container .accordion .accordion-toggle:first-child {
	margin-top:0;
}

#container .accordion .accordion-toggle:last-child,
#container .accordion .accordion-content:last-child {
	margin-bottom:0;
} 

#container .accordion .accordion-content p:first-child,
#container .accordion .accordion-content ol:first-child,
#container .accordion .accordion-content ul:first-child,
#container .accordion .accordion-content li:first-child {
	margin-top:0;
}

#container .accordion .accordion-content p:last-child,
#container .accordion .accordion-content ol:last-child,
#container .accordion .accordion-content ul:last-child,
#container .accordion .accordion-content li:last-child {
	margin-bottom:0;
}

#container .accordion .accordion-content ol,
#container .accordion .accordion-content ul {
	margin-left:14px;
}
 
/* #####  ACCORDION ENDE ##### */







/* ### PAGINATION START ### */

#container p.seitenzahlen {
	display:block;
	margin:4px auto;
	text-align:center;
}

#container p.seitenzahlen a {
	display:inline-block;
	padding-top:2px;
	background-color:#fff;
	color:#72C6F5;	
	height: 20px;
	width: 22px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	
}

#container p.seitenzahlen a.aktiv {	
	background-color:#72C6F5;
	color:rgba(75,75,77,1);
		
}

/* ### PAGINATION START ### */








/* ##### FORMULAR START ##### */

#container section div.infobox {
	padding:6px;
	margin:4px 0 10px 0;
	font-size:100%;
	clear:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#container section div.success {
	/*
	border:2px solid rgba(0,127,192,0.5);
	background-color:rgba(0,127,192,0.25);
	*/
	border:2px solid rgba(0,128,0,1);
	background-color:rgba(0,128,0,.125);
	margin:12px 0 18px 0;
}

#container section div.success h2 {
	/*
	color:green;
	*/
	color:#008000;
	margin:0 0 2px 0;
}


div#karte {
	display:block;
	min-height:360px;
}

div#route > div {
	font-size:100%!important;
	color:#86817d!important;
	font-family:'Overlock', Tahoma, Helvetica, Verdana, Arial, san-serif!important;
}

div#route div.adp-summary {
	font-size:120%;
}

div#route div.adp-substep {
	font-size:90%;
}




#container section article.formular {
	margin:0;
}

#content article.formular div.form {
	width:680px;
	margin:0;
	clear:none;
}

#content article.formular form.formular {
	width:100%;
	margin:0 0 30px 0;
	padding:0;
	font-size:100%;
	clear:none;
}

#content article.formular form.formular fieldset {
	padding:6px;
	margin:4px 0 10px 0;
	border:1px solid #E6E6E6;
	font-size:100%;
	clear:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content article.formular form.formular fieldset.error {
	border:1px solid red;
	margin:12px 0 18px 0;
}

#container section article.formular form fieldset.box_l,
#container section article.formular form fieldset.box_r {
	float:left;
	margin:0 2% 0 0;
}

#container section article.formular form fieldset.box_r {
	margin:0;
}

#container section article.formular form fieldset.box50 {
	width:48%;
}

#content article.formular form.formular fieldset legend {
	font-size:160%;
	line-height:140%;
	padding:6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(255,255,255,0.5);
	background-color:#FCFCFC;
	padding:4px 6px;
	color:#666;
	font-weight:500;
}

#content article.formular form.formular fieldset legend.fehler {
	background-color:red;
	color:#fff;
}

#content article.formular form.formular p.r {
	text-align:right;
}

#content article.formular form.formular span.fl {
	float:left;
}

#content article.formular form.formular span.fr {
	float:right;
}

#content article.formular form.formular p,
#content article.formular form.formular ul {
	display:block;
	margin:0 0 8px 0;
	font-size:100%;
	width:auto;
}

#content article.formular form.formular li {
	font-size:140%;
	line-height:130%;
}

#content article.formular form.formular li li {
	font-size:100%;
}

#content article.formular form.formular ul {
	margin:0 0 4px 20px;
}

#content article.formular form.formular fieldset span.txt {
	display:inline-block;
	margin:0;
	font-size:140%;
	line-height:130%;
}

#content article.formular form.formular fieldset #mapbox,
#content article.formular form.formular fieldset #mapbox #map_canvas {
	display:block;
	margin-bottom:0;
	padding:0;
}

#content article.formular form.formular fieldset p.hinweis {
	display:block;
	clear:both;
	margin:2px 0 8px 0px;
	padding:6px 0 0 44px;
	font-size:140%;
	line-height:130%;
	min-height:36px;
	background:url(/gif/icons/hinweis.png) no-repeat 4px 0px;	
}

#content article.formular form.formular fieldset p.full {
	margin-left:0;	
}

#content article.formular form.formular fieldset label,
#content article.formular form.formular fieldset label.radio {
	display:inline-block;
	width:130px;
	margin:0;
	padding:0;
	font-size:140%;
	line-height:110%;
}

#content article.formular form.formular fieldset label.ort,
#content article.formular form.formular fieldset label.ortsteil {
	width:70px;
	margin-left:16px;
}

#content article.formular form.formular fieldset label.fl {
	float:left;
	display:inline-block;
}

#content article.formular form.formular fieldset.border label.fl_textarea {
	margin:0;
}

#content article.formular form.formular fieldset label.captcha {
	width:130px;
}

#content article.formular form.formular fieldset label.radio_label {
	width:auto;
	margin-left:6px;
}

#content article.formular form.formular fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#content article.formular form.formular select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;	
	font-size:140%;
	line-height:130%;
	width:auto;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:2px 30px 2px 2px;	
	display:inline-block;
	margin:0 0 0 24px;
	color:#666;
	background-color:#fff;
	background-image: url(/gif/icons/icon-bottom.png);
	background-repeat: no-repeat;
	background-position: right 4px top 50%;
}

#content article.formular form.formular fieldset select.auto_width {
	width:auto;
}

#content article.formular form.formular select.select option {
	padding:2px 4px;
	font-size: 100%;
	color:#666;
}


#content article.formular form.formular fieldset input.txt, 
#content article.formular form.formular fieldset input.suche,
#content article.formular form.formular fieldset textarea {
	display:inline-block;
	margin:0 0 0 24px;
	padding:6px;
	border:1px solid #d5d5d5;
	font-size:140%;
	line-height:130%;
	color:#666;
	font-family:Tahoma,Verdana,Arial,san serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#content article.formular form.formular fieldset input.txt, 
#content article.formular form.formular fieldset textarea {
	width:calc(100% - 174px);
}

#content article.formular form.formular fieldset textarea.fl {
	float:left;	
}

#content article.formular form.formular fieldset input.nolabel, 
#content article.formular form.formular fieldset textarea.nolabel {
	margin-left:0;	
	width:calc(100% - 18px);
}

#content article.formular form.formular fieldset input.plz {
	width:60px;
}

#content article.formular form.formular fieldset input.ort,
#content article.formular form.formular fieldset select.ortsteil {
	width:calc(100% - 342px);
	margin-left:0px;
}

#container form fieldset textarea,
#container form fieldset textarea:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #d5d5d5;
}

#content article.formular form.formular fieldset input.captcha {
	width:100px;
}

#content article.formular form.formular fieldset img.captcha {
	margin:0 0 0 24px;
}


#content article.formular form.formular fieldset input.radio, 
#content article.formular form.formular fieldset input.checkbox,
#content article.formular form.formular fieldset input[type="radio"] {
	display:inline-block;
	width:16px;
	margin-left:25px;
}

#content article.formular form.formular fieldset p input.radio:nth-of-type(1), 
#content article.formular form.formular fieldset p input.checkbox:nth-of-type(1),
#content article.formular form.formular fieldset input[type="radio"]:nth-of-type(1) {
	display:inline-block;
	width:16px;
	margin-left:25px;
}

#content article.formular form.formular fieldset input.checkbox {
	margin-right:4px;
	vertical-align:-1px;
}


#content article.formular form.formular fieldset img.captcha {
	vertical-align:-8px;
	margin-right:10px;
}

#content article.formular form.formular .buttons {
	display:block;
	margin:4px 0 32px 0;		
}

#content article.formular form.formular button,
#content article.formular form.formular input[type="submit"],
#content article.formular form.formular input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	padding:6px;
	font-size:140%;
	background:#66cc33;
	background: rgba(102,204,51, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:4px solid #fff;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	-moz-box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	box-shadow: 0px 4px 2px 0px rgba(157,156,138,0.4);
	background: -moz-linear-gradient(top,  rgba(102,204,51,1) 0%, rgba(102,204,51,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,204,51,1)), color-stop(100%,rgba(102,204,51,0.75)));
	background: -webkit-linear-gradient(top,  rgba(102,204,51,1) 0%,rgba(102,204,51,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(102,204,51,1) 0%,rgba(102,204,51,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(102,204,51,1) 0%,rgba(102,204,51,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(102,204,51,1) 0%,rgba(102,204,51,0.75) 100%);
}

#content article.formular form.formular#search_form button,
#content article.formular form.formular#search_form input[type="submit"],
#content article.formular form.formular#search_form input[type="reset"] {
	margin-bottom:8px;
}

#content article.formular form.formular input[type="reset"] {
	background:#F44949;
	background: rgba(244,73,73,1);
	background: -moz-linear-gradient(top,  rgba(244,73,73,1) 0%, rgba(244,73,73,0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,73,73,1)), color-stop(100%,rgba(244,73,73,0.75)));
	background: -webkit-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: -o-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: -ms-linear-gradient(top,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(244,73,73,1) 0%,rgba(244,73,73,0.75) 100%);
	margin-right:12px;
}

#content article.formular form.formular#routenplaner {
	width:100%;
	display:block;
}

#content article.formular form.formular#routenplaner fieldset {
	width:calc(48% - 14px);	
	margin:0 4% 10px 0;
	float:left;
	display:block;
}

#content article.formular form.formular#routenplaner fieldset:nth-child(even){
	margin-right:0;
}

#content article.formular form.formular#routenplaner fieldset input.txt,
#content article.formular form.formular#routenplaner fieldset select {
	width:calc(100% - 14px);	
	margin:0;
	padding:6px;
}


#content article.formular form#routenplaner p.r {
	text-align:right;
}

#content article.formular div#karte {
	width:100%;
	display:block;
	min-height:360px;
	margin:0 0 10px 0;
}

div#route > div{
	font-size:140%;
}


#content div.anfahrtsplan {
	float:right;
	margin:0 0 16px 24px;
}



@media only screen and (max-width: 1023px) {
		
	#content article.formular form.formular fieldset label,
	#content article.formular form.formular fieldset label.txt {
		display:block;
		width:auto;
		margin-bottom:2px;
		line-height:130%;
	}

	#content article.formular form.formular fieldset label.ort,
	#content article.formular form.formular fieldset label.ortsteil {
		width:auto;
		display:block;
		float:none;
		margin-left:0;
	}

	#content article.formular form.formular fieldset label.fl {
		width:auto;
		display:block;
		float:none;
		margin:0;
	}
	
	#content article.formular form.formular fieldset label.radio {
		margin-bottom:6px;
	}

	#content article.formular form.formular fieldset label.radio_label {
		width:auto;
		display:inline-block;
		margin-left:6px;
	}
	
	#content article.formular form.formular fieldset label.checkbox_label {
		width:auto;
		display:inline-block;
		margin-left:6px;
		margin-right:16px;
		vertical-align:2px;
	}
		
	#content article.formular form.formular fieldset input.txt, 
	#content article.formular form.formular fieldset textarea {
		font-size:150%;
		line-height:140%;
	}
	
	#content article.formular form.formular fieldset input.txt, 
	#content article.formular form.formular fieldset textarea,
	#content article.formular form.formular fieldset textarea.fl,
	#content article.formular form.formular fieldset input.nolabel, 
	#content article.formular form.formular fieldset textarea.nolabel,
	#content article.formular form.formular fieldset input.plz,
	#content article.formular form.formular fieldset input.ort,
	#content article.formular form.formular fieldset select.select {
		padding:6px;
		border:1px solid #d5d5d5;
		width:calc(100% - 14px);
		display:block;
		float:none;
		margin:0 0 4px 0;
	}
		
	#content article.formular form.formular fieldset select.select {
		margin-left:0px;
	}
	
	#content article.formular form.formular fieldset select.ortsteil {
		width:100%;
	}
	
	#content article.formular form.formular fieldset select.auto_width {
		width:auto;
	}

	#content article.formular form.formular fieldset input.captcha {
		width:100px;
		float:left;
	}

	#content article.formular form.formular fieldset p input.radio, 
	#content article.formular form.formular fieldset p input.checkbox,
	#content article.formular form.formular fieldset p input[type="radio"] {
		display:inline-block;
		width:16px;
		height:auto;
		margin:0 0 4px 25px;
	}
	
	#content article.formular form.formular fieldset p input.radio:nth-of-type(1), 
	#content article.formular form.formular fieldset p input.checkbox:nth-of-type(1),
	#content article.formular form.formular fieldset p input[type="radio"]:nth-of-type(1) {
		margin-left:0;
	}

	#content article.formular form.formular fieldset img.captcha {
		float:left;
	}
	
				
}





#content article.formular form.formular fieldset p input.checkbox_txt_label {
	border:4px solid red !important;
	background-color:yellow !important;
	margin:4px 0 0 0 !important;
	display:block !important;
	padding:0 !important;
	width:16px !important;
	float:left !important;
}

#content article.formular form.formular fieldset p label.checkbox_txt_label {
	width:calc(100% - 48px);
	margin-left:6px;
	float:left;
}


#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-color:#f2ba01;
	*/
	background:rgba(236,236,236,.5);
}

/* ##### FORMULAR ENDE ##### */







/* #### GALLERY BLUEIMP START #### */

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;backface-visibility:hidden;-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>.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-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}.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}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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select: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}*+html .blueimp-gallery>.indicator>li{display:inline}.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>.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%;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.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-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{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}*+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>.video-content>a:hover{opacity:1}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(/gif/blueimp-gallery/video-play.svg)}
/*# sourceMappingURL=blueimp-gallery.min.css.map */

.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 #### */



/* ### GALERIE START ### */

#content ul.galerie {
	display:block;
	width:100%;
	margin:2px 0 16px 0;
	list-style:none;
}

#content ul.galerie li {
	float:left;
	width:24%;
	margin:1% 1% 0 0;
	padding:0;
	display:block;
}

#content ul.galerie li a,
#container #content article ul.galerie li a {
	display:block;
	border-bottom:none;	
	padding:0 !important;
	margin:0;	
}

#content ul.galerie li img {
	border:1px solid rgba(75, 75, 77, 0.33);
	width:auto;
	max-width:100%;
}


@media (max-width: 1023px) {
	#content ul.galerie li {
		width:32%;
		margin:2px 0.6666%;
	}
}

@media (max-width: 840px) {
	#content ul.galerie li {
		width:48%;
		margin:2px 1%;
	}
}

@media (max-width: 420px) {
	#content ul.galerie li {
		float:none;
		width:100%;
		margin:2px 0;
	}
}


/* ### GALERIE ENDE ### */



.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
	content: ' ';
	display: block;
	clear: both;
}


.grid-sizer {
	width:25%;
}

.grid-item {
	float: left;
	width:24%;
	margin:1% 1% 0 0;
}

.grid-item img {
	display: block;
	max-width: calc(100% - 2px);
	border:1px solid rgba(75, 75, 77, 0.33);
}











/* ### GMAP INFOFENSTER STYLES START ### */

.gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
}

.gm-style-iw-a {
	position: absolute; 
	left: 15px; 
	top: 15px;
}
.gm-style-iw-t {
	right: 0px; 
	bottom: 59px;
}
.gm-style-iw gm-style-iw-c {
	max-width: 654px; 
	max-height: 541px;
}
.gm-style-iw-d {
	max-width: 618px; 
	max-height: 505px;
}


.fancybox_content {
	font-size:100%;
	width:auto;
	min-width:216px;
	height:auto;
	min-height:120px;
	overflow-y:auto;
	margin:0;
	padding:6px;
	display:inline-block;
	background-color:#fff;
}

.fancybox_content * {}

.fancybox_content p,
.fancybox_content p a {
	margin:0 !important;
	padding:0;
}

.fancybox_content a {
	color:#009AE7 !important;	
}

.fancybox_content img.pic_object {
	width:100%;
	max-width:216px;
	height:auto;
	margin-bottom:2px;
}

.fancybox_content {
	text-align:left;
}

.fancybox_content p {
	text-align:left;
	line-height:130% !important;
	margin:0 0 3px 0;
}

#container .fancybox_content p.object_name a {
	font-weight:600;	
	color:#555 !important;
	font-size:120%;
}

#container .fancybox_content p.object_location a {
	font-weight:400;	
	color:#555 !important;
	font-size:70%;
	line-height:100% !important;
}


/* ### GMAP INFOFENSTER STYLES ENDE ### */



/* ### GMAP CONTROL STYLES START ### */

#map-controls {
	display:none;
}

 .gm-style .controls {
        font-size: 28px;  /* this adjusts the size of all the controls */

        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
        font-weight: 300;
		height: 1em;
        width: 1em;
        margin: 6px;
        text-align: center;
        user-select: none;
        padding: 2px;
      }
      .gm-style .controls button {
        border: 0;
        background-color: white;
        color: rgba(0, 0, 0, 0.6);
      }
      .gm-style .controls button:hover {
        color: rgba(0, 0, 0, 0.9);
      }

      .gm-style .controls.zoom-control {
        display: flex;
        flex-direction: column;
        height: auto;
      }
      .gm-style .controls.zoom-control button {
        font: 0.85em Arial;
        margin: 1px;
        padding: 0px;
      }
	  
	  .gm-style .controls.streetview-control {
        display: flex;
        flex-direction: column;
        height: auto;
      }

      .gm-style .controls.maptype-control {
        display: flex;
        flex-direction: row;
        width: auto;
      }
      .gm-style .controls.maptype-control button {
        display: inline-block;
        font-size: 0.5em;
        margin: 0 1px;
        padding: 0 6px;
      }
      .gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
        font-weight: 700;
      }
      .gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
        font-weight: 700;
      }

      .gm-style .controls.fullscreen-control button {
        display: block;
        font-size: 1em;
        height: 100%;
        width: 100%
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon {
        border-style: solid;
        height: 0.25em;
        position:absolute;
        width: 0.25em;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 2px 0 0 2px;
        left: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
        border-width: 0 2px 2px 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 2px 2px 0 0;
        right: 0.1em;
        top: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
        border-width: 0 0 2px 2px;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 0 0 2px 2px;
        left: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
        border-width: 2px 2px 0 0;
      }
      .gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 0 2px 2px 0;
        right: 0.1em;
        bottom: 0.1em;
      }
      .gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
        border-width: 2px 0 0 2px;
      }

/* ### GMAP CONTROL STYLES ENDE ### */



/* ### GMAP DIRECTIONS STYLES START ### */

.adp,
.adp table  {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
}

.adp b,.adp-list b {
font-weight:400
}

.adp-warnbox {
margin:5px 0 3px 0
}

.warnbox-content {
/*
background:#fff1a8;
padding:5px 6px
*/
background:transparent;
background:none;
}

.warnbox-c1,
.warnbox-c2 {
/*
background:#fff1a8;
*/
background:transparent;
background:none;
font-size:1px;
height:1px;
margin-top:0;
overflow:hidden
}

.warnbox-c1 {
margin:0 2px
}

.warnbox-c2 {
margin:0 1px
}

.adp-list {
background:#fff;
border:1px solid #cdcdcd;
cursor:pointer;
padding:4px;
font-family: 'Open Sans';
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:100%!important;
	color:rgba(76,76,72,1) !important;
	font-family:'Open Sans', Tahoma, Helvetica, Verdana, Arial, san-serif;	
	font-weight:400 !important;	
}

div#route div.adp-summary {
	font-size:120%;
}

div#route div.adp-substep {
	font-size:90%;
}

/* ### GMAP DIRECTIONS STYLES ENDE ### */



/*
#container #karte {
	width:100%;
	height:480px;
}

#container #box_karte {
	margin:24px 0;
}
*/



/* 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;
}





article.box_map.blocked {
	position:relative;
}

article.box_map.blocked .message {
	position: absolute;
	top: 0px;
	left: 0px;	
	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-small.jpg) no-repeat center center !important;
	color:#fff !important;
	text-align:center;
	padding:30px;
}

article.box_map.blocked #karten_box {
	background:rgba(0,0,0,.75);
}

article.box_map.blocked .message p,
article.box_map.blocked .message * {
	color:#fff !important;
}

article.box_map.blocked .message a {
	cursor: pointer;
	color:red !important;
}

article.box_map.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(0,127,192,1);
	border:2px solid rgba(0,127,192,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(0,127,192,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(0,127,192,1);
	border:1px solid rgba(0,127,192,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(0,127,192,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;
}

.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%;
	color: #555;
}

.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;
}

.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;
	
	height:auto;
	line-height:100%;
	font-size:100%;
	color:#555 !important;
	text-align:center;
		
	background:rgba(255,255,255,0.90);
	height:auto; 
	line-height:120%; 
	font-size:100%; 
	color:#444; 
	text-align:center; 
	padding:10px 14px;
	
	position:fixed;
	right:20px;
	bottom:20px;
	top:auto;
	/*
	width:calc(50% - 20px);
	*/
	width:512px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #444;
	
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		/*
		width:100% !important;
		*/
		display:block !important;
		text-align:center !important;
	}
}

@media (max-width: 989px) {
	.cookie_klaro .cookie-notice {
		/*
		border: none;
		border-radius: 0;
		*/
		
		left:50%;
		width:90%;
		margin-left:-45%;
		
	}
}

.cookie_klaro .cookie-notice .cn-body {
	margin:0 auto !important;
	
	min-width:360px !important;
	text-align:left !important;
	color:#555 !important;
	
}

.cookie_klaro .cookie-notice .cn-body p {	
	margin-bottom: 5px;
	line-height:140%;
	font-size:130%;
	color:#000 !important;
}

.cookie_klaro .cookie-notice .cn-body p.cn-changes {
	text-decoration: underline;
}

.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,0);
	*/
	background: rgba(255,255,255,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;	
}

.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(54,193,64,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-danger {
	/*
	background: rgba(244,73,73,0);
	*/
	background: rgba(255,255,255,1);
	color:rgba(244,73,73,1);
	border: 3px solid rgba(244,73,73,1);
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover {
	color: #fff !important;
	background: rgba(244,73,73,1);
}

.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 {
	/*
	background: rgba(160,160,160,0);
	*/
	background: rgba(255,255,255,1);
	color: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 {
	color: #fff !important;
	background: rgba(160,160,160,1);
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:before {
	color: #fff !important;
	background: rgba(160,160,160,1);
}

/* ### KLARO ENDE ### */





