* {
    margin: 0;
    padding: 0;
}
html, body  {
	margin:0px; 
	padding: 0px;
	width: 100%;
	height:100%;
}
body {
	font-family: Open Sans, Verdana,  Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 135%;
	color: #767a7e;  
	background-color:#fff;  
	text-align:left;
}
h2 {
	font-size:14px;
	font-weight:800;
	margin:20px 0 10px 0;
	}
p {
	margin-bottom:20px;
	}
p:last-child {
	margin-bottom:40px;
	}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
#content{
	 
 	position: relative; 	 
	text-align:left; 
	background-color:#fff;  
	height:auto !important;
	width:100%;
	height:100%;
	min-height:100%;
	overflow: hidden;
}
header {
	width:100%;
	max-width: 1280px;
	height: 141px;
	}
.content {
	position:relative;
	max-width: 1280px;
	width: 100%;
	}  
/*  Navigation  */
#menue_b1, #menue_b2, #menue_b3, #menue_b4, #menue_b5, #menue_b6, #menue_b7 {
	overflow:visible;
	font-weight:800;
	}
#menue_b1 {
	width:74px;
  	} 
#menue_b2 {
	width:72px;
	max-width:72px;
}
#menue_b3 {
	width:122px;
}
#menue_b4 {
  	width:130px;
}
#menue_b5 {
	width:116px;
}
#menue_b6 {
	width:112px; 
}
#menue_b7 {
	width:54px; 
}
#logo {
	margin-left: 128px;
	margin-top: 26px;
	z-index: 1;
}
#menue1{ 
  	position:absolute;
	right: 0;
	margin-right: 20px;
	top:107px;
	z-index:20; 
}
#menuToggle {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
  }
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
  }
#menuToggle span {
  	display: none;
  	width: 26px;
	height: 2px;
	margin-bottom: 5px;
  	position: relative;
	background: #767a7e;
	border-radius: 3px;
	z-index: 1;
	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%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #767a7e;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
}
#menuToggle input:checked ~ ul {
  transform: none;
}
#grafik_queer {
 	overflow: hidden;
 	z-index:2;	 
	top: 144px;
	left:0px;
	width:100%;
	height:272px;
	background-color:#a2bd4e;
}
.grafik-illu {
	padding-left: 128px;
}
article {
	display: flex;
	max-width: 1280px;
	}
#maincontent{
	z-index:0;
	background-color:#fff;
 	padding-left:128px;
	max-width:650px; 
 	width: calc(100% - 128px);
 	padding-bottom: 90px;
}
#maincontent.spalte1 {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	}
#maincontent p.tel {
		line-height:1.5;
		}
.unterschrift img:first-child {
	padding-left:0;
	}
.unterschrift {
	margin:20px 0 40px 0;
	}
.logos img {
	vertical-align: middle;
	margin-right:20px;
	margin-bottom:20px;
	}
.links ul {
	list-style: none;
	margin:0;
	}
.links li {
	padding: 10px 0;
	}
#spalte2{
 	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	margin-left: 100px;
	margin-top: 118px;
}
#spalte2 img.long {
	width: auto;
	height: 80px;
	}
#footer  {
	 position:absolute;
	 position:fixed;
	background-color:#8e9399;
	bottom:0px;
	bottom:0px !important;
	width:100%;
	height:35px;
	padding-top:20px;
	z-index:10;
}
.impressum  {
 	color:#ffffff;
}
	.txt-right .impressum {
		padding-left:10px;
		}
/*  Cookie Notice   */
#cookie-notice {
	  text-align: center;
	  border-bottom: 3px solid #fff;
	  background: #a2bd4e;
	  position: fixed;
	  top: 0px;
	  z-index: 10000;
	  width: 100%;
	  font-size: 12px;
	  line-height: 18px;
	  color: #fff;
	}
	#cookie-notice div {
		padding: 20px;
	}
	#cookie-notice div#cookie-notice-close {
		color: #fff;
		position: relative;
		text-decoration: none;
		cursor: pointer;
		border: 2px solid #fff;
		padding: 8px;
		width: 120px;
		margin: 15px auto 0px auto;
	}
	#cookie-notice a {
		color:#fff;
	}
	#cookie-notice a:hover {
		color:#767a7e;
	}
