/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v28-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-v28-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/*! normalize.css v4.2.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{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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}a:active,a:hover{outline-width:0}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{font-family:sans-serif;font-size:100%;line-height:1.15;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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}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(35,38,35);
	font: normal 1em/1.5em  'Merriweather', serif;
}
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: top;
}
strong{font-weight:700;}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: rgb(191,36,43);
}
header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	text-align: center;
}
.logo {
	margin: 0 auto;
	padding: 1.25rem 1rem;
	background-color: rgb(255,255,255);
	position: absolute;
	z-index: 2;
	left: 2.5vw;
	top: 0px;
	border-radius: 0 0 0.5em 0.5em;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
/*----------------------------------------------------------------*/
.bild {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}
.bild #slider {
	width: 100%;
}
.bild #slider .item {
	text-align: center;
}
.bild #slider img {
	margin: 0 auto 0;
	height: auto;
	width: 100%;
}
.hr { height:4px; background-image:url(../images/hr.png);}
/*----------------------------------------------------------------*/
.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.content {
	padding: 3em 5%;
	position: relative;
	max-width: 880px;
	margin: auto;
	text-align: left;
}
.galerie {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	padding: 2em;
	position: relative;
}
footer { background-color:rgb(21,106,60); color:rgb(255,255,255);}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #000;
}
footer .left {
	float: left;
	margin: 0;
}
footer .right {
	float: right;
	margin: 0;
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	width: auto;
}
.galerie ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
.galerie ul li {
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 32%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	margin: 1%;
}
.galerie ul li img {
	border: 2px solid rgb(149,155,0);
	width: 95%;
	height: auto;
}
.galerie ul li a img:hover {
	border: 2px solid rgb(154, 16, 86);
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
}
h1, .h1 {
	font-size: 1.75em;
	font-size: calc(0.75em + 1vw);
	font-weight: 700;
	line-height: 1.125em;
}
h2 {
	font-size: 1.25em;
	font-size: calc(0.75em + 0.5vw);
	font-weight: 700;
	line-height: 1.25em;
}
h3 {
	font-size: 1.125em;
}
.rot { color:rgb(191,36,43);}
.klein { font-size:0.75em;}
.left {
	float: left;
	margin: 0 1% 1% 0;
}
.right {
	float: right;
	margin: 0 0 1% 1%;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.image {
	border: 1px solid rgb(195,178,31);
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
}
/*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input, textarea {
	position: relative;
	border: 1px solid #999;
	width: 95%;
	padding: 0px 4px;
	color: #666;
	height: 2em;
	font: inherit;
	border-radius: 3px;
}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
}
textarea {
	height: 13em;
}
input:focus, textarea:focus {
	border: 1px solid #B41412;
}
.send {
	color: #fff;
	font: inherit;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	padding: 6px 55px 4px;
	height: 43px;
	background-color: rgb(191,36,43);
	border: 2px solid rgb(191,36,43);
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.send:hover, .send:focus {
	border: 2px solid rgba(1,2,3,0.5);
	background-color: rgb(21,106,60);
	
	box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 8px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	line-height: 15px;
	color: rgb(191,36,43);
	font-weight: 700;
}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/

@media only screen and (max-width: 500px) {

footer .left, footer .right {
	float: none !important;
}
.galerie ul li {
	width: 47%;
}
}
@media only screen and (max-width: 759px) {
.container, .center, header, .bild, .content, footer {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.left, .right, .content-left, .content-right {
	float: none;
	width: auto;
	height: auto;
	position: relative;
}
.logo { margin:0 auto; padding:0.75em; left:1em;}
.logo img { width:160px; text-align:center; height:auto; margin:0 auto;}
.schilder { display:none;}	
.content {	padding: 2em 1.5em;}
.galerie li {	width: 45%;}
/*--------------------------------------------------------------*/
form .left {
	width: 100%;
}
input, textarea {
	width: 90%;
}
/*---------------------------------------------------------------*/  
nav {
	z-index: 100;
}
nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0 0 3px 0;
	display: block;
	font-size: 1.125rem;
	line-height: 48px;
	text-align: center; color:#fff; border-radius:0.25em; position:relative;
}
nav a:hover, nav a:focus, nav .aktiv {
	background-color: rgb(255,255,255);
	color: rgb(191,36,43);
}
nav .aktiv:focus {
	color: #000;
}
nav a.aktiv:after { content:url(../images/aktiv.png); position:absolute; bottom:-21px; left:50%; margin-left:-14px;}

