/* css */
@font-face {
	font-family: 'texgyreadventor-regular';
	src: url('fonts/texgyreadventor-regular.eot');
	src: local('☺'), url('fonts/texgyreadventor-regular.woff') format('woff'), url('fonts/texgyreadventor-regular.ttf') format('truetype'), url('fonts/texgyreadventor-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	 background-color: #fff;
	 font-family:'texgyreadventor-regular',sans-serif;
	 overflow-y: scroll;

}
h1{
padding-left: 28%;
color: #EF7031;
}
h4{
color: #545454;
font-family:'texgyreadventor-regular',sans-serif;
padding-left: 28%
}
h5{
color: #545454;
font-family:'texgyreadventor-regular',sans-serif;
}

.baner{
color: #b3b3b3;
font-family:'texgyreadventor-regular',sans-serif;
margin-bottom: -30px;
font-size: 1.6em;


}
.krauss{
	color: #EF7031;
	padding-bottom: 10px;
	font-family: font-family:'texgyreadventor-regular',sans-serif;
}
.krauss2{
	color: #20b834;
	padding-bottom: 10px;
	font-family: font-family:'texgyreadventor-regular',sans-serif;
}

.imp{
color: #545454;

}
.inhalt{
	padding-left:20px;
}
#drop1{
	width: 100%;
}
.toggle{
	width:100px;
	height:100px;
	background: #ccc;
}
.contact{
 border-left: 1px solid #CACACA;
 padding-left: 7px;
 min-height: 400px;
 background: #Fff;
 color: #000;
 padding-right: 30px;

}.right{
	text-align: right;
}
.email{
	word-wrap: break-word;
}
.wrap{
	margin-left: auto;
    margin-right: auto;

}
.logo{
	position: absolute;
	z-index: -10;
}
.uppercase{
	text-transform: uppercase;
}
.full-width {
    position: relative;
	margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}

.content-area {

    padding: 50px 0 70px 0;
}
.header-area {
	background-color: #4d4d4d;
	/*background-color: #fff;*/
	z-index: -100;
    min-height: 100px;

}

#navigation.fixiert_oben
{
  position: fixed;
  top:      8px;
}

#navigation.fixiert_unten
{
  position: fixed;
  bottom:   4px;
}

.top-bar {

 margin-bottom: 0;
 width: 100%;




}
.top-bar-section li:not(.has-form).active a:not(.button)
{
	background: #ea5b33;


}

.top-bar-section{
    text-transform: uppercase;

}


/* change colors of menu */
.top-bar-section li a:not(.button) {
    background: !important;
	font-size: 1.0em;
	font-family:'texgyreadventor-regular',sans-serif;


}

.top-bar-section li a:not(.button):hover {
	box-sizing: border-box;
    background: #333333 !important;
	box-shadow: 0px -3px 0px #ea5b33 inset;
}

.top-bar-section ul li.active > a {
    background:  !important;

}

.top-bar-section ul li.active > a:hover {
    background: !important;
}

.standort{
	color: #545454;

}
.ver{
	color: #EF7031;
	font-size: 1.1em;
}
button{
	background-color: #fff !important;
	color: #000 ;
	width: 100% !important;
	border: 1px solid #CACACA;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
/*	border-radius: 5px;*/
	margin-bottom: -1px;
	padding: 10px 10px 10px 20px;
	 text-align: left;

}
.toggle_button:hover{

		background-color: #333333 !important;
		color: #fff !important;
}
.toggle_button:focus{
	background-color: #333333 !important;
	color: #fff !important;
}

.static_button:hover{
	background-color: #fff !important;
	color: #000 !important;
	cursor: default !important;
}
.static_button:focus{
	background-color: #fff !important;
	color: #000 !important;
}

.footer-area{
margin-top: 20px;
margin-left: 1%;
bottom: 0px;
}
/* media queries*/
@media screen and (max-width: 30em) {
 body{
  font-size: 0.8em;
 }
 .email{
 	word-wrap: break-word;
	max-width: 110px;
 }
 .baner{
 font-size: 1.5em;
 margin-left: -20px; }
 .krauss{
 padding-left: 7em;
 font-size: 1.1em;
 }
 .krauss2{
 padding-left: 7em;
 font-size: 1.1em;
 }
 h4{
 padding-left: 4%;
 }
 .foxy{
	 display: none;
 }
}
@media screen and (max-width: 60.0624em) {
  .top-bar-section li a:not(.button) {
    background: !important;
	font-size: 0.7em;
}
.foxy{
	display: none;
}
.map{
	display: none;
}
}
@media screen and (min-width: 60.0625em) {
 .baner{
 font-size: 2.0em;
 }

 .krauss{
 padding-left: 17em;
 font-size: 1.1em;
 }
 .krauss2{
 padding-left: 23em;
 font-size: 1.1em;
 }
 .map_link{
  display: none;
 }
 .top-bar-section li a:not(.button) {
    background: !important;
	font-size: 1.0em;
}
#offen{
	color: #EF7031;
}
}
