/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/**/

html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: rgb(50,40,40);
	height: 100%;
	font: 400 1em/1.25em 'Open Sans', sans-serif;
	background-color: rgb(255,255,255);
	position: relative;
}
table, td {	border: 0px; 	margin: 0px;	padding: 0px;	vertical-align: top;	border-collapse: collapse;	border-spacing: 0px;}
iframe { 	border: 0px;	margin: 0px;	padding: 0px;}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: middle;}
a {	color: inherit;	outline: none;}
a:hover {
	color: rgb(61,99,21);
	text-decoration: underline;
}
strong { font-weight:700;}
.clear { 	clear: both;	line-height: 0px;	height: 0px;}
.clear:after {     content:"";    display:block;    clear:both;}
/*-------------------------------------------------------------------------------------*/
* {
	-webkit-transition: all 0.15s;
	transition: all 0.15s;}
header {
	margin: 0 auto;
	z-index: 20;
	text-align: center;
	position: relative;
	text-align:left;
} 
.logo {
	z-index: 10;
	margin: 0 auto;
	position: relative;
	padding: 1em;
}
/*----------------------------------------------------------------*/
.bild {
	z-index: 1;
	position: relative;
	padding: 0;
	margin: auto;
	background: url(../images/loading.gif) no-repeat center center;
	border: 2px solid rgb(192,13,13);
	max-width: 1250px;
	width: 96%;
}
.bild img {
	width: 100%;
	margin: 0 auto;
	height: auto;}

.slide-progress {
	width: 0;
	max-width: 100%;
	height: 6px;
	background: rgba(87,87,86,0.5);
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	transition: width 5000ms linear;
}
/*----------------------------------------------------------------*/
main {
	position: relative;
	padding: 0;
	margin: auto;
}
.content {
	margin: 0 auto;
	padding: calc(0.5em + 0.5vw + 0.5vh);
	max-width: 1250px;
}
.content .flex > div { padding-bottom: 2em;}
ul.red { list-style: none;}
ul.red li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(192,13,13); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/*----------------------------------------------------------------*/
.preise td {
	padding: 0.25em 0.5em;
	border: 1px solid rgb(227,222,222);
	white-space: nowrap;}
/*----------------------------------------------------------------*/
.button {
	padding: 0.5em;
	display: inline-block;
	text-decoration: none;
	margin: 0.25em 0;
	color: rgb(255,255,255);
	background-color: rgb(192,13,13);
}
.button:hover {
	text-decoration: none;
	background-color: rgb(61,99,21);
	color: rgb(255,255,255);
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	padding: 1em;
	text-align: center;
}
.galerie ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
}
.galerie ul li {
	list-style: none;
	margin: 0;
	padding: 1%;
	min-width: 150px;
	flex: 0 0 25%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	position: relative;
	overflow:hidden;
}
.galerie ul li img {
	height: auto;
	width: 100%;
	border: 1px solid rgb(61,99,21);
}
.galerie ul li a img:hover {
	transform: scale(1.1);
	border: 1px solid rgb(192,13,13);
}
/*----------------------------------------------------------------*/
footer{
	padding: 1em;
	margin: 0 auto;
	background-color: rgb(87,87,86);
	text-align: center;
	color: #fff;
	position: relative;
	border-top: 2px solid rgb(192,13,13);
}
footer a { text-decoration-color: rgba(255,255,255,0.5);}
footer a:hover, footer a:focus {
	text-decoration-color: rgba(192,13,13,0.5);
	color: rgb(192,13,13);
	background-color: rgb(255,255,255);
	border-radius:2px;
}
footer ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
} 
footer ul li { flex:1 1 auto; padding:0 2em 2em 0;}
.klein {
	font-size: 0.75em;
	text-align: center;
}
footer:before { content:url(../images/footer-deco-herz.png); position:absolute; left:5vw; top:-35px;}
footer:after { content:url(../images/footer-deco-wald.png); position:absolute; right:5vw; top:-90px; z-index:-1;}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
}
h1, .h1 {
	font-size: 1.375em;
	font-weight:700;
	color: rgb(61,99,21);
}
h2 {
	font-size: 1.25em;font-weight: 700;
	color: rgb(192,13,13);
}
h3 { font-size: 1.125em;  font-weight: 700;}

.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(192,13,13);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 20px auto;
	width: 34%;
}
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: wrap;
	max-width: 1200px;
}
.half { text-align:left; flex:1 0 48%; margin-right:1%;margin-left:1%; min-width:260px;}
form {
	margin: 0;
	padding: 0;
	display: block;}
