
/***** Body and wrap container *****/
html
{ height: 100%;}

*
{ margin: 0px;
  padding: 0;}

body{
height: 100%;
font-family:  Futura, Helvetica, sans-serif;
font-size: 100.1%;
font-style: normal;
background:#f0f0f0;
/*color:#FFFFFF;*/
margin-top: 20px;
padding:0;
}
aside{
	text-align: center;
}
p
{ }




/***** content *****/
#content{ 
width: 100%;
height: auto;
/* overflow: hidden !important; */
}
#img{
width: 99%;
height: auto;
max-width: 1800px;
margin:0 auto;
padding: 0;
} 

.donnavogel-img{
z-index: 100;
width: 100%;
height: auto;
position: relative;
}





/***** media *****/

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {


}


/*  kleiner Bildschirm-----------*/
@media  (max-width: 1200px) {

}



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

}


/* large smartphones ----------- */
@media  (max-width: 960px) {

}

/* medium smartphones ----------- */
@media (max-width: 600px) {

}

/* medium smartphones ----------- */
@media (max-width: 480px) {

}

