/* 1786729792.9807 */
@charset "utf-8";

/*
background-color:#00457c;
background-color:rgba(0,69,124,0.75);
*/

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/includes/fonts/quicksand-v21-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/includes/fonts/quicksand-v21-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/quicksand-v21-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/quicksand-v21-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/quicksand-v21-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/quicksand-v21-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/includes/fonts/quicksand-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/includes/fonts/quicksand-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/includes/fonts/quicksand-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/includes/fonts/quicksand-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/includes/fonts/quicksand-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/includes/fonts/quicksand-v21-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}


#info {
	position:fixed;
	right:0;
	top:0;
	padding:4px;
	background-color:red;
	color:#fff;
	font-size:120%;
	z-index:99999;
}


#js_alert { 
	font-size:160%;
	position:absolute;
	top:0;
	left:0;
	z-index:99999999999;
	display:block;
	width:96%;
	padding:2%;
	background-color:red;
	color:#fff;
}




.tuerkis { 
	color:#00457c;
	color:rgba(0,69,124,1);
}

.gold { 
	color:#ffd87b;
	color:rgba(255,216,123,1);
}

* { 
	margin:0;
	padding:0;
	outline:0;
	line-height:100%;
}

/* ### BODY START ### */

html { 
	height:100%;	
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	font-size:100.01%;
}

html,
body { 
	-webkit-tap-highlight-color:transparent;
	width:100%;
	height:100%;
	margin: 0;
}

body {
	text-align:center;
	font-size:62.5%;
	background:rgba(128,128,128,1);
	font-family:'Quicksand',Verdana,Helvetica,Arial,san serif;
	font-display: swap;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
	background-size:cover !important;
}

#content,
#content .formular form input.button,
body { 
	font-family:'Quicksand',Verdana,Helvetica,Arial,san serif;
	font-display: swap;
}

/* ### BODY ENDE ### */


/* ### ALLGEMEIN START ### */

.clear,
body .cb { 
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

body .cb.abstand { 
	display:block;
	clear:both;
	margin:12px 0;
}

body .fehler { 
	color:#d40000;
}

body .nobreak { 
	white-space:nowrap;
	text-align:left;
	display:inline-block;
	text-indent:0;
}

.center { 
	text-align:center;
}

.rot { 
	color:#e20000;
	color:rgba(226,0,0,1);
}

.ci { 
	color:#00457c;
	color:rgba(0,69,124,1);
}

hr { 
	display:block;
	margin:12px 0;
	height:1px;
	border:none;
	background-color:transparent;
	border-top:1px dotted #00457c;
}

a { 
	color:#00457c;
	text-decoration:none;
	font-weight:500;
}

a:hover { 
	text-decoration:underline;
}

a.dark { 
	color:#000;
	text-decoration:none;
	font-weight:400;
}

.hell {
	color:#fff;
}

.dunkel {
	color:#999;
}

.bold {
	font-weight:500;
}

.nur_mobil,
.hidden { 
	display:none !important;
}

.nur_desktop {
	display:inline-block !important;
}

.clearfix:after { 
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

* html .clearfix { 
	height:1px;
}

.clearfix { 
	display:block;
}


/* ### ALLGEMEIN ENDE ### */



/* ### HEADER START ### */

header#navi { 
	width:100%;
	font-size:100%;	
	display:block;
	color:#fff;		
	background-color:#00457c;
	background-color:rgba(0,69,124,0.75);
}

header#navi .logo_bg,
nav#menu .logo_bg {	
	display:inline-block;	
	position:absolute;
	top:10px;
	left:20px;
	z-index:9;
	padding:6px;
	border:none;
	font-size:220%;
	text-align:left;
	color:#fff;	
	width:auto !important;
	min-width:350px !important;
}

header#navi .logo_bg .small,
nav#menu .logo_bg .small {
	font-size:65% !important;
}


nav#menu .logo_bg img.logo {
	float:left;
	margin:-1px 10px 0 0;
}


/* ### HEADER ENDE ### */


@media (max-width: 720px) {
	
	#maximage {
		display:none;
	}

}



header#navi .mobile_only { 
	display:none !important;
}

@media (max-width: 719px) {
	
	header#navi .mobile_only { 
		display:inline-block !important;
	}
	
}