input, textarea {
	position: relative;
	border: 1px solid rgb(192,13,13);
	width: 100%;
	padding: 0px 0.25em;
	color: #000;
	height: 2em;
	max-width: 450px;
	font: normal 1em/1.25em 'Open Sans', sans-serif;
	border-radius: 0.25em;
}
.short { width:50px;}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;}
textarea {
	height: 170px;
}
input:focus, textarea:focus {	border: 1px solid rgb(179,72,26);}
.send {
	margin: 0 auto;
	cursor: pointer;
	height: 2.5em;
	text-decoration: none;
	font: 1em/1.25em 'Open Sans', sans-serif;
	border: 1px solid #fff;
}
.send:hover, .send:focus {
	background-color: #FFF;
	color: #3D6315;
	border-color: #3D6315;

}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 8px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 500;}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
.galerie ul li {
	flex: 0 0 50%;
}
}
@media only screen and (max-width: 759px) {
	.logo img {
	width: 215px;
	height: auto;
} 
	header, .bild { position:relative;}
	nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
	text-align: right;
	}
	nav ul li a {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 4px auto;
	display: inline-block;
	font-size: 1.125em;
	line-height: 44px;
	height: 44px;
	text-align: center;
	color: rgb(255,255,255);
}
	nav a:hover, nav a:focus, nav a.aktiv {
	background-color: rgb(255,255,255);
	color: rgb(192,13,13);
	text-decoration: none;
}

	#menuToggle {
	display: block;
	position: fixed;
	top: 1.5em;
	right: 1.5em !important;
	width: 44px;
	z-index: 20;
	padding: 8px 0 4px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(192,13,13);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	}
	#menuToggle input {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 200 !important; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}
	/* Just a quick hamburger */
	#menuToggle span {
		display: block;
		width: 34px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background-color: rgb(255,255,255);
		z-index: 3;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;	}
	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}
	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}
	/* Transform all the slices of hamburger into a crossmark */
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #fff;
	}
	/*hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	/* the last one go the other direction */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(0, -1px);
	}
	/*	 * Make this absolute positioned at the top right of the screen	 */
	#menu {
	position: fixed;
	width: 240px;
	margin: 0;
	padding: 20px;
	padding-top: 80px;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(0%, -300%);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	background-color: rgb(61,99,21);
	background-size: 500%;
	right: 0;
	top: 0;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 760px){
.logo { padding:0; transform:translateY(38%);} header { text-align:center;}
.sticky nav { 
	box-shadow:0 0 20px rgb(150,150,150);}
.flex {  width:100%; display:flex; flex-flow:row wrap;}
.flex > div { padding: 1.5em; }
.content-14 { width:25%; }
.content-24 { width:50%; }
.content-34 { width:75%; }
/*--------------------------*/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
header { padding-top:3em;}
nav {
	text-align: center;
	margin: 0.25em auto;
	position: relative;
	line-height: 2.5em;
	z-index: 5;
	position:fixed;
	width:100%;
	background-color:rgb(255,255,255);
	top:0.5em;
	z-index:50;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
nav ul li {
	margin: 0;
	padding: 0;
	position:relative;
	flex: 0 0 auto;
}
nav a {
	font-size-adjust: none;
	font-size: 1.125em;
	line-height: 2.5em;
	display: block;
	margin: 0 0.25em;
	padding: 0 0.75em;
	text-decoration: none;
	color: rgb(87,87,86);
	text-transform: uppercase;
}
nav a:hover, nav a.aktiv {
	position: relative;
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: rgb(192,13,13);
}
}

@media only screen and (min-width: 1200px){	
	nav { font-size:1.125em;}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*-----------------------------------------------------------------------*/
#totop {
	position: fixed;
	z-index: 150;
	right: 0;
	bottom: calc(5vw + 5vh);
	text-decoration: none;
	opacity: 0;
	padding: 6px 8px;
	margin: 0;
	color: rgb(255,255,255);
	background-color: rgb(192,13,13);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#totop:hover {
	color: rgb(192,13,13);
	background-color: rgb(255,255,255);
	box-shadow: 0 0 10px rgb(50,40,40);
}
#totop.show { cursor: pointer;	opacity: 1.0;}
/*---------------------------------------------------------------------------------------*/
::-moz-selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
	 ::selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
/* { background-color:rgba(0,0,0,0.05);}*/
