@font-face {
	font-family: 'greycliff';
	font-style: normal;
	font-weight: 100;
	src: local('greycliff'), local('greycliff-regular'),
	url('fonts/GreycliffCFRegular.woff2') format('woff2'),
	url('fonts/GreycliffCFRegular.woff') format('woff');
}
@font-face {
    font-family: 'greycliff';
	font-style: normal;
	font-weight: 200;
	src: local('greycliff'), local('greycliff-bold'),
    url('fonts/GreycliffCFExtraBold.woff2') format('woff2'),
	url('fonts/GreycliffCFExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'greycliff';
	font-style: normal;
	font-weight: bold;
	src: local('greycliff'), local('greycliff-bold'),
	url('fonts/GreycliffCFExtraBold.woff2') format('woff2'),
	url('fonts/GreycliffCFExtraBold.woff') format('woff');
}
html, body {
	font-family: greycliff, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: 100%;
	background-color: #FFF;
	font-weight: 100;
}
body {
	line-height: 1.4;
	color: #8d9598;
	font-family: greycliff, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.38888888888889vw;
	font-weight: 100;
}
.clear {
	display: block;
	clear: both;
	float: none;
}
.hidden {
	display: none !important;
}
a {
	transition: color 0.2s ease, background-color 0.2s ease;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	color:#000;
	text-decoration:none;
}
/* header start */
#mobileNaviWrapper {
	display: none !important;
}
#mobileLogo {
	display: none;
}
#page {
	display: block;
    margin: 0 auto;
/*    max-width: 1600px;*/
    /*min-width: 720px;*/
    position: relative;
    width: 100%;
}
header {
	padding: 0;
	position: realtive;
	width: 100%;
	margin: 0 auto;
/*    max-width: 1600px;*/
    /*min-width: 720px;*/
	z-index: 1000;
	background-color:#FFF;
}
header .headerwrapper {
	display: block;
    position: fixed;
    width: 100%;
	background:white;
	z-index: 9999;
}
header .headerwrapper::after {
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	z-index:-1;
	transform:scale(1);
	box-shadow: 0px 0px 1px 1px #999999;
}
header nav {
	position: relative;
	/*min-width: 720px;*/
	width: 100%;
	z-index: 200;
	background-color: #003CA0;;;
	border-bottom: 0px transparent solid;
	transition: border 0.2s ease;
	-webkit-transition: border 0.2s ease;
	-moz-transition: border 0.2s ease;
	-o-transition: border 0.2s ease;
}
header nav .logo {
	position: absolute;
	left: 20px;
	top: 0.5em;
	opacity: 0;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	z-index: 1;
}
header nav .logo img {
	width: auto;
	height: 3.2em;
	display: block;
}
header nav .logo a {
	display: block;
}
header nav > .wrapper {
    width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}
header nav > .wrapper > .additionalWrapper {
	position: relative;
	margin-left: 0;
	transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	-moz-transition: margin 0.2s ease;
	-o-transition: margin 0.2s ease;
	z-index: 2;
}
.nav_fixed header nav {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 200;
	border-bottom: 3px #FFF solid;
}
.nav_fixed header nav > .wrapper > .additionalWrapper {
	margin-left: 220px;
}
.nav_fixed header nav .logo {
	opacity: 1;
	z-index: 5;
}
header #navigation {
	position:relative;
}
header nav #navigation {
	text-align:center;
}
header nav #navigation ul {
	text-align: left;
}
header nav #navigation > li > a {
	font-weight: 200;
	line-height: 3.3em;
	height: 3.3em;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.nav_fixed header nav #navigation > li > a {
	line-height: 3.5em;
	height: 3.5em;
}
header nav #navigation  > li > a {
	font-size: 1.15em;
}
header nav #navigation > li {
	position:relative;
	display: inline-block;
	padding: 0 3.4286vw;
	/*margin: 0 -0.15em;*/
}
header nav #navigation > li.active,
header nav #navigation > li.show,
header nav #navigation > li:hover {
	background-color: #FFF;
}
header nav #navigation > li.search:hover {
	background-color: transparent;
}
header nav #navigation > li:hover > a,
header nav #navigation > li.show > a,
header nav #navigation > li.active > a {
	color: #003CA0;;
}
header nav #navigation > li > ul {
	display:none;
	position: absolute;
	left:0;
	/*border-top: 3px solid #003CA0;;*/
	/*border-radius: 0 0 15px 15px;*/
	padding-bottom: 10px;
	padding-top: 3px;
	min-width: 100%;
/*	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
    white-space: nowrap;
}

header nav #navigation > li > ul > li {
	display: block;
	z-index:101;
	position: relative;
	padding-top: 0.5em;
	padding: 2px 1em;
	background-color: #FFF;
}
header nav #navigation > li > ul > li:last-child {
	/*border-radius: 0 0 15px 15px;*/
	padding-bottom: 10px;
}
header nav #navigation > li:hover > ul,
header nav #navigation > li.show > ul {
	display:block;
}
header nav .naviwrapper {
	position: relative;
}
header nav li > ul > li > a {
	font-weight: normal;
	color: #003CA0;;
	/*font-size: 0.8em;*/
	text-transform:none;
	display: block;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 4px;
}
header nav li > ul > li.active > a,
header nav li > ul > li > a:hover {
	color: #F47D30;
}
header .wassertemp {
	position: absolute;
	right: 200px;
	display:block;
	top: calc(50% + 0px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default;
}
header .wassertemp span {
	position: relative;
	display: inline-block;
	font-family: greycliff, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
}
header .wassertemp span:hover {
}
header .wassertemp .pool {
	padding-right: 60px;
}
header .wassertemp .pool::after {
	content:url('/pics/layout/icon-pool.svg');
}
header .wassertemp .see::after {
	content:url('/pics/layout/icon-see.svg');
}
header .wassertemp .see::after,
header .wassertemp .pool::after {
	width: 27px;
	height: auto;
	position: absolute;
	margin-left: 2px;
	margin-top: -3px;
	opacity: 1;
}

.mobile-wassertemp {
	position:absolute;
	width:100%;
	height:auto;
	top:60px;
	right:12px;
	text-align:right;
	z-index:99999;
}
.mobile-wassertemp .pool,
.mobile-wassertemp .see {
	position:relative;
	float:right;
	margin-left:0.5rem;
	width:26px;
	text-align:center;
	padding:0.5rem 0.8rem 0.2rem 0.8rem;
	border-radius:5px;
	background:rgba(255,255,255, 90%);
	color:#555;
}
.mobile-wassertemp .pool::before {
	width:27px;
	content:url('/pics/layout/icon-pool.svg');
}
.mobile-wassertemp .see::before {
	width:27px;
	 content:url('/pics/layout/icon-see.svg');
 }












header #nebennavi {
	position: absolute;
    right: 20px;
	display:block;
	top: calc(50% + 15px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header #nebennavi ul {
	font-size: 0.1em;
}
header #nebennavi li {
	display: inline-block;
	padding-left: 10em;
}
header #nebennavi li a {
	color: #003CA0;
	font-size: 8em;
}
header #nebennavi li a:hover {
	color: #F47D30;
}
header #nebennavi li span.separator {
	display:none;
}
body #logo {
	position: relative;
	z-index: 105;
	padding: 0.5rem 0 0.5rem 20px;
	width: 50%;
}
footer .logo {
	position: relative;
	display:block;
	z-index: 105;
	padding: 3em 0 2em 50px;
	width: calc(50% - 50px);
	float: left;
}
footer .address {
	float: left;
	width: calc(50% - 50px);
	padding-left: 50px;
}
footer .anfahrt {
	float: right;
	width: 50%;
	padding-top: 62px;
}
#logo span.textLogo,
#mobileLogo span.textLogo{
	font-size: 2.4rem;
	color: #003CA0;
	font-weight: 200;
}
#logo span.textLogo span,
#mobileLogo span.textLogo span{
	color: #8D9598;
}
body #logo:hover span.textLogo span,
body #mobileLogo:hover span.textLogo span{
	color: #003CA0;
}
footer .logo:hover span.textLogo span{
	color: #8D9598;
}
footer .logo span.textLogo {
	font-size: 2em;
	color: #FFF;
	font-weight: 200;
}
body header #logo a{
	display:block;
}
body #logo a img,
body #mobileLogo a img{
	width: 100%;
	height: 100%;
	display: block;
}

