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

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


body {
	color: #fff;
	ont-family: 'Roboto', sans-serif;
	font-family: 	Verdana,Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	height: 100%;
	background-image: url('images/blumen.png'), repeating-linear-gradient(#000 0%, #ddd 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;

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

a:hover {
	color: #0ff;
}

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, main {
	margin: auto;
	osition: relative;

}

header {
	border: 0px solid #0ff;
	margin: 2em auto;
	background-image: url('images/blumen.png'), repeating-linear-gradient(#000 0%, #ddd 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
  z-index: 1;
}	


#header-wrap {
	border: 0px solid #00f;
  margin: 1em auto;
}

#header-left  {
	border: 0px solid #00f;
	width: 50%;
	font-size: 1.3em;
	ont-weight: bold;
	float: left;
}

#header-left img {
	height: 100%;
	margin-left: 1em;
}


#header-right {
	border: 0px solid #f0f;
	width: 50%;
  float: left;
	font-size: 1em;
}

#pdfLogo {
	display: inline-block;
}

#pdfLogoVita {
	display: none;
}



.blue {
	color: #0ff;
}

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

#impr {
	border: 0px solid #f0f;
	text-align: right;
  margin-top: 2.3em;
}


.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;
	float: left;
}

#steuerung  li {
  height: 1.5em;
	display: inline-block;
  width: 100%;
	display: inline-block;
}

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

#steuerung  li a:hover {
  color: #0ff;
	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: #0ff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2em;
	padding: 1em;
}
.fliesstext {  /* allgemeiner Text */
	line-height: 1.5em;
	display: inline;
}
/* ######## FOOTER ########## */
footer {
	display: none;
	height: 2em;
	width: 100%;
	ackground-color: #f19969;
	color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
	
}	
footer a,
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
#footerline {
	margin: auto;
}

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

br {
		float: left;
	}


@media only screen and ( min-width: 1350px ) {
    /* breites Browserfenster 
    body { ackground-color: yellow;}
*/
	header, main {
	 width: 1300px;
	}
	
	header {
		height: 7em;
	}

	#steuerung {
  	width: 380px;
	}
	
	#toggle-nav {
		display: none;	
	}


}

@media only screen and ( max-width: 1350px ) {
    /* breites Browserfenster 
    body { ackground-color: #fbf;}
*/
	header, main {
		width: 1000px;
	}
	header {
		height: 7em;
	}
	#header-left {
    width: 65%;
	}
	#header-right {
	 width: 35%
	}
	#steuerung {
  	width: 280px;
		font-size: 1.5em;
	}
	#toggle-nav {
		display: none;	
	}


}

@media only screen and ( max-width: 1050px ) { 
    /* breites Browserfenster 
    body { ackground-color: #aa0;}
*/
	header, main {
		width: 700px;
		font-size: 0.9em;
	}
	
	header {
		height: 4em;
	}
	
	#toggle-nav {
		display: none;	
	}
	
	#steuerung {
  	width: 210px;
	}

	#header-left {
    width: 25.5em;
	}
	
	#header-right {
    width: 15em;
	}
	
	#impr {
		margin-top: 0.9em;
	}
	
	#impr a {
	 line-height: 1.7em;	
	}
	
	br {
		float: none;
	}

}

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

	
	header, main {
		width: 100%;
	}

	header {
		height: 5em;
  	margin: 0em auto 1em;

		display: inline-block;
	}

	header.showing {
    height: 5em;
  }
	#toggle-nav {
		display: block;
	}
	
	#header-left {
		width:  75%;
		line-height: 2.3em;
		margin: 0.8em 1.5em;
		float: right;
		text-align: right;
	}
	
	#header-right {
    display: none;
	}
	
#pdfLogo {
	display: none;
}


	#steuerung li a {
    transition: none;
	}
   #steuerung {
 		width: 100%;
		padding: 0 10%;
       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 {
		float: none;
		width: 100%;
		margin: auto;
	}
   #steuerung.showing {
		height: 15em;
	}
	.mView {
		display: inline-block !important;
	}

	#impr {
		display: none;
	}
	

}
@media only screen and ( max-width: 480px ) {
    /* mobile Geräte 
  body { background-color: green;}
*/
	header {
		height: 5em;
	}

	#header-left {
		width:  10em;
		loat: right;
		line-height: 1.3em;
		margin: 0.8em 1em;
	}
	
	#steuerung {
	}

}