/*/////////////////////////////////////////////*/
#nachricht  {
 
  background-color:#dfe800; 
}
.formular_submit{
  
background-color:#dfe8bf; 
color: #767a7e;
border: none;
cursor: pointer;
 padding:2px;
padding-bottom:0px;
padding-left:6px;
 
font-family: Open Sans, Verdana,  Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 135%;
color: #767a7e;  
}

#tab01   {
background-color:#FFFFFF;
cellpadding:0px; 
cellspacing:0px;
width:370px;

border:5px solid;
border-color:#dfe8bf; 
}

.text01, .area01 {
font-family: Open Sans, Verdana,  Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 135%;
color: #767a7e;  
width:300px;
 
}

.tab_reihe {
 
height:28px;
}

.tab_zelle{
padding-left:5px;


border-bottom:5px solid;
border-color:#dfe8bf; 
}


.kleintext  {
 
font-size:14px;
}

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


h1  {
	font-weight: 300; /*  400; */ 
	font-size: 30px;
	color: #b0c65e;
	padding-top:42px;
	padding-bottom:36px;
	line-height:135%;
}
ul {
 	margin-left: 24px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:24px;
}
.einruecken {
 	margin-left: 0px;
}
.ueberschrift {
	font-weight:800;
}
.ul_liste1 {
	list-style-type: none;
 
}
.ul_liste2 {
	border-top:1px solid;
	margin-left: -5px;
	list-style-type: none;
	background-color:#fff;
	margin-top:15px;
	width:198px;
}
.li_liste2 { 
	padding:6px;	
	background-color:#fff;
	border:1px solid; 
	border-top:0px solid;
}
#menue1 ul {
	list-style:none;
	position:relative;
	display: flex;
}
#menue1 ul li:hover > ul {
	display:block;
}
#menue1 ul a {
	display:block;
}
#menue1 ul ul {
	display:none;
}
#menue1 ul ul li {
	float:none;
	display:
}	
.menue_button { font-size:15px} /* groesse des hauptmeues  */
  