/* ### 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 {
	border-radius: 0px;
}

.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
	padding: 13px 20px 13px 12px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	font-size:150%;
	line-height:110%;
	letter-spacing:1px;	
	font-weight: normal;
	text-decoration: none;
	border-radius: 0px;
}

.sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
	color:#fff;
}

.sm-clean li a {	
	background-color:#00457c;
	background-color:rgba(0,69,124,1);
	color:#fff;
}

.sm-clean li > a, .sm-clean li > a:hover, .sm-clean li > a:focus, .sm-clean li > a:active, .sm-clean li > a.highlighted {}

.sm-clean li li a, 
.sm-clean li li a:hover, 
.sm-clean li li a:focus, 
.sm-clean li li a:active,
.sm-clean li li a.highlighted {
	font-size:140%;
	line-height:130%
} 

.sm-clean li li a {}

.sm-clean li li a:hover, 
.sm-clean li li a:focus, 
.sm-clean li li a:active,
.sm-clean li li a.highlighted {	
	color:#fff;
}

.sm-clean li a.current {	
	color:#fff;
}
.sm-clean li a.disabled {}
.sm-clean li a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
}
.sm-clean li a .sub-arrow::before {
	content: '+';
}
.sm-clean li a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}
.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
	border-top: 0;
}
.sm-clean ul {}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	text-transform:none;
	border-left: 16px solid transparent;
}
.sm-clean ul a {}

.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: 1025px) {
	/* Switch to desktop layout
	-----------------------------------------------
		 These transform the menu tree from
		 collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
		
	.sm-clean ul {
		position: absolute;
		width: 12em;
	}

	.sm-clean li {
		float: left;
	}

	.sm-clean.sm-rtl li {
		float: right;
	}

	.sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
		float: none;
	}
	
	.sm-clean li a {
		white-space: nowrap;
	}

	.sm-clean ul a, .sm-clean.sm-vertical a {
		white-space: normal;
	}

	.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */		
		
	.sm-clean {}
	
	.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
		padding: 10px 32px 10px 22px;
		line-height:130%;		
		border-radius: 0 !important;		
		text-align:left;
	}		
	
	.sm-clean li a {	
		background:none !important;
		background-color:transparent !important;
		color:#fff;
		font-weight:bold !important;
	}	
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active, 
	.sm-clean li a.highlighted {
		text-decoration:none;
		
	}
	.sm-clean li a.current {
		text-decoration:none;
		font-weight:bold;
	}
	.sm-clean li.aktiv a {}
	.sm-clean li.aktiv li a,
	.sm-clean li li a	{
		text-decoration:none !important;
	}
	.sm-clean li li a {		
		color:#00457c;
		font-weight:normal !important;
	}
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active, 
	.sm-clean li li a.highlighted
	.sm-clean li.aktiv li a:hover, 
	.sm-clean li.aktiv li a:focus, 
	.sm-clean li.aktiv li a:active, 
	.sm-clean li.aktiv li a.highlighted  {
		text-decoration:none !important;	
		font-weight:normal !important;
		
	}
	.sm-clean li a.disabled {}
		
	.sm-clean ul {
		background-color:rgba(255,255,255,0.9);
		margin-top:1px !important;
	}
	/*
	.sm-clean ul,
	.sm-clean ul ul {
		margin-top:0 !important;
	}	
	*/
		
	.sm-clean li a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean li a .sub-arrow {
		top: 50%;
		margin-top: -2px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: #fff transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-clean li 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: 0px;
		left: 0px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 0px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #bbbbbb transparent;
	}
	.sm-clean > li > ul::after {
		top: -0px;
		left: 0px;
		border-width: 0px;
		border-color: transparent transparent #fff transparent;
	}
		
	.sm-clean li.aktiv ul a {
		font-weight:normal;
		text-decoration:none !important;
	}
	.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
		border: 0 !important;
		padding:10px 20px;
		text-align:left;
	}
	.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted, .sm-clean li.aktiv ul a:hover, .sm-clean li.aktiv ul a:focus, .sm-clean li.aktiv ul a:active, .sm-clean li.aktiv ul a.highlighted {
		text-decoration:underline;
	}
	.sm-clean ul a.current {
		text-decoration:underline;
	}
	.sm-clean ul a.disabled {
		
	}
	.sm-clean ul a.has-submenu {
		padding-right: 20px;
	}
	.sm-clean ul a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #555555;
	}
	.sm-clean .scroll-up,
	.sm-clean .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-clean .scroll-up:hover,
	.sm-clean .scroll-down:hover {
		background: #eeeeee;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent rgba(0,69,124,1) transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: rgba(0,69,124,1) transparent transparent transparent;
	}
	.sm-clean .scroll-up-arrow,
	.sm-clean .scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
	.sm-clean.sm-rtl a.has-submenu {
		padding-right: 12px;
		padding-left: 24px;
	}
	.sm-clean.sm-rtl a .sub-arrow {
		right: auto;
		left: 12px;
	}
	.sm-clean.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px;
	}
	.sm-clean.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-rtl > li > ul::before {
		left: auto;
		right: 30px;
	}
	.sm-clean.sm-rtl > li > ul::after {
		left: auto;
		right: 31px;
	}
	.sm-clean.sm-rtl ul a.has-submenu {
		padding: 10px 20px !important;
	}
	.sm-clean.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-vertical {
		padding: 10px 0;
		border-radius: 5px;		
	}
	.sm-clean.sm-vertical a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
		background: #fff;
	}
	.sm-clean.sm-vertical a.disabled {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #555555;
	}
	.sm-clean.sm-vertical > li > ul::before,
	.sm-clean.sm-vertical > li > ul::after {
		display: none;
	}
	.sm-clean.sm-vertical ul a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical ul a.disabled {
		background: #fff;
	}
	
	.sm-clean li a:hover, 
	.sm-clean li a:focus, 
	.sm-clean li a:active,
	.sm-clean li a.highlighted {	
		color:#fff;
	}

	.sm-clean li a.current {	
		color:#fff;
	}
	

	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active,
	.sm-clean li li a.highlighted {	
		color:#00457c;
	}
	
		
}

/*# sourceMappingURL=sm-clean.css.map */

/* sm-clean ENDE */



/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 20px 10px 4px 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: #fff;
	-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;
}




nav#menu { 
	position:relative;
	width:100%;	
	margin:0 !important;
	padding:0 !important;
	position:relative;
	text-align:right;	
}

#main-menu {	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

/* STICKY START */

.sticky {
	position: fixed !important;
	top:0px;
	width:calc(100% - 0px);
	z-index:999999;
}

.sticky + #content {
	padding-top: 97px;
}

nav#menu .sticky_logo {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 10ms, opacity 300ms;
}

nav#menu.sticky {
	background-color:rgba(255,255,255,0.9);
}

/*
nav#menu.sticky .logo_bg {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 10ms, opacity 300ms;
}
*/

nav#menu.sticky .logo_bg {
	display:inline-block;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
	
	top:0px;
	
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow:0 4px 6px 0 rgba(153,153,153,.5);
	-moz-box-shadow:0 4px 6px 0 rgba(153,153,153,.5);
	box-shadow:0 4px 6px 0 rgba(153,153,153,.5);
	webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color:#00457c;
	
}


nav#menu #sprachen {
	position:absolute;
	top:10px;
	right:10px;
}

nav#menu #sprachen a {
	display:inline-block;
	margin-left:4px;
}

nav#menu.sticky #sprachen {
	top:12px;
}

nav#menu.sticky #main-menu {
	margin:0 100px 0 0;
	padding:0;
}


nav#menu.sticky .sm-clean {
	color:#fff;
	background:none !important;
	background-color:transparent !important;
}

nav#menu.sticky .sm-clean li a, 
nav#menu.sticky .sm-clean li a:hover, 
nav#menu.sticky .sm-clean li a:focus, 
nav#menu.sticky .sm-clean li a:active, 
nav#menu.sticky .sm-clean li a.highlighted {
	/*
	padding: 10px 32px 10px 22px;
	*/
	padding: 10px 22px 10px 12px;
	line-height:130%;		
	border-radius: 0 !important;		
	text-align:left;	
	color:#000;	
	font-weight:normal !important;
}

nav#menu.sticky .sm-clean li a:hover, 
nav#menu.sticky .sm-clean li a:focus, 
nav#menu.sticky .sm-clean li a:active, 
nav#menu.sticky .sm-clean li a.highlighted {
	color:#00457c;
}
	
