@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: 100%;
  height: auto;
  float: left;
}

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

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


#containerfotonehrin{

	  height: 320px;
	width: 85%;
float: left;
	margin-top: 50px;
	padding-left: 70px;


	
	
}


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

}

#containergrenzecontentunten {
	width: 95%;
	height: auto;
	  border-bottom-style: solid;
        border-width: 2px;
		border-color: #ab9254;
		float:left;
		padding-right: 5px;
       padding-left: 5px;
	   margin-bottom: 20px;
}

#containeruntenmobile{
	  height: auto;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	font-size:120%;
		color: #2C3E50;
}

#containeruntenmobile td{
	color: #99B050;
}

#containeruntenmobile h2{
	font-size:110%;
	color: #ab9254;
}

#containerunten{
	display: none;
}

#containeradresseunten {
	display: none;
}

#containeradresseuntenmobile {
	
	background: #ab9254;
	width:103%;
	text-align: center;
	height: 250px;
	font-size: 120%;
	padding-left: 7px;
	margin-left: -9px;
float: left;
}


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

#footeroben{
padding-left: 30px;
padding-right: 30px;

}
 
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;
}


}
