/* 1753914978.0354 */
@charset "utf-8";

* {
	--color-red-rgb: 197,20,28;
	--color-red: #c5141c;
	
	--color-darkgrey-rgb: 101,101,101;
	--color-darkgrey: #656565;
	
	--color-grey-rgb: 181,181,181;
	--color-grey: #b5b5b5;
	
	--color-lightgrey-rgb: 229,229,229;
	--color-lightgrey: #e5e5e5;
	
	--picbox-width: 236px;
	--picbox-pano-width: 312px;
}


* {
	margin:0;
	padding:0;
	outline:0;
	line-height:100%
}

html {
	width:100%;
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	-webkit-tap-highlight-color:transparent;
	font-size:100.01%;
}

body {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:62.5%;
	font-family:Tahoma,Verdana,Helvetica,Arial,san serif;
	-webkit-tap-highlight-color:transparent;
	background:rgba(181,181,181,1) url(/gif/bg/bg-home.jpg) no-repeat 0px 0px fixed;	
}


body.home,
body.bg {
	background:url(/gif/bg/bg-home.jpg) no-repeat 0px 0px fixed;	
}

#container {
	width:1120px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:100%;
	background-color:#fff;
	color:#616161;
}

/* ### ALLGEMEINE INHALTS-DEFINITIONEN START ### */

body .cb, 
.clear {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}

body .fehler {
	color:#d40000;
}

.rot {
	color:var(--color-red);
}

body .nobreak {
	white-space:nowrap;
	text-align:left;
	display:inline-block;
	text-indent:0;
}

.center {
	text-align:center;
}

hr {
	display:block;
	margin:6px 0 12px;
	height:1px;
	border:none;
	background-color:transparent;
	border-top:1px dotted #020981;
}

a {
	color:var(--color-red);
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

svg.icon-tabler {
	vertical-align:-2px;
	margin-right:3px;
}

.nur_mobil {
	display:none;
}

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
	
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

/* ### ALLGEMEINE INHALTS-DEFINITIONEN ENDE ### */



/* ### NAVI START ### */

header#header {
	display:block;
	margin:0;
	padding:10px 40px;
	font-size:100%;
	color:#616161;
	text-align:left;
}



/* ### SMARTMENU 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 {	
	font-size:100%;
	background:#fff;	
	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;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color:var(--color-darkgrey);
	font-size:150%;
	line-height:110%;
	letter-spacing:0px;	
	font-weight: normal;
	text-decoration: none !important;
	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 {}

.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%;
	text-transform:none !important;
} 

.sm-clean li a.current {}
.sm-clean li a.disabled {}
.sm-clean li a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
}
.sm-clean li a .sub-arrow::before {
	content: '+';
}
.sm-clean li a.highlighted .sub-arrow::before {
	content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
	/*
	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 {}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
	text-transform:none;
	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: 768px) {
	/* 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 {
		background:none;
		background-color:transparent;
	}
	.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:6px 6px 8px 6px;
		line-height:100%;		
		margin:0;
		color:var(--color-grey);
		border-radius: 0 !important;
		border:0 !important;
	}
	.sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
		text-decoration:underline;
		color:#fff;
		background:var(--color-grey);
	}	
	
	.sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active, .sm-clean li a.highlighted {
		font-size:140%;
		line-height:110%;
	}

	.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:110%;
	} 
	
	.sm-clean li li a:hover, 
	.sm-clean li li a:focus, 
	.sm-clean li li a:active,
	.sm-clean li li a.highlighted {
		background-color:var(--color-lightgrey);
		color:var(--color-darkgrey);
	} 	
	
	.sm-clean li a.current {
		text-decoration:underline;
		font-weight:600;
	}
	.sm-clean li.aktiv a {
		text-decoration:underline;		
		font-weight:600;
	}
	.sm-clean li.aktiv a li a {
		text-decoration:none !important;
	}
	.sm-clean li a.disabled {
		color: #bbbbbb;
	}
	.sm-clean li a.has-submenu {
		padding-right: 24px;
	}
	.sm-clean li a .sub-arrow {
		top: 50%;
		margin-top: -2px;
		right: 12px;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: var(--color-grey) transparent transparent transparent;
		background: transparent;
		border-radius: 0;
	}
	.sm-clean li a .sub-arrow::before {
		display: none;
	}
	.sm-clean li a:hover .sub-arrow,
	.sm-clean li.aktiv:hover a .sub-arrow {		
		border-color: #fff transparent transparent transparent !important;
	}
	.sm-clean li.aktiv a .sub-arrow {		
		border-color: var(--color-grey) transparent transparent transparent !important;
	}
	.sm-clean li {
		border-top: 0;
		border: 0;
	}
	.sm-clean > li > ul::before,
	.sm-clean > li > ul::after {
		
	}
	.sm-clean > li > ul::after {
		
	}
	.sm-clean ul {		
		padding:0;				
		background-color:var(--color-grey);
		color:#fff;		
		border-radius: 0px !important;
		text-transform:none !important;		
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);		
	}
		
	.sm-clean > ul {
		margin-top:0 !important;
	}
	
	.sm-clean ul.subnavi {	
		margin-top:0 !important;
		margin-left:0 !important;
	}
			
	.sm-clean li.aktiv ul a {
		font-weight:normal;
		color: #fff;
		text-decoration:none !important;
		text-transform:none !important;
	}
	.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
		border: 0 !important;
		padding:8px;
		color: #fff;
		text-transform:none !important;
	}
	.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: var(--color-lightgrey);
		text-decoration:underline;
		text-transform:none !important;
	}
	.sm-clean ul a.current {
		text-decoration:underline;
		text-transform:none !important;
	}
	.sm-clean ul a.disabled {
		background: #fff;
		color: #cccccc;
	}
	.sm-clean ul a.has-submenu {
		/*
		padding-right: 20px;
		*/
		padding-right: 24px;
	}
	.sm-clean ul a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -1px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #fff;
		text-transform:none !important;
	}
	
	.sm-clean ul ul {
		margin-top:0px !important;
		margin-top:-32px !important;	
		left:6px !important;	
	}
	
	
	.sm-clean .scroll-up,
	.sm-clean .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}
	.sm-clean .scroll-up:hover,
	.sm-clean .scroll-down:hover {
		background: #eeeeee;
	}
	.sm-clean .scroll-up:hover .scroll-up-arrow {
		border-color: transparent transparent rgba(0,6,130,1) transparent;
	}
	.sm-clean .scroll-down:hover .scroll-down-arrow {
		border-color: rgba(0,6,130,1) transparent transparent transparent;
	}
	.sm-clean .scroll-up-arrow,
	.sm-clean .scroll-down-arrow {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 6px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555555 transparent;
	}
	.sm-clean .scroll-down-arrow {
		top: 8px;
		border-style: solid dashed dashed dashed;
		border-color: #555555 transparent transparent transparent;
	}
	.sm-clean.sm-rtl a.has-submenu {
		padding-right: 12px;
		padding-left: 24px;
	}
	.sm-clean.sm-rtl a .sub-arrow {
		right: auto;
		left: 12px;
	}
	.sm-clean.sm-rtl.sm-vertical a.has-submenu {
		padding: 10px 20px;
	}
	.sm-clean.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-rtl > li > ul::before {
		left: auto;
		right: 30px;
	}
	.sm-clean.sm-rtl > li > ul::after {
		left: auto;
		right: 31px;
	}
	.sm-clean.sm-rtl ul a.has-submenu {
		padding: 10px 20px !important;
	}
	.sm-clean.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 8px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #555555 transparent transparent;
	}
	.sm-clean.sm-vertical {
		padding: 10px 0;
		border-radius: 5px;
	}
	.sm-clean.sm-vertical a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
		background: #fff;
	}
	.sm-clean.sm-vertical a.disabled {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical a .sub-arrow {
		right: 8px;
		top: 50%;
		margin-top: -5px;
		border-width: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #555555;
	}
	.sm-clean.sm-vertical > li > ul::before,
	.sm-clean.sm-vertical > li > ul::after {
		display: none;
	}
	.sm-clean.sm-vertical ul a {
		padding: 10px 20px;
	}
	.sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
		background: #eeeeee;
	}
	.sm-clean.sm-vertical ul a.disabled {
		background: #fff;
	}
		
}

