@font-face {
  font-family: 'Magneton';
  font-style: normal;
  font-weight: bold;
  src: local(''),
       url('../fonts/FontsFree-Net-magneton-bold.ttf') format('truetype');
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* cormorant-garamond-regular - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cormorant-garamond-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cormorant-garamond-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cormorant-garamond-v16-latin-regular.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}
/* cormorant-garamond-600 - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cormorant-garamond-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cormorant-garamond-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cormorant-garamond-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cormorant-garamond-v16-latin-600.svg#CormorantGaramond') format('svg'); /* Legacy iOS */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],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:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*
font-family: 'Open Sans', sans-serif;
*/

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(60,65,60);
	height: 100%;
	font: normal 1em/1.25em  'Open Sans', sans-serif;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.25);
	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(91,120,19);
	text-decoration: underline;
}
strong { font-weight:600;}
.clear { 	clear: both;	line-height: 0px;	height: 0px;}
.clear:after {     content:"";    display:block;    clear:both;}
/*-------------------------------------------------------------------------------------*/
* {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;}
header {
	margin: 0 auto;
	position: fixed;
	z-index: 20;
	background-color: rgba(255,255,255,0.85);
	padding: 0;
	left: 0px;
	right: 0px;
} 
.logo {
	z-index: 10;
	margin: 0;
	padding: 0.5rem 2vw;
	position: relative;
}
.logo img { width:150px; height:auto;}
/*----------------------------------------------------------------*/
.bild {
	z-index: 1;
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	background: url(../images/loading.gif) no-repeat center center;
}

.bild img, .image img {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.image a img {
	border: 1px solid rgba(0,0,0,0);
}
.image a img:hover {
	border-color: rgba(0,0,0,0.5);
}
/*----------------------------------------------------------------*/
main {
	position: relative;
	color: rgb(10,10,9);
	padding: 0;
}
.content {
	margin: 0 auto;
	max-width: 1600px;
	padding: calc(1rem + 1vw + 1vh);
}
.liste li { list-style-image: url(../images/liste.png);}
.preise td { padding:0.5vw; border:1px solid rgba(91,120,19,0.5); white-space:nowrap;}
.preise tr:nth-child(odd) { background-color:rgba(255,255,255,0.9);}
.preise td:last-child { text-align: right;}
/*----------------------------------------------------------------*/
.quicklinks a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 2em;
	padding:calc(0.5rem + 1vw);
}
.quicklinks a img {  width:100%; height:auto;}
.quicklinks a:hover { background-color:rgb(238,233,227);}
.quicklinks a:hover h1 {
	color: rgb(60,65,60);
}
.quicklinks a:hover img {
	transform: scale(1.05);}
.quicklinks p { font-size:calc(1rem + 0.375vw);}
/*----------------------------------------------------------------*/

.flex {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;}
.flex > div {
	flex: 1 1 auto;
	padding: calc(1rem + 0.5vw + 0.5vh);
	min-width:240px;
}
.content-12 { width:50%;}
.content-23 { width:66%;}
.content-13 { width:33%;}
.content-13.image {
	flex-grow: 1 !important;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.full { width:100%;}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
}
.galerie ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: row wrap;
}
.galerie ul li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	flex: 1 1 33%;
}
.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 {
	border: 2px solid rgb(255,255,255);
	height: auto;
	width: 100%;
}
.galerie ul li a img:hover {
	border: 1px solid rgb(207,225,166);
	transform: scale(1.1);
}
/*----------------------------------------------------------------*/
footer{
	margin: 0 auto;
	line-height: 1.25em;
	z-index: 10;
	position: relative;
	padding: 2rem 0;
	text-align: center;
	background-color: rgb(238,233,227);
}
footer a { text-decoration-color: rgba(255,255,255,0.25);}
footer a:hover, footer a:focus { 	text-decoration-color: rgba(226,163,7,0.25);}
footer ul {
	list-style: none;
	margin: auto;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
} footer ul li {
	flex: 0 0 auto;
	padding: 0 calc(1rem + 0.5vw + 0.5vh);
	align-self: center;
	text-align: left;
}
.text-im-bild-footer {
	position: absolute;
	right: 5vw;
	top: 5vw;
	color: rgb(255,255,255);
	font-family: 'Magneton';
	font-size: 5vw;
	text-align: right;
	text-shadow: 1px 1px 3px rgb(0,0,0);
	line-height: 1.25em;
	width: 62vw;
}
.klein {
	font-size: 0.875em;
	text-align: center;
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
}
h1 {
	font-size: 1.75em;
	font-size: calc(1.75rem + 0.75vw + 0.75vh);
	color: rgb(91,120,19);
	font-family: 'Magneton';
}
h2 {
	font-size: 1.5em;
	font-size: calc(1em + 0.5vmax);
	line-height: 1.125em;
	font-weight: 600;
	font-family: 'Cormorant Garamond';
	text-transform: uppercase;
}
h3 {
	font-size: 1.25em;
	font-size: calc(0.75em + 0.5vmax);
	line-height: 1.125em;
	font-weight: 600;
}
h5 { font-size:0.875em;}

.gruen {
	color: rgb(91,120,19);
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(87,87,86);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 20px auto;
	width: 34%;
}
.button {
	margin: 0 auto;
	width: auto;
	cursor: pointer;
	padding: 0.5em;
	background-color: rgb(91,120,19);
	color: rgb(255,255,255);
	border: 1px solid rgb(106,158,92);
	border-radius: 0.25rem;
	text-decoration: none;
	display: inline-block;
}
.button:hover {

	color: #fff;
	background-color: rgb(106,158,92);
	border: 1px solid rgb(255,255,255);
}
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0; 
	display:flex; flex-flow:wrap;}
.half { text-align:left; flex:1 0 48%; margin-right:2%; min-width:300px;}
form {
	margin: 0;
	padding: 0;
	display: block;}
input, textarea {
	position: relative;
	border: 1px solid rgb(91,120,19);
	width: 100%;
	padding: 0px 0.25em;
	color: rgb(40,30,40);
	max-width: 450px;
	font: normal 1em/2em 'Open Sans', sans-serif;
	background-color: rgb(255,255,255);
	accent-color: rgb(91,120,19);
}
.short { width:50px;}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;}
textarea {
	height: 172px;
}
input:focus, textarea:focus {	border: 1px solid rgb(207,225,166);}
.send {
	color: #fff;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	padding: 0em;
	height: 2.5em;
	background-color: rgb(91,120,19);
	border: 3px solid rgb(91,120,19);
	font-size: 1em;
	text-decoration: none;
	font: 500 1em/1.25em 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 0.25rem;
}
.send:hover, .send:focus {
	color: #FFFFFF;
	border: 3px solid rgb(255,255,255);
	background-color: rgb(91,120,19);
	box-shadow: inset 0px 0px 10px #000;
	border-radius: 0.5rem;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 12px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 600;}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*                       AKTUELLES					             */	
