@charset "utf-8";
* {
    box-sizing: border-box;
		ransition: height 2s;

}
html {
	eight: 10%;
  scroll-behavior: smooth;
}


body {
	color: #4b4b4d;
	width: 100%;
	height: 100%;
	ackground-image: url('images/holzstamm.jpg');
	ackground-repeat: no-repeat;
	ackground-size:  cover;
	ackground-position: left top;
	ackground-attachment: fixed;
  background-color: #f0f0f0;
	ackground-blend-mode: multiply;
				overflow: auto;

}

/* Schrift Definition für alle Bereiche */
header, main, footer {
	font-family: 'afbattersea', sans-serif;
  font-size: 1em;
	color: #333;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
	border: none;
}

.tel, .fax, .mail,	.tel > a, .mail > a {
	display: inline;
	olor: #fff;
} 


.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #eee;
    margin: 4px 0;
	transition: 0.4s;
}

/* 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(-5px, -6px) ;
}

#header-wrap, main {
	margin: auto;
	/*! border: 1px solid red; */
	osition: relative;
  isplay: block;
	eight: 100%;
}

header {
	border: 0px solid #0ff;
	width: 100%;
	overflow: hidden;
  background-color: #f0f0f0;
	position: fixed;
  top: 0;
	z-index: 1;	
	display: none;
}	


#header-wrap {
	border: 0px solid #00f;
}

#header-left  {
	border: 0px solid #00f;
	width: 30%;
	float: left;
}
#header-left img {
  width: 300px;	
	margin-top: 1.8em;
}

#header-right {
	border: 0px solid #f0f;
	width: 70%;
  float: left;
}
/**/


/**/
.blue {
	color: #0ff;
}

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

#impr {
	border: 0px solid #f0f;
	text-align: right;
  /*! margin-top: 2.3em; */
	float: left;
}


.br {
		/*! width: 57%; */
  	display: inline-block;
}

#toggle-nav {
	display: block;
	position: absolute;
	left: 2em;
	top: 1.5em;
	padding: 0.3em 0.5em;
	color: white;
	cursor: pointer;
	border: 2px solid #0ff;
  order-radius: 50%;
	width: 2.5em;
}



#toggle-nav {
	display: none;	
}

#steuerung {
	border: 0px solid #ff0;
	font-size: 1.7em;
	font-weight: bold;
	loat: left;
	height: 100%;
	display: inline-block;
	width: 100%;
	text-align: right;
}


#steuerung  li {
	border: 0px solid #ff0;
	display: inline-block;
	text-align: center;
  loat: left;
	margin: 0 1em;
}

#steuerung li a {
	height: 100%;
	idth: 100%;
	display: inline-block;
	color: #333;
}

#steuerung  li a:hover {
  color: #ddd;
	transition: color .75s;
}

#steuerung  li:hover {
}

.sub {
  overflow: hidden;
  font-size: 0.8em;
	margin-left: 1.8em;
	transition: height 2s;
}

.inactive {
  height: 0;
}

.hide {
  display: none;
}

.mView {
	display: none !important;
}

/* Seitenaufbau  */

h1 {	/* h1 Tag */
  color: #4b4b4d;
	font-size: 1.5em;
	font-weight: bold;
	ine-height: 1.2em;
	adding: 0.5em;
}
.fliesstext {  /* allgemeiner Text */
	line-height: 1.5em;
	display: inline;
}
/* ######## FOOTER ########## */
footer {
	height: 3em;
	width: 100%;
	color: #333;
	position: fixed;
	bottom: 0px;
	left: 0px;	
	background-color: #f0f0f0;
		display: none;

}	
footer a,
footer a:visited {
	color: #333;
}
footer a:hover {
	color: #ddd;
}
#footerline {
	margin: auto;
	width: 1300px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 2.2em;
}

#contactinfo {
	border: 0px solid #f0f;
	float: right;
}



@media only screen and ( min-width: 1351px ) {
    /* breites Browserfenster 
    body { ackground-color: yellow;}
*/
	#header-wrap, main, #footerline  {
	 width: 1100px;
	}

	main {
		height: 78vh;
		isplay: inline-block;
		padding: 3em;
	 width: 1100px;
	argin-top: 9em;
		

	}

	header {
		height: 8em;
	}

	#steuerung {
		margin: 2em 0;
	}
	
	#toggle-nav {
		display: none;	
	}
	
	#toggle-nav {
		display: none;	
	}

}

@media only screen and ( max-width: 1350px ) {
    /* breites Browserfenster 
    body { ackground-color: #fbf;}
*/
	#header-wrap, #steuerung, main, #footerline  {
		width: 1040px;
	}

	#header-wrap {
		border: 0px solid #0cc;
		margin: 1em auto;
		text-align: center;
		font-size: 1.7em;
		height: 2.3em;
		line-height: 2.1em;
	}
	#steuerung {
  	font-size: 1.35em;
	}

	#toggle-nav {
		display: none;	
	}


}

@media only screen and ( max-width: 1050px ) { 
    /* breites Browserfenster 
    body { ackground-color: #aa0;}
*/
	#header-wrap, #steuerung, main, #footerline  {
		width: 740px;
	}
	#steuerung {
  	font-size: 1.2em;
	}
	
	#toggle-nav {
		display: none;	
	}
	
	#header-wrap {
		border: 0px solid #0cc;
		margin: 0.7em auto;
		text-align: center;
		font-size: 1.6em;
		height: 2em;
		line-height: 2.1em;
	}
	
	main {
		margin-top: 8em;
	}


}

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

	header {
		position: initial;
		
	}
	
	#header-wrap, #steuerung, main, #footerline  {
		width: 100%;
	}
	#header-wrap  {
		height: 1em;
	}
	#steuerung {
  	font-size: 1.2em;
	}

	#toggle-nav {
		display: block;
	}
	
#steuerung li a {
    transition: none;
	}
   #steuerung {
 		width: 100%;
		padding: 0;
    height: 0px;
       -webkit-transition: height 500ms ease-out;
        -moz-transition: height 500ms ease-out;
        -ms-transition: height 500ms ease-out;
         -o-transition: height 500ms ease-out;
          transition: height 500ms ease-out;
		display: inline-block;
		float: none;
		overflow: hidden;
		font-size: 1.5em;
	}
	#steuerung  ul {
		width: 100%;
	}
	#steuerung  li {
    text-align: left;
		float: none;
		width: 100%;
		margin: 0.3em 0;
		padding-left: 2.1em;
	}
   #steuerung.showing {
		height: 25em;
		 border-top: 1px solid #888;
		 border-bottom: 1px solid #888;
	}
	
	.sub {
		position: initial;
		transition: none;
		height: max-content;
		margin: 0.5em 0 0.8em;
	}

	.sub li {
		width: 100% !important;
		margin: 0.4em 0 !important;
	}

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

	main {
		margin-top: 0em;
		width: 100%;
	}
	footer {
		display: none;
	}
}
@media only screen and ( max-width: 480px ) {
    /* mobile Geräte 
  body { background-color: green;}
*/
	#header-wrap {
		margin-left: 1.5em;
		width: calc(100vw - 2.2em);
	}
	
	#steuerung {
	}

}