/*# sourceMappingURL=sm-clean.css.map */

/* sm-clean ENDE */



/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 10px 10px 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: var(--color-darkgrey);
	-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 (min-width: 768px) {
	/* 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;
	}
		
}

/* ### SMARTMENU ENDE ### */


#main-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}


nav#nav {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	font-size:100%;
}

nav#nav div.adresse {
	float:left;
	width:410px;
	text-align:left;
}

nav#nav div.adresse p {
	font-size:140%;
	line-height:120%;
}

nav#nav div.adresse p strong {
	display:inline-block;
}

nav#nav div.adresse a {
	color:#616161;
	text-decoration:none;
}

header#header nav#nav #logo {
	float:left;
	margin:0 12px 0 0;
}



@media only screen and (min-width: 768px) and (max-width: 1119px){
	
	header#header nav#nav {
		float:none;
		display:block;
		text-align:center !important;
	}
	
	#main-menu {
		width:auto !important;
		display:inline-block !important;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	
	nav#nav div.adresse {
		display:block;
		width:auto;
		width:470px;
		float:none;
		text-align:center;
		margin:0 auto 12px auto;
	}

	nav#nav div.adresse p {
		text-align:left;
	}
	
	nav#nav div.adresse p strong {
		margin-top:68px;
	}

}


@media only screen and (min-width: 1120px) {
	
	#main-menu {
		position:absolute;
		bottom:0px;
		right:0px;		
		clear: none;
	}		
	
}

@media only screen and (min-width: 768px) {

	header {
		text-align:left;		
	}
	
	nav#nav {
		position:relative;	
	}
	
	header div.adresse {
		float:left;
		width:410px;
		text-align:left;
	}	
	
	nav#nav div.adresse p strong {
		margin-top:52px;
	}
	
	#logo {
		width:100%;
		max-width:125px;
		height:auto;
		max-height:129px;
	}
		
	#main-menu {
		clear: none;		
	}		
	
}


@media only screen and (max-width: 767px) {
		
	header div.adresse {
		display:inline-block !important;
		width:auto !important;
		margin:0;
		text-align:left;
	}
	
	header div.adresse p,
	header div.adresse p strong	{
		margin:0 !important;
	}
	
	header#header {
		padding:10px 0;
		width:100%;
		float:none;
		display:block;
		margin:0;
		text-align:left;
	}
	
	nav#nav ul#main-menu {
		display:inline-block;
		float:none;
		margin:8px 0 0 0 !important;
	}

	nav#nav { 
		position:relative;
		display:block;
		width:100%;
		max-width:100%;	
		float:none;
		margin:0;
		padding:0;
	}

	#logo { 
		position:relative;
		z-index:999;	
		height:50px;
		width:auto;
		float:left;
		margin-right:6px !important;
	}

	header,	
	nav#nav {
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:auto;
	}
	
}

/* ### NAVI ENDE ### */




/* ### BILDSLIDER START ### */