body #logo a img,
body #mobileLogo a img{
	width: auto;
	height: 3.2em;
	display: block;
}
#headimagewrapper {
	height: auto;
    /*min-width: 720px;*/
    position: relative;
    z-index: 100;
}
#headimage {
    height: 100%;
    position: relative;
	width: 100%;
}
#headimage ul.bilder {
	position: relative;
/*	margin-top: 13%;*/
}
#headimage ul li img {
	display:block;
	width: 100%;
	height: auto;
}
#headimage ul li > span:first-child {
	max-height: 500px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home #headimage ul li > span:first-child {
	max-height: 635px;
}
ul.imageNavi {
	display: block;
	text-align: left;
	margin: 10px;
	text-align: center;
}
ul.imageNavi li {
	display: inline-block !important;
	width: 14px !important;
	height: 14px !important;
	margin: 0 10px 0 0 !important;
	/*border-radius: 7px;*/
	cursor: pointer;
	background-color: #575757;
	transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
}
.imageNavi li.current {
	background-color: #003CA0;
}
.js_enabled #headimage  {
	overflow: hidden;
}
header nav a {
	text-decoration: none;
	color: #FFF;
}
header nav .active > a,
header nav a.active {
	color: #000;
}
header nav .active > a,
header nav a.active {
	color: #000;
}
header nav ul ul .active > a,
header nav ul ul a.active {
	color: #FFF;
}
header nav .separator {
	display: none;
}
header nav .naviwrapper {
}
#navigation .suche input { 
	z-index: 2;
	transition: background-color 0.2s ease, width 0.2s ease;
	-webkit-transition: background-color 0.2s ease, width 0.2s ease;
	-moz-transition: background-color 0.2s ease, width 0.2s ease;
	-o-transition: background-color 0.2s ease, width 0.2s ease;
}
#navigation .suche button {
	border-color: #003CA0;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: left;
}
#navigation .suche button i {
	float: left;
	margin: 1px 0 0 2px;
}
#navigation .suche input:focus {
	background-color: #FFF;
}

main {
	display:block;
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin-top: 1em;
	margin: 0 auto;
	padding-top: 1rem;
}
#home main {
	max-width: 9000px;
}
#home main h1,
#home .banner,
#home .einleitung.home p,
#home .inhalt.home p,
#home .inhalt.home div.q-info,
#home .inhalt.home h1,
#home .inhalt.home h2,
#home .inhalt.home h3,
#home .inhalt.home ul,
#home .newswrapper,
#home .inhalt .rahmen {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.inhalt .rahmen,
.einleitung .rahmen{
	margin-bottom: 2em;
}
.inhalt .rahmen > div:first-child,
.einleitung .rahmen > div:first-child{
	border-top: solid 2px #8d9598;
}
.inhalt .rahmen > div,
.einleitung .rahmen > div{
	width: 66%;
	border-bottom: solid 2px #8d9598;
	line-height: 2em;
	display: table;
	clear: both;
}
.inhalt .rahmen div.rechts,
.einleitung .rahmen div.rechts{
	text-align: right;
	float: right;
	font-weight: bold;
}
.bannerliste.news {
	background-color: #003CA0;
	padding-top: 20px;
	margin: 0 -20px;
}
body.ID17 .bannerliste.news {
	background-color: #fff;
}
body.ID17  main .einleitung {
	font-size: 1em;
}
#home .bannerliste.news h1 {
	color: #FFF;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 20px 0.4em 20px;
}
#home .bannerliste.news h1 a {
	color: #FFF;
}
.newswrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0em 20px 1em 20px;
}
.bannerliste.news .newseintrag {
	width: 24%;
	position: relative;
	margin-bottom: 4em;
}
.bannerliste.news .newseintrag a .title,
.bannerliste.news .newseintrag a .date,
.bannerliste.news .newseintrag a .einleitung,
.bannerliste.news .newseintrag a .weiterButton{
	color: #FFF;
	display: block;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
}
.ID17 .bannerliste.news .newseintrag a .title,
.ID17 .bannerliste.news .newseintrag a .date,
.ID17 .bannerliste.news .newseintrag a .einleitung,
.ID17 .bannerliste.news .newseintrag a .weiterButton{
	color: #8d9598;
}
.ID17 .bannerliste.news .newseintrag a .einleitung {
	margin-bottom: 1em;
}
.bannerliste.news .newseintrag a .title {
	font-weight: 200;
	padding: 0.5em 0px 0.6em 0px;
}
.bannerliste.news .newseintrag a .weiterButton {
	width: 100%;
	border: #fff solid 1px;
	border-radius: 6px;
	text-align: center;
	position: absolute;
	bottom: 0;
	min-height: 2em;
	line-height: 2em;
	font-weight: 200;
}
.bannerliste.news .newseintrag a:hover .weiterButton {
	border: #fff solid 1px;
	background-color: #fff;
	color: #003CA0;
}
main .sozialIcon {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	display: flex;
}
main .sozialIcon a {
	color: #ffffff;
	background-color: #003CA0;
	height: 80px;
	width: 80px;
	/*border-radius: 40px;*/
	display: block;
	text-align: center;
	float: left;
	margin: 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 42px;
}
main .sozialIcon a:hover {
	color: #ffffff;
	height: 90px;
	width: 90px;
	/*border-radius: 45px;*/
	margin: 5px;
}
main .sozialIcon a i{
	padding-top: 19px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
main .sozialIcon a:hover i{
	padding-top: 24px;
}
#home .einleitung.home p {
	margin-bottom: 80px;
}
#home .inhalt.home p {
	margin-top: 50px;
	/*margin-bottom: 80px;*/
}
#home .banner div.clear {
	display: none;
}
main  .button {
	border: #003CA0 solid 2px;
	color: #003CA0;
	background-color: #FFF;
	border-radius: 6px;
	text-align: center;
	min-height: 2em;
	line-height: 2em;
	padding: 0 30px;
	margin: 0em 1em 2em 0;
	float: left;
	font-weight: 200;
	font-size: 1em;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	position: absolute;
	bottom: -4.5em;
}
main  p .button {
	display: inline-block;
	position: relative;
	float: none;
	bottom: 0;
}
body.ID17 main  .button {
	width: 100%;
	padding: 0;
}
main .button:hover {
	border: #003CA0 solid 2px;
	background: #003CA0;
	color: #FFF;
}
main .button:hover a {
	color: #FFF;
}
div.q-info {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
div.q-info.no-flex {
	justify-content: center;
}
div.q-info div {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 80%;
	background-color: #003CA0;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 2%;
	padding-left: 0.7%;
	padding-right: 0.7%;
	line-height: 1.5em;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
	background-repeat: no-repeat;
	background-size: auto;
	/*border-radius: 10px*/
}
div.q-info.no-flex div {
	margin: 0 0.7%;
}
div.q-info div {
	width: 22%;
	/*width: calc(22% - 10px);*/
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 5px;
}
div.q-info div.q5,
div.q-info div.q6,
div.q-info div.q7 {
	clear: all;
	width: 30.5%;
	/*width: calc(30.5% - 10px);*/
	margin-bottom: 0em;
}
div.q-info div.q1 {
	background-image: url("/pics/layout/icon-werke.svg");
}
div.q-info div.q2 {
	background-image: url("/pics/layout/icon-fahrzeuge.svg");
}
div.q-info div.q3 {
	background-image: url("/pics/layout/icon-mitarbeiter.svg");
}
div.q-info div.q4 {
	background-image: url("/pics/layout/icon-mulden.svg");
}
div.q-info div.q5 {
	background-image: url("/pics/layout/icon-holz.svg");
}
div.q-info div.q6 {
	background-image: url("/pics/layout/icon-baugranulat.svg");
}
div.q-info div.q7 {
	background-image: url("/pics/layout/icon-bausperrgut.svg");
}
div.q-info div.q5,
div.q-info div.q6,
div.q-info div.q7 {
	background-size: 80%;
	background-position: 50% 0%;
}
main > .wrapper {
	position: relative;
	/*padding-bottom: 50px;*/
}
main > .wrapper #mainWrapper {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 40px;
}
/*#home main > .wrapper #mainWrapper {
	margin-left: 0px;
	margin-right: 0px;
}*/
main .back {
	padding-top: 30px;
	position: relative;
}
main .back:hover::before {
	transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition-timing-function: ease-in-out;
	left: -0.5em;
}
main .back::before {
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.5em;
	font-weight: 300;
	color:#003CA0;
	float: left;
	position: relative;
	top: -0.2em;
	left: 0.5em;
	margin-right: 1em;
	opacity: 1;
}
main b,
main strong {
	font-weight: 200;
}
main a {
	text-decoration: none;
	color: #003CA0;
}
main a:hover {
	color: #000;
}
main h1 {
	font-weight: 200;
	font-size: 2.7em;
	line-height: 1.2em;
	/*padding: 1em 20px;*/
	padding: 1em 0px 0.4em 0px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	color: #003CA0;
}
main h1.zwischentitel {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
main .stao {
	display: none;
}
main h1 span+span {
	font-weight: 100;
	text-transform: none;
	color: #575757;
}
main h1 span {
    display: block;
	width: 80%;
}
main h2 {
	font-weight: 200;
	text-transform: none;
	margin-top: 1.5em;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #003CA0;
}
main h3 {
	font-weight: 200;
	margin-top: 1em;
	line-height: 1.2;
	margin-bottom: 0.5em;
	font-size: 2em;
}
main h4 {
	font-weight: 200;
	line-height: 1;
	color: #003CA0;
}
main p,
main address {
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
}
main .einleitung table,
main .inhalt table{
	border: solid #575757 1px;
}
main .einleitung table td,
main .inhalt table td{
	border: solid #575757 1px;
	padding: 5px;
}
main .einleitung {
	margin-bottom: 3.5em;
	/*margin-top: 1.5em;*/
	width: 100%;
	float: none;
}
main .einleitung.short {
	width: 66.5%;
	float: left;
}
main .einleitung.mbanner {
	width: 60%;
	float: left;
}
main .bannerWrapper {
	width: 30%;
	float: right;
	margin-top: 3em;
}
main .bannerWrapper > .bannerliste {
	width: 100%;
}
main #mainWrapper .bannerWrapper .bannerliste img {
	/*border-radius: 10px 10px 0 0;*/
	float: left;
}
main #mainWrapper .bannerWrapper .bannerliste .bild {
	margin: 0;
}
main #mainWrapper .bannerWrapper .bannerliste .bild img {
	/*border-radius: 0 0 10px 10px;*/
}
main .inhalt {
	width: 100%;
	float: none;
	margin-top: 1.5em;
	font-weight: 100;
	/*font-style: normal;*/
	margin-bottom: 1.5em;
	/*font-size: 1.55em;*/
 }
