@charset "utf-8";
@font-face {
    font-family: FontL;
    src: url("../OpenSans-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: FontB;
    src: url("../OpenSans-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: FontI;
    src: url("../InriaSerif-Bold.ttf");
    font-display: swap;
}
/* CSS Document */
* {
	font-family: FontL;
	font-size: 15px;
	line-height: 1.5;
	color: #111;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
background-image: none;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	z-index: 50;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.HeaderF {
background-image: url("img/bg.png");
	height: 60px;-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1);
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1);
}
.HeaderF .Logo {
	width: 110px;
	top: 0px;
}
header nav {
	text-align: right;
	color: #FFF;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0px;
	top: 0px;
}
header nav a {
	color: #FFF;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: normal;
	font-size: 16px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: left;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	position: relative;
}
header nav a:after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 0px;
	left: 0px;
	bottom: -2px;
	height: 1px;
	background-color: #FFF;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
header nav a:hover:after {
	opacity: 1;
	width: 100%;
}
header nav div {
	color: #FFF;
}
header nav a:hover {
	transform: translateY(-3px);
}
header nav a:nth-child(1) {
	padding-left: 0px;
	background-image: none;		
}
header .grid {
	align-items: center;
	height: 100%;
}
header .MB {
	height: 100%;
	position: relative;
}
header .Logo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 200px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.Logo img {
	display: block;
	width: 100%;
}
.PhotosSlider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
nav .HM {
	color: #FFF;
}
.BodySmall .PhotosSlider {
	height: 60%;
}
.BodySmall .Content {
	top: 60%;
}
.Overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	z-index: 10;
	justify-content: center;
}
.BodySmall .Overlay {
	display: none;
}
.H1 {
	font-size: 60px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	animation: AniH1;
	animation-delay: 900ms;
	animation-direction: normal;
	animation-duration: 900ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	transform: translateY(-20px); opacity: 0;
	font-family: FontI;
}
@keyframes AniH1 {
	0% {transform: translateY(-20px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}
.H2 {
	font-size: 20px;
	color: #FFF;
	font-weight: lighter;
	text-align: center;
	animation: AniH2;
	animation-delay: 1500ms;
	animation-direction: normal;
	animation-duration: 900ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	transform: translateY(20px); opacity: 0;
}
@keyframes AniH2 {
	0% {transform: translateY(20px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}
.Content {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	padding-top: 90px;
}

.MAbstand1 {
	display: block;
	height: 90px;
}
.MAbstand2 {
	display: block;
	height: 50px;
}
.MText p {
	text-align: center;
}

.M_Element1 {
	text-align: center;
	padding-bottom: 30px;
}
.M_Element1 img {
	display: inline-block;
	width: 160px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.ButtonRechts {
	border: 1px solid #CCC;
	padding: 7px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	text-decoration: none;
	color: #111;
	float: right;
}
.Formular .grid {
	flex-wrap: wrap;
}
.Formular label {
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 6px;
	display: block;
}
.Formular input, .Formular textarea, .Formular select {
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #575756;
	line-height: 2;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
.Formular input, .Formular select {
	height: 38px;
}
.Formular .grid div {
	padding: 2px;
}
.Footer {
	background-color: #EFEFEF;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 80px;
background-image: url("img/bg.png");
}
.Footer * {
	color: #FFF;
}
.Footer a {
	text-decoration: none;color: #FFF;
}
.Footer .Weinstrasse {
	display: inline-block;
	width: 100px;
	margin-bottom: 30px;
}
.Footer .luttix {
	text-decoration: none;
	color: #CCC;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.Footer .grid_4:nth-child(2) {
	text-align: center;
}
.Footer .grid_4:nth-child(2) h4 {
	text-align: center;
}
.Footer .grid_4:nth-child(3) {
	text-align: right;
}
.Footer h4 {
	text-align: left;
	font-size: 30px;
}
.AnfragenLeiste {
	position: fixed;
	width: 460px;
	left: 50%;
	margin-left: -250px;
	border-radius: 10px 10px 0px 0px;
	bottom: -50px;
	z-index: 30;
	background-color: #2E5C00;
	padding: 10px;
	font-size: 14px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.AnfragenLeisteF {
	bottom: 0px;
}
.AnfragenLeiste .grid {
	align-items: center;
	justify-content: center;
}
.AnfragenLeiste .grid .grid_x:nth-child(1) {
	padding-right: 15px;
}
.AnfragenLeiste .grid .grid_x:nth-child(2) {
	padding-right: 5px;
}
.AnfragenLeiste .grid .grid_x:nth-child(3) {
	padding-right: 5px;
}
.AnfragenLeiste img {
	display: inline-block;
	width:20px;
	margin-top: 0px;
	margin-left: 10px;
}
.AnfragenLeiste input {
	width: 100px;
	border: 0px;
	background-color: #3A7500;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
	padding: 5px;
	color: #FFF;
}
.AnfragenLeiste h6 {
	padding: 0px;
	font-size: 14px;
	text-align: left;
	color: #FFF;
	width: auto;
}
h1 {
	font-size: 50px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 1;
	font-family: FontI;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
h1:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -30px;
	width: 200px;
	height: 250px;
	background-repeat: no-repeat;
	background-image: url("img/h1.svg");
	z-index: -1;
	margin-left: -100px;
	background-size: 200px;
}
h2 {
	font-size: 20px;
	margin: 0px;
	font-weight: lighter;
	padding: 0px;
	line-height: 1.2;
	text-align: center;
}
h3 {
	font-size: 40px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: FontI;
}
h4 {
	font-size: 40px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: FontI;
}
.Link {
	background-color: #2E5C00;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	display: inline-block;
	position: relative;
}
.Link:hover {
	transform: translateY(-3px);
}
.M2Photos {
	margin-bottom: 30px;
}
.M2Photos .grid_6:nth-child(1) {
	padding-right: 20px;
	text-align: center;
}
.M2Photos .grid_6:nth-child(2) {
	padding-left: 20px;
	text-align: center;
}
.M2Photos img {
	display: block;
	width:100%;
}

.M3Photos img {
	display: block;
	width: 100%;
}
.M3Photos .grid_4:nth-child(1) {
	padding-right: 4px;
	padding-bottom: 4px;
}
.M3Photos .grid_4:nth-child(2) {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 4px;
}
.M3Photos .grid_4:nth-child(3) {
	padding-left: 4px;
	padding-bottom: 4px;
}
.MAnfahrt iframe {
	width: 100%;
	height: 450px;
}

.MobileNav {
	display: none;
}


.MPL img {
	display: block;
	width: 100%;
}
.MPL .grid_6:nth-child(1) {
	padding-right: 40px;
}
.MPL .grid_6:nth-child(2) {
	padding-left: 40px;
	padding-top: 30px;
}

.Bg {
	background-color: #EFEFEF;
	padding-top: 60px;
	padding-bottom: 60px;
}


@media only screen and (max-width: 1200px) {
	header nav a {
		margin-left: 0px;
		padding-left: 10px;
		font-size: 15px;
	}
	header .Logo {
		width: 180px;
	}
	header {
		height: 120px;
	}
}

@media only screen and (max-width: 950px) {
	header nav {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 100;
		background-color: #FFF;
		pointer-events: none;
		opacity: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	}
	header .Logo, .HeaderF .Logo {
		left: 25px;
	}
	header nav a {
		display: block;
		width: 100%;
		text-align: center;
		background-image: none;
		padding-left: 0px;
		margin-left: 0px;
		font-size: 20px;
	}
	header .NavAktiv {
		opacity: 1;
		pointer-events: inherit;
	}
	.HeaderF {
		height: 80px;
	}
	header .Logo, .HeaderF .Logo {
		width: 170px;
		position: absolute;
	}
	.MobileNav {
		position: fixed;
		right: 25px;
		top: 30px;
		display: block;
		z-index: 60;
		width:30px;
		height: 30px;
	}
	.Overlay {
	}
	.PhotosSlider {
		height: 50%;
	}
	.Content {
		top: 50%;
		padding-top: 80px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 30px;
	}
	.AnfragenLeiste {
		left: 25px;
		right: 25px;
		width: auto;
		margin-left: 0px;
	}
	.MPL .grid_6:nth-child(1) {
		padding-right: 20px;
	}
	.MPL .grid_6:nth-child(2) {
		padding-left: 20px;
	}
	.H1 {
		font-size: 30px;
		line-height: 1;
	}
	.H2 {
		font-size: 26px;
	}
	.Footer .grid {
		flex-wrap: wrap;
	}
	.Footer .grid_6 {
		width: 100%;
		text-align: center!important;
	}
	header nav {
		background-image: url("img/bg.png");
	}
	nav .HM {
		display: none;
	}
	header nav a {
		color: #FFF;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
	}
	.Footer .grid_4:nth-child(1),.Footer .grid_4:nth-child(2) {
		width: 50%;
	}
	.Footer .grid_4:nth-child(2) {
		text-align: right;
	}
	.Footer .grid_4:nth-child(2) h4 {
		text-align: right;
	}
	.Footer .grid_4:nth-child(3) {
		width: 100%;
		text-align: center!important;
		padding-top: 20px;
	}
	.AnfragenLeiste .grid .grid_x:nth-child(1) {
	}
}

@media only screen and (max-width: 600px) { 
	.M3Photos .grid_4 {
		width: 100%;
	}
	.M3Photos .grid_4:nth-child(1),.M3Photos .grid_4:nth-child(2),.M3Photos .grid_4:nth-child(3) {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.H2 {
		font-size: 18px;
	}
	header .Logo, .HeaderF .Logo {
		left: 15px;
		width: 150px;
		top: 0px;
	}
	.MPL .grid_6 {
		width: 100%;
		padding-left: 0px!important;
		padding-right: 0px!important;
		text-align: center!important;
	}
	.MPL .grid_6 * {
		text-align: center!important;
	}
	h1,h2,h3,h4 {
		line-height: 1.2;
	}
	.M_Element1 img {
		width: 120px;
	}
	.AnfragenLeiste .grid .grid_x:nth-child(1) {
		display: none;
	}
	.Formular .grid div {
		width: 100%;
	}
	.ButtonRechts {
		float: inherit;
	}
	.MobileNav {
		top: 30px;
		right: 15px;
	}
	.MAbstand1 {
		height: 60px;
	}
	.grid {
		flex-wrap: wrap;
	}
	.Footer .grid_4{
		width: 100%!important;
		padding-top: 20px;
		page-break-before: 20px;
		text-align: center!important;
	}
	.Footer .grid_4 * {
		text-align: center!important;
	}
}