#container .bg-slider {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,bbbdbc+50,d4d4d4+100 */
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(209,209,209,1) 0%, rgba(187,189,188,1) 50%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#bildslider {
	width:1040px;
	height:378px;
	margin:0 auto;
	padding:0;
	background: #d1d1d1;
	background: -moz-linear-gradient(45deg, #d1d1d1 0%, #bbbdbc 50%, #d4d4d4 100%);
	background: -webkit-linear-gradient(45deg, #d1d1d1 0%,#bbbdbc 50%,#d4d4d4 100%);
	background: linear-gradient(45deg, #d1d1d1 0%,#bbbdbc 50%,#d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d4d4d4',GradientType=1 );
}

.bxslider {
	display:none;
}

/* bxSLIDER START */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin:0;
  padding:0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;  
  display:block;
}

body.home .bx-wrapper {
  width:680px;
  float:left;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0px;
  padding: 0px;
}

ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background:#fff url('/gif/bxslider/bx_loader.gif') no-repeat center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/gif/bxslider/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/gif/bxslider/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
    z-index: 999;
	/*
	z-index: 9999;
	*/
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/gif/bxslider/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/gif/bxslider/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* bxSLIDER ENDE */



#bildslider #sliderbox {
	display:block;
	margin:0px;
	float:none;
	width:1028px;
	padding:6px;
}

body.home #bildslider #sliderbox {
	width:668px;
	float:left;
	cursor:pointer;
}

#bildslider .bxslider {
	float:none;
	width:100%;
}

body.home #bildslider .bxslider {
	cursor:pointer;
}

#bildslider .bx-wrapper .bx-pager {
	display:none;
}

body.home #bildslider .bx-pager {  
	display:block;
	float:left;
	width:348px;
	height:366px;
	padding:6px;
	margin:0px;
	background:url(/gif/bg-newsslider-liste.jpg) no-repeat 0px 0px;
}  
 
body.home #bildslider .bx-pager div.item {
	display:block;
	width:100% !important;
	height:87px !important;
	margin:0 0 6px 0;
	padding:0;
	clear:both;
	color:#fff;
	font-size:130%;
	list-style-type:none;
	cursor:pointer;
}

#bildslider .bx-pager div:last-child {
	margin-bottom:0;
}

#bildslider .bx-pager div.item p {
	padding:0px;
}

#bildslider .bx-pager div.item img {
	float:left;
	width:159px !important;
	height:87px !important;
	margin:0 6px 0 0;
}

#bildslider .bx-pager div.item strong {
	display:block;
}

#bildslider .bx-pager div.item * {
	color:#fff;
	text-decoration:none;
}


/* ### BILDSLIDER ENDE ### */








/* ### BREADCRUMB START ### */

#breadcrumb {
	font-size:90%;
	color:#616161;
	margin:0;
}

#breadcrumb a {
	text-decoration:none;
	color:#616161;
}

/* ### BREADCRUMB ENDE ### */



/* ### CONTENT START ### */

#content {
	display:block;
	margin:10px 0 0 0;
	padding:10px 40px;
	text-align:left;
	font-size:100%;
}

#content section {
	padding:0px;
}


#content h1 {
	font-size:200%;
	line-height:120%;
	margin:0 0 12px;
	color:#616161;
}

#content h2 {
	font-size:180%;
	line-height:120%;
	margin:0 0 12px;
}

#content h2.referenz {
	margin-top:10px !important;
}

#content h2.gallery_title {
	margin-top:24px !important;
}

#content h3 {
	font-size:160%;
	line-height:120%;
	margin:0 0 6px;
}

#content h2.h4 {
	font-size:130%;
	line-height:140%;
	margin:0 0 12px;
}

#content h4 {
	font-size:130%;
	line-height:140%;
	margin:0 0 6px;
}

#content p {
	font-size:130%;
	line-height:140%;
	margin:0 0 12px;
}

#content section.formular p {
	font-size:100%;
}

#content ol,
#content ul {
	margin:0 0 24px 24px;
}

#content li {
	font-size:130%;
	line-height:140%;
}

#content ol ol,
#content ul ul {
	margin:0 0 0 12px;
}

#content li li {
	font-size:100%;
	line-height:140%;
}

#content ul.jobs { 
	margin-left: 19px; 
	list-style: none;
}

#content ul.jobs li { 
	position: relative; 
	line-height: 140%;
	/*
	display:inline-block;
	*/
	margin:8px 0 !important;
}

#content ul.jobs li::before { 
     position:absolute;
     left: -19px;
	 top:2px;
     content: url(/gif/icons/construct-outline-red.svg) " ";
}



#content ul.check { 
	margin-left: 19px; 
	list-style: none;
}

#content ul.check li { 
	position: relative; 
	line-height: 140%;
	/*
	display:inline-block;
	*/
}

#content ul.check li::before { 
     position:absolute;
     left: -19px;
	 top:2px;
     content: url(/gif/icons/check.svg) " ";
}



#content .bold {
	font-weight:600;
}


#content td,
#content th {
	font-size:130%;
	line-height:140%;
	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 2%;
}

#content .r {
margin-right:0
}

#content .hidden,
body:after {
display:none
}





#content section {
	display:block;
	float:left;
	width:680px;
}


#content aside#box {
	display:block;
	float:right;
	width:303px;
	height:382px;
	margin:0 0 24px 0;
	padding:10px;
}



#content aside.home_jobs {
	background:#f1f1f1 url(/gif/bg-box-home.jpg) no-repeat 0px 0px;
}

#content aside.sichtbeton{
	background:#f1f1f1 url(/gif/bg-box-sichtbeton.jpg) no-repeat 0px 0px;
	position:relative;
}

#content aside.farbbeton{
	background:#f1f1f1 url(/gif/bg-box-farbbeton.jpg) no-repeat 0px 0px;
	position:relative;
}

#content aside.home_jobs p,
#content aside.sichtbeton p,
#content aside.farbbeton p {
	width:80%;
}

#content aside.sichtbeton p.unten {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#000;
}