main .inhalt strong {
	font-weight: 200;
}
main .inhalt.short {
	width: 66.5%;
	float: left;
}
main .inhalt.home {
	/*font-size: 1.6em;*/
	line-height: 1.2em;
	margin-bottom: 0;
	overflow:hidden;
	position:relative;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
main .einleitung.home {
	font-size: 1.9em;
	line-height: 1.4em;
	background-color: #FFF;
	margin-bottom: 0;
	overflow:hidden;
	position:relative;
	float: none;
	width: 100%;
	margin-top: 0;
}
main .inhalt.home p,
main .inhalt.home p:last-child {
	font-weight: 100;
/*	width: 85%;*/
	margin:30px auto 1em auto;
/*	padding: 0 120px;*/
}
main #mainWrapper .datum{
	position: relative;
	bottom: 3em;
}
.main ul,
.inhalt ul,
.einleitung ul {
	margin: 0.5em 0 2.8em 8px;
	list-style: none;
	padding-left: 1em;
}
.main ul li::before,
.inhalt ul li::before,
.einleitung ul li::before {
	/*content: "\25a0";
	color: #003CA0;
	display: inline-block;
	margin-left: -1em;
	width: 1em;*/
}
main #mainWrapper img {
	max-width: 100%;
	height: auto;
	/*border-radius: 10px;*/
}
/*main .einleitung ul {
	padding-left: 15px;
}*/
main ol {
	margin: .5em 0px 1em 1.3em;
	list-style: decimal;
	padding-left: 10px;
	font-weight: 700;
}
main sup {
	vertical-align: super;
	font-size: 0.7em;
}
main sub {
	vertical-align: sub;
	font-size: 0.7em;
}
main .main p,
main .inhalt p,
main .einleitung p {
	margin-bottom: 1.5em;
	width: 80%;
}
main .inhalt.home p,
main .einleitung.home p {
	width: 100%;
}
main .main p:last-child,
main .inhalt p:last-child,
main .einleitung p:last-child {
	margin-bottom: 0;
}
main > span.datum {
	display: block;
	margin: -1.0em 0 .5em 0;
	font-size: 0.85714em;
}
main aside {
	width: 30%;
	/*float: right; */
	float:left; /* jgn changed */
	margin-top: 1.5em;
}
main aside .dateiLinkListe,
main aside .newsListe {
	margin-bottom: 2.2em;
	padding: 15px 0;
}
/*main aside .dateiLinkListe > h2,
main aside .newsListe > h2 {
	font-weight: 200;
	margin-top: 0;
	color: #575757;
}*/
main aside .dateiLinkListe li a {
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	-webkit-hyphenate-limit-before: 3; /* For Safari */
	-webkit-hyphenate-limit-after: 4; /* For Safari */
	-ms-hyphenate-limit-chars: 10 3 4;
	hyphenate-limit-chars: 10 3 4;
	font-weight: 200;
}
main aside .dateiLinkListe > h3:first-child {
	margin-top: 0;
}
main aside .dateiLinkListe ul,
main aside .newsListe ul {
	margin-bottom: 5px;
}
main ul.video {
	padding: 0;
	list-style: none;
	margin: 0;
}
main .textfeld10 {
	position:relative;
	top: 0px;
}
main .video li {
	position: relative;
	margin-bottom: 5px;
}
main .video .video-js {
	width: 100% !important;
	height: auto !important;
}
main .video .video-js {
	padding-top: 56.25% !important;
	width: 100% !important;
	height: auto !important;
}
.vjs-fullscreen {padding-top: 0px !important; }
/*
ul.dateien,
ul.links {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.dateien li {
	padding: 2px 0;
	list-style: none;
}
ul.dateien li a {
	display: inline-block;
	min-height: 16px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left 4px;
}
ul.dateien li.pdf a {
	background-image: url("../pics/icons/page_white_acrobat.png");
}
ul.dateien li.png a,
ul.dateien li.jpg a,
ul.dateien li.jpeg a,
ul.dateien li.gif a,
ul.dateien li.tiff a,
ul.dateien li.tif a,
ul.dateien li.bmp a,
ul.dateien li.psd a {
	background-image: url("../pics/icons/picture.png");
}
ul.dateien li.doc a,
ul.dateien li.docx a {
	background-image: url("../pics/icons/page_word.png");
}
ul.dateien li.xls a,
ul.dateien li.xlsx a {
	background-image: url("../pics/icons/page_excel.png");
}
ul.dateien li.zip a,
ul.dateien li.gz a,
ul.dateien li.tgz a,
ul.dateien li.tar a,
ul.dateien li.bz2 a,
ul.dateien li.tbz a,
ul.dateien li.sevenz a {
	background-image: url("../pics/icons/compress.png");
}
ul.dateien li.mp4 a,
ul.dateien li.mov a,
ul.dateien li.wmv a {
	background-image: url("../pics/icons/movie.png");
}
ul.dateien li a em,
ul.dateien li a span {
	font-size: 0.8em;
}*/
ul.links,
ul.dateien {
	margin: 0.5em 0 1em 0;
	list-style: none;
	font-weight: 200;
	/*padding-left: 1.3em;*/
}
ul.links li,
ul.dateien li {
	padding-left: 1.3em;
}
ul.dateien li form {
	display: inline-block;
}
ul.links li a time,
ul.dateien li a time {
	color: #575757;
}
ul.links li a span,
ul.dateien li a span {
	color: #575757;
	size: 0.75em;
}

