/* www.grvs.de */

@media screen and (max-width: 768px) {
#wrapper {
    max-width:767px;
    margin:0 auto;
    padding-bottom:30px;
    background-color:#fff;
    -webkit-box-shadow:0 0;
    box-shadow:0 0;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
#container {
    padding:30px 5px 45px;
}
#header {
    height: 40vw;
}
#header h1 {
    font-size: 1.2em;
}
.mod_newslist figure {
	float: none
}
.mod_eventlist figure {
	float: none
}
}