#content aside.farbbeton p.unten {
	position:absolute;
	bottom:0px;
	left:10px;
	color:#fff;
}


@media only screen and (max-width: 767px) {

	#content aside#box {
		display:block;
		float:none;
		width:auto;
		margin:24px 0 !important;
		padding:10px;
	}
	
	#content aside.sichtbeton{
		width:303px !important;
		height:382px;
		margin:24px auto !important;
		background:#f1f1f1 url(/gif/bg-box-sichtbeton.jpg) no-repeat 0px 0px;
		position:relative;
	}

}




/* ### SUBNAVI START ### */

nav#subnav {
	display:block;
	width:calc(100% - 20px);
	margin:20px 20px 20px 0;
	padding:0;
}

nav#subnav ul.subnavi {
	display:block;
	width:100%;
	list-style:none;
	border-bottom:1px solid var(--color-lightgrey) !important;
}

nav#subnav ul.subnavi li {
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid var(--color-lightgrey) !important;
}

nav#subnav ul.subnavi li a {
	display:block;
	margin:0;
	padding:6px;
	text-decoration:none;
	background-color:rgba(var(--color-lightgrey-rgb),.25);
}

nav#subnav ul.subnavi li a:hover,
nav#subnav ul.subnavi li.aktiv a {
	background-color:rgba(var(--color-lightgrey-rgb),.5);
	font-weight:600;
}

nav#subnav ul.subnavi ul {
	display:none;
}

nav#subnav ul.subnavi li.aktiv ul {
	display:block;
	width:auto;
	width:100%;
	list-style:none;
	border-bottom:none !important;
	margin:0 !important;
}



nav#subnav ul.subnavi li li {
	font-size:100%;
	border-top:none !important;
	font-weight:400;
}

nav#subnav ul.subnavi ul li a {
	margin:0;
	padding-left:16px;
	background-color:rgba(var(--color-lightgrey-rgb),.25) !important;
	font-weight:400 !important;
}

nav#subnav ul.subnavi li.aktiv ul li.aktiv a,
nav#subnav ul.subnavi li.aktiv ul li a.aktiv {
	font-weight:600 !important;
}


/* ### SUBNAVI ENDE ### */




#content article.news {
	display:block;
	margin:0 0 36px 0;
	clear:both;
}

#content article.news img.pic {
	float:left;
	width:320px;
	margin:0;
}

#content article.news div.text {
	float:left;
	margin:10px 0 0 48px;
	width:312px;
}


#content article.news div.text h2.h4 {
	font-size:140%;
}




#content section.full {
	display:block;
	float:none;
	width:100%;
}
	
	
#content section.full div.inhalt_text {
	width:calc(100% - 373px);
	float:left;
	margin:0 80px 0 0;
}	
	
#content section.full div.pics_r {
	width:293px;
	float:right;
	margin:0;
}

#content section.full div.inhalt_text *,
#content section.full div.pics_r * {
	clear:none;
}

#content section.full img.responsive_pic {
	width:100%;
	max-width:100%;
	height:auto;
	clear:none;
}

	

/* ### CONTENT ENDE ### */



/* ### BOXEN START ### */

.box_round {
	background:rgba(256,256,256,.7);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
} 

.box50 {
	width:444px;
	padding:10px;
	margin:12px 12px 0 0;
}

.box_l {
	float:left;
}

.box_r {
	float:right;
	margin-right:0px;
}

/* ### BOXEN ENDE ### */



/* ### FB-BOX START ### */

#fb-root_box {
	width:323px;
	float:right;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#fb_box {
	width:420px;
	margin:0 auto;
	border-bottom:4px solid yellow;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
	width: 100% !important;
}

#ani_mitte {
	margin:20px auto 0 auto;
}

/* ### FB-BOX ENDE ### */ 



/* ### FOOTER START ### */

#container footer {
	width:100%;
	margin:0 auto;
	text-align:right;
	background-color:#808080;
}

#container footer p {
	font-size:110%;
	padding:16px;
	text-align:right;
	background-color:#808080;
}

#container footer p span {
	float:left;
}

#container footer,
footer a {
	color:#fff;
	text-decoration:none;
}


footer .go-top {
	position: fixed;
	bottom: 1.5em;
	right: 1em;
	text-decoration: none;
	color: white;
	text-align:left;
	background-color: rgba(var(--color-red-rgb),1);
	width:24px;
    height:24px;
    line-height:24px;
    border: 0px solid rgba(var(--color-red-rgb),1);
    border-radius: 50%;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:10000;
}

footer .go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* ### FOOTER ENDE ### */








/* ##### FORMULAR START ##### */

#content section .formular .box_r {
	margin:0;	
}

article.formular {
	margin:0;
}

#content .formular form {
	font-size:100%;
}

#content section form {
	width:100%;
	margin:0 0 30px 0;
}

#content .formular form fieldset {
	padding:6px;
	margin:0 0 8px 0;
	border:1px solid #E6E6E6;
	font-size:100%;
	clear:none;
}

#content .formular form fieldset legend {
	font-size:160%;
	line-height:130%;
	padding:6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(256,256,256,0.5);
	background-color:#FCFCFC;
	padding:4px 6px;
	color:#666;
	font-weight:500;
}

#content .formular form p.r {
	text-align:right;
}

#content .formular form span.fl {
	float:left;
}

#content .formular form span.fr {
	float:right;
}

#content .formular form fieldset p {
	display:block;
	margin:0 0 4px 0;
	font-size:100%;
	width:auto;
}

#content .formular form fieldset label {
	display:inline-block;
	width:110px;
	margin:0;
	font-size:130%;
	line-height:130%;
}

#content .formular form fieldset label.ort {
	width:40px;
	margin-left:16px;
}