ul.links li a::before,
ul.dateien li a::before,
ul.dateien li::before {
	content: "\f016";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #003CA0;
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	/*vertical-align: top;*/
}
ul.links li a::before {
	content: "\f0c1";
}
ul.links li.extern a::before,
ul.links li.new_window a::before {
	content: "\f08e";
	font-size: 0.8em;
}
ul.dateien li.pdf a::before,
ul.dateien li.pdf::before {
	content: "\f1c1";
}
ul.dateien li.png a::before,
ul.dateien li.jpg a::before,
ul.dateien li.jpeg a::before,
ul.dateien li.gif a::before,
ul.dateien li.tiff a::before,
ul.dateien li.tif a::before,
ul.dateien li.bmp a::before,
ul.dateien li.psd a::before {
	content: "\f1c5";
}
ul.dateien li.doc a::before,
ul.dateien li.docx a::before {
	content: "\f1c2";
}
ul.dateien li.xls a::before,
ul.dateien li.xlsx a::before {
	content: "\f1c3";
}
ul.dateien li.zip a::before,
ul.dateien li.gz a::before,
ul.dateien li.tgz a::before,
ul.dateien li.tar a::before,
ul.dateien li.bz2 a::before,
ul.dateien li.tbz a::before,
ul.dateien li.sevenz a::before {
	content: "\f1c6";
}
ul.dateien li.mp4 a::before,
ul.dateien li.mov a::before,
ul.dateien li.wmv a::before {
	content: "\f1c8";
}
ul.dateien li a span {
	display: none;
}
main .bild {
	margin: 0px 0 20px 0;
	padding-top:3rem; /* jgn added */
}
main .bild li{
	list-style:none;
}
main ul.bilder {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
main ul.bilder li {
	position: relative;
	margin-bottom: 1%;
	float:left;
	width: 32.80%;
	height:auto;
	padding-right: 0.8%;
}
main ul.bilder li:nth-child(4n) {
	width: 100%;
	padding-right: 0%;
}
main ul.bilder li:nth-child(4n-1) {
	padding-right: 0%;
}
main .bild img,
main ul.bilder li img {
	display: block;
	width: 100%;
	height: auto;
	/*max-width: 900px;*/
	overflow:hidden;
/*	border-radius: 24px;*/
}
body.referenzen main .bild img,
body referenzen main ul.bilder li img {
	width: auto;
}
.banner .bannerliste .bild img {
	width: 100%;
	display:block;
	/*height: 130px;*/
}
main ul.bilder .caption {
	display: block;
	margin-bottom: .5em;
}
main ul.bilder li a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
main ul.bilder li .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #476CB2
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;

}
main ul.bilder li a:hover .hover {
	opacity: .3;
}
main ul.bilder.small li {
	width: 23%;
	margin-right: 2%;
	float: left;
}
main .no_aside ul.bilder.small li {
	width: 18%;
}

main div ul:last-child,
main .main_content p:last-child {
	margin-bottom: 0;
}
main ul.containerlist,
main ul.containeroffen,
main ul.newslist {
	width: auto;
	max-width: 1440px;
	list-style: none;
	margin: 0;
	padding: 0;
}
main ul.containeroffen {
	max-width: 1400px;
}
main ul.containerlist > li,
main ul.newslist > li {
	margin: 0 0 0 0;
	border-top: solid 2px #8d9598;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 0.5em 0;
}
main ul.newslist > li.last {
	border-bottom: solid 2px #8d9598;
}
main ul.containeroffen > li::before,
main ul.containerlist > li::before,
main ul.newslist > li::before {
	content:"";
	display: none;
}
main ul.containerlist > li > a,
main ul.newslist > li > a {
	display: block;
}

main ul.containerlist .bild,
main ul.newslist .bild {
	width: 32.4210526%;
	float: left;
	overflow: hidden;
	position: relative;
}
main ul.containerlist .bild img,
main ul.newslist .bild img {
	position: relative;
	display: block;
	margin-left: 50%;
	left: -154px;
}
main ul.containerlist li.thumb .infoBlock,
main ul.newslist li.thumb .infoBlock {
	width: 64%;
	float: right;
}
main ul.containerlist .infoBlock h2,
main ul.newslist .infoBlock h2 {
	margin-bottom: 0em;
	font-size: 1.2em;
}
main ul.newslist .infoBlock .textfeld1 {
	margin-bottom: 1em;
}
main ul.newslist li .infoBlock .lead {
	margin: .5em 0;
	padding: 1em 0;
}
main ul.newslist li:not(:hover) .infoBlock .lead {
	font-size: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	/* fade out, then shrink */
	transition: opacity .25s,
	font-size .5s .25s,
	margin .5s .25s,
	padding .5s .25s;
}
main ul.newslist li:hover .infoBlock .lead {
	/* unshrink, then fade in */
	transition: font-size .25s,
	margin .25s,
	padding .25s,
	opacity .5s .25s;
}
main ul.containerlist .infoBlock h2:first-child,
main ul.newslist .infoBlock h2:first-child {
	margin-top: 0;
}
main ul.containerlist .infoBlock .email {
	padding-top: 1.5em;
}
main ul.newslist a .infoBlock,
main ul.containerlist a .infoBlock {
	color: #4D4D4D;
	position: relative;
}
main ul.newslist li .infoBlock::after {
	content: '';
	background: url('/pics/layout/plus.svg') no-repeat center center/cover;
	position: absolute;
	width: 2.7vw;
	height: 2.7vw;
	float: right;
	right: 0;
	opacity: 1;
	transition: all .6s ease-in-out;
	top: calc(0.9vw + 10px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*body.ID586 main ul.newslist li .infoBlock::after,
body.ID591 main ul.newslist li .infoBlock::after {
	top: 0.5em;
	width: 30px;
	height: 30px;
}*/
main ul.newslist li:hover .infoBlock::after {
	transform: rotate(45deg);
	top: 0.9vw
}
main ul.newslist .infoBlock .lead p {
	width: 75%;
}
main ul.newslist a .infoBlock h2,
main ul.newslist a:hover .infoBlock ,
main ul.containerlist a .infoBlock h2,
main ul.containerlist a:hover .infoBlock {
	color: #476CB2;
}
main ul.newslist li a .hover,
main ul.containerlist li a .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #476CB2;
}
main ul.newslist li a:hover .hover,
main ul.containerlist li a:hover .hover {
	opacity: .3;
}
main ul.containeroffen > li {
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	border-bottom: 3px solid #575757;
}
main ul.containeroffen ul.bilder li:nth-child(4n),
main article.containeroffen ul.bilder li:nth-child(4n) {
	width: 32.80%;
	padding-right: 0.8%;
}
main ul.containeroffen ul.bilder li:nth-child(3n),
main article.containeroffen ul.bilder li:nth-child(3n){
    padding-right: 0;
}
main ul.containeroffen > li > div.infoBlock,
main article.containeroffen div.bild {
	max-width: 950px;
}
main ul.containeroffen div.infoBlock .lead ul{
	list-style-type: disc !important;
	padding-left: 20px;
}
main ul.containeroffen > li > div.infoBlock h2:first-child {
	margin-top: 0;
}
main ul.containeroffen > li.has_aside {
	max-width: 1400px;
}
main ul.containeroffen > li.has_aside > div.infoBlock {
	width: 66.5%;
	float: left;
}
main ul.containeroffen > li.has_aside > aside {
	width: 30%;
}
main ul.newslist span.date {
	display: block;
	margin-bottom: -1em;
	font-size: 0.85714em;
}
#home main #map .mapboxgl-marker.mapboxgl-marker-anchor-top {
	transform: translate(-50%) translate(766px, 280px) rotateX(0deg) rotateZ(0deg)!important;
}
#home main #map .mapboxgl-marker.mapboxgl-marker-anchor-top g {
	fill: #003CA0;
}
main ul.boxlist > li.werke {
	padding-bottom: 1.7em;
	margin-bottom: 2.4em;
	width: 100%;
	color: #575757;
	border-bottom: 0;
}
main ul.boxlist > li.werke .bild {
	width: 66%;
	float: right;
}
main ul.boxlist > li.werke .infoBlock {
	width: calc(33% - 1.5em);
	float: left;
	background-color: #FF6C00;
	/*border-radius: 10px;*/
	padding: 1.5em 0 1em 1.5em;
	color: #fff;
	font-size: 1.85em;
	height: 24.5vw;
	max-height: calc(453px - 2.5em);
}
main ul.boxlist > li.werke .shortinfo {
	font-size: 0.9em;
}
main ul.boxlist > li.werke .infoBlock a {
	color: #fff;
}
main ul.boxlist > li.werke .infoBlock a:hover {
	text-decoration: underline;
}
main ul.boxlist > li.werke .infoBlock h2 {
	font-weight: normal;
	margin-top:0;
	line-height: 1.4em;
	margin-bottom: 1em;
}
main ul.boxlist > li.werke .infoBlock h2 span:first-child{
	font-weight: 200;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}
