* {
    box-sizing: border-box;
	--green: rgba(167,189,55,1);
}
html {
	color: #000;
	height: 100%;
	background-color: #a7bd37;
}
body {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	/*! height: 100%; */
	ackground-color: #a7bd37;
}
a, a:visited {
	color: #555;
	text-decoration: none;
}
a img {
	border: 0;
	border: none;
}
header, section {
	/*! margin: auto; */
	font-weight: 300;
	width: 100%;

}


.bar1, .bar2, .bar3 {
    width: 40px;
    height: 2px;
    background-color: #777;
    margin: 10px 0;
	transition: 0.4s;
    background-color: #fff;
}
/* Rotate first bar */
.changebar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 0px) ;
    transform: rotate(-45deg) translate(-4px, 5px);
}
/* Fade out the second bar */
.changebar2 {
    opacity: 0;
}
/* Rotate last bar */
.changebar3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px) ;
    transform: rotate(45deg) translate(-11px, -13px);
}


header {
	order-bottom: 2px solid #a7bd37;
	background-color: rgba(167,189,55,1);
	width: 100%;
	position: fixed;
	top: 0;
	height: 7em;
	line-height: 1.2em;
	z-index: 15;
	display: grid;
	grid-template-columns: max-content auto max-content;
	display: block;
	text-align: center;

}

.header-left {
  place-self: center;
    width: auto;
  text-align: left;
}
.header-mid {
  place-self: center;
    display: block;
  width: 100%;
}

.siteHeadline h1 {
	font-size: 1em;
	padding: 0;
}


.header-right {
  place-self: center;
    display: block;
  float: right;
}


header a {
  color: #fff;	
}

#logo-wrap {
	border: 0px solid #f00;
	margin: 0.6em 0.9em;
	display: inline-block;
	line-height: 1.4em;
	font-size: 1em;
	color: #fff;

}

#logoTxtLine1 {
	font-size: 1.1em;
}

#logo-line {
	background-color: #fff;
	height: 0.1em;
	width: 120%;
  margin-bottom: -0.1em;
}

#logoTxtLine2 {
	font-size: 0.8em;
}

#toggle-nav {
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	right: 1em;
	top: 0.2em;
	padding: 0.45em 0.2em;
	color: white;
	cursor: pointer;
	background: none;
}
#toggle-nav:hover {
}


#nav-menue {
  display: none;
  /*! float: right; */
	width: fit-content;
	/*! margin-top: 2em; */
  margin-right: 3.5em;
}

#mobile-nav-menue {
  width: 100%;
	background-color: #fff;
	height: 0px;
	overflow: hidden;
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out; 
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	position: absolute;
	top: 6em;
  border-bottom: 0px solid #a7bd37;
  background-color: rgba(167,189,55,1);
	padding-right: 2.8em;
  text-align: right;
  z-index: 10;
}

#mobile-nav-menue.showing {
		height: 280px;
}

#mainmenu {
  float: right;
}

.steuerung {
	/*! font-weight: 700; */
	font-size: 1.2em;
	line-height: 2em;

	/*! float: right; */
	padding-top: 0.4em;
	width: 8em;
	/*! text-align: right; */
	
	width: 100%;
}

.actNavi {
	border: 0;
}

#nav-menue .mainnavwrap {
  float: left;
  position: relative;
}

.mainnavwrap a {
	height: 100%;
	width: 100%;
	adding: 0em 0.5em;
	isplay: inline-block;
	color: #fff;

}

#nav-menue .mainnav:hover {
  border-bottom: 2px solid #fff;
}

.subnaviwrap div {
  float: none;
	padding: 0 0.5em
}
.subnaviwrap {
  position: inherit;
  top: 2em;
  left: 0em;
  line-height: 2em;
	height: 6em;
	overflow: hidden;
	transition: height 0.5s ease-in-out;
  background: var(--green);
}
#nav-menue .subnaviwrap div a:hover {
  border-bottom: 2px solid #fff;
}

