@charset "utf-8";


* {
    box-sizing: border-box;
  --mainBgColor: #b1aca8;
	--mainColor: #7f0412;
}

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

.accordeon {
	eight: unset !important;
}



body {
	color: #888;
	width: 100%;
	height: 100%;
  background-color: #fff;
  overflow: auto;
}

#wrapper {
	border: 0px solid red;
	width: 100%;
	/*! position: relative; */
  /*! margin: 0 auto; */
	height: 100%;
	display: flex;
	flex-direction: column;
}



/* Schrift Definition für alle Bereiche */
body {
	font-family: "arial";
}

main {
  flex: 1;
  margin-bottom: 6em; 
  margin-top: 5em;
  margin: auto;
}

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

a:hover {
	color: #999;
}

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

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

#mobileSteuerung {
  margin: 3em 0 1em;
}


.bar1, .bar2, .bar3 {
    width: 23px;
    height: 3px;
    background-color: #fff;
    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, #header-wrap, main, #footerline {
	width: 100%;
}


header.showing {
}
#toggle-nav {
	display: block;
}

header {
	width: 100%;
	overflow: hidden;
	background-color: var(--mainBgColor);
	position: fixed;
	z-index: 5;
	top: 0;
	height: 4.5em;

}	
#header-wrap {
	border: 0px solid #00f;
	display: block;
	width: 90%;
	margin: auto;
	height: 100%;
}

#header-left {
	line-height: 1.3em;
	height: 100%;
	width: max-content;
}

.logo-wrap {
	width: 16em;
	color: #fff;
	margin-top: 0.7em;	
	margin-top: 0.7em;
	font-size: 0.7em;
}

.logo-wrap img {
	width: 20%;
	display: block;
	float: left;
	margin-right: 0.6em;
}

.logoText {
	margin-top: 0.5em;
	line-height: 2em;
	display: inline-block;
}

.logoTextBig {
	font-size: 2em;
	font-weight: bold;
}

.logoTextSmall {
	font-size: 1.2em;
  font-style: italic;
}

#header-right {
	display: none;
	float: right;
	height: 100%;
	padding: 1em 0;
}

#mobileSteuerung {
	width: 100%;
	padding: 0 1.4em;
   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;
	text-align: right;
	position: fixed;
	background: #fff;
	z-index: 10;
}
#mobileSteuerung  ul {
	width: 100%;
}
#mobileSteuerung  li {
	float: none;
	width: 100%;
	margin: auto;
	padding: 0.5em 0;
	border-bottom: 1px solid #aaa;
}

#mobileSteuerung li a {
	transition: none;
}

#mobileSteuerung.showing {
	height: 17em;
}

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

#impr {
	display: none;
	/*! margin-right: 13vw; */
	/*! width: auto; */
}

.add-line-item {
	margin: 1vw;
}

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

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


#toggle-nav {
	display: block;
	position: absolute;
	/*! left: 2em; */
	top: 1.5em;
	
	color: white;
	cursor: pointer;
	border: 2px solid #aaa;
  /*! border-radius: 5px; */
	right: 2em;
}

#steuerung {
	display: flex;
	height: 100%;
	align-items: center;
	padding-top: 2.1em;
}


#steuerung  li {
	display: inline-block;
}

#steuerung li a {
	/*! height: 100%; */
	idth: 100%;
	display: inline-block;
	color: #fff;
	/*! text-decoration: underline; */
	padding: 0.5em;
}

#steuerung  li a:hover {
  color: var(--mainColor);
	transition: color .25s;
}

#steuerung  li:hover {
}

#steuerung .actNavi a {
	text-decoration: none;
	color: var(--mainColor);
	ont-weight: bold;
}


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

.inactive {
  height: 0;
}

.hide {
  display: none !important;
}


/* Seitenaufbau  */

.fliesstext {  /* allgemeiner Text */
	line-height: 1.5em;
	display: inline;
}
/* ######## FOOTER ########## */
footer {
	color: #fff;
	bottom: 0px;
  background: var(--mainBgColor);
	
	width: 100%;
}	
footer a,
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: var(--mainColor);
}

.footer-wrap {
	margin: auto;
	width: 100%;
	line-height: 3em;
}

.adresszeile {
	float: unset;
	text-align: right;
	display: none;
}

.footer-navi {
	width: fit-content;
	margin: auto;
	float: unset;
}



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


}


@media only screen and ( min-width: 1050px ) { 
    /* breites Browserfenster 
    body { background-color: #aa0;}
*/
	ody { background-color: #aff;}
	
	
	#header-wrap, main, .footer-wrap {
		width: 1000px;	
	}
	
	#toggle-nav, #mobileSteuerung {
		display: none;	
	}
	
	header {
		height: 8em;
	}

	main {
		margin-top: 10em;
		margin-bottom: 6em;
		
  }

	
	#steuerung {
		font-size: 1em;
	}
	
	#steuerung li {
	margin: 1em;
	}

	
	.logo-wrap {
		margin-top: 0.7em;
		font-size: 1em;
	}
	
	#header-left {
		float: left;
		padding: 1em 0;
	}
	
	#header-right {
	 display: block;
	}

	.mView {
		display: none !important;
	}


	#impr {
		display: block;
	}
	
	#impr a {
	 line-height: 1.7em;	
	 padding: 0 0.5em;
	}
	

	footer {
		position: fixed;

		height: 3em;
	}	
	.adresszeile {
		display: block;
	}
	.footer-navi {
		width: fit-content;
		margin: auto;
		float: left;
	}
}


@media only screen and ( min-width: 1250px ) {
    /* breites Browserfenster 
    body { background-color: yellow;}
*/
	
	body { background-color: #fff;}
	#header-wrap, main, .footer-wrap {
		width: 1200px;	
	}
	
}

@media only screen and ( min-width: 1925px ) {
    /* breites Browserfenster 
    body { background-color: yellow;}
*/
	
	ody { background-color: #ff0;}
	
	
	
	#header-wrap, main, .footer-wrap {
	 width: 1920px;
	 margin: auto;
	}
	

}