main ul.boxlist > li.werke .infoBlock h2 span{
	font-weight: 100;
	/*font-size: 1.85em;*/
	display: block;
	text-transform: none;
	color: #fff;
}
main ul.boxlist > li.werke .main {
	font-weight: 200;
	margin-top: 2em;
	float: left;
	width: 55%;
	font-size: 1.55em;
}
main ul.boxlist > li.werke .linkWrapper {
	font-weight: 200;
	margin-top: 2em;
	float: right;
	width: 35%;
	font-size: 1.55em;
}
main ul.boxlist > li.werke .linkWrapper h3 {
	margin-top: 0;
}
main ul.boxlist {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*justify-content: space-between;*/
}
main ul.boxlist > li {
	padding-bottom: 1.7em;
	margin-bottom: 2.4em;
	width: 29%;
	margin-right: 4.333%;
	color: #575757;
	border-bottom: 2px solid #8d9598;
}
main ul.boxlist li.zwischentitel {
	padding-bottom: .7em;
	margin-bottom: .4em;
	width: 100%;
	color: #575757;
	border-bottom: 0;
}
main ul.boxlist li.zwischentitel h2 {
	font-weight: 200;
	font-size: 2.7em;
	line-height: 1em;
	text-transform: uppercase;
}
/*main ul.boxlist > li:nth-child(3n) {
	margin-right: 0;
}*/
main ul.boxlist > li > h2 {
	margin-bottom: 0;
}
main ul.boxlist > li h2 {
	font-weight: normal;
	font-size: 1em;
	margin-top: 1.5em;
	line-height: 1.4em;
	min-height: 3em;
}
body.partner main ul.boxlist > li h2 {
}
main ul.boxlist > li h2 span {
	display: block;
}
main ul.boxlist > li h2 span:first-child {
	color: #003CA0;
}
main ul.boxlist > li h2 span+span {
	color: #575757;
}
main ul.boxlist > li .position  {
	font-weight: 200;
}
main ul.boxlist > li .infoBlock {
	font-weight: 100;
}
main ul.boxlist > li.has_contact .shortinfo {
	margin-bottom: 1em;
}
main ul.boxlist > li .bild {
	margin: 0;
}
body.ID420 main ul.boxlist > li .bild,
body.ID453 main ul.boxlist > li .bild
/*body.ID319 main ul.boxlist > li .bild*/{
	width: 60%;
	margin: 0 auto;
}
main ul.boxlist > li .infoBlock ul {
	margin: 1em 0 0 0;
}
.banner {
	padding: 0px 0px 90px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1em;
	align-items: stretch;
	max-width: 1400px;
	margin: 0 auto;
}
.banner > .bannerliste {
	color: #FFF;
	width: 32%;
	display: block;
	position:relative;
}
.bannerWrapper .banner > .bannerliste {
	width: 100%;
}
.banner.contact > .bannerliste {
/*	min-height: 130px;*/
}
.banner > .bannerliste .bannerwrapper {
	max-height: 175px;
	width: 75%;
}
.banner > .bannerliste .bannerwrapper .info {
	padding: 25px 30px;
}
.banner > .bannerliste a .bannerwrapper .info::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 2em;
	font-weight: 300;
	float: right;
	position: absolute;
	right: 0;
	top: 1.4em;
	margin-right: 1em;
	opacity: 0;
}
.banner h2 {
}
.banner .bannerliste a {
	color:#FFF;
}
.banner .bannerliste .info,
.banner.contact .bannerliste  {
	font-size: 0.8em;
	font-weight: 100;
}
.banner .bannerliste .newseintrag time,
.banner .bannerliste strong {
	font-weight: normal;
}
.banner .bannerliste a:hover {
}
.banner .bannerliste a:hover .bannerwrapper {
	background-color: rgba(0, 60, 160, 1);
	width: 100%;
}
.banner .bannerliste a:hover .bannerwrapper .info::after {
	opacity: 1;
}
.banner .bannerliste h2 {
	color:#FFF;
	/*text-shadow: black 0.04em 0.04em 0.4em;*/
	margin-top: 0;
}
.banner .bannerliste a .bannerwrapper {
	background-color: rgba(0, 60, 160, .8);
	position: absolute;
	bottom: 0;
	transition: background-color 0.5s, width 0.5s;
	-webkit-transition: background-color 0.5s, width 0.5s;
	-moz-transition: background-color 0.5s, width 0.5s;
	-o-transition: background-color 0.5s, width 0.5s;
}
.banner .bannerliste a .bannerwrapper .info::after {
	transition: opacity 0.5s, width 0.5s;
	-webkit-transition: opacity 0.5s, width 0.5s;
	-moz-transition: opacity 0.5s, width 0.5s;
	-o-transition: opacity 0.5s, width 0.5s;
}
.banner .bannerliste .bild img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.banner .bannerliste img {
	width: 100%;
	height:auto;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.banner .bannerliste {
	/*border-radius: 10px;*/
}
.banner.contact .bannerliste {
	background-color: rgba(255, 255, 255, 0);
}
.banner.contact.row2 {
	position: absolute;
	right: 0px;
	top: -705px;
	z-index: 180;
	display: block;
	padding: 0;
	margin: 0;
}

#scoutsss-dialog-5D496A-bottom-right {
	display: none;
}
body#home main .botWrapper {
	position: fixed;
	right: 23px;
	/*bottom: 190px;*/
	bottom: 20px;
	z-index: 180;
	display: block;
	/*background-color: #a0e2ff;*/
	/*padding: 20px;*/
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	/*border-radius: 10px;*/
	/*border: 4px solid #FFF;*/
}
body#home main .botWrapper iframe {
	/*border-radius: 10px;
	border: 1px solid #FFF;
	height: 62px;*/
}
body#home main div.botWrapper.pos_fixed {
	bottom: 20px;
}

.banner .bannerliste:nth-child(3n),
.banner .bannerliste:nth-child(3n) .bild img {
	margin-right: 0;
}
.banner.contact.row2 .bannerliste:nth-child(2n){
	margin-right: 0;
}
.banner .bannerliste .bild {
	margin:0;
}
.banner.contact a::after {
	content: "";
	display: block;
	clear: both;
}
.banner.contact .wrapper {
	display: none;
}
/*---------- quckLink stat----------------------------------*/
.quickLinkWrapper {
	position: absolute;
	right: 10px;
	top: 190px;
}
.quickLink {
	width: 70px;
	height: 70px;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.quickLink img {
	background: rgba(255, 255, 255, 0);
	border-radius: 45px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.quickLink:hover {
	width: 80px;
	height: 80px;
	padding: 5px;
}
.quickLink:hover img {
	background: rgba(255, 255, 255, 1);
	border-radius: 50px;
}
/*---------- quckLink end----------------------------------*/
.banner.contact a {
	display: block;
	height: 100%;
}
.banner.contact .bannerliste img {
	max-width: 110px;
	height: auto;
	display: block;
}
.banner.contact .bannerliste h2 {
	padding-top: 25px;
	text-transform: none;
	font-weight: 100;
}
footer {
	display: block;
    margin: 0 auto;
/*    max-width: 1600px;*/
    position: relative;
    width: 100%;
	background-color: #003CA0;
	color: #FFF;
}
footer .footerwrapper .footer_left {
	width: 50%;
	float: left;
}
footer .footerwrapper .footer_right {
	width: 50%;
	float: right;
}
footer .footerwrapper .footer_bottom {
	background-color: #8D9598;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	border-top: solid #fff 0.25em;
	line-height: 3em;
}
footer .footerwrapper .footer_bottom .address,
footer .footerwrapper .footer_bottom .impressum {
	float: left;
}
footer .footerwrapper > div {
	font-size: 0.8em;
	margin:0 auto;
}
footer > div > .wrapper > div{
	float: right;
    max-width: 1200px;
    width: 100%;
}
footer > div > .wrapper > div.clear {
	float: none;
}
footer strong {
	font-weight: 200;
}
footer a {
	color: #FFF;
}
footer a.icon::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 0.8em;
	font-weight: 300;
	color: #FFF;
	position: relative;
	top: -0.1em;
	margin-left: 1em;
	opacity: 1;

}
footer .logo a {
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
}
footer > div > .wrapper nav {
	position: relative;
	margin-left: 0px;
	min-height: 150px;
}
footer nav a {
	text-decoration: none;
}
footer nav ul ul a {
	text-transform: none;
	/*font-size: 13px;*/
}
/*.fussnaviwrapper {
	width: 100%;
}*/
footer nav {
	float:left;
	width: 66%;
}
footer #fussnebennavi {
	float: right;
	position:relative;
	right:0;
	padding-top: 48px;
}
footer #fussnebennavi span.separator {
	display:none;
}
footer #fussnebennavi li {
	text-align:right;
}
footer nav #footerNavigation {
	text-align: justify;
	vertical-align: text-top;
	z-index: 2;
}
footer nav #footerNavigation ul {
	text-align: left;
}
footer nav #footerNavigation li.force {
	display: inline;
}
footer nav #footerNavigation ul li.force {
	display: none;
}
footer nav #footerNavigation img.force {
	width: 100%;
	height: 1px;
	float: none;
}
footer nav ul#footerNavigation > li {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 0.8%;
	box-sizing: border-box;
	/*border-radius: 10px 10px 0px 0px;*/
	padding: 12px 2% 30px 0;
	float:left;
}
footer nav ul#footerNavigation > li:last-child {
	margin-right: 0%;
}

