*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html
{
	scroll-behavior: smooth;
}
body
{
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Helvetica;
}
p, div, img, dd, dl
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center!important;
    letter-spacing: .05em;
}
ul, nav, li
{
	padding: 0;
	margin: 0;
}
h1, h2
{
	color: #006187;
	margin-block-start: 0.33em;
    margin-block-end: 0.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin: 0!important;
    padding: 0!important;
}


/* Slider override CSS Anfang */
#layerslider_1 > div.ls-inner > div > div > img
{
	background-color: rgba(170, 170, 170, 0.35)!important;
	border: 1px solid #0098DB!important;
}
#layerslider_1 > div.ls-inner > div > div > img:hover
{
	transform: scale(1.1)!important;
}

/* Slider override CSS Ende */

/* Mainmenu CSS Anfang`*/

#mainmenu 
{
	background-color: white;
	width: 100%;
	position: fixed;
	z-index: 100000000000;
	-webkit-box-shadow: 0px 10px 62px -9px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 10px 62px -9px rgba(0,0,0,0.85);
	box-shadow: 0px 10px 62px -9px rgba(0,0,0,0.85);
}
#mainmenu > ul
{
	width: 55%;
	height: 110px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	list-style-type: none;
	padding-bottom: 8px;
	padding-left: 210px;
	background-image: url(/images/Logo_grn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
#mainmenu > ul > li
{
	width: 113px;
	text-align: center;
	font-size: 14px;
}
#mainmenu > ul > li > a
{
	color: black;
	text-decoration: none;
	padding-bottom: 5px;
	transition: 300ms ease-in-out;
	border-bottom: 1px solid white;
}
#mainmenu > ul > li:hover > a
{
	border-bottom: 1px solid #006187;
	color: #006187;
}

/* Mainmenu CSS Ende`*/

#mainhead
{
	width: 100%;
	height: auto;
}

#maincnt
{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.page-header
{
	display: none;
}

/* */

.ueberzwischenparallax1
{
	width: 100%;
	height: 50px;
	background-image: url(/images/parallax1.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
}
.ueberzwischenparallax2
{
	width: 100%;
	height: 100px;
	background-image: url(/images/parallax1.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
}
.ueberzwischenparallax3
{
	width: 100%;
	height: 100px;
	background-image: url(/images/parallax1.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
}
.ueberzwischenparallax4
{
	width: 100%;
	height: 100px;
	background-image: url(/images/parallax1.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
}

/* RS Form Kontaktformular CSS Anfang */

#userForm
{
	margin-top: 200px!important;
	margin-bottom: 200px!important;
	width: 100%!important;
}
#userForm > h2
{
	display: none;
}
#rsform_1_page_0 > div > div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#rsform_1_page_0 > div > div > div
{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
#rsform_1_page_0 > div > div > div > div
{
	width: 350px!important;
}
#rsform_1_page_0 > div > div > div > div > div
{
	width: 350px!important;
}
#rsform_1_page_0 > div > div > div > div > div > input
{
	width: 350px!important;
	height: 30px!important;
}
#Message
{
	width: 350px!important;
}
.formControlLabel
{
	margin-top: 7px;
}

/* RS Form Kontaktformular CSS Ende */

/* */

#homeauswahl
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.homeunterauswahlback
{
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.homeunterauswahlback > div
{
	width: 100%;
}
.homeunterauswahl
{
	width: 100%;
}
.homeunterauswahl:hover .hometxt
{
	background-color: rgba(190, 190, 190, 0.5);
}
.homebox
{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
.hometxt
{
	width: 35%;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 250ms ease-in-out;
	-webkit-box-shadow: 10px 10px 46px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 46px -20px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 46px -20px rgba(0,0,0,0.75);
}
.hometxt h2
{
	font-size: 24px;
}
.hometxt ul
{
	list-style-type: none;
}
.homeimg
{
	width: 35%;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.homeimg img
{
	width: 100%;
	transition: 250ms ease-in-out;
}
.homebox:hover .homeimg img
{
	transform: scale(1.05);
}
.homeimg
{
	
}

#homeauswahl > div:nth-child(2) > div > div > article > div.hometxt
{
	border-top: 1px solid #006187;
	border-bottom: 1px solid #006187;
	border-left: 1px solid #006187;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#homeauswahl > div:nth-child(5) > div > div > article > div.hometxt
{
	border-top: 1px solid #006187;
	border-bottom: 1px solid #006187;
	border-right: 1px solid #006187;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
#homeauswahl > div:nth-child(7) > div > div > article > div.hometxt
{
	border-top: 1px solid #006187;
	border-bottom: 1px solid #006187;
	border-left: 1px solid #006187;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#homeauswahl > div:nth-child(9) > div > div > article > div.hometxt
{
	border-top: 1px solid #006187;
	border-bottom: 1px solid #006187;
	border-right: 1px solid #006187;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
#homeauswahl > article:nth-child(4)
{
	padding-left: 7.5%;
}

/* Parallax 1 CSS Anfang */

#parallax1
{
	width: 100%;
	height: 50px;
	background-image: url(/images/parallax1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	-webkit-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 86px 5px rgba(0,0,0,0.58);
}

/* Parallax 1 CSS Ende */

/* Footer Bereich CSS Anfang */

#mainfoot
{
	width: 100%;
	height: 60px;
	background-color: #006187;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: white;
	padding-left: 5%;
}
#mainfoot ul
{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 300px;
}
#mainfoot a
{
	color: white;
	text-decoration: none;
}

/* Footer Bereich CSS Ende */

/* Impressum CSS Anfang */

#impressum
{
	width: 65%;
	padding-left: 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-bottom: 2%;
	padding-top: 90px;
	
}
#impressum > h2
{
	text-align: left;
}
#impressum > p
{
	text-align: left;
}
#impressum > div
{
	text-align: left;
}
#impressum > h1
{
	text-align: left;
}
#impressum > h3
{
	text-align: left;
}
/* Impressum CSS Ende */

/* Datenschutz CSS Anfang */

#datenschutz
{
	width: 65%;
	margin-left: 10%;
	display: flex;
	flex-direction: column;
	padding-top: 5%;
	padding-bottom: 5%;
}
#datenschutz h1
{
	text-align: left;
}
#datenschutz p
{
	text-align: left;
}
#datenschutz div
{
	text-align: left;
}
#datenschutz h2
{
	text-align: left;
}
#datenschutz li
{
	text-align: left;
}
#datenschutz ul
{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Datenschutz CSS Ende */

/* Media Queries */
@media screen and (max-width: 1568px){
	#mainmenu ul
	{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-right: 5%;
	}
}
@media screen and (max-width: 1200px){
	.homeimg
	{
		display: none;
	}
	.hometxt
	{
		border-top: 1px solid #006187;
		border-bottom: 1px solid #006187;
		border-right: 1px solid #006187;
		border-left: 1px solid #006187;
		border-top-right-radius: 0!important;
		border-bottom-right-radius: 0!important;
		border-top-left-radius: 0!important;
		border-bottom-left-radius: 0!important;
		padding-right: 5%;
		padding-left: 5%;
		width: 65%!important;
		min-height: 260px;
		left: 0!important;
		right: 0!important;
	}
	#homeauswahl > article:nth-child(2)
	{
		margin-left: 0!important;
	}
}
@media screen and (max-width: 955px){
	#mainmenu li
	{
		display: none;
	}
	#mainmenu ul
	{
		width: 170px;
		float: left;
	}
	#mainmenu
	{
		width: 170px;
		height: 80px;
	}
}
@media screen and (max-width: 900px){
	.hometxt
	{
		width: 100%!important;
	}
}