#content .formular form fieldset label.fl {
	float:left;
	display:inline-block;
	width:110px;
	margin:0 12px 0 0;
	word-wrap: break-word;
}

#content .formular form fieldset.border label.fl_textarea {
	margin:0;
}

#content .formular form fieldset label.captcha {
	width:120px;
}

#content .formular form fieldset label.radio_label {
	width:auto;
	margin-left:6px;
}

#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#content .formular form fieldset span.txt {
	font-size:130%;
	line-height:130%;
}

#content .formular form fieldset input.txt, 
#content .formular form fieldset textarea {
	display:inline-block;
	width:calc(100% - 158px);
	margin:0 0 0 24px;
	padding:6px;
	border:1px solid #d5d5d5;
	font-size:130%;
	line-height:130%;
	font-family:Verdana,Arial,sans-serif !important;
}

#content form fieldset textarea,
#content form fieldset textarea:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:1px solid #d5d5d5;
}

#content .formular form fieldset textarea.fl {
	float:left;	
	margin-left:14px;
}

#content .formular form fieldset input.nolabel, 
#content .formular form fieldset textarea.nolabel {
	margin-left:0;
	width:98%;
}

#content .formular form fieldset input.plz {
	width:60px;
}

#content .formular form fieldset input.ort {
	width:372px;
	margin-left:0;
}

#content .formular form fieldset input.captcha  {
	width:110px;
}

#content .formular form fieldset input.radio, 
#content .formular form fieldset input.checkbox  {
	display:inline-block;
	width:16px;
	margin-left:25px;
}

#content .formular form fieldset select {
	margin-bottom:4px;
	border:1px solid #d5d5d5;
	background-color:#fff;
}

#content .formular form fieldset select option {
	padding:0 4px;
}

#content .formular form fieldset select.ohne {
	margin-left:6px;
}

#content .formular form fieldset .no_space_left  {
	margin-left:2px !important;
}

#content section .formular form .buttons {
	display:block;
	margin:4px 0 32px 0;		
}

#content section .formular form button,
#content section .formular form input[type="submit"],
#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:100%;	
	padding:6px;
	color:#fff;
	border:2px solid rgba(54,193,64,1);	
	background-color:rgba(54,193,64,1);
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content section .formular form button:hover,
#content section .formular form input[type="submit"]:hover,
#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:rgba(54,193,64,1) !important;
	background-color:#fff;
	padding:6px;
	
}


#content section .formular form button *,
#content section .formular form input[type="submit"] *,
#content section .formular form input[type="reset"] * {
	text-decoration:none;
	color:#fff !important;
}

#content section .formular form input[type="reset"] {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size:100%;	
	padding:7px;
	color:rgba(244,73,73,1);
	border:1px solid rgba(244,73,73,1);	
	background-color:#fff;
	-webkit-transition: color 400ms ease-out, background-color 200ms ease-in;
    transition: color 400ms ease-out, background-color 200ms ease-in;
	font-weight:400 !important;
}

#content section .formular form input[type="reset"]:hover {
	text-decoration:none;
	color:#fff !important;
	background-color:rgba(244,73,73,1);
	padding:7px;
	
}

#form fieldset label.checkbox_label,
#content .formular form fieldset label.checkbox_label {
	width:auto;
	margin-left:6px;
	margin-right:16px;
	vertical-align:2px;
}

#form fieldset label.checkbox_txt_label,
#content .formular form fieldset label.checkbox_txt_label {
	width:90% !important;
	float:left;
	margin-left:0px;
	margin-right:16px;
	vertical-align:2px;
	font-weight:normal;
	display:inline-block;
}

#form fieldset input.checkbox_txt_label,
#content .formular form fieldset input.checkbox_txt_label {
	float:left;
	width:16px;
	margin:2px 6px 0 6px;
	display:inline-block;
}


#content .formular div.error {
	border:1px solid red;
	margin:4px 0 10px 0;
	padding:6px;
	display:inline-block;
}

#content .formular div.error h3 {
	margin-top:0;
	color:red;
}

#content .formular div.error ul,
#content .formular div.error li:last-child {
	margin-bottom:0;
	margin-right:8px;
	color:red;
}

#content .formular  div.success {
	border:2px solid rgba(0,128,0,1);
	background-color:rgba(0,128,0,.125);
	margin:12px 0 18px 0;
	padding:6px;
}

#content .formular div.success h2 {
	color:#008000;
	margin:0 0 2px 0;
}


form#routenplaner {
	display:block;
}

form#routenplaner fieldset {
	display:block;
	float:left;
	width:48%;
}

div#karte {
display:block;
	min-height:360px;
	width:100%;
}

@media only screen and (max-width: 960px) {
	
	form#routenplaner fieldset {
		display:block;
		float:none;
		width:calc(100% - 14px);		
	}
	
	#content .formular form fieldset p {
		clear:both;
	}
	
	#content .formular form fieldset label,
	#content .formular form fieldset label.fl,
	#content .formular form fieldset label.ort	{
		display:block;
		width:auto;		
		float:none;
	}
	
	#content .formular form fieldset label.radio_label {
		display:inline-block;
		width:auto;
		margin-left:6px;
		margin-right:24px;
	}

	#content .formular form fieldset input.txt, 
	#content .formular form fieldset textarea,
	#content .formular form fieldset input.plz,
	#content .formular form fieldset input.ort {
		display:block;
		width:calc(97% - 4px);
		margin:0;
		font-family:Verdana,Arial,sans-serif !important;
	}

	#content .formular form fieldset textarea.fl,
	#content .formular form fieldset textarea.nolabel {
		display:block;
		margin-left:0;	
		width:calc(97% - 4px);
	}
	
	#content .formular form fieldset input.radio {
		width:16px;
		display:inline-block;
	}

	#content .formular form fieldset input.captcha  {
		width:100px;
	}
	
	#content .formular form fieldset input.captcha,
	#content .formular form fieldset span.frage {
		display:inline-block !important;
		margin-right:6px;
	}
	
	#content .formular form fieldset.border label.fl_textarea {
		margin:0;
	}

	#content .formular form fieldset label.captcha {
		width:120px;
	}

	#content .formular form fieldset label.radio_label {
		width:auto;
		margin-left:6px;
	}

	#content .formular form fieldset label.checkbox_label {
		width:auto;
		margin-left:6px;
		margin-right:16px;
		vertical-align:2px;
	}
	
	#content .formular form fieldset p.checkboxen input.checkbox,
	#content .formular form fieldset p.checkboxen label.checkbox {
		display:inline-block !important;
	}
	
	#content .formular form fieldset p.checkboxen label.checkbox {
		margin-right:12px !important;
	}
	
}

#content form fieldset label.txt.url,
#content form fieldset input.txt.url,
#content form fieldset label.url,
#content form fieldset input.url {
	display:none !important;
}

#content form fieldset input:focus,
#content form fieldset select:focus,
#content form fieldset textarea:focus {	
	background:rgba(236,236,236,.5);
}

/* ##### FORMULAR ENDE ##### */









/* #### GALLERY BLUEIMP START #### */

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.blueimp-gallery>.slides>.slide-loading{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url('/gif/blueimp-gallery/error.png') center no-repeat}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery>.next,.blueimp-gallery>.prev{position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-23px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-decoration:none;text-shadow:0 0 2px #000;text-align:center;background:#222;background:rgba(0,0,0,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery>.next{left:auto;right:15px}.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url('/gif/blueimp-gallery/play-pause.png') 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-playing>.play-pause{background-position:-15px 0}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body:last-child .blueimp-gallery>.slides>.slide-error{background-image:url('/gif/blueimp-gallery/error.svg')}body:last-child .blueimp-gallery>.play-pause{width:20px;height:20px;background-size:40px 20px;background-image:url('/gif/blueimp-gallery/play-pause.svg')}body:last-child .blueimp-gallery-playing>.play-pause{background-position:-20px 0}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0 3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%}.blueimp-gallery>.slides>.slide>.video-content>iframe{position:absolute;top:100%;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-playing>iframe{top:0}.blueimp-gallery>.slides>.slide>.video-content>a{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url('/gif/blueimp-gallery/video-play.png') center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url('/gif/blueimp-gallery/loading.gif') center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url('/gif/blueimp-gallery/video-play.svg')}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}

.blueimp-gallery > .slides > .slide > .text-content {
  overflow: auto;
  margin: 60px auto;
  padding: 0 60px;
  max-width: 920px;
  text-align: left;
}

#blueimp-gallery h3.title {
	color:#fff !important;
	text-shadow:none;
}

#blueimp-gallery a {
	border:none !important;
}

/* #### GALLERY BLUEIMP ENDE #### */




/* ### FLEXBOX START ### */

div.flex-container {
	display: flex;
	flex-flow: row wrap;
	width:100%;
	height:auto;
	margin:12px auto !important;
	align-content: space-between;
	clear:both;	
}

.flex-container .flexbox {
	display: flex;	
	flex-flow: column nowrap;
	text-align:left;
	padding:0;
	margin:0 auto;
	margin-bottom:20px;		
}


div.flex-container.team {
	margin:12px 0 !important;
	align-content: flex-start !important;
}

.flex-container.team .flexbox {
	margin:0 10px !important;
}


div.flex-container .flexbox66 {
	width:calc(66.66% - 40px);	
}

div.flex-container .flexbox50 {
	width:calc(50% - 40px);	
}

div.flex-container .flexbox33 {
	width:calc(33.33% - 40px);	
}

div.flex-container .flexbox25 {
	width:calc(25% - 40px);	
}



@media only screen and (max-width: 767px) {
	
	div.flex-container.team .flexbox33 {
		width:calc(100% - 40px);
	}
	
}



div.flex-container .box_referenz {
	
}

div.flex-container .flexbox.box_referenz {
	width:calc(50% - 20px);	
}

div.flex-container .flexbox.box_referenz img,
div.flex-container .flexbox.picbox img {
	width:auto;
	max-width:100%;
	height:auto;
}

div.flex-container .flexbox.box_referenz a {
	text-decoration:none;
}

div.flex-container .flexbox.box_referenz figcaption {
	display:block;
	width:calc(100% - 20px);
	margin:4px 0 0 0;
	padding:0;	
	font-size:130%;	
	cursor:pointer;
}

div.flex-container .flexbox.box_referenz a span,
div.flex-container .flexbox.picbox a.piclink {	
	display: inline-block;
	width:auto;
	float:none !important;
	line-height:100%;	
	margin:0;
	padding:4px;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,bbbdbc+50,d4d4d4+100 */
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(209,209,209,1) 0%, rgba(187,189,188,1) 50%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



div.flex-container figure.flexbox.picbox figcaption {
	display:block;
	width:calc(100% - 20px);
	margin:4px 0 6px 0 !important;
	padding:0;	
	font-size:130% !important;	
	cursor:pointer;
}

div.flex-container figure.flexbox.picbox figcaption.l {
	text-align:left !important;
}


/* ### FLEXBOX ENDE ### */




/* ### MASONRY START  ### */

#content .masonry {
}


#content div.box_masonry {		
	margin:10px auto 20px auto;
	padding:0;
	overflow:hidden;	
	text-align:center;
}


/* MASORNY START */

#content .masonry {
	width:100%;
	max-width:calc(var(--picbox-width) * 3);
}


#content div.box_masonry {	
	width:100%;
	max-width:calc(var(--picbox-width) * 3);	
}


