@font-face {
    font-family: 'EuclidFlex-Regular';
    src: url(EuclidFlex-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'EuclidFlex-Medium';
    src: url(EuclidFlex-Medium.otf) format('opentype');
}

@media print {
    body {
        font-family: 'EuclidFlex-Regular';
    }

    .overgang,
    .stick-nav,
    nav,
    .sidenav,
    #topcontrol {
        display: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* reset height that the sticky script set*/
    section {
        height: auto !important;
    }

    button {
        background-color: Transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
    }

}