#nav-menue .mainnavwrap:hover >.subnaviwrap {
	height: 5em;
}
#mobileSteuerung {
	width: 100%;
	padding: 0 ;
	height:0px;
	transition: height 500ms ease-out;
	/*! display: inline-block; */
	float: none;
	overflow: hidden;
	font-size: 1.5em;
	background: #34495e;
}
#mobileSteuerung  ul {
	width: 100%;
}
#mobileSteuerung  li {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0.5em 3em;
	/*! border-bottom: 1px solid #aaa; */
}

#mobileSteuerung li a {
	transition: none;
}

#mobileSteuerung.showing {
	height: 19em;
}


/* Seitenaufbau  */
section {	/* mindest Content Höhe */
	min-height: 200px;
	margin-top: 7em;
}

#main-cont {
	background-color: #fff;
	display: non;
}


.mainnavwrap a {
	width:100%;
	display: block;
	height: auto;
}

.mainnavwrap:hover >* {
  cursor: pointer;
}


.mainnav {
	padding: 0 0.5em;
	line-height: 2em;
}


.hide {
  display: none !important;
}

.mView {
	display: inline-block !important;
}

.mHide {
  display: none !important;
}

.bold, strong {
	font-weight: bold;
}


/* ######## FOOTER ########## */
#footerline {
	background-color: #a7bd37;
	color: #fff;
  height: 2.5em;
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0 2.5em;
}	

#footerline a,
#footerline a:visited {
	color: #fff;
}

#footerline a:hover {
	color: #555;
}

.adresszeile {
	line-height: 2.5em;
	padding: 0 2em;
	font-size: 0.9em;
}

#impr {
	float: left;
	width: fit-content;
	display: none;
}

#contactinfo {
	margin: auto;
	width: fit-content;
	float: none;
}


@media only screen and ( min-width: 750px ) {
    /* Tablets und mittlere Bildschirme 
    body { background-color: red;}
*/



}


@media only screen and ( min-width: 1050px ) { 
    /* breites Browserfenster 
    body { ackground-color: #aa0;}
*/

	header {
		display: grid;
		grid-template-columns: max-content auto max-content;
		line-height: 2em;
		height: 7em;
	}


	.header-left {
	  place-self: center;
	}
	.header-mid {
	  place-self: center;
	}

	.siteHeadline h1 {
		font-size: 1.2em;
		padding: 0.9em;
	}


	.header-right {
	  place-self: center;
	}

	.siteHeadline h1 {
		font-size: 1.2em;
	}

	
	#logo-wrap {
		font-size: 1.2em;
    float: left;
		margin: 1.2em 1.5em 1.2em 4em; 
	}

	#logoTxtLine1 {
    font-size: 1.15em;
  }
	
	#logo-line {
		height: 0.15em;
		margin-top: 0.3em;
	}
	
	#logoTxtLine2 {
		font-size: 0.84em;
	}
	
	#toggle-nav {
		display: none;
	}

	.mHide {
		display: inline-block !important;
	}

	.mView  {
	  display: none !important;
	}

  .actNavi {
	 border-bottom: 2px solid #fff;
  }

	.subnaviwrap {
		position: absolute;
		top: 2em;
		left: 0em;
		line-height: 1.5em;
		height: 0em;
		overflow: hidden;
		transition: height 0.5s ease-in-out;
		background: var(--green);
	}
	.m {
		display: none;
	}

	#nav-menue {
		display: inline-block;
	}
	
	#mobile-nav-menue {
		display: none;
	}
	
	
   .steuerung {
		display: inline-block;    /* für iPhone inline-block  */
		
	}
	
	.steuerung li {
		float: left;
		width: unset;
	}		 
			 
	section {	/* mindest Content Höhe */
		margin-top: 7em;
	}

  .adresszeile {
    font-size: 1em;
		line-height: 2.3em;
	}

	#impr {
		display: block;
	}

	#contactinfo {
		margin: 0;
		float: right;
  }
}

@media only screen and ( min-width: 1250px ) {
    /* breites Browserfenster 
    body { ackground-color: #fbf;}
*/
	header, #footerline {
		idth: 1000px;
	}
	header {
		eight: 8em;
	}
	.steuerung {
		ont-size: 1.1em;
	}
	#toggle-nav {
		isplay: none;	
	}
	#ogo {
		top: 1em;
		height: 2em;
	}
}