.aktuelles p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.aktuelles ul,.aktuelles ol{
	padding-left: 20px;
	margin: 0px;
	display:inline-block;
}
.aktuelles img{
	width:auto;
	max-width:100%;
	height:auto !important;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
	padding: 3px 6px !important;
	margin: 5px 0px 0px 0px !important;
	background-color: rgb(91,120,19);
}
a.button_pager:hover,a.pager:hover{
	color: #fff;
	background-color: rgb(91,120,19);
	filter:brightness(1.2);
	text-decoration: none !important;
	padding: 3px 6px !important;
	margin: 5px 0px 0px 0px !important;
}
.pager{
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: rgb(91,120,19);
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.flex-container{
	display: flex;
}
.flex-container img{
	max-width:100%;
	height:auto !important;
	transform: translateZ(0px);
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-center-x{
	justify-content: center;
}
.flex-center-y{
	align-items: center;
}
.flex-100{
	width:100%;
	max-width:100%;
}
.flex-75{
	width:75%;
	max-width:75%;
}
.flex-70{
	width:70%;
	max-width:70%;
}
.flex-66{
	width:66.666%;
	max-width:66.666%;
}
.flex-60{
	width:60%;
	max-width:60%;
}
.flex-50{
	width:50%;
	max-width:50%;
}
.flex-40{
	width:40%;
	max-width:40%;
}
.flex-33{
	width:33.333%;
	max-width:33.333%;
}
.flex-30{
	width:30%;
	max-width:30%;
}
.flex-25{
	width:25%;
	max-width:25%;
}
.flex-20{
	width:20%;
	max-width:20%;
}
.left0{padding-left:0px !important;}
.left5{padding-left:5px;}
.left10{padding-left:10px;}
.left20{padding-left:20px;}
.left40{padding-left:40px;}
.top0{padding-top:0px !important;}
.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top60{padding-top:60px;}
.top80{padding-top:80px;}
.right0{padding-right:0px !important;}
.right5{padding-right:5px;}
.right10{padding-right:10px;}
.right20{padding-right:20px;}
.right40{padding-right:40px;}
.bottom0{padding-bottom:0px !important;}
.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom20{padding-bottom:20px;}
.bottom30{padding-bottom:30px;}
.bottom40{padding-bottom:40px;}
.bottom60{padding-bottom:60px;}
.bottom80{padding-bottom:80px;}
.text-klein{
	font-size:0.875em !important;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.75em !important;
	line-height:1.3em;
}
.text-gross{
	font-size:1.125em !important;
}
.text-groesser{
	font-size:1.25em !important;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-noline{
	text-decoration:none;
}
.text-nowrap{
	white-space:nowrap;
}
.sp-show{
	  display:none;
}
.lightbox{
	line-height:10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lightbox a{
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.lightbox a:not(.lightbox-button):hover{
	transform:scale(1.05);
}
}
.lightbox .flex-20:nth-child(n+6) {
    display: none;
}
.lightbox.expanded .flex-20:nth-child(n+6) {
    display: inherit;
}
.lightbox-button:before{
	content:"weitere Bilder >>";
}
.lightbox.expanded .lightbox-button:before{
	content:"<< weinger Bilder";
}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/
@media only screen and (max-width: 759px) {
	header { position:relative;}
	nav, nav ul, nav ul li {
		padding: 0;
		margin: 0;
		list-style: none;
		postition: relative;
	}
	nav ul li a {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 2px auto;
	display: block;
	font-size: 1.125em;
	line-height: 44px;
	height: 44px;
	text-align: center;
	color: rgb(255,255,255);
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
}
	nav a:hover, nav a:focus, nav a.aktiv {
	background-color: rgb(255,255,255,0.85);
	border-radius:0.5rem;
	text-decoration: none;
	color: rgb(91,120,19);
}

	#menuToggle {
	display: block;
	position: fixed;
	top: 0.5em;
	right: 0.5em !important;
	width: 44px;
	z-index: 10;
	padding: 8px 0 4px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(60,50,60);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	}
	#menuToggle input {
		display: block;
		width: 44px;
		height: 40px;
		position: absolute;
		top: 0px;
		left: 0px;
		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;
	background-color: rgb(255,255,255);
	width: 34px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	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(5px, -5px);
	}
	/*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(4px, 7px);
	}
	/*	 * 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: 120px;
	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(91,120,19);
	background-size: 500%;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
	.sp-order-1{
		order:1;
	}
	.sp-order-2{
		order:2;
	}
	.sp-hide,.mb-hide{
		display:none;
	}
	.sp-show{
		display:block;
	}
	.sp-center{
		margin-left:auto;
		margin-right:auto;
	}
	.sp-text-left{
		text-align:left;
	}
	.sp-text-center{
		text-align:center;
	}
	.sp-text-right{
		text-align:right;
	}
	.sp-text-block{
		text-align: justify;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	.sp-100{
		width:100%;
	}
	.sp-block{
		display:block;
	}
	.left0,.mb-left0,.sp-left0{padding-left:0px !important;}
	.left5{padding-left:3px;}
	.left10{padding-left:5px;}
	.left20{padding-left:10px;}
	.left40,.sp-left20{padding-left:20px !important;}
	.top0,.mb-top0,.sp-top0{padding-top:0px !important;}
	.top10{padding-top:5px;}
	.top20{padding-top:10px;}
	.top40{padding-top:20px;}
	.top60{padding-top:30px;}
	.top80{padding-top:40px;}
	.right0,.mb-right0,.sp-right0{padding-right:0px !important;}
	.right5{padding-right:3px;}
	.right10{padding-right:5px;}
	.right20{padding-right:10px;}
	.right40,.sp-right20{padding-right:20px !important;}
	.bottom0,.mb-bottom0,.sp-bottom0{padding-bottom:0px !important;}
	.bottom10{padding-bottom:5px;}
	.bottom20{padding-bottom:10px;}
	.bottom40{padding-bottom:20px;}
	.bottom60{padding-bottom:30px;}
	.bottom80{padding-bottom:40px;}
	.flex-75,.flex-70,.flex-66,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20{
		width:100% !important;
		max-width:100% !important;
	}
	.aktuelles table:not(.pager-table){
		width:100% !important;
	}
	.aktuelles table:not(.pager-table) td{
		width:100% !important;
		display: block;
		border:none;
	}
	.aktuelles table:not(.pager-table) tr{
		display:block;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
	}
	.aktuelles .lightbox .flex-20{
		width:33.333% !important;
		max-width:33.333% !important;
	}
	.aktuelles .lightbox .flex-20:nth-child(n+4){
		display:none;
	}
	.aktuelles .lightbox.expanded .flex-20:nth-child(n+4) {
		display: inherit;
	}
	.aktuelles .lightbox-button:before{
		content:"weitere Bilder >>";
	}
	.aktuelles .lightbox.expanded .lightbox-button:before{
		content:"<< weinger Bilder";
	}
	table.edit{
		width:100%;
		left:0px !important;
		margin-left:0 !important;
	}
}
/*  ////////////////////////////////////////////////////////////////////////////  */

@media only screen and (min-width: 760px){
	.bild .slide-down {
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: 40px;
		left: 50%;
		margin-left: -20px;
		color: #fff;
		cursor: pointer;
		opacity: 0.5;
		z-index: 100;
	}
	.bild .slide-down:hover{	opacity:1;}
	.bild .slide-one {	bottom:40px;}
	.sticky header {
		height:48px; 
		box-shadow:0 0 50px rgba(0,0,0,0.5);
		padding:0.25rem;
		background-color:rgb(238,233,227); }
	.sticky nav {  
		top:0.75rem; 
	}
	.logo { transform-origin: top left; }
	.sticky .logo { transform:scale(0.5);}
	footer ul {
	display: flex;}
	.content {
	text-align: center;
}
/**/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
header { height:100px;}
nav {
	text-align: center;
	margin: 0 auto;
	padding: 0 1rem;
	position: absolute;
	z-index: 20;
	right: 0px;
	bottom: 0.25rem;
}
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: 1rem;
	display: block;
	margin: 0 0.25rem;
	padding: 0.25rem;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
}
nav a.aktiv, nav a:hover {
	color: rgb(91,120,19);
}
nav a.aktiv:before, nav a:hover::before {
	content: url(../images/navi.svg); position:absolute; top: -10px; left:50%; margin-left: -30px;
}

}
/*------------------------------------------------------------------*/

@media only screen and (min-width: 768px){	
	.columns {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		column-gap: calc(1em + 1vw + 1vh);
		text-align: justify;
		break-inside: avoid;
	}
}
	
@media only screen and (min-width: 880px){	
header { height:auto;}
}
@media only screen and (min-width: 1200px){	
	nav { 	bottom: 1rem;}	
	nav a { padding:0.5rem;font-size:1.25rem;}
	.logo img { width:300px;}
	.sticky header { height:60px; }
}

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

/*-----------------------------------------------------------------------*/
#totop, #tobottom {
	position: fixed;
	z-index: 350;
	right: calc(1vw + 1vh);
	bottom: calc(3vw + 3vh);
	text-decoration: none;
	opacity: 0;
	padding: 4px;
	margin: 0;
	border-radius: 50%;
	color: rgb(255,255,255);
	font-size: 10px;
	background-color: rgb(60,65,60);
	-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;
	box-shadow: 0 0 15px 0 rgb(60,65,60);
}
#totop:hover, #tobottom:hover {
	color: rgb(91,120,19);
	background-color: rgb(255,255,255);
}
#totop.show, #tobottom.show {
	cursor: pointer;
	opacity: 1.0;
}
@media only screen and (orientation: portrait) {
  #tobottom {
    display: none !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;
}
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeIn {
	-webkit-animation-name : fadeIn;
	animation-name : fadeIn;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity : 0;
}
 100% {
 opacity : 1;
}
}
@keyframes fadeIn {
 0% {
 opacity : 0;
}
 100% {
 opacity : 1;
}
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

::-moz-selection {
background-color: rgb(91,120,19); color:#fff;
}
::selection {
	background-color: rgb(91,120,19); color:#fff;
}
/* { background-color:rgba(0,0,0,0.05);}*/