nav#menu.sticky .sm-clean li a {	
	background:none !important;
	background-color:transparent !important;
	color:#000;
	font-weight:normal !important;
}
	
nav#menu.sticky .sm-clean li a {}	

nav#menu.sticky .sm-clean li a:hover, 
nav#menu.sticky .sm-clean li a:focus, 
nav#menu.sticky .sm-clean li a:active, 
nav#menu.sticky .sm-clean li a.highlighted {}

nav#menu.sticky .sm-clean li a.current {}

nav#menu.sticky .sm-clean li.aktiv a {}

nav#menu.sticky .sm-clean li.aktiv li a,
nav#menu.sticky .sm-clean li li a {}
	
nav#menu.sticky .sm-clean ul {
	/*
	background-color:rgba(255,255,255,0.9);
	*/
}
	
/* STICKY ENDE */	
	

@media (max-width: 1024px) {
	
	#main-menu {			
		margin:0 !important;
		padding:0 !important;
		display:block;
	}
	
	nav#menu {
		padding:0 !important;
		width:100%;
		text-align:right;
	}
	
	nav#menu #sprachen {
		position:absolute;
		top:15px;
		right:50px;
	}
	
	header#navi,
	nav#menu {
		margin-bottom:0 !important;
	}

	header#navi .logo_bg,
	nav#menu .logo_bg {
		display:inline-block;			
		position:relative;		
		float:left;		
		top:auto;
		left:auto;
		margin:0 !important;
		padding:6px;		
		border:none;		
		text-align:left;
	}
	
	nav#menu .logo_bg {
		font-size:180%;
	}
		
	.main-menu-btn {		
		margin: 6px 6px 6px 0px;	
	}
		
}



@media (min-width: 1025px) {
	/* 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 {	
		margin:30px 0 0 0;
		padding:0;
		width:auto !important;
		display:inline-block !important;
	}
	
	nav#menu {			
		float:right;
	}
	
		
}

/* ### NAVI ENDE ### */







/* ### ICONS START ### */

.icon16 {
	background:url(/gif/icon-sprite.png) no-repeat 0 0;
	height:16px;
	width:16px;
	padding:0;
	margin:0 4px 0 0;
	overflow:hidden;
	display:inline-block;
} 

.icon48 {
	background:url(/gif/icon-sprite.png) no-repeat 0 0;
	height:48px;
	width:48px;
	padding:0;
	margin:0 4px 0 0;
	overflow:hidden;
	display:inline-block;
} 

.icon_block {
	margin:0 auto !important;
}

.galerie16 {
	background:url(/gif/icon-sprite.png) no-repeat 0 0 !important;
}

.facebook16 {
	background:url(/gif/icon-sprite.png) no-repeat -16px 0 !important;
}

.youtube16 {
	background:url(/gif/icon-sprite.png) no-repeat -32px 0 !important;
}

.instagram16 {
	background:url(/gif/icon-sprite.png) no-repeat -48px 0 !important;
}


.mail16 {
	background:url(/gif/icon-sprite.png) no-repeat 0 -16px !important;
}

.tel16 {
	background:url(/gif/icon-sprite.png) no-repeat -16px -16px !important;
}

.flaeche16 {
	background:url(/gif/icon-sprite.png) no-repeat 0px -76px !important;
}

.raeume16 {
	background:url(/gif/icon-sprite.png) no-repeat -16px -76px !important;
}

.grundstueck16 {
	background:url(/gif/icon-sprite.png) no-repeat -32px -76px !important;
}

.baujahr16 {
	background:url(/gif/icon-sprite.png) no-repeat -48px -76px !important;
}

.key48 {
	background:url(/gif/icon-sprite.png) no-repeat 0px -92px !important;
}

.house48 {
	background:url(/gif/icon-sprite.png) no-repeat 0px -140px !important;
}

.money48 {
	background:url(/gif/icon-sprite.png) no-repeat 0px -188px !important;
}

.calc48 {
	background:url(/gif/icon-sprite.png) no-repeat 0px -236px !important;
}

.efh48 {
	background:url(/gif/icon-sprite.png) no-repeat -48px -92px !important;
}

.etw48 {
	background:url(/gif/icon-sprite.png) no-repeat -48px -140px !important;
}

.gewerbe48 {
	background:url(/gif/icon-sprite.png) no-repeat -48px -188px !important;
}

.grundstueck48 {
	background:url(/gif/icon-sprite.png) no-repeat -48px -236px !important;
}


/* ### ICONS ENDE ### */






/* ### BREADCRUMB START ### */

#breadcrumb { 
	font-size:90%;
	color:#00457c;
}

#breadcrumb a { 
	text-decoration:none;
	color:#00457c;
}

/* ### BREADCRUMB ENDE ### */






/* ### CONTENT START ### */

#content { 
	width:984px;
	margin:24px auto 24px auto;
	padding:0;
	text-align:left;
	font-size:100%;
}


/*
ODER
https://css-tricks.com/couple-takes-sticky-footer/
???
*/

div.wrapper {
	min-height: 100%;
	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	margin-bottom: -50px;	
}

.push { 
	height: 50px;
}

footer { 
	height: 30px;
}

#content section { 
	padding:10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#content article { 
	margin:0;
	padding:0;
}

#content div.inhalt {
	padding:10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight:500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	text-decoration:none;
	color:#000;
}

#content h1 { 
	font-size:360%;
	line-height:120%;
	margin:0 0 12px;
	color:#00457c;
}

#content h2 { 
	font-size:240%;
	line-height:120%;
	margin:0 0 12px;
}

#content h3 { 
	font-size:180%;
	line-height:120%;
	margin:0 0 6px;
}

#content h4,
#content h3.h4 { 
	font-size:160%;
	line-height:120%;
	margin:0 0 6px;
}

#content p { 
	font-size:140%;
	margin:0 0 12px;
}

#content .formular p { 
	font-size:100%;
}

#content li,
#content .formular .kontaktdaten p,
footer { 
	font-size:140%;
}

#content li,
#content p { 
	line-height:130%;
}

#content li li {
	font-size:100%;
}

#content ol,
#content ul { 
	margin:0 0 24px 24px;
}


#content p.h4 { 
	font-size:160%;
	line-height:120%;
	margin:0 0 6px;
	font-weight:500;
}



#content td,
#content th { 
	font-size:140%;
	line-height:130%;
	vertical-align:top;
	padding:0 4px 4px 0;
}

