body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
}
/* Logo */
h1 a {
    display: block;
    width: 50%;
    content: url(../images/icons/dymeckLogoNeu.svg);
}
/* Bilder ausblenden */
.projectImage, .icon, .popup{
    display: none;
}

/* Überschriften */
#title h2{font-size: 24px !important;}
#title h4{font-size: 18px !important;}
h3{ font-size: 20px !important;}
h5{ font-size: 16px !important; }

#start p{
    font-size: 14px !important;
}
#content p, #start-orig p{
    font-size: 13px !important;
}
/* Links */
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
    content: " (" attr(href) ") ";
}
/* Navigation ausblenden */
#nav{
    display: none;
}

/* Kontakt-Form ausblenden */
#contactForm{
    display: none;
}