footer nav ul#footerNavigation > li > a {
	white-space: nowrap;
	display: block;
	line-height: 20px;
	text-transform:uppercase;
	font-weight: 200;
}
footer nav ul#footerNavigation > li ul {
	 display: block;
	 width: auto;
	 padding-top: 15px;
	 font-weight: 200;
}
footer nav ul#footerNavigation > li ul a {
	color: #003CA0;
	display: block;
}
footer nav ul#footerNavigation li.active > a,
footer nav ul#footerNavigation li:hover > a {
	color: #F47D30; !important;
}
footer nav ul#footerNavigation > li li {
	padding: 1px 0;
}
footer nav ul#footerNavigation > li.search {
	display: none;
}
footer .wrapper .fuss_tel,
footer .wrapper .fuss_mail {
	width: 40%;
	float:left;
}
footer .wrapper .fuss_mail {
	width: 59%;
}
footer .wrapper .fuss_tel a,
footer .wrapper .fuss_mail a {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	min-height: 35px;
}
footer .wrapper .fuss_tel h3,
footer .wrapper .fuss_mail h3 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	color: #4D4D4D;
}
footer .wrapper .fuss_tel a:hover h3,
footer .wrapper .fuss_mail a:hover h3 {
	color: #000;
}
footer .wrapper .fuss_tel span,
footer .wrapper .fuss_mail span {
	display: inline-block;
	white-space: nowrap;
	color: #f49725;
}
footer .wrapper .fuss_tel img,
footer .wrapper .fuss_mail img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.mobile-show {
	display:none;
}
@media all and (min-width: 1440px) {
	body {
		font-size: 20px;
	}
	/*header nav #navigation > li {
		padding: 0 20px;
	}*/
}
@media all and (max-width: 1600px) {
	main .einleitung.home,
	main .inhalt.home {
		width: 100%;
		left: 0px;
	}
	main .einleitung.home p,
	main .inhalt.home p {
/*		width: 85%;
		margin:110px auto 30px auto;
		padding: 0 50px;*/
	}
}
@media all and (max-width: 1250px) {
/*	.nav_fixed header nav #navigation  > li > a {
		font-size: 1.8vw;
	}*/
}
@media all and (max-width: 1008px) {
	body {
		font-size: 12px;
	}
/*	header nav #navigation  > li > a {
		font-size: 2vw;
	}
	.nav_fixed header nav #navigation  > li > a,
	.nav_fixed header nav #navigation  > li a {
		font-size: 1.6vw;
	}*/
	footer .footer3wrapper > div.footer3 {
		margin:0 20px;
	}
	footer .footer1wrapper .footerlogo {
		right: 20px;
	}

}
@media all and (max-width: 930px) {
	body header nav li > ul > li {
		padding: 2px 0;
	}

	.slider.textarrow {
		content: "\f061";
		font-family: "Font Awesome 5 Pro";
		right: 0;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-weight: 300;
		position: absolute;
		bottom: 0.3vh;
		margin-right: 2em;
		margin-left: 2em;
		cursor: pointer;
	}

}
@media all and (max-width: 740px) { /*auch in custom.js anpassen*/
	body main h3 {
		font-weight: 200;
		margin-top: 1em;
		line-height: 1.2;
		margin-bottom: 0.5em;
		font-size: 1.3em;
	}
	body footer .footerwrapper .footer_right {
		width: 100%;
		float: none;
	}
	body footer .footerwrapper .footer_left {
		padding: 30px;
		width: calc(100% - 60px);
		float: none;
		font-size: 1.5em;
	}
	body footer .footerwrapper .footer_bottom {
		font-size: 1em;
		line-height: 2em;
		border-top: solid 0em;
	}
	body #sliderlistwrapper .text p {
		/*line-height: 1.2em;*/
		font-size:4.8vw;
	}
	body .position-fixed {
		height: 44px;
	}
	body #logo span.textLogo,
	body #mobileLogo span.textLogo {
		font-size: 1.8rem;
	}
	body .inhalt .rahmen div.rechts,
	body .einleitung .rahmen div.rechts {
		/*float: none;*/
	}
	body #mainWrapper .banner {
		padding: 0px;
	}
	body main .einleitung.mbanner,
	body main .bannerWrapper {
		width: 100%;
		float: none;
	}
	body .quickLinkWrapper {
		top: 90px;
	}
	body.slider_enabled .slider {
	}
	body .banner {
		display: block;
		margin: 0;
		padding: 0px 20px 20px 20px;
	}
	body .banner > .bannerliste {
		width: 100%;
		margin-bottom: 1.5em;
		font-size: 1.5em;
	}
	body .bannerliste.news .newseintrag {
		width: 100%;
		position: relative;
		margin-bottom: 3em;
		font-size: 1.5em;
	}
	body main .button {
		position: relative;
		bottom: 0em;
	}
	body .inhalt .rahmen > div, .einleitung .rahmen > div {
		width: 100%;
		border-bottom: 2px solid #8D9598;
		line-height: 2em;
	}
	body footer .anfahrt,
	body footer .logo,
	body footer .address{
		float: none;
		width: 100%;
		padding: 0em;
	}
	body footer .anfahrt{
		padding: 1.5em 0;
	}
	body main ul.boxlist > li.werke .bild,
	body main ul.boxlist > li.werke .infoBlock,
	body main ul.boxlist > li.werke .main,
	body main ul.boxlist > li.werke .linkWrapper {
		width: 100%;
		float: none;
	}
	body main #mainWrapper img {
		/*border-radius: 10px;*/
		/*padding-bottom: 1.5em;*/
	}
	body main #mainWrapper li.werke img {
		/*border-radius: 10px 10px 0 0;*/
	}
	body main ul.boxlist > li.werke .infoBlock {
		font-size: 1.85em;
		height: auto;
		width: calc(100% - 1.5em);
		/*border-radius: 0 0 10px 10px;*/
	}
	body#home main .botWrapper {
		display: none;
	}
	body#home .inhalt.home div.q-info {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	body#home .inhalt.home div.q-info div {
		width: 46%;
		padding-top: 35%;
		padding-bottom: 8%;
		margin-bottom: 30px;
	}
	body .instagramBox ul {
		display: block;
		width: calc(100% - 40px);
	}
	body .instagramBox li {
		width: 100%;
		height: 80vw;
		max-height: 1000px;
		margin-bottom: 1.5em;
		margin-right: 0%;
		/*border-radius: 10px;*/
		overflow: hidden;
	}
	main #mainWrapper .instagramBox li img {
		width: 100%;
		display: block;
	}
	.slider .textarrow {
		display: none;
	}
	body .slider .imgWrapper {
		height: calc(100vh - 20em);
	}
	.slider .imgWrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body main .einleitung {
		float: none;
	}
	body main .einleitung.home,
	body main .inhalt.home {
		/*font-size: 30px;
		line-height: 1.2em;*/
	}

	body main .einleitung.short,
	body main .inhalt.short,
	body main .einleitung,
	body main .inhalt {
		width: 100%;
		font-size: 1.5em;
	}
	body main .main p,
	body main .inhalt p,
	body main .einleitung p {
		margin-bottom: 1.5em;
		width: 100%;
	}
	body main ul.boxlist > li {
		border-bottom: 3px solid #575757;
		margin-right: 0%;
		padding-bottom: 1.7em;
		width: 100%;
	}
/*	body main .banner {
		display: block;
	}*/
	body .banner > .bannerliste,
	body .banner.contact.row2 .bannerliste {

	}
	body main > .wrapper {
		padding-bottom: 0px;
	}
	body .banner > .bannerliste .bannerwrapper {
		height: auto;
		max-height: 1000px;
	}
	body nav,
	body #nebennavi {
		display: none;
	}
	body nav.mean-nav {
		display:block;
	}
	
	body header {
		position: relative;
	}
	body #mobileLogo {
		display: block;
		position: fixed;
		z-index: 100000;
		padding: 0.5em 0 0.5em 20px;
		width: 50%;
	}
	body #mobileLogo a {
		display: block;
	}
	body #logo {
		display: none;
	}
	body main {
		/*min-width: 300px;*/
		width: 100%;
	}
	body #headimage ul.bilder {
		margin-top: 0%;
	}
	body main ul.bilder li {
		float: none;
		height: auto;
		padding-right: 0% !important;
		width: 100% !important;
		padding-bottom: 1em;
	}
	body main ul.containeroffen li.has_aside .lead,
	main ul.containeroffen > li.has_aside > div.infoBlock {
		float: none;
		width: 100%;
	}
	body main > .wrapper #mainWrapper {
		margin-left: 20px;
	}
	main aside,
	main ul.containeroffen > li.has_aside > aside  {
		float: none;
		width: 100%;
	}
	main .no_aside ul.bilder.small li {
		width: 23%;
	}
	footer > div > .wrapper > div {
		float: none;
	}
	footer .footer1wrapper,
	footer nav {
		display: none;
	}
	footer .footer2wrapper {
		border-top: 3px solid #4c4c4c;
		padding: 0;
	}
	footer .footer2wrapper .wrapper,
	footer .footer3wrapper .wrapper {
		margin-left: 20px;
	}
	footer .wrapper .fuss_tel,
	footer .wrapper .fuss_mail {
		width: 49.5%;
	}
	footer .wrapper .fuss_mail {
		float: right;
	}
	footer address span {
		display: block;
		height: 1px;
		text-indent: -9999px;
		overflow: hidden;
	}
	footer .wrapper .socialcontent {
		float: none;
		width: 100%;
		padding-bottom: 15px;
	}
	footer .footer3wrapper > div.footer3 {
		padding-top: 0;
		border-top: none;
	}
	#anfrageform .radioelement > label,
	#anfrageform .selectblock > label,
	#anfrageform .textinput label {
		width: 100%;
	}
	#anfrageform .input,
	#anfrageform .select,
	#anfrageform .textinput .input,
	#anfrageform .selectblock .select,
	#anfrageform .radioelement .radio,
	#anfrageform .subblock .radioelement .help {
    	float: none;
    	width: 100%;
	}
	#anfrageform .text textarea {
		width: 100%;
	}
	#anfrageform #elementmoebelstuecke input {
		width: 100%;
	}
	#anfrageform .subblock .textinput {
		width: 100%;
		margin-right: 0;
	}
	#anfrageform .subblock #elementzip,
	#anfrageform .subblock #elementevent_haus_nr,
	#anfrageform .subblock #elementevent_plz {
		width: 30%;
		margin-right: 5%;
	}
	#anfrageform .subblock #elementcity,
	#anfrageform .subblock #elementevent_strasse,
	#anfrageform .subblock #elementevent_ort {
		width: 65%;
	}
	#anfrageform .subblock #elementevent_haus_nr {
		margin-right: 0;
	}
	#anfrageform .subblock #elementevent_strasse {
		margin-right: 5%;
	}
	#anfrageform .subblock #elementeventmaterial.radioelement .help span figure,
	#anfrageform .subblock #elementtoiletten.radioelement .help span figure,
	#anfrageform .subblock #elementreinigung.radioelement .help span figure {
		font-size: 10px;
		font-weight: 200;
	}
	/*! #######################################################################

		MeanMenu 2.0.7
		--------

		To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

	####################################################################### */

	/* hide the link until viewport size is reached */
	a.meanmenu-reveal {
		display: none;
	}

	/* when under viewport size, .mean-container is added to body */
	.mean-container .mean-bar {
		float: left;
		width: 100%;
		position: relative;
		background: #0c1923;
		padding: 0px 0;
		z-index: 999999;
		box-shadow: 0px 0px 1px 1px #999999;
	}

	.mean-container a.meanmenu-reveal {
		width: 22px;
		height: 22px;
		padding: 13px 13px 11px 13px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		text-indent: -9999em;
		line-height: 22px;
		font-size: 1px;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
	}

	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #fff;
		height: 3px;
		margin-top: 3px;
	}

	.mean-container .mean-nav {
		/*float: left;*/
		width: 100%;
		background: #003CA0;
		margin-top: 44px;
		margin-bottom: 44px;
	}

	.mean-container .mean-nav ul {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
		height: auto;
		max-height: 600px;
		overflow-x: hidden;
	}

	.mean-container .mean-nav ul li {
		position: relative;
		float: left;
		width: 100%;
		background-color: #003CA0;
	}

	.mean-container .mean-nav ul li a {
		display: block;
		float: left;
		width: 90%;
		padding: 1em 5%;
		margin: 0;
		text-align: left;
		color: #fff;
		border-top: 1px solid #383838;
		border-top: 1px solid rgba(255,255,255,0.5);
		text-decoration: none;
	}

	.mean-container .mean-nav ul li li a {
		width: 80%;
		padding: 1em 10%;
		border-top: 1px solid #f1f1f1;
		border-top: 1px solid rgba(255,255,255,0.25);
		opacity: 0.75;
		filter: alpha(opacity=75);
		text-shadow: none !important;
		visibility: visible;
	}

	.mean-container .mean-nav ul li.mean-last a {
		border-bottom: none;
		margin-bottom: 0;
	}

	.mean-container .mean-nav ul li li li a {
		width: 70%;
		padding: 1em 15%;
	}

	.mean-container .mean-nav ul li li li li a {
		width: 60%;
		padding: 1em 20%;
	}

	.mean-container .mean-nav ul li li li li li a {
		width: 50%;
		padding: 1em 25%;
	}

	.mean-container .mean-nav ul li a:hover {
		background: #013797;
	}

	.mean-container .mean-nav ul li a.mean-expand {
		margin-top: 1px;
		width: 29px;
		height: 29px;
		padding: 12px !important;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		/*background: rgba(255,255,255,0.1);*/
		background: #013797;
		border: none !important;
		border-left: 1px solid rgba(255,255,255,0.4) !important;
		border-bottom: 1px solid rgba(255,255,255,0.2) !important;
		font-size: 25px !important;
		line-height: 1.4em !important;
	}

	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: rgba(255,255,255,0.1);
	}

	.mean-container .mean-push {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;
	}

	.mean-nav .wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	/* Fix for box sizing on Foundation Framework etc. */
	.mean-container .mean-bar, .mean-container .mean-bar * {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	
	.mean-remove {
		display: none !important;
	}
	/* mean menu end */
	/* custom mean menu start */
	.mean-container .mean-bar {
		z-index: 100000;
		float: none;
		background-color: #FFF;
		position: fixed;
	}
	.mean-container a.meanmenu-reveal {
		color: #003CA0;
	}
	.mean-container a.meanmenu-reveal span {
		background-color: #003CA0;
	}
	.mean-container .mean-push {
		float: none;
	}
	.mean-container .mean-bar li a:first-child {
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		padding: 7px !important;
	}
	.mean-container .mean-nav ul li a.mean-expand:hover {
/*		background: rgba(77, 77, 77, 0.4);*/
	}
	/* custom mean menu end */
	body .slider .imgWrapper {
		/*height: calc(100vh - 13.5em);*/
		height: auto !important;
		width: 100%;
	}

	ul.theme {
		position: relative!important;
		width: 100%!important;
		height: auto !important;
	}

	body.slider_enabled .slider > div.wrapper {
		position: relative!important;
		height: auto!important;
	}

	ul.theme li {
		position: relative!important;
	}
	#sliderlistwrapper.slider {
		top: -20px !important;
	}
	main h1 span {
		width: 100%;
	}
	.mobile-wassertemp {
		position: absolute;
		width: 50%;
		height: auto;
		top: 10px;
		left: 0;
		text-align: left;
		z-index: 99999;
	}
	.mobile-wassertemp .pool, .mobile-wassertemp .see {
		position: relative;
		float: left;
		margin-left: 1rem;
		width: 26px;
		text-align: center;
		padding: 0.5rem 0.8rem 0.2rem 0.8rem;
		border-radius: 5px;
		background: rgba(255,255,255, 90%);
		color: #555;
	}

	.mobile-show { display:inline-block; }
}