#content table { 
	margin:0 0 12px;
	border-collapse:collapse;
}

#content ul.list_split { 
	float:left;
	width:46%;
	margin:0 2% 24px;
}

#content .r { 
	margin-right:0;
}

#content .pic_l { 
	float:left;
	margin:2px 12px 6px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#content .pic_r  { 
	float:right;
	margin:2px 0 6px 12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#content .rand  { 
	border:1px solid #fff;
}

.box_round { 
	background:rgba(255,255,255,.95);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.w95 { 
	background:rgba(255,255,255,.95);
}
.w90 { 
	background:rgba(255,255,255,.90);
}
.w85 { 
	background:rgba(255,255,255,.95);
}
.w80 { 
	background:rgba(255,255,255,.80);
}
.w75 { 
	background:rgba(255,255,255,.75);
}
.w70 { 
	background:rgba(255,255,255,.70);
}
.w65 { 
	background:rgba(255,255,255,.65);
}
.w60 { 
	background:rgba(255,255,255,.60);
}
.w55 { 
	background:rgba(255,255,255,.55);
}
.w50 { 
	background:rgba(255,255,255,.50);
}
	
.box_l { 
	float:left;
}

.box_r { 
	float:right;
	margin-right:0;
}




#content .responsive_100 {
	width:100%;
	height:auto;
}

#content .responsive_pic {
	width:auto;
	max-width:100%;
	height:auto;
}

#content .max150 {
	max-width:150px;
}

#content .max200 {
	max-width:200px;
}

#content .max250 {
	max-width:250px;
}

#content .max300 {
	max-width:300px;
}


#content {
	position:relative;
}



@media (max-width: 640px) { 

	#content .portrait_img {
		position:realtive;		
		width:auto;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		display:block;
		float:none;
	}
	
}





#content .round_pic {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:100%;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;	
}








/*
#fb-root_box { 
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#fb_box { 
	width:420px;
	margin:0 auto;
	border-bottom:4px solid #ff0;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box.fb_iframe_widget span iframe { 
	width:100%!important;
}
*/




/* ### FOOTER START ### */

footer { 
	margin:0 auto;
	/*
	width:984px;
	*/
	width:calc(100% -20px);
	padding:10px;
	background-color:rgba(0,69,124,0.75);
	text-align:right;
}


footer p { 
	/*
	padding:4px 4px 12px;
	*/
}

footer,
footer a { 
	color:#fff;
	text-decoration:none;
	font-weight:400;
}

footer span.l { 
	float:left;
}

footer span.desktop_only { 
	display:inline-block;
}

footer p.small {
	text-align:center;
	font-size:100%;
}

footer p.seo {
	display:block;
	clear:both;
	margin:4px auto;
	text-align:center;
	font-size:90% !important;
}

footer div.socialmedia {
	text-align:center;
	width:100%;
}

footer div.socialmedia p {	
	width:auto;
	display:inline-block;
	margin:0 auto;
	text-align:left;
}

footer div.socialmedia p a {
	display:block;
	width:auto;
	margin-bottom:6px;
}

footer div.socialmedia p a img {
	margin-right:6px;
	vertical-align:-3px;
	display:inline-block;
}


footer div.socialmedia p a span.icon16 {
	margin-right:6px;
	vertical-align:-3px;
	display:inline-block;
}

/*
@media (max-width: 539px) {
*/	
@media (max-width: 719px) {
	
	footer { 
		text-align:center;
	}
	
	footer span.desktop_only { 
		display:none;
	}
	
	footer span.l { 
		float:none;
	}
	
	footer a { 
		display:block;
		padding:4px 0;
		margin:4px auto;
	}
	
	footer { 
		min-height: 30px;
		height:auto;
	}
	
	footer p.seo {
		display:block;
		clear:both;
		margin:4px auto;
		text-align:center;
		font-size:90% !important;
	}
	
	footer p.seo a { 
		display:inline-block !important;
		padding:2px 0;
		margin:0;
	}
	
}

/* ### FOOTER ENDE ### */

#content div.seo_kontakt {
	float:right;
	width:300px;
	margin:0 0 24px 36px;
	background:rgba(255,255,255,0.5);
	border: 1px solid rgba(0,69,124,0.5);
}


#content div.seo_kontakt p,
#content div.seo_kontakt h3 {
	padding:0 8px;
}

#content div.seo_kontakt p.pic_seo {
	padding:0;
}

#content div.seo_kontakt p.small {
	font-size:135%;
}


#content .formular div.kontaktdaten {
	float:right;
	width:300px;
	margin-top:50px;
}

#content .formular form { 
	width:calc(100% - 350px); 
}


/* ### FORMULAR START ### */

#content .formular, 
#content section article.formular { 
	margin:0 auto;
}

#content section article.formular form {}

#content section article.formular form fieldset { 
	padding:6px;
	margin:0 0 8px;
	border: 1px solid rgba(0,69,124,0.5);
	/*
	border:1px solid #E6E6E6;
	*/
}

#content section article.formular form fieldset legend { 
	
	font-size:140%;
	font-weight:500;
	padding:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:rgba(0,69,124,0.75);
	color:#fff;
	
	/*
	font-size:140%;
	padding:6px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:rgba(255,255,255,.5);
	*/
}

#content section article.formular form span.fl { 
	float:left;
}

#content section article.formular form fieldset p { 
	display:block;
	margin:0 0 4px;
	font-size:130%;
	line-height:140%;
}

#content section article.formular form fieldset label { 
	display:inline-block;
	width:100px;
	margin:0;
	font-size:110%;
}

#content section article.formular form fieldset label.ort { 
	width:40px;
	margin-left:24px;
}

#content section article.formular form fieldset label.fl { 
	float:left;
	display:inline-block;
	width:100px;
	margin:0 5px 0 0;
}

#content section article.formular form fieldset label.radio_label { 
	width:auto;
	margin-left:6px;
}

#content section article.formular form fieldset label.checkbox_label { 
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#content section article.formular form fieldset input.txt,
#content section article.formular form fieldset textarea { 
	display:inline-block;
	width:calc(100% - 132px);
	margin:0 0 0 20px;
	padding:1px 2px 3px;
	border:1px solid #c6c6c6;
	line-height:140%;
}

#content section article.formular form fieldset input.nolabel,
#content section article.formular form fieldset textarea.nolabel { 
	margin-left:0;
}

#content section article.formular form fieldset input.plz { 
	width:40px;
}

#content section article.formular form fieldset input.ort { 
	width:calc(100% - 250px);
	margin-left:0;
}

#content section article.formular form fieldset input.captcha { 
	width:80px;
}

#content section article.formular form fieldset input.checkbox,
#content section article.formular form fieldset input.radio { 
	display:inline-block;
	width:16px;
	margin-left:25px;
}

#content section article.formular form fieldset img.captcha { 
	vertical-align:-8px;
	margin-right:10px;
}

#content section article.formular form input.button { 
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	color:#fff;
	font-size:180%;
	background-color:#00457c;
	background-color:rgba(0,69,124,1);	
	padding:6px;
	border:2px solid #fff;
	text-decoration:none;
	cursor:pointer;
}

#content section article.formular form input.reset {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#000;
	font-size:140%;
	background-color:transparent;
	background:none;
	padding:3px;
	border:0px solid #fff;
	text-decoration:none;
	margin-right:20px;
}

#content .formular article form input.checkbox_txt_label,
#content section article.formular form input.checkbox_txt_label  { 
	float:left;
	margin:1px 6px 0 0 !important;
	width:16px;
}

#content .formular article form label.checkbox_txt_label,
#content section article.formular form label.checkbox_txt_label { 
	width:calc(98% - 16px);
	float:left;
	margin-left:0px !important;
	margin-right:0px !important;
	vertical-align:2px;
	font-weight:normal;
}

#content .formular form p.r  { 
	text-align:right;
}


#content form fieldset label.txt.url,
#content form fieldset input.txt.url,
#content form fieldset label.url,
#content form fieldset input.url {
	display:none !important;
}

#content form fieldset input:focus,
#content form fieldset select:focus,
#content form fieldset textarea:focus {	
	background:rgba(236,236,236,.5);
}



#content section article.formular form fieldset label.captcha {
	width:100%;
}



/* ### FORMULAR ENDE ### */





div.fb_button {
	display:block;
	text-align:right;
	clear:both;
}

div.fb_button #socialbuttons {
	list-style:none;
	margin:2px 0 0 12px;
	padding:0;
	float:right;
}

div.fb_button #socialbuttons li {
	float:left;
	margin:0 0 0 4px;
	padding:0;	
}


div.fb_button #socialbuttons li a span {
	width:20px;
	height:20px;
	display:inline-block;
}

#fb_page {
	display:inline-block;
	float:right;
}





/*! Version: 2.0.73 (12-Oct-2012) */
.mc-hide-scrolls { 
	overflow:hidden
}

body .mc-cycle { 
	left:0;
	position:fixed;
	top:0;
	z-index:-1;
}

div.mc-image { 
	-webkit-transition:opacity 1s ease-in-out;
	-moz-transition:opacity 1s ease-in-out;
	-o-transition:opacity 1s ease-in-out;
	transition:opacity 1s ease-in-out;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.mc-old-browser .mc-image { 
	overflow:hidden;
}





/* YouTube START */

#content .youtubevideo {
	border:none;
	width:429px;
	height:322px;
}

#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 */



.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url('/gif/blueimp-gallery/error.png') center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url('/gif/blueimp-gallery/play-pause.png') 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url('/gif/blueimp-gallery/error.svg')}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url('/gif/blueimp-gallery/play-pause.svg')}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url('/gif/blueimp-gallery/video-play.png') center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url('/gif/blueimp-gallery/video-play.svg')}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}



#cookie-bar {z-index:99999;background:rgba(255,255,255,0.95); height:auto; line-height:140%; font-size:140%; color:#444; text-align:center; padding:10px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0 6px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:3px 6px 5px 5px; margin-left:8px;}
#cookie-bar .cb-enable {background:#444;}
#cookie-bar .cb-enable:hover {background:#222;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:none; display:block;clear:both;}
#cookie-bar .cb-policy:hover {background:none;}
#cookie-bar a.cb-policy {color:#444;}
#cookie-bar a.cb-policy span {text-decoration:underline;}






#content .no_space_top {
	margin-top:0 !important; 
}

#content .no_space_bottom {
	margin-bottom:0 !important; 
}

#content .space_top {
	margin-top:16px !important; 
}

#content .space_bottom {
	margin-bottom:16px !important; 
}





#content strong.button,
#content span.button {
	display:inline-block;
	margin-top:8px;
	padding:10px 10px 10px 50px;
	border:2px solid #0c8200;
	font-size:160%;
	background:rgba(12,130,0,0.1) url(/gif/icons/phone.png) no-repeat 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:32px;
	color:#0c8200;	
}

#content strong.button img.icon,
#content span.button img.icon {
	float:left;
	margin:2px 8px 0 0;
}

#content strong.button a,
#content span.button a {
	text-decoration:none;
	color:#0c8200;
	font-weight:bold;
}


#content a.bt {
	display:inline-block;
	margin-top:8px;
	padding:6px 10px;
	border:2px solid #0c8200;
	background:rgba(12,130,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:110%;
	line-height:130%;
	color:#0c8200;	
	text-transform:uppercase;
	text-decoration:none;	
}

#content a.bt_link {
	display:block;
	margin-top:8px;
	padding:6px 10px;
	color:#fff;
	background-color:#00457c;
	background-color:rgba(0,69,124,1);	
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	font-size:110%;
	line-height:130%;
	text-decoration:none;	
}




#content dl {
	display:inline-block;
	/*
	display:inline;
	*/
	width:auto;
	margin:0;
	padding:0;
}

#content dl dt {
	display:inline-block;
	float:left;
	width:80px;
	margin:0 10px 0 0;
	font-weight:400;
	font-size:140%;
	padding-top:2px;
	clear:left;
	/*
	clear:both;
	background-color:red;
	*/
}

#content dl dd {
	display:inline-block;
	/*
	width:calc(100% - 340px);
	*/
	width:calc(100% - 90px);
	margin:0;
	/*
	background-color:yellow;
	*/
}
#content dl dd p:first-child {
}	

































/* ### FLEXBOX START ### */


#content .flex-container {
	display: flex;
	flex-flow: row wrap;
	width:100%;
	height:auto;
	margin:12px auto !important;
	align-content: space-between;
	clear:both;	
}

#content .flex-container .flexbox {
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
	padding:10px;
	margin:0 auto;
	margin-bottom:12px;		
}

#content .flex-container .flexbox75 {
	width:calc(75% - 40px);	
}

