@charset "utf-8";


/*------------------------------- Smartphones vertikal-----------------------------------*/



@media all and (max-width: 900px) {

body{
  -webkit-text-size-adjust:none;
hyphens: auto;
  background: #fbfdf5;

}

body{
      font-family: "Lato", serif;
	   color:#2C3E50;
	 
}

#wrapper {
  clear: both;
  display: block;
  width: 96%;
  height: auto;
}

#header {
	width: 100%;
	height: auto;
}

#logohome {
display: none;
}

#containeroben{
	  background-color: #e3f0ba;
	  height: 150px;
	     margin-left: -8px;
	  margin-top: -5px;
	width: 100%;
	  	position: absolute;
  background: url(../images/prozessarbeitbanner.jpg)no-repeat center center;
      background-size: cover;
	  float: left;


}

#content {
  width: 95%;
  height: auto;
  margin-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  text-align: center;
  font-size: 120%;

}

#content h1 {
	font-size: 105%;
	color: #ab9254;
}

#content img {
	width: 100%;
	height: 100%
}

#containerrechteseite{
        width: 100%;
	height: auto;
        float: left;
		margin-top: 0px;
		padding-left: 0px;
		margin-left: 5px;
		border-style: solid;
  border-color: #ab9254;
  border-width: 1px;
  	margin-bottom: 10px;


}

#containerrechteseite h2{
     text-align: center;
	 font-size: 130%;
	 hyphens: none;
}



#containerrechteseite li{
    margin-left: -6px; 
	font-size: 120%;

}


#containeradresseunten {
	display: none;
}

#containeradresseuntenmobile {
	
	background: #ab9254;
	width:109%;
	height: 250px;
	font-size: 120%;
float: left;
text-align: center;
	margin-left: -8px;
}


#containeradresseuntenmobile a:link, a:active, a:visited {
     color:#2C3E50;
    text-decoration: underline;
	
}


footer{
	 line-height: 43px;
	 font-size: 12px;
         color: #707173;
         font-weight: bold;
}

footer a:link, a:active, a:visited {
    text-decoration: underline;
	color: #707173;
}

footer a:hover {color:  #ab9254;
}


footer {
width: 85%;
float: left;
text-align: right;
padding-right: 15%;
font-family: "Avenir LT 35 Light",sans-serif,"google";
text-transform: uppercase;
color: #707173;
}

 


}
