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

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


body {
	color: #000;
	font-family: 	Gudea, Verdana,Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	height: 100%;
}

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

a:hover {
	color: #888;
}

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: #ccc;
    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, main {
	margin: auto;
	display: block;
}

header {
  position: fixed;
	width: 100%;
	background-color: #fff;
  top: 0;
	z-index: 1;
}	

#header-wrap {
	border: 0px solid #0cc;
	text-align: center;
}

main {
	margin: 11em auto 0;
	width: 60%;
}

.blue {
	color: #000;
}

.blue:hover {
	color: #888;
}

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

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

#toggle-nav {
	display: block;
	position: absolute;
	left: 2em;
	top: 1.2em;
	padding: 0.3em 0.5em;
	color: white;
	cursor: pointer;
	border: 2px solid #888;
	width: 2.5em;
}



#toggle-nav {
	display: none;	
}

#steuerung {
	border: 0px solid #f00;
	display: block;
  margin: 0.4em auto;
	height: 1.1em;
	text-align: center;
}

#steuerung  li {
	border-left: 0px solid #888;
  height: 1.0em;
  width: min-content;
	display: inline-block;
	margin: 0 0.7em;
}


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

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


.sub {
	border-top: 0px solid #888 !important; 
  overflow: hidden;
	position: absolute;
	left: calc((100vw - 1300px) / 2);
  font-size: 0.8em;
	transition: height 200ms;
  width:  1300px;
	height: 20px;
  margin: 0.5em auto;
	ight: 90px;
  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 !important;
}

.mView {
	display: none !important;
}

/* Seitenaufbau  */

h1 {	/* h1 Tag */
  /*! border: 1px solid red; */
	height: 100%;
	font-size: 1.5em;
	line-height: 2em;
}


/* ######## FOOTER ########## */
footer {
	border: 0px solid red;
	height: 2em;
	width: 100%;
	background-color: #fff;
  line-height: 1.7em; 
	position: fixed;
	bottom: 0px;
	left: 0px;
	
}	

#footerline {
	margin: auto;
}

#impr {
	text-align: center;
}

br {
		float: left;
	}


@media only screen and ( min-width: 1351px ) {
    /* breites Browserfenster 
    body { ackground-color: yellow;}
*/
	#header-wrap, #steuerung, main, #footerline  {
	 width: 1300px;
	}
	
	#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;	
	}
	main {
		margin-top: 11em;
	}


}

@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 {
	}

}