#content .flex-container .flexbox66 {
	width:calc(66.66% - 40px);	
}

#content .flex-container .flexbox50 {
	width:calc(50% - 40px);	
}

#content .flex-container .flexbox33 {
	width:calc(33.33% - 40px);	
}

#content .flex-container .flexbox25 {
	width:calc(25% - 40px);	
}


#content .flex-container h2 {
	margin:0 0 4px 0;
}

#content .flex-container .flexbox h3 {
	margin-top:0;
}

#content .flex-container .flexbox p {
	margin:0 0 6px 0;
	height:auto;
	padding:0;
}

#content .flex-container .flexbox p a {
	margin:0;
}

#content .flex-container .flexbox p.pic {
	margin-top:auto;
}

#content .flex-container img {
	margin:0;
	padding:0;
}




/*

#content .flex-container .flexbox p:last-child,
#content .flex_home .flexbox p:last-child {
	margin-top:auto;
}

#content .flex-container .flexbox p:last-child {
	margin-bottom:0 !important;
	margin-top:auto !important;
}
*/

#content .flex-container .flexbox p.bottom {
	margin-bottom:0 !important;
	margin-top:auto !important;
}

#content .flex-container .flexbox p.bottom a.bt_link {
	text-align:center;
}

#content .flex-container .box_border {
	border: 1px solid rgba(0,69,124,1);
}

#content .flex-container .immo_leistungen h2 {
	text-align:center;
}
#content .flex-container .immo_leistungen h2 a {
	color:rgba(0,69,124,1) !important;
}

#content .flex-container .immo_leistungen a {
	text-decoration:none !important;
}

#content .flex-container .immo_leistungen p a {
	font-weight:400 !important; 
	text-decoration:none !important;
	color:#000;
}

#content .flex-container .immo_leistungen p a.bt_link {
	font-weight:500 !important;
	color:#fff;
}


#content .flex-container.a_l {
	margin:12px 0 !important;
	align-content: space-between;
}
	
#content .flex-container.a_l .flexbox {
	padding:0 !important;
	margin:0;
}

#content .flex-container.a_l .flexbox75 {
	width:75%;	
}

#content .flex-container.a_l .flexbox25 {
	width:25%;
}

#content .flex-container .box_r {
	text-align:right !important;
}


/* CSS für alte Versionen von IE */
/*
@media screen and (min-width:0\0) { 

   #content .flex-container {
		height: auto;
		border-top:10px solid yellow;
		border-bottom:10px solid yellow;
	}

	#content .flex-container .flexbox {
		height: auto;
		border-top:10px solid lime;
		border-bottom:10px solid lime;
	}	
}
*/

/* ### FLEXBOX ENDE ### */









/* BILDER-SLIDER START */



.eclipse-wrapper {position: relative;overflow: hidden;}
.eclipse-wrapper button {border: none; -webkit-appearance: none; appearance: none; cursor: pointer;}

.eclipse-hide {display: none !important;}

.eclipse-slider {transition: all 500ms;}
.eclipse-slides {height:auto; border-radius: 0px; background: rgba(0,69,124,0); font-size: 120%; line-height: 0; text-align: center; color: #000000; z-index: 1; }
.eclipse-slides img {max-width: 100%;}
.eclipse-active {z-index: 10;}

.eclipse-clone {z-index: 0 !important;}

.eclipse-arrow {display: block; position: absolute; bottom: 0px; z-index: 11; width: 21px; height: 35px; margin: -18px 0 0; background: url(/gif/icons/arrow.png) 0 0 no-repeat; text-indent: -9999em; border: none; -webkit-appearance: none; appearance: none; cursor: pointer;}
.eclipse-arrow.eclipse-prev {left: 0px; transform: rotate(180deg);}
.eclipse-arrow.eclipse-next {right: 0px;}

.eclipse-controls {
	text-align:center;
	margin:20px auto 10px auto;
	display:inline-block;
	width:100%;
	/*
	border:2px solid red;
	position: absolute; left: 50%; bottom: 0px; z-index: 11; line-height: 0; transform: translateX(-50%);
	*/
}

.eclipse-paging {
	/*
	float: left;
	*/
}
.eclipse-paging-button {width: 15px; height: 15px; margin: 0 0 0 10px; background: rgba(0,69,124,0.5); border-radius: 50%; text-indent: -9999em;}
.eclipse-paging-button:first-child {margin-left: 0;}
.eclipse-paging-active {background: rgba(0,69,124,1);}

.eclipse-auto-play {display: block; float: left; width: 25px; height: 25px; margin: 0 0 0 10px; background: url(/gif/icons/play.png) 0 0 no-repeat; text-indent: -9999em;}
.eclipse-auto-stop {display: block; float: left; width: 25px; height: 25px; margin: 0 0 0 10px; background: url(/gif/icons/stop.png) 0 0 no-repeat; text-indent: -9999em;}

.eclipse-auto-play, 
.eclipse-auto-stop { 
	display:none;
}

/*
#eclipse .eclipse-slides {opacity: 0.3;}
#eclipse .eclipse-active-2 {opacity: 1;}
*/


.eclipse-slides p.bildbox {
	position:relative;
	overflow:visible;
	margin:26px 0 0 16px !important;
}

.eclipse-slides p.bildbox img.sliderpic {
	margin:0 !important;
	border:none;
}

.eclipse-slides p.verkauft {
	/*
	position:relative;
	overflow:visible;
	margin-top:26px !important;
	margin-left:16px !important;
	*/
}


.eclipse-slides p.verkauft .banner {
	display:inline-block;
	position:absolute;
	z-index:99999;
	top:0px;
	left:-10px;
	background-color:green;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:140%;
	text-transform:uppercase;
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);

}

.eclipse-slides .detailbox {
	width:calc(100% - 24px);
	margin:-5px 0 0 16px !important;
	padding:4px;
	background-color:rgba(0,69,124,0.15);
	text-align:left;
	word-wrap: break-word;
}

.eclipse-slides .detailbox p {
	margin:0 !important;
	text-align:left;
	word-wrap: break-word;
	font-size:110% !important;
}

.eclipse-slides .detailbox p .icon16 {
	vertical-align:-3px;
}


.eclipse-controls .eclipse-paging button.eclipse-paging-button {
	margin-bottom:6px;
}



/* BILDER-SLIDER ENDE */





