#html, body{
  background-image: url("images/Hintergrund_82160223_heller.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
}

h1{    font-family: 'Open Sans Condensed', sans-serif;	color: #3494c9;	font-size: 28px;}
h2{    font-family: 'Arial', sans-serif;	color: #000; font-size: 20px;}
a{     color: #3494c9;font-style: none; }
a:hover{    color: #3dafee; }
p{     font-family: 'Arial', sans-serif;	color: #000;font-size: 18px; }

.zentriert {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
}

.logo {
	height: 30%;
	margin-bottom: 80px; 
}

.logo_impressum {
	height: 30%;
	margin-bottom: 20px; 
}

.leistungen {
	width: auto;
	height: 20%;
	margin-bottom:70px;
}
#startseite {
	margin-right: 0%;
	width: auto;
	height: 50%;
	float: right;
	margin-right: 10%
}
.startseite_1 {
   float: left;
   width: 450px;
}
.startseite_2 {
    float: left;
	margin-top: 59px;
}

#impressum {
	margin-right: 0%;
	width: auto;
	height: 100%;
	float: left;
	margin-right: 0%
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
 text-decoration: none;
 color: #000;
}

@media only screen and (max-device-width: 960px) {
 a[href^="tel"]:link,
 a[href^="tel"]:visited,
 a[href^="tel"]:hover {
 text-decoration: underline;
 color: #3494c9;
   }
}


@media only screen and ( min-width: 1280px ) {
    /* breites Browserfenster 
    h1{ color: yellow;} */
}
@media only screen and ( max-width: 440px ) {
    /* mobile Geräte 
    h1{ color: green;} */
	.logo {	margin-bottom: 0px;}
	.leistungen { 	margin-bottom: 0px;}
	#startseite { 	float: left;}
    .zentriert {    padding: 10% 1% 1% 1%;}
	.startseite_1 { 	width: auto;} 
	.startseite_2 {	margin-top: 0px; }

}
@media only screen and ( min-width: 440px ) and ( max-width: 950px ) {
    /* Tablets und mittlere Bildschirme 
    h1{ color: red;} */
	.logo {	margin-bottom: 0px;}
	.leistungen { 	margin-bottom: 0px;}
	#startseite { 	float: left;}
    .zentriert {    padding: 10% 1% 1% 1%;}
	.startseite_1 { 	width: auto;} 
	.startseite_2 {	margin-top: 0px; }

}

	
