/* kw
CSS Media Queries
*/

@media only screen and (max-width: 568px) {

#container { min-width:0; }

.txtbox.mitte { margin-top:2.5em; }

#footer { padding-bottom:0.5em; }
#footer p { position:static; }
#footer p.mq-abstand { margin-top:1.5em; }

#fusszeile p span { display:none; }

.mq-chev-re { margin-right:3px; }  /* margin-top ggf. anpassen */

.head { font-size:13px; }
img.radius { -webkit-border-radius: 20px 10px; -moz-border-radius: 20px 10px; border-radius: 20px 10px; }
img.chev8 { font-size:13px; }
img.chevu15 { font-size:15px; }

}