#eclipse2 .eclipse-slides {
	
	height:auto;
	border-radius: 0px;
	background: rgba(0,69,124,0);
	font-size: 120%;
	line-height: 0;
	text-align: left; 
	color:#000000;
	z-index: 1;
	
	
}

#eclipse2 .eclipse-slides div.slide_content {
	text-align:left;
	padding:0px;
	border:1px solid #00457c;
}

#eclipse2 .eclipse-slides div.slide_content h4,
#eclipse2 .eclipse-slides div.slide_content h3,
#eclipse2 .eclipse-slides div.slide_content p {
	margin:6px;
}

#eclipse2 .eclipse-slides div.slide_content p.rating {
	padding:6px;
	margin:0;
	background: rgba(0,69,124,1);
	color:#fff;
}

.eclipse-slides span.rating {
	display:inline-block;
	background:url(/gif/icons/star.png) repeat-x 0px 0px;
	width:auto;
	clear:both;
	margin:0 2px 0 0;
	vertical-align:-1px;
}

.eclipse-slides span.rating.sterne_5 {
	width:80px;
}
.eclipse-slides span.rating.sterne_4 {
	width:64px;
}
.eclipse-slides span.rating.sterne_3 {
	width:48px;
}
.eclipse-slides span.rating.sterne_2 {
	width:32px;
}
.eclipse-slides span.rating.sterne_1 {
	width:16px;
}







/* ### REFERENZOBJEKT START ### */


.referenzobjekt {height:auto; border-radius: 0px; background: rgba(0,69,124,0); font-size: 120%; line-height: 0; text-align: center; color: #000000; z-index: 1; }
.referenzobjekt img {max-width: 100%;}

.referenzobjekt p.bildbox {
	position:relative;
	overflow:visible;
	margin:26px 0 0 16px !important;
}

.referenzobjekt p.bildbox img.sliderpic {
	margin:0 !important;
	border:none;
	width:auto;
	max-width:100%;
	height:auto;
}

.referenzobjekt p.verkauft {
	/*
	position:relative;
	overflow:visible;
	margin-top:26px !important;
	margin-left:16px !important;
	*/
}


.referenzobjekt p.verkauft .banner {
	display:inline-block;
	position:absolute;
	z-index:99999;
	top:0px;
	left:-10px;
	background-color:green;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:140%;
	text-transform:uppercase;
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);

}

.referenzobjekt .detailbox {
	width:calc(100% - 24px);
	margin:-5px 0 0 16px !important;
	padding:4px;
	background-color:rgba(0,69,124,0.15);
	text-align:left;
}

.referenzobjekt .detailbox p {
	margin:0 !important;
	text-align:left;
}

.referenzobjekt .detailbox p .icon16 {
	vertical-align:-3px;
}


/* ### REFERENZOBJEKT ENDE ### */


/* ### URKUNDEN START ### */

.flexbox.urkunde {height:auto; border-radius: 0px; background: rgba(0,69,124,0); font-size: 120%; line-height: 0; text-align: center; color: #000000; z-index: 1; }
.flexbox.urkunde img {max-width: 100%;}

.flexbox.urkunde p.bildbox {
	position:relative;
	overflow:visible;
	margin:0 !important;
}

.flexbox.urkunde p.bildbox img.sliderpic {
	margin:0 !important;
	border:none;
	width:auto;
	max-width:100%;
	height:auto;
}

/* ### URKUNDEN ENDE ### */



/* ### LEISTUNEGN START ### */

.box_leistungen h3 {
	padding:8px;
	color:rgba(0,69,124,1);
	border:1px solid rgba(0,69,124,0.35);
	background-color:rgba(0,69,124,0.1);
	font-weight:500;
	font-size:180%;
	margin:0 !important;
}

.box_leistungen div.box_rand {
	padding:8px !important;
	margin:0;
	border:1px solid rgba(0,69,124,0.35);
	border-top:none;
}

.box_leistungen div.box_rand > ul {
	margin:0 0 0 12px !important;
	/*
	list-style-position: inside;
	*/
}


/* ### LEISTUNEGN ENDE ### */





/* ACCORDION START */

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
  


/* #####  ACCORDION START ##### */

#content .accordion {
	display:block;
}

#content .accordion .accordion-toggle {cursor: pointer;}
#content .accordion .accordion-content {display: none;}
#content .accordion .accordion-content.default {display: block;}
  
#content .accordion .accordion-toggle {	
	margin:8px 0 0 0;
	padding:8px;
	color:rgba(0,69,124,1);
	border:1px solid rgba(0,69,124,0.1);
	background-color:#fff;
	font-weight:500;
	font-size:180%;
}

#content .accordion .accordion-toggle.active {}

#content .accordion .accordion-toggle span {
	width:24px;
	height:24px;
	display:block;
	float:left;
	margin:2px 8px 0 0;
	/*
	filter: alpha(opacity=70);
	opacity: 0.7;	
	*/
	background:url(/gif/icon-sprite.png) no-repeat -64px -24px;
}

#content .accordion .accordion-toggle.active span {
	background:url(/gif/icon-sprite.png) no-repeat -64px 0px;
}


#content .accordion .accordion-content {
	margin:0;
	font-weight:normal;	
	padding:10px 10px 10px 32px;
	color:rgba(0,69,124,1);
	border:1px solid rgba(0,69,124,1);
	border-top:none;
}


#content .accordion .accordion-toggle:first-child {
	margin-top:0;
}

#content .accordion .accordion-toggle:last-child,
#content .accordion .accordion-content:last-child {
	margin-bottom:0;
} 

#content .accordion .accordion-content p:first-child,
#content .accordion .accordion-content ol:first-child,
#content .accordion .accordion-content ul:first-child,
#content .accordion .accordion-content li:first-child {
	margin-top:0;
}

#content .accordion .accordion-content p:last-child,
#content .accordion .accordion-content ol:last-child,
#content .accordion .accordion-content ul:last-child,
#content .accordion .accordion-content li:last-child {
	margin-bottom:0;
}

#content .accordion .accordion-content ol,
#content .accordion .accordion-content ul {
	margin-left:14px;
}
 
/* #####  ACCORDION ENDE ##### */






/* ### GALERIE START ### */

#content #galerie {
	clear:both;
	margin:0;
	padding:0;
	line-height:100%;
	display:block;
}

#content #galerie #mainpic,
#content #galerie #masonry {
	clear:none;
	margin:0;
	padding:0;
	line-height:100%;
	display:block;
	width:50%;
	float:left;
}

