@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../font/TeXGyreHeros-Bold.woff2') format('woff2'),
        url('../font/TeXGyreHeros-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreHeros';
    src: url('../font/TeXGyreHeros-Regular.woff2') format('woff2'),
        url('../font/TeXGyreHeros-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p {
    font-family: 'TeXGyreHeros';
    line-height: 22px;
    font-size: 14px;
}

p b{
    font-weight: 'bold';
    font-size: 15px;
}

.colored-headline p {
    font-size: 26px;
    margin-left: 15px;
    margin-bottom: 33px;
    line-height: 36px;
}

.subheadline p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 34px;
    margin-top: 0px;
}


.round img {
    display: inline-block;
    max-width: 800px;
    width: 100%;
}

.round {
    float: none;
    margin: 28px 0;
}

.kmv-rezept {
    max-width: 800px;
}

.overlay {
    background-color: #fff;
    opacity: 0.9;
    padding: 15px;
}
