/* courgette-regular - latin */
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/courgette-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/courgette-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/courgette-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/courgette-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/courgette-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/courgette-v12-latin-regular.svg#Courgette') format('svg'); /* Legacy iOS */
}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v16-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v16-latin-700.svg#PTSans') 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;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #111;
	height: 100%;
	font: normal 16px/1.375em 'PT Sans', sans-serif;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNERkYzQzQiPjwvcmVjdD4KPC9zdmc+");
	letter-spacing: 0.5px;
}
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: 0;
	vertical-align: middle;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: rgb(111,30,33);
}
strong { font-weight:700;}

/*
font-family: 'Courgette', cursive;
font-family: 'PT Sans', sans-serif;
*/
main a:hover {
	text-shadow: 1px 1px 2px rgba(255,255,255,0.7);
}
header {
	position: relative;
	margin: 0 auto;
	padding: 1rem;
	text-align: center;
	z-index: 150;
	font-family: 'Courgette', cursive;
	font-size: 2.25rem; line-height:1.25em;
	color: rgb(111,30,33);
}
header a {
	text-decoration: none;
}
.logo {
	margin: 0 auto;
	padding: 0em;
	display: block;
	text-align: center;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.flaggen {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 1000;
}
/*----------------------------------------------------------------*/
nav {
	background-color: rgb(111,30,33);
	margin: 0 auto; padding:0;
	text-align: center;
	height: 44px;
	position: relative;
	z-index: 50;
}
.sticky nav { position:fixed; top:0; left:0; right:0; z-index:150;}
nav ul, nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}
nav ul { display:flex; flex-flow: row wrap;}
nav ul li {
	display: inline-block;
	flex:  1 1 auto;
}
nav ul li a {
	display: block;
	line-height: 44px;
	color: rgb(254,241,235);
	text-decoration: none;
	padding: 0 0.375rem;
	margin: 0;
	font-size: 1rem;
	background-color: rgba(111,30,33,0.75);
}
nav a:hover {
	color: #6F1E21;
	background-color: rgba(255,255,255,0.75);
}
nav .aktiv {
	background-color: rgb(254,241,235);
	color: rgb(111,30,33);
}
nav .aktiv:hover {
	color: rgb(111,30,33);
}
/*--------------------------------*/
.subnavi-1, .subnavi-2 {
	background-color: rgba(255,255,255,0.75);
	margin: 0 auto;
	text-align: center;
	height: 44px; margin-bottom:1px;
	position: relative;
	z-index: 50;
}
.subnavi-2 {
	background-color: rgb(254,241,235);}
.subnavi-1 ul, .subnavi-1 ul li, .subnavi-2 ul, .subnavi-2 ul li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 780px;
}
.subnavi-1 ul li, .subnavi-2 ul li {
	width: 33.33%;
	display: block;
	float: left;
}
.subnavi-1 .vier > li, .subnavi-2 .vier > li {
	width: 25%;
}
.subnavi-1 ul li a, .subnavi-2 ul li a {
	display: block;
	line-height: 44px;
	background-color:rgba(255,255,255,0);
	color:#333;
	text-decoration: none;
	padding: 0 1em;
	font-size: 1.25em;
	border-right: 1px solid rgb(255,255,255);
	width: 100%;
}
.subnavi-1 ul li a {
	line-height: 40px;border-bottom:4px solid rgb(255,255,255);}
.subnavi-2 ul li a  {	font-size: 1.125em; border-bottom-color:rgb(254,241,235);}
.subnavi-1 ul li:first-child a, .subnavi-2 ul li:first-child a {
	border-left: 1px solid rgb(255,255,255);
}
.subnavi-1 a.aktiv { 
	background-color: rgb(254,241,235);
	color: rgb(111,30,33);
	border-bottom:4px solid rgb(111,30,33);} 
.subnavi-2 a.aktiv {
	background-color:rgb(111,30,33); color:rgb(254,241,235);
}
.subnavi-1 a:hover, .subnavi-2 a:hover {
	color: #6F1E21;
	background-color: rgba(255,255,255,0.85); border-bottom-color:#fff;
}
.subnavi-1 a.aktiv:hover, .subnavi-2 a.aktiv:hover {
	color: rgb(111,30,33);
}
/*----------------------------------------------------------------*/
.bild {
	position: relative;
	width: 100%;
	height: 56%;
	height: 56vw;
	max-height: 80vh;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}
/*----------------------------------------------------------------*/
.container, section, main {
	position: relative;
	padding: 0;
	width: 100%;
	display: block;
}
.content {
	padding: 1rem 2rem;
	position: relative;
	margin: 0 auto;
	z-index: 50;
	box-sizing: border-box;
}
.tabelle td {
	padding: 0.25em 0.5em;
	border: 1px solid rgba(111,30,33,0.25);
	white-space:nowrap;
}
.tabelle tr:nth-child(odd) td {
	background-color: rgb(254,241,235);}