#content #galerie #mainpic {
	border-top:2px solid red;
}

#content #galerie #masonry {
	border-top:2px solid green;
}

#content #galerie .gutter-sizer {
	width: 0.5%;
}

#content #galerie .grid-sizer, 
#content #galerie a {
	display:inline-block;		
	width:19.5%;
	margin:0;
	padding:0;
}

#content #galerie a img {
	width:auto;
	width:100%;
	max-width:120%;
	height:auto;
	max-height:100%;
	margin:0 0 2% 0;
	padding:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
}

#content #galerie {
	display:none;
}
#content #galerie_loader {
	display:block;
}

#content #galerie .bildbox_bigpic { 
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 66.108%;
	height: auto;
}

#content #galerie .bildbox_bigpic img {
	margin-bottom:1%;
}


/* ### GALERIE 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,69,124,1);
	border:2px solid rgba(0,69,124,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,69,124,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,69,124,1);
	border:1px solid rgba(0,69,124,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,69,124,1);
	padding:6px;
	
}

#content :hover.link_button_small * {
	text-decoration:none;
	color:#fff !important;
}

/* Buttons Ende */




/* ### KLARO START ### */

.cookie_klaro .cookie-modal,
.cookie_klaro .cookie-notice {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .switch, 
.cookie_klaro .cookie-notice .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
	background-color: #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
	opacity: 0.8;
	background-color: #006A4E;
	cursor: not-allowed;
}

.cookie_klaro .cookie-modal .slider, 
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input, 
.cookie_klaro .cookie-notice .cm-app-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label,
.cookie_klaro .cookie-notice .cm-app-label {}

.cookie_klaro .cookie-modal .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 50px;
	display: inline-block;
}

.cookie_klaro .cookie-modal .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-label .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round,
.cookie_klaro .cookie-notice .cm-app-label .slider.round {
	border-radius: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round:before,
.cookie_klaro .cookie-notice .cm-app-label .slider.round:before {
	border-radius: 50%;
}

.cookie_klaro .cookie-modal .cm-app-label input:focus + .slider,
.cookie_klaro .cookie-notice .cm-app-label input:focus + .slider {
	box-shadow: 0 0 1px #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-label input:checked + .slider:before,
.cookie_klaro .cookie-notice .cm-app-label input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
	box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .slider,
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal a,
.cookie_klaro .cookie-notice a {
	color: #00AA3E;
	font-size:105% !important;
	text-decoration: none;
	margin:0 !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice strong,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	font-family: inherit;
	color: #555;	
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li {
	color: #fff !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal li {
	line-height:140%;
	font-size:100%;
}


.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.cookie_klaro .cookie-modal .cm-link,
.cookie_klaro .cookie-notice .cm-link {
	padding-left: 4px;
	vertical-align: middle;
}

.cookie_klaro .cookie-notice .cm-link.cm-learn-more {
	padding:8px;
	display:inline-block;
	background-color:#555;
	color:#fff;
	vertical-align: top;
	margin:0;
	font-size:100% !important;
	font-weight:normal !important;
}

.cookie_klaro .cookie-modal .cm-btn,
.cookie_klaro .cookie-notice .cm-btn {
	background: #555;
	color: #fff;
	border-radius: 0px;
	padding: 8px;
	margin-right: 5px;
	border: 0;
	cursor:pointer;
}

.cookie_klaro .cookie-modal .cm-btn:disabled,
.cookie_klaro .cookie-notice .cm-btn:disabled {
	opacity: 0.5;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-sm,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-sm {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-close,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-close {
	background: #eee;
	color: #555;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-success,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-success {
	background: #00AA3E;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-info,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-info {
	background: #0885BA;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-right {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.cookie_klaro .cookie-notice .cm-btn-danger {
	background-color:red;
}

.cookie_klaro .cookie-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 9999999 !important;
}

.cookie_klaro .cookie-modal .cm-bg {
	background: rgba(255,255,255,.85);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0 !important;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal {
	z-index: 1001;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	max-height: 98%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #fff;
}

@media (min-width: 1024px) {
	.cookie_klaro .cookie-modal .cm-modal {
		border-radius: 4px;
		position: relative;
		margin: 0 auto;
		max-width: 640px;
		height: auto;
		width: auto;
	}
}

.cookie_klaro .cookie-modal .cm-modal .hide {
	border: none;
	background: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.cookie_klaro .cookie-modal .cm-modal .hide svg {
	stroke: #eee;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer {
	padding:10px;
	border-top: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	content: " ";
	display: table;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	clear: both;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
	font-size:100%;
	padding-top: 4px;
	text-align: center;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
	color: #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header {
	padding:10px;
	padding-right: 24px;
	border-bottom: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1 {
	margin: 0 0 6px 0;
	font-size:220%;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1.title {
	padding-right: 20px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header p {
	margin: 0;
	font-size:130% !important;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal label.cm-app-label {
	font-size:120% !important;
}
.cookie_klaro .cookie-modal .cm-modal p.cm-app-description,
.cookie_klaro .cookie-modal .cm-modal p.purposes {
	font-size:110% !important;
}

.cookie_klaro .cookie-modal .cm-modal p.purposes {
	margin:0 !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body {
	padding:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul {
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body span {
	display: inline-block;
	width: auto;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
	padding: 0;
	margin: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 40px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	position: absolute;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	font-size:100%;
	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;		
	height:auto; 
	line-height:120%; 
	font-size:100%; 
	color:#444; 
	text-align:center; 
	padding:6px 14px;	
	position:fixed;
	right:30px;
	bottom:30px;
	top:auto;
	width:512px;
		
	border:4px solid rgba(0,69,124,1);	
	background:rgba(255,255,255,0.95);
	border-radius: 4px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
		
	/*
	background:rgba(255,255,255,0.90);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #444;
	right:20px;
	bottom:20px;
	padding:10px 14px;	
	*/
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		display:block !important;
		text-align:center !important;
	}
}

@media (max-width: 989px) {
	.cookie_klaro .cookie-notice {
		padding:10px 14px;		
		left:50%;
		width:calc(98% - 38px);
		margin-left:-49%;		
		word-wrap: break-word;	
	}
}

.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(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;	
	line-height:100% !important; 
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover {
	background-color: transparent;
	text-shadow: none;
	color: #fff !important;
	background: rgba(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(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(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 ### */


