@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: -18px;
	  margin-top: -5px;
	width: 105%;
	  	position: absolute;
  background: url(../images/linksmobilebanner.jpg)no-repeat center center;
      background-size: cover;
	  float: left;
}

#content {
  width: 99%;
  height: auto;
  margin-top: 140px;
  padding-left: 2px;
  padding-right: 5px;
  float: left;
  text-align: left;
  font-size: 120%;

}

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

#content td {
	width: 100%;

}

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

}

#content a:hover {color:  #ab9254;
}


#content h2 a:link, a:active, a:visited {
    text-decoration: underline;
	font-size: 21.5px;
}



#containeradresseunten {
	display: none;
}

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


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

footer{
	 line-height: 43px;
	 font-size: 60%;
         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;

}

 


}