.sep { display:none;}
#menuToggle {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px !important;
	width: 43px;
	z-index: 10;
	padding: 7px 0 3px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(191,36,43);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
#menuToggle input {
	display: block;
	width: 43px;
	height: 43px;
	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: 33px;
	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: absolute;
	width: 250px;
	margin: -100px 0 0 -197px;
	padding: 20px;
	padding-top: 125px;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(-300%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	background-color: rgb(191,36,43);
	background-size: 500%;
}
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}
/*  ////////////////////////////////////////////////////////////////////////////  */
}
@media only screen and (min-width: 760px) {
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
nav {
	margin: 0 auto;
	position: absolute;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	background-color: rgba(255,255,255,0.85);
	top: 3rem;
	left: 0px;
	right: 0px;
	padding-right: 2.5vw;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0; display:flex; justify-content:flex-end;
}
nav ul li {
	padding: 0;
	margin: 0;
	text-align: center; display:inline; flex:0 1 auto;
}
nav a {
	text-decoration: none;
	display: block;
	padding: 0 0.5vw;
	margin: 0 0.5vw;
	position: relative;
}
nav a:hover, nav a.aktiv {
	color: rgb(191,36,43);
}
nav a:hover:after, nav a.aktiv:after { content:url(../images/aktiv.png); position:absolute; bottom:-18px; left:50%; margin-left:-14px;}
.sep {
	color: rgb(191,36,43);
}
/*--------------------------------------------------------------*/
.schilder {
	display: flex;
	position: absolute;
	bottom: 0px;
	width: 100%;
} 
.schilder a {
	flex: 0 1 33.3%;
	background-image: url(../images/bg-schild-1.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding-top: 70px;
	text-decoration: none;
	height: 190px;
	font-size: 1.125em;
}
.schilder a:nth-child(1) {	background-image: url(../images/bg-schild-1.png);}
.schilder a:nth-child(2) {	background-image: url(../images/bg-schild-2.png);}
.schilder a:nth-child(3) {	background-image: url(../images/bg-schild-3.png);}
form .left {
	width: 47%;
	margin-right: 2%;
}
}
@media only screen and (min-width: 1200px) {
 .schilder { padding:0 10vw;}
 nav a { font-size:1.2em;}
}
/*---------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#gallery {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 30px;
}
#gallery .item {
	margin: 10px !important;
}
#gallery .item img {
	display: block;
	width: 100%;
	height: auto;
}
.btn.prev1 {
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 50%;
	margin-top: -34px;
	cursor: pointer;
}
.btn.next1 {
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 50%;
	margin-top: -34px;
	cursor: pointer;
}
.customNavigation {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 150;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-wrapper-outer {
	background: none !important;
}
.bild .owl-theme .owl-controls {
	position:absolute;
	bottom: 7px; left:50%; margin-left:-39px;
}
.owl-theme .owl-controls .owl-page span {
	width: 12px !important;
	height: 12px !important;
	filter: Alpha(Opacity=100) !important;/*IE7 fix*/
	opacity: 1 !important;
	background: #fff !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #555 !important;
}
/* Feel free to change duration  */ 
.animated {
	-webkit-animation-duration : 1000 ms;
	animation-duration : 1000 ms;
	-webkit-animation-fill-mode : both;
	animation-fill-mode : both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
	z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
	z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut {
	-webkit-animation-name : fadeOut;
	animation-name : fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
@keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}


::-moz-selection {
background: #CEE096;
}
::selection {
	background: #CEE096;
}