@media all and (max-width: 800px) {
	.slider .textarrow {
		display: none;
	}
}


@media all and (max-width: 520px) {
	body main h2.kategorie {
		padding-left: 0;
	}
/*	body main .no_aside ul.bilder li,
	body main .no_aside ul.bilder.small li {
		width: 31%;
	}*/
	footer .wrapper .fuss_tel,
	footer .wrapper .fuss_mail {
		float: none;
		width: 100%;
	}
	footer .wrapper .fuss_tel {
		margin-bottom: 2em;
	}

	.slider .textarrow {
		display: none;
	}
}
@media all and (max-width: 420px) {
	main ul.containerlist .bild,
	main ul.newslist .bild {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: .5em;
	}
	main ul.containerlist .bild img,
	main ul.newslist .bild img {
		margin: 0;
		left: 0px;
	}
	main ul.containerlist .infoBlock,
	main ul.newslist .infoBlock {
		width: 100%;
		float: none;
	}
	
	main ul.containerlist li.thumb .infoBlock,
	main ul.newslist li.thumb .infoBlock {
		float: none;
		width: 100%;
	}
	main ul.boxlist,
	.banner > ul {
		display: block;
	}
	body main ul.boxlist > li,
	body .banner > ul > li {
		display: block;
		width: 100%;
		max-width: 400px;
		margin-right: 0;
		float: none;
	}

	.slider .textarrow {
		display: none;
	}
}

/* SLIDER */
#sliderlistwrapper.slider {
	z-index: 90;
	position: relative;
}
#sliderlistwrapper .imgWrapper li {
	width: 100vw;
}
#sliderlistwrapper .imgWrapper {
	position: relative;
	/*height: calc(100vh - 17.25em);*/
}
#sliderlistwrapper .imgWrapper::before {
	content: '';
	background-image: url("/pics/layout/shadow_bottom.png");
	position: absolute;
	height: 100vh;
	width: 100%;
	background-size: 300px 500px;
	background-repeat: repeat-x;
	background-position-y: bottom;
	display: none;

}
#sliderlistwrapper .imgWrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sliderlistwrapper .info {
	padding-top: 1em;
	padding-bottom: 1em;
	min-height: auto;
	z-index: 10000;
	/*min-height: 6.15em;*/
}

#sliderlistwrapper .text {
	/*width: calc(100vw - 20px);*/
	text-align: center;
}

#sliderlistwrapper .textarrow {
	left: 0;
	width: 25vw;
	display: none;
}
#sliderlistwrapper .textarrow::after {
	/*content: "\f061";*/
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	right: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 7em;
	font-weight: 300;
	position: absolute;
	bottom: -35px;
	margin-right: 2em;
	margin-left: 2em;
	cursor: pointer;
}
#sliderlistwrapper .info::before {
	position: absolute;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	text-shadow: 0 0 0.2em #000;
	font-size: 3em;
	font-weight: 300;
	color: #FFF;
	width: 100px;
	height: 100px;
	z-index: 9999;
	left: calc(50% - 25px);
	top: -80px;
}
#sliderlistwrapper .info {
	position: relative !important;
	width: 100% !important;
	bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	color: #FFF;
	background-color: #003CA0;
	display: block;
	/*height: 10vh;*/
}
/*#sliderlistwrapper .info a {
	color: #FFF;
	background-color: #003CA0;
	display: block;
	height: 100%;
}*/

#sliderlistwrapper .text h3 {
	font-weight: 200;
	font-size: 2.7em;
	line-height: 1em;
	padding-top: 0.3em;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	display: none;
}
#sliderlistwrapper .text h3 span {
	font-weight: 100;
	font-size: .7em;
	display: block;
	text-transform: none;
}

#sliderlistwrapper .text p {
	/*font-weight: normal;*/
	font-weight: 200;
	font-size: 1.2em;
	/*line-height: 1.2em;*/
	/*max-width: 1400px;*/
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 0.8em;
	padding-bottom: 0.5em;*/
	color: #FFF;
	/*width: calc(100% - 40px);*/
	width: 100%;
	height: 65px;
	line-height: 65px;
}
#sliderlistwrapper .text p.stoerer1 {
}
#sliderlistwrapper .text p.stoerer11,
#sliderlistwrapper .text p.stoerer22,
#sliderlistwrapper .text p.stoerer33{
	height: auto;
	font-size: 1rem;
	line-height: 1.3rem;
}
#sliderlistwrapper .text p.stoerer2,
#sliderlistwrapper .text p.stoerer22{
	background-color: #00348b;
}
#sliderlistwrapper .text p.stoerer3,
#sliderlistwrapper .text p.stoerer33{
	background-color: #012976;
}


body.slider_enabled .sliderlistwrapper {
	position: relative;
}

body.slider_enabled .slider > div.wrapper {
	overflow: hidden;
	position: relative;
}

ul.theme {
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	overflow: hidden;
	padding-top: 4rem;
}
ul.theme li {
	width: 100vw;
	background-color: #003CA0;
	position: relative;
}
.slider .slideforward,
.slider .slideback {
	position: absolute;
	bottom: 45vh;
	height: 5em;
	margin-right: 2em;
	margin-left: 2em;
	cursor: pointer;
}
.slider .slideback > div,
.slider .slideforward > div {
	display: none;
}
.slider .slideback {
	left: 0;
}
.slider .slideback::after {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 5em;
	font-weight: 300;
	line-height: 1em;
	text-shadow: 0px 0px 10px #DDD;
}
.slider .slideforward {
	right: 0;
}
.slider .slideforward::after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 5em;
	font-weight: 300;
	line-height: 1em;
	text-shadow: 0px 0px 10px #DDD;
}

.slider .slideback.active,
.slider .slideforward.active {
	color: #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.slider .slideforward:hover {
	color: #003CA0;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 0em;
	padding-left: 2em;
}
.slider .slideback:hover{
	color: #003CA0;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 2em;
	padding-left: 0em;
}
.slider .slideback.inactive,
.slider .slideforward.inactive {
	color: #fff;
	display: none;
}
.slider .imgWrapper img {
	display: block;
}

div.pageMarker {
	display: block;
	position: absolute;
	bottom: 8.5em;
	left: calc(50% - 35px);
}

div.pageMarker span {
	display: inline-block !important;
	width: 1em !important;
	height: 1em !important;
	margin: 0 0.5em 0 0 !important;
	/*border-radius: 1em;*/
	cursor: pointer;
	background-color: white;
	transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	visibility: visible;
	opacity: 0.4;
	overflow: hidden;
	text-indent: -9999px;
}
.slider .slideforward.disabled,
.slider .slideback.disabled,
.slider div.pageMarker.undefined span{
	display: none !important;
}

div.pageMarker span.active {
	opacity: 1;
}

#map {
	width: 100%;
	height: 45vh;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	vertical-align: baseline;
}

.mapboxgl-popup-content {
	margin: unset;
	padding: unset;
}

.mapboxgl-popup {
	min-width: 300px;
	margin: unset;
	padding: unset;
}

.mpop-title {
	background-color: #003CA0;
	color: white;
}

.mpop-text > span {
	font-weight: bolder;
}

.iconAdjust {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--- jgn added -------------------*/
.position-fixed {
	position:relative;
	width:100%;
	z-index:9999;
	max-width: 1440px;
	margin: auto;
	/*padding: 0 20px;*/
	height: 4rem;
}
/*.position-fixed:after {
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	z-index:-1;
	transform:scale(1);
	box-shadow: 0px 0px 1px 1px #999999;
}*/
