@media screen and (max-width:767px) {
body {
    font: 15px/32px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif
}
#header .logo {
    margin:10px;
    padding:10px;
    background-color:rgba(255,255,255,.8);
    border:0px solid;
    border-radius:8px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
#header {
    height:auto;
    background-image:none;
}
#main .inside {
    margin:10px;
    padding:20px;
    background-color:rgba(255,255,255,.9);
    border:0px solid;
    border-radius:8px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
#container,
#footer,
#left {
    background-image:none;
}
#footer .terug {
    display:none;
}
.mod_navigation ul {
    margin:10px 20px;
    text-align:center;
}
.mod_navigation li {
    margin-top:4px;
    margin-bottom:4px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:rgba(0,0,0,.1);
}
.showat768 {
    display:block;
}
#jump-to-nav {
    padding-right:30px;
    text-align:right;
    background-image:url("/files/layout/mobiel-navig.svg");
    background-position:right center;
    background-repeat:no-repeat;
    font-size:1.2em;
    text-decoration:none;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top:0;
}
body {
    padding-bottom:600px;
}
#footer {
    margin-right:20px;
    margin-left:20px;
}
#footer .tekst p,
#footer .tekst a {
    font-size:1em;
}
}
