@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
    font: 14px / 20px "open sans", Helvetica, "Helvetica Neue", Arial;
}

h2 {
    font-size: 1.0em;
    font-weight: bold;
}
h3 {
    font-size: 1.0em;
    font-weight: bold;
}

/* 404: Bild im Sideframe vollständig sichtbar (nicht beschnitten) */
body.is-error-404 .module-single_image img {
    object-fit: contain;
    object-position: center center;
    background-color: #fff;
}
