@media (max-width: 870px) { /*768px;*/

body {
    line-height: 1.3;
    font-size: 0.8em;
    width: 98%;
    margin: 1em auto 0 auto;
    padding: 0.5em;
}

div#inhalt {
    position: relative;
    margin-left: 25%; 
    z-index: 1;
	line-height: 1em;
	padding-right: 15%;
}
div#inhalt_home {
    position: relative;
    margin-top: 20px;
    margin-left: 18%; 
    z-index: 1;
	padding-right: 5%;
}
img.birne {
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

div#head {
    height: 120px;
    position: relative;
	color: #fff;

}

p.slogan {
    top: 50px;
    font-size: 110%;
}



}
@media (max-width: 570px) { 

.eingerueckt p{
	margin-left: 0px;
	margin-top: 0px;	
	margin-right: 0px;
	 
}
.links {
	 
}

}
@media (max-width: 480px) { /*768px;*/

img#logo {
	height: 80px;
	width: auto;
    position: relative;
	color: #fff;
}
div#inhalt_home {
    position: relative;
    margin-top: 10px;
    margin-left: 18%; 
    z-index: 1;
	padding-right: 2%;
}
img.birne {
    width: 90%;
    height: auto;
    box-sizing: border-box;
}


ul#navigation{
    margin-top: -20px; 

}
ul#navigation li a{
	padding: 15px 5px 0 0;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
    height: 50px;
	width: 50px;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
    display: block;
	font-weight: bold;
	font-size: 0.8em;
}

div#inhalt {
    position: relative;
    margin-top: -25px;
    margin-left: 25%; 
    z-index: 1;
	
	
	line-height: 1em;
	padding-right: 15%;
}

}
/*iPad quer 1024px:
@media only screen and (max-device-width: 1024px) and (orientation: landscape)

iPad hoch 768px:
@media only screen and (max-device-width: 1024px) and (orientation: portrait)

iPhone quer 480px:
@media only screen and (max-device-width: 480px) and (orientation: landscape)

iPhone hoch 320px:
@media only screen and (max-device-width: 480px) and (orientation: portrait)*/