@media screen and (max-width:728px) {
	#content div.box_masonry,	
	#content .masonry {
		max-width:calc(var(--picbox-width) * 2);
	}
}

@media screen and (max-width:498px) {
	#content div.box_masonry,
	#content .masonry {
		max-width:var(--picbox-width);
	}
}

div.box_masonry::after {
	content: '';
	display: block;
	clear: both;
}

/* MASONRY ENDE */


#content .masonry .picbox {	
	display: inline-block;
	width:auto;
	float:none !important;
	line-height:100%;	
	margin:0 9px 18px 9px;
	padding:4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,bbbdbc+50,d4d4d4+100 */
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(209,209,209,1) 0%, rgba(187,189,188,1) 50%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(209,209,209,1) 0%,rgba(187,189,188,1) 50%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#content .masonry .picbox p.pic_thumb {
	display:block;
	margin:0;
	padding:0;
	border:none;
	line-height:100%;
	text-align: center; 
	color:#999;
}

#content .masonry .picbox a.piclink img.pic {
	display:block;
	margin:0;
	padding:0;
	line-height:100%;
	text-align:center;	
}

#content .masonry .picbox .picbox a.piclink {
	display:block;
	width:auto;
	margin:0;
	padding:0;
	line-height:100%;
	text-align:center;	
}

#content .masonry figure.picbox figcaption {
	display:block;
	width:calc(100% - 20px);
	margin:0;
	padding:0;	
	color:#999;
	cursor:pointer;
}

#content .masonry figure figcaption.l {
	text-align:left !important;
}


/* ### MASONRY ENDE ### */












#js_alert {
	font-size:160%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999999999;
	display:block;
	width:96%;
	padding:2%;
	background-color:red;
	color:#fff;	
}



/* Buttons Start */

