/* Füge hier Dein eigenes CSS ein */
body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

body {
text-align: justify;
}


body, input, textarea {

font: 1.4rem "Helvetica Neue", Calibri, sans-serif;
font-weight: 300;
line-height: 1.325;
}

.mh-main-nav-wrap {
font-weight: bold;
font-size: 1.1rem;
}

.mh-meta {
font-size: 0.9rem;
}

.mh-widget-title-inner {
font-weight: bold;
font-size: 1rem;
}

.postform {
font-weight: 150;
font-size: 1rem;
}
.mh-footer {
font-weight: 150;
font-size: 1.1rem;
}

.mh-header-tagline {
font-weight: bold;
font-size: 1.5rem;
}


