@charset "utf-8";


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



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

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

}

#wrapper {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  float: left;
}

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

#containeroben{
	  background-color: #e3f0ba;
	  margin-left: -8px;
	  margin-top: -5px;
	  height: 200px;
	  padding-top: 50px;
	width: 105%;
	  	position: absolute;
  background: url(../images/bannermobilehome.jpg)no-repeat center center;
      background-size: cover;
	  float: left;
	 
}

#content {
  clear: both;
  display: block;
  width: 96%;
  height: auto;
  margin-top: 80px;
  padding-left: 10px;
    padding-right: 20px;
  float: left;
  color: #2C3E50;
   font-family: "Lato", serif;

}

#content h3{
	line-height: 1.2em;
}




#content h1 {
	font-size: 160%;
}


#content p {
	font-size: 130%;
}

#contentcontainer {
display: none;
}

#containeradresseuntenhome {
	display: none;
}

#containeradresseuntenhomemobile {
	
	background: #ab9254;
	width:100%;
	height: auto;
	font-size: 120%;
	margin-left: -8px;
	padding-right: 12px;
}


#containeradresseuntenhomemobile 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;
font-size: 60%;

}
 


}