a:link.a_marginal  { text-decoration:none; color:#b0c65e; }
a:visited.a_marginal  { text-decoration:none; color:#b0c65e; }
a:hover.a_marginal { text-decoration:none; color:#767a7e; }
a:active.a_marginal{ text-decoration:none; color:#767a7e; }

/* Textlinks  */
a:link   { text-decoration:none; color:#767a7e;font-weight:800;}
a:visited  { text-decoration:none; color:#767a7e  ;font-weight:800; }
a:hover { text-decoration:none; color:#b0c65e;font-weight:800; }
a:active   { text-decoration:none; color:#b0c65e;font-weight:800; }

/* Hauptmenue */
a:link.link_klasse1  { text-decoration:none; color:#767a7e;font-weight:400;  }
a:visited.link_klasse1  { text-decoration:none;color:#767a7e;font-weight:400; }
a:hover.link_klasse1 { text-decoration:none; color:#767a7e;font-weight:800; }
a:active.link_klasse1   { text-decoration:none; color:#767a7e;font-weight:800; }

/* Text Links farbige Auszeichnung */
a:link.link_klasse2  { text-decoration:none; color:#fff;font-weight:400;  }
a:visited.link_klasse2  { text-decoration:none;color:#fff;font-weight:400; }
a:hover.link_klasse2 { text-decoration:none; color:#000;font-weight:800; }
a:active.link_klasse2   { text-decoration:none; color:#000;font-weight:800; }

/* telefon  */
a:link[href^="tel:"],
a:link.link_klasse2 [href^="tel:"],
a:hover[href^="tel:"] {
  text-decoration: none;
  color:#767a7e;
  font-weight:400;
  cursor: pointer;
}
.responsive {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
    }
.responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    }
#footer a.scroll-up {
	position:fixed;
	left:20px;
	background: url(../files/back-to-top.png) no-repeat scroll 5px 10px;
	background-size: auto auto;
	width: 40px;
	height: 40px;
	background-size: 30px;
	background-color: #8e9399;
	border-radius: 50%;
	display: none;
	bottom: 5px;
	opacity:0.8;
	z-index: 100000;
	}
#footer .txt-left {
	float:left;
	}
#footer .txt-left img {
	vertical-align: text-top;
	margin-top: -10px;
	padding-left: 20px;
	}
#footer .txt-right {
	float:right;
	padding-right: 20px;
	}
#footer .txt-left a:first-child {
	padding-left:128px;
	}
@media (max-width:1100px) {
	#spalte2 img.long {
		width:calc(100% - 250px);
		height:auto;
	}
	}
@media (max-width: 767px) {
	#logo {
		position: static;
		left: auto;
		margin: 0;
		text-align: center;
		padding-top: 40px;
	}
	/*  Navigation  */
	#menue1 {
		position: static;
		right: auto;
		margin-left: 0px;
		margin-top: -135px;
		width: 100%;
		height:141px;
	}
	#menuToggle {
		z-index:10;
		left: calc(50% - 13px);
		top: 5px;
	}
	#menuToggle span {
		display:block;
		}
	#menu {
		position: absolute;
		width: 100%;
		background: #fff;
		margin:0;
		padding-left:20px;
		left: calc(-50% + 13px);
		padding: 10px 0 20px 20px;
		top: 0px;
	 	transform-origin: 0% 0%;
  		transform: translate(0,-150%);
  		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	#menue1 ul {
		display: block;
		margin-left: 0;
		width: 100%;
		background-color: #767a7e;
	}
	#menu li {
		color:#fff;
		}
	#menu .li_liste2 {
		background-color: #767a7e;
	}
		#menue1 ul ul {
			display:block;
			}
	#menue_b2 {
		width: 100%;
		max-width: 100%;
	}
	.menue_button {
		padding:10px 0;
		}
	.ul_liste2 {
		border-top: none;
	}
	.li_liste2 {
		border:none;
		padding:10px;
	}
	#menue1 ul a {
		color:#fff;
		}
	#menu a:link.link_klasse1 {
		color:#fff;
	}
	#grafik_queer {
		height:auto;
		margin-top:15px;
		}
	.grafik-illu {
		width:100%;
		height:auto;
		display:block;
		margin: 0 0 0 auto;
		padding:0;
		}
	article {
		display:block;
		max-width:100%;
		}
	
	#maincontent {
		padding: 0;
		width: 100%;
		}
	#maincontent h1 {
		padding: 20px;
		}
	#maincontent h2 {
		margin-left: 20px;
		}
	#maincontent p {
		padding: 0 20px;
		}
	#maincontent ul {
		padding-left:10px;
		}
	#maincontent.spalte1,
	#spalte2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		}
	#spalte2 {
		margin:0;
		}
	#spalte2 img.long {
		width:auto;
		max-height:80px;
	}
	#maincontent.kontakt p {
		line-height:1.75;
		}
	.unterschrift {
		margin: 20px 0 0 20px;
		}
	.unterschrift img:first-child {
		padding-left:0px;
		}
	.logos {
		padding:0 20px;
		}
	.logos img {
		margin:20px auto;
		}
	.links {
		padding:20px;
		}
	.accordion {
		padding: 0 0 40px 20px;
		}
	iframe a {
		display:none;
		}
	#footer a.scroll-up {
		bottom: 0px;
		left: auto;
		right: 20px;
		margin-bottom: 15px;
	}
	#footer {
		position: relative;
		height:auto;
		padding-bottom:15px;
		z-index:0;
	}
	#footer a {
		display:block;
		margin:10px 0 10px 20px;
		}
	#footer .txt-left img {
		margin-top: 0;
		padding-left: 0;
		}
	#footer .txt-right,
	#footer .txt-left {
		float: none;
    }
	#footer .txt-left a:first-child {
		padding-left:0px;
		}
	#footer a:nth-child(2) {
		float: none;
		padding-right: 0;
		padding-left:0px;	
		}
	.txt-right .impressum  {
		padding-left: 0px;
	}

	}
@media (max-width: 400px) {
	.logos a:nth-child(2) img {
		max-width:90%;
		height:auto;
		}
	.logo-long img {
		max-width:90%;
		height:auto;
		}
	}