/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	margin: 0;
	color: #000;
	height: 100%;
	font: normal 13px/18px Verdana, Geneva, sans-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 {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: #AF9D82;
}
.container {
	height: auto !important;
	height: 100%;
	max-width: 990px;
	z-index: 10;
	-webkit-box-shadow: 10px 20px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 10px 20px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 20px 20px 0px rgba(0, 0, 0, 0.4);
	margin: 120px auto;
	border-radius: 20px 20px 0 0;
}
.center { max-width:990px; margin:0 auto;}

.bg-navi {
	width: 100%;
	margin: 0 auto;
	height: 37px;
	position: absolute;
	top: 235px;
	z-index: 100;
	background: #75a630;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.header {
	height: 150px;
	position: relative;
	background: url(../images/bg-header.jpg) repeat center center;
	z-index: 1;
	border-radius: 20px 20px 0 0;
}
.logo {
	position: absolute;
	z-index: 50;
	left: 20px;
	top: -95px;
	width:580px;
}
.logo img { width:100%; height:auto;}
.navigation {
	position: relative;
	height: 37px;
	overflow: hidden;
	font-size: 1.2em;
	z-index: 150;
	background: url(../images/bg-navi.png);
	padding-left: 20px;
}
.navigation ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.navigation ul li {
	display: block;
	height: 37px;
	float: left;
	line-height: 37px;
	padding: 0;
	margin: 0;
}
li.separator {
	color: #FFF;
}
.navigation ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	color: #FFFFFF;
}
.navigation a:hover, .navigation a.aktiv {
	background: #fff;
	color: #4E2C15;

}
.content {
	padding: 45px 40px 35px 40px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	background: #fff;
}
.content-left {
	float: left;
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
}
.content-right {
	text-align: left;
	padding: 0;
	float: right;
	margin: 0 0 20px 0;
	max-width:370px;
}
.footer {
	font-size: 0.85em;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 40px;
	background: url(../images/bg-header.jpg);
	min-height: 40px;
	color: #fff;
}
.footer .content-left {
	max-width: 730px;
}
.footer .content-right {
	text-align: right;
	max-width: 165px;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #666;
}
/*##############################*/