#content .link_button {
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:6px;
	font-size:100%;		
	color:rgba(197,20,28,1);
	border:2px solid rgba(197,20,28,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(197,20,28,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(197,20,28,1);
	border:1px solid rgba(197,20,28,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(197,20,28,1);
	padding:6px;
	
}

#content :hover.link_button_small * {
	text-decoration:none;
	color:#fff !important;
}

/* Buttons Ende */





/* ### KLARO START ### */

.cookie_klaro .cookie-modal,
.cookie_klaro .cookie-notice {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .switch, 
.cookie_klaro .cookie-notice .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider {
	background-color: #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-input.required:checked + .cm-app-label .slider, 
.cookie_klaro .cookie-notice .cm-app-input.required:checked + .cm-app-label .slider {
	opacity: 0.8;
	background-color: #006A4E;
	cursor: not-allowed;
}

.cookie_klaro .cookie-modal .slider, 
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input, 
.cookie_klaro .cookie-notice .cm-app-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label,
.cookie_klaro .cookie-notice .cm-app-label {}

.cookie_klaro .cookie-modal .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-label .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 50px;
	display: inline-block;
}

.cookie_klaro .cookie-modal .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-label .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round,
.cookie_klaro .cookie-notice .cm-app-label .slider.round {
	border-radius: 30px;
}

.cookie_klaro .cookie-modal .cm-app-label .slider.round:before,
.cookie_klaro .cookie-notice .cm-app-label .slider.round:before {
	border-radius: 50%;
}

.cookie_klaro .cookie-modal .cm-app-label input:focus + .slider,
.cookie_klaro .cookie-notice .cm-app-label input:focus + .slider {
	box-shadow: 0 0 1px #0885BA;
}

.cookie_klaro .cookie-modal .cm-app-label input:checked + .slider:before,
.cookie_klaro .cookie-notice .cm-app-label input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .cm-app-input:focus + .cm-app-label .slider,
.cookie_klaro .cookie-notice .cm-app-input:focus + .cm-app-label .slider {
	box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.cookie_klaro .cookie-modal .cm-app-input:checked + .cm-app-label .slider:before,
.cookie_klaro .cookie-notice .cm-app-input:checked + .cm-app-label .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cookie_klaro .cookie-modal .slider,
.cookie_klaro .cookie-notice .slider {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.cookie_klaro .cookie-modal a,
.cookie_klaro .cookie-notice a {
	color: #00AA3E;
	font-size:105% !important;
	text-decoration: none;
	margin:0 !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice strong,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	font-family: inherit;
	color: #555;	
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal strong,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li {
	color: #fff !important;
}

.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal li {
	line-height:140%;
	font-size:100%;
}


.cookie_klaro .cookie-modal p,
.cookie_klaro .cookie-modal h1,
.cookie_klaro .cookie-modal h2,
.cookie_klaro .cookie-modal ul,
.cookie_klaro .cookie-modal li,
.cookie_klaro .cookie-notice p,
.cookie_klaro .cookie-notice h1,
.cookie_klaro .cookie-notice h2,
.cookie_klaro .cookie-notice ul,
.cookie_klaro .cookie-notice li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.cookie_klaro .cookie-modal .cm-link,
.cookie_klaro .cookie-notice .cm-link {
	padding-left: 4px;
	vertical-align: middle;
}

.cookie_klaro .cookie-notice .cm-link.cm-learn-more {
	padding:8px;
	display:inline-block;
	background-color:#555;
	color:#fff;
	vertical-align: top;
	margin:0;
	font-size:100% !important;
	font-weight:normal !important;
}

.cookie_klaro .cookie-modal .cm-btn,
.cookie_klaro .cookie-notice .cm-btn {
	background: #555;
	color: #fff;
	border-radius: 0px;
	padding: 8px;
	margin-right: 5px;
	border: 0;
	cursor:pointer;
}

.cookie_klaro .cookie-modal .cm-btn:disabled,
.cookie_klaro .cookie-notice .cm-btn:disabled {
	opacity: 0.5;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-sm,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-sm {
	font-size: 100%;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-close,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-close {
	background: #eee;
	color: #555;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-success,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-success {
	background: #00AA3E;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-info,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-info {
	background: #0885BA;
}

.cookie_klaro .cookie-modal .cm-btn.cm-btn-right,
.cookie_klaro .cookie-notice .cm-btn.cm-btn-right {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.cookie_klaro .cookie-notice .cm-btn-danger {
	background-color:red;
}

.cookie_klaro .cookie-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 9999999 !important;
}

.cookie_klaro .cookie-modal .cm-bg {
	background: rgba(255,255,255,.85);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0 !important;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal {
	z-index: 1001;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
	max-height: 98%;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	overflow: auto;
	background: #333;
	color: #fff;
}

@media (min-width: 1024px) {
	.cookie_klaro .cookie-modal .cm-modal {
		border-radius: 4px;
		position: relative;
		margin: 0 auto;
		max-width: 640px;
		height: auto;
		width: auto;
	}
}

.cookie_klaro .cookie-modal .cm-modal .hide {
	border: none;
	background: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.cookie_klaro .cookie-modal .cm-modal .hide svg {
	stroke: #eee;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer {
	padding:10px;
	border-top: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::before,
.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	content: " ";
	display: table;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer-buttons::after {
	clear: both;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
	font-size:100%;
	padding-top: 4px;
	text-align: center;
}

.cookie_klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
	color: #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header {
	padding:10px;
	padding-right: 24px;
	border-bottom: 1px solid #555;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1 {
	margin: 0 0 6px 0;
	font-size:220%;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header h1.title {
	padding-right: 20px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-header p {
	margin: 0;
	font-size:130% !important;
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal label.cm-app-label {
	font-size:120% !important;
}
.cookie_klaro .cookie-modal .cm-modal p.cm-app-description,
.cookie_klaro .cookie-modal .cm-modal p.purposes {
	font-size:110% !important;
}

.cookie_klaro .cookie-modal .cm-modal p.purposes {
	margin:0 !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body {
	padding:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul {
	display: block;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body span {
	display: inline-block;
	width: auto;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps {
	padding: 0;
	margin: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app {
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 40px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	position: absolute;
	left: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p {
	margin-top: 0;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes {
	font-size:100%;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all {
	border-top: 1px solid #555;
	padding-top:10px;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title {
	font-weight: 600;
	color:#fff !important;
}

.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.cookie_klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required {
	padding-left: 2px;
	font-size:100%;
}


.cookie_klaro .cookie-notice {	
	z-index:99999999;	
	
	position:fixed;
	right:30px;
	bottom:30px;
	top:auto;
	width:512px;
	height:auto;
	
	padding:6px 14px;	
	
	font-size:100%;
	line-height:120%;
	
	color:#fff !important;
	text-align:center;		
		
	background:rgba(101,101,101,1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
	
}

@media (min-width: 990px) {
	.cookie_klaro .cookie-notice {		
		display:block !important;
		text-align:center !important;
	}
}


@media (max-width: 616px) {
	.cookie_klaro .cookie-notice {
		padding:10px 14px;		
		left:50%;
		right:auto;
		bottom:10px;
		width:calc(96% - 28px);
		margin-left:-48%;		
		word-wrap: break-word;	
	}
}

.cookie_klaro .cookie-notice .cn-body {
	margin:0 auto !important;	
	/*
	min-width:360px !important;
	*/
	text-align:left !important;
	color:#fff !important;	
}

.cookie_klaro .cookie-notice .cn-body p {	
	margin-bottom: 5px;
	line-height:140%;
	font-size:130%;
	color:#fff !important;
}

.cookie_klaro .cookie-notice .cn-body p.cn-changes {
	text-decoration: underline;
}

.cookie_klaro .cookie-notice .cn-body strong {
	color:#fff !important;
}

.cookie_klaro .cookie-notice .cn-body .cn-learn-more {
	display: inline-block;
}

.cookie_klaro .cookie-notice .cn-body p.cn-ok {
	padding-top: 5px;
	margin: 0;
}

.cookie_klaro .cookie-notice-hidden {
	display: none !important;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more {
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: rgba(54,193,64,1);
	color:rgba(54,193,64,1);
	border: 3px solid rgba(54,193,64,1);
	border-radius: 0px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
	overflow-wrap: break-word !important;	
	line-height:100% !important; 
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover {
	background-color: transparent;
	text-shadow: none;
	color: #fff !important;	
	background: rgba(255,255,255,1);
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover:before,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover:before,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:before,
.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:before,
.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: rgba(54,193,64,1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success {
	background: rgba(54,193,64,1);;
	color: #fff !important;
	border: 3px solid rgba(54,193,64,1);;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:hover {
	background: rgba(255,255,255,1);
	color:rgba(54,193,64,1) !important;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-success:before {
	color: #fff !important;
	background: rgba(54,193,64,1);
}



.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger {
	background: rgba(244,73,73,1);
	color: #fff !important;
	border: 3px solid rgba(244,73,73,1);
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:hover {
	background: rgba(255,255,255,1);
	color:rgba(244,73,73,1) !important;
}

.cookie_klaro .cookie-notice .cn-body p button.cm-btn-danger:before {
	color: #fff !important;
	background: rgba(244,73,73,1);
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more {	
	color: #fff !important;
	background: rgba(160,160,160,1);
	border: 3px solid rgba(160,160,160,1);
	margin-right:0px;
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:hover {
	background: rgba(255,255,255,1);
	color:rgba(160,160,160,1) !important;
}

.cookie_klaro .cookie-notice .cn-body p a.cm-learn-more:before {
	color: #fff !important;
	background: rgba(160,160,160,1);
}

/* ### KLARO ENDE ### */