footer {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	display: block;
	background: rgb(254,241,235);
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .left {
	float: left;
	margin: 0;
}
.impressum {	
	font-size: 0.8em;
}
.link {
	font-size: 0.8em;
}
/*----------------------------------------------------------------*/
.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: 3px double rgb(255,255,255);
	width: 100%;
	height: auto;
}
.galerie ul li a img:hover {
	border: 3px solid rgb(111,30,33);
}
/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: normal;
}
h1 {
	color: rgb(111,30,33);
	line-height: 1.25em;
	font-size: 2em;
	font-weight: 700;
}
h2 {
	font-size: 1.375em;
}
h3 {
	font-size: 1.125em;
}
/**/
/**/
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1% 1%;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.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 #796D5C;
	width: 85%;
	padding: 0 5px;
	color: #B4B4B4;
	height: 35px;
	font: normal 16px/27px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 3px;
}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
}
textarea {
	height: 150px;
}
input:focus, textarea:focus {
	border: 1px solid #B41412;
	color: #111;
	font-weight: bold;
}
.send {
	border: 5px double #fff;
	font: bold 16px/21px Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	padding: 5px 55px;
	height: 43px;
	background-color: rgb(111,30,33);
	border-radius: 10px;
}
.send:hover, .send:focus {
	color: rgb(111,30,33);
	background: rgb(254,241,235);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 10px;
	margin-left: -35px;
	cursor: pointer;
	display: inline;
}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 500;
}
/*----------------------------------------------------------------*/
#prevnext {
	display: block;
	position: absolute;
	top: 45%;
	width: 100% !important;
	height: 65px;
	margin-top: -32px;
}
#prevnext #prevbutton, #prevnext #nextbutton {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
}
#prevnext #prevbutton {
	left: 20px;
	text-align: left;
	padding: 5px;
}
#prevnext #nextbutton {
	right: 20px;
	text-align: right;
	padding: 5px;
}
#prevnext #prevbutton:hover, #prevnext #prevbutton:focus, #prevnext #nextbutton:hover, #prevnext #nextbutton:focus {
	background-color: rgb(111,30,33);
}
#header-image-pager {
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
#header-image-pager a {
	background: #fff;
	border: 1px solid #fff;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	-moz-box-shadow: 1px 1px 5px 0px #333;
	box-shadow: 1px 1px 5px 0px #333;
}
#header-image-pager a:hover, #header-image-pager a.active {
	background: rgb(111,30,33);
}
/*---------------------------------------------------------------------*/
.smooth {
	background-color: #000;
	color: #fff;
	display: none;
	float: right;
	filter: alpha(opacity=0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
	opacity: 0.7;
	position: fixed;
	text-align: center;
	z-index: 100;
}
.smooth.top {
	top: 0;
}
.smooth.btn {
	bottom: 10%;
	right: 10px;
	border-radius: 3px;
}
.btn a {
	text-decoration: none !important;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 36px;
	text-align: center;
}
.fewo-link {
	background-color: rgb(240,246,228);
	width: 100%;
	text-align: center;
	border-radius: 10px;
	max-width: 650px;
	margin: 0 auto;
}
.fewo-link .left { margin-bottom:0;}
.fewo-link a {
	color: rgb(20,93,38);
}
.fewo-link a:hover {
	border-color: transparent;
	text-decoration: underline;
}
.fewo-link img {
	width: 100%;
	max-width: 190px;
	height: auto;
}
/*----------------------------------------------------------------*/
@media only screen and (max-width: 350px) { nav ul li a span { display:none;}}
@media only screen and (max-width: 480px) {
footer .left {
	float: none !important;
}
#header-image-pager {
	display: none;
}
.send {
	padding: 5px;
}
nav ul li a {
	font-size: 1rem;
}
h1 {
	font-size: 1.5rem;
}
header {
	font-size: 1.5rem;
}
}
@media only screen and (max-width: 759px) {
.container, .center, header, .bild, .content, footer, section, main {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.left, .right, .content-left, .content-right {
	float: none;
	width: auto;
	height: auto;
	position: relative;
}
.content {
	padding: 2em 1.5em;
}
/*--------------------------------------------------------------*/
form .left {
	width: 100%;
}
input, textarea {
	width: 90%;
}
}
@media only screen and (min-width: 760px) {
nav ul li a { font-size: 1.25rem; padding:0 1rem;}
form .left {
	width: 47%;
	margin-right: 2%;
}
input, textarea {
	width: 90%;
}
.fewo-link img {
	border-radius: 10px 0 0 10px;
}
}
/*---------------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
.anime {
	-webkit-animation: tracking-in-expand 2s 1; /* Safari 4+ */
	-moz-animation: tracking-in-expand 2s 1; /* Fx 5+ */
	-o-animation: tracking-in-expand 2s 1; /* Opera 12+ */
	animation: tracking-in-expand 2s 1; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes tracking-in-expand {
0% {
letter-spacing:-.25em;
opacity:0
}
40% {
opacity:.6
}
100% {
opacity:1
}
}
@keyframes tracking-in-expand {
0% {
letter-spacing:-.25em;
opacity:0
}
40% {
opacity:.6
}
100% {
opacity:1
}
}
}
@media only screen and (min-width: 980px) {
.center {
	margin: 0 auto;
	z-index: 50;
	position: relative;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 840px;
	margin: 0 auto;
	font-size: 1.125rem;
}
}