p, h1, h2, h3, h4 {
	margin: 0 0 1.3em 0;
	font-size: 1em;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	color: #75A630;
	font-weight: bold;
	font-size: 1em;
}
h3 {
	font-weight: bold;
	line-height: normal;
	margin: 0 0 5px 0;
}
.content ul {
	margin: 0px;
	padding: 0 0 15px 15px;
}.content ul li {
	margin: 0;
	padding: 0;
	list-style: url(../images/punkt.jpg);
}
.left {
	float: left;
	margin: 0 20px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 20px;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.blocksatz {
	text-align: justify;
}
.grau {
	color: #999999;
	font-size: 0.85em;
	line-height: 30px;
}
.image {
	border: 1px solid #fff;
	display: inline;
	width: 100%;
	height: auto;
	max-width: 362px;
}
hr, .trennlinie {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 1px solid #C8C8C8;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color: #333;
	font-weight: bold;
	line-height: 17px;
	width:100%;
	max-width: 450px;
	height: 20px;
	font-size: 1em;
	letter-spacing: 1px;
	border-radius: 5px;
}
textarea {
	height: 120px;
}
.error {
	font-size: 8pt;
	color: #d5a600;
}
input.error {
	font-size: 10pt;
	color: #990000;
	border: 1px solid #d5a600;
}
.send {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #75A630;
	margin: 0px;
	height: 35px;
	width: 250px;
	cursor: pointer;
	border: 1px solid #666;
}
.send:hover {
	color: #FFFFFF;
	border-color: #000000;
	background: url(../images/bg-header.jpg);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
	cursor: pointer;
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	clear: both;
}
.galerie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.galerie ul li {
	list-style: none;
	margin:0;
	padding: 4px;
	float: left;
	width: 33.3%;
	box-sizing:border-box;
}
#full { width:100%;}
.galerie ul li a {
	margin: 0px;
	padding: 0px;
}
.galerie ul li img {
	width:100%; height:auto;
	border: 1px solid #fff;
}
.galerie ul li img:hover {
	border: 1px solid #75A630;
}
/*----------------------------------------------------------------*/
.galerie-fullsize {
	position: relative;
	text-align: right;
}
.galerie-fullsize ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.galerie-fullsize ul li {
	list-style: none;
	margin: 0;
	padding: 4px;
	float: left;
	box-sizing:border-box;
	width:33.3%; max-width: 124px ;
}
.galerie-fullsize ul li a {
	margin: 0;
	padding: 0px;
}
.galerie-fullsize ul li img {
	border: 1px solid #fff;
	width:100%; height:auto;
}
.galerie-fullsize ul li img:hover {
	border: 1px solid #75A630;
}
/*----------------------------------------------------------------*/
address {
	font-style: normal;
	margin-bottom: 1em;
}
.sprachen {
	position: absolute;
	top: -25px;
	right: 20px;
	color: #fff;
	font-size: 0.85em;
}
.sprachen a {
	color: #fff;
	text-decoration:none;
}
.sprachen a:hover {
	color: #000;
	text-decoration:underline;
}
.en {
	color: #999;
}
.list-2-columns {
	clear:both;
}
.list-2-columns li {
	float: left;
	width:50%;
}
.card {
	position: absolute;
	top: -128px;
	right: 20px;
	z-index: 150;
}
.card img { width: 100%; height:auto;}
/* ******************************************************************************************** */
@media only screen and (max-width: 759px) {
	.container { margin:85px auto;}
	.header {
		height: 50px;
		position: relative;
		background: url(../images/bg-header.jpg) repeat center center;
		z-index: 1;
		border-radius: 10px 10px 0 0;
	}
	.logo {
		position: absolute;
		z-index: 50;
		left: -20px;
		top: -40px;
		width:240px;
	}	
	.card {
		position: absolute;
		top: -44px;
		right: 10px;
		z-index: 50;
		width:57px;
	}
	
	.bg-navi {     width: 100%;
		margin: 0 auto;
		height: 4px;
		position: absolute;
		top: 135px;
		z-index: 100;
		background: #75a630;
		-webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
	}
	.sprachen {
		position: absolute;
		top: -75px;
		left: 10px;
		color: #fff;
		font-size: 14px;
	}
	.content { padding:20px;}
	.content-left, .content-right { float:none; width:100%; text-align:left;}
	
	.footer br { display:inline;}
	.footer span { display:none;}
	/**/
	#menuToggle {
		display: block;
		border-radius: 0.25em;
		position: fixed;
		top: 0.5rem;
		right: 0.5rem;
		padding: 8px;
		width:auto; height:auto;
		-webkit-user-select: none;
		user-select: none;
		background-color: #75a630;
		z-index: 50;
	}
	#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,252,233);
		z-index: 3;
		transform-origin: center;
		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;
		box-shadow: 1px 1px 1px rgb(75,75,75);
	}
	/* Transform all the slices of hamburger into a crossmark */
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(6px, 6px);
		background-color: rgb(135,15,5);
	}
	/*hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(360deg) scale(0.1, 0.1);
	}
	/* the last one go the other direction */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(6px, -6px);
	}
	/*	 * Make this absolute positioned at the top right of the screen	 */
	#menu {
		position: fixed;
		
		margin: 0;
		padding: 3rem 1.5rem;
		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: #75a630;
		background-size: 500%;
		right: 0;
		left: 0;
		top: 0;
		box-shadow: 0 0 100px rgb(75,75,75);
		overflow: auto;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
	.separator { display:none !important;}
	.navigation, .navigation ul, .navigation ul li {
		padding: 0;
		margin: 0;
		list-style: none;
		postition: relative;
		float:none;
		height:auto; line-height:46px;
	}
	.navigation ul li a {
		display: block;
		border-radius:0.5rem;
	}
}
/* ******************************************************************************************** */
@media only screen and (min-width: 760px) {
	.content .content-left { width:calc(100% - 390px);}
	.galerie-fullsize ul li { width:calc(100% / 7); max-width:100%;}
	.footer {	line-height: 40px;}
	.footer br { display:none;}
	.footer span { display:inline;}
	/*--------------------------*/
	#menuToggle input { display: none; }
	#menuToggle { position: relative; }
	.navigation ul li a { font-size:14px; padding:0 10px;}
}
@media only screen and (min-width: 860px) {
	.navigation ul li a { font-size:16px; padding:0 15px;}
}
