@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: #009fe3;
	ackground-blend-mode: multiply;
}

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

	header, #header-wrap, #footerline  {
		ransition: width 0.2s;
	}


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

a:hover {
	color: #009fe3;
}

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

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

.btnCloseGalTeil {
	width: 40px;
	height: 5px;
  -ms-transform:rotate(-45deg); /* IE 9 */
  -moz-transform:rotate(-45deg); /* Firefox */
  -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  -o-transform:rotate(-45deg); /* Opera */
	transform:rotate: -45deg;
	position: relative;
  top: 20px;
	left: 4px;
	display: inline-block;
	background-color: #ccc;
}

.btnCloseGalTeil::before {
	width: 100%;
	height: 100%;
	transform:rotate: 90deg;
	-ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */
  position: relative;
	top: -9px;
	left: -0px;
	content: "";
	display: inline-block;
	background-color: #ccc;
}

.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 {
	border: 0px solid #0ff;
	width: 100%;
	/*! overflow: hidden; */
  background-color: #009fe3;
	position: fixed;
  top: 0;
	z-index: 1;	
}	


#header-wrap {
	border: 0px solid #00f;
	text-align: center;
	margin: 0.6em auto 0;
	
}

#header-wrap img {
  width: 400px;
}


#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 #fff;
  order-radius: 50%;
	width: 2.5em;
}



#toggle-nav {
	display: none;	
}

#steuerung {
	border: 0px solid #ff0;
	font-size: 1.3em;
	font-weight: 300;
	text-align: center;
	display: block;
	margin-top: -0.3em;
}


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

}

#steuerung li a {
	height: 100%;
	display: inline-block;
	color: #fff;
	padding: 0.5em;
}

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

#steuerung  li:hover {
}

.sub {
	border-top: 0px solid #888 !important; 
  overflow: hidden;
	position: absolute;
	eft: calc((100vw - 1000px) / 2);
  left: 1%;
	font-size: 0.9em;
	transition: height 200ms;
  width:  100%;
	height: 30px;
  margin: -0.5em auto;
  text-align: center;
}

.sub li {
	border: 0px solid red !important; 
	width: max-content !important;
	margin: 0 1em 0 0!important;
}

.inactive {
  height: 0;
}

.hide {
  display: none;
}

.mView {
	display: none !important;
}

main {
	padding: 1.8em;
	position: relative;
  background-color: #f0f0f0;
  background-color: #fff;
	border-radius: 20px;
	display: inline-block;
}

/* Seitenaufbau  */

h1 {	/* h1 Tag */
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.5em;
}


.liesstext {  /* allgemeiner Text */
	line-height: 1.5em;
	display: inline;
}

/* ######## FOOTER ########## */
footer {
	height: 3em;
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;	
	background-color: #009fe3;
}	

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

footer a:hover {
	color: #ddd;
}

#footerline {
	font-size: 1.2em;
	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, main, footer  {
  	width: 1100px;
    left: calc((100vw - 1100px) / 2 );
	}

	main {
		margin: 9em 0 3em;
	  min-height: 480px;
	}

	header {
		height: 9em;
	}

	#steuerung {
	}
	
	#toggle-nav {
		display: none;	
	}
	
}

@media only screen and ( max-width: 1350px ) {
    /* breites Browserfenster 
    body { ackground-color: #fbf;}
*/
	header, main, footer   {
	  width: 1000px;
    left: calc((100vw - 1000px) / 2 );
	}

	main {
	 margin: 9em 0 3em;
	  min-height: 480px;
	}

	header {
		height: 9em;
	}

	#steuerung {
	}
	
	#toggle-nav {
		display: none;	
	}

}

@media only screen and ( max-width: 1050px ) { 
    /* breites Browserfenster 
    body { ackground-color: #aa0;}
*/
	header, main, footer   {
	  width: 740px;
    left: calc((100vw - 740px) / 2 );
	}

	main {
	 margin: 9em 0 3em;
	  min-height: 300px;
	 padding: 1em;
	}

	header {
		height: 9em;
	}

	#steuerung {
  	font-size: 1.2em;
	}
	
	#toggle-nav {
		display: none;	
	}
	


}

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

	header, main, footer   {
	  width: 96%;
    left: 2%;
	}
	header {
		osition: initial;
		height: 4em;
		/*! display: inline-block; */
	}

  #header-wrap {
		margin-left: 2em;
  }

	#header-wrap img {
    width: 300px;
  }

	main {
    margin: 5em 0 1em;
    min-height: 300px;
	  padding: 1em;
    /*! display: inline-block; */
	}
	

	#toggle-nav {
	display: block;
	 top: 0.7em;
	left: 0;
	border-radius: 5px;
	}
	
#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;
 		background-color: #009fe3;
 		margin-top: 0.5em;
	}
	#steuerung  ul {
		width: 100%;
	}
	#steuerung  li {
    text-align: left;
		float: none;
		width: 100%;
		margin: 0.2em 0;
		padding-left: 2.1em;
	}
   #steuerung.showing {
		height: 29em;
		 /*! 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;
	}

	ain {
		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: 0.9em 0 0 3.5em;
  }

	#header-wrap img {
    width: 280px;
  }

}
