@font-face {
        font-family: 'BigRiver';
        font-style: normal;
        font-weight: normal;
        src: url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverthin.woff2') format('woff2'),
            url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverthin.woff') format('woff'); 
}

@font-face {
        font-family: 'BigRiver';
        font-style: normal;
        font-weight: bold;
        src: url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverbold.woff2') format('woff2'), 
            url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverbold.woff') format('woff');
}

@font-face {
        font-family: 'BigRiverH';
        font-style: normal;
        font-weight: normal;
        src: url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriver.woff2') format('woff2'),
            url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriver.woff') format('woff'); 
}

@font-face {
        font-family: 'BigRiverH';
        font-style: normal;
        font-weight: bold;
        src: url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverbold.woff2') format('woff2'), 
            url('https://www.jakobrudolph.com/images/fonts/bigriver/bigriverbold.woff') format('woff');
}

/* ---------------------------------------------------------------------------------------------------- */
    
/* Variablen anlegen */
:root {
    --bg-color: #ffffff;    /* Hintergrundfarbe kpl. */
    --bg-trans: transparent;
    --bgr-color: rgba(21,21,21,0.5);   /* Hintergrund rechts */
    --bgl-color: rgba(255,255,255,1);   /* Hintergrund links */
    --bgf-color: rgba(21,21,21,0.8);      /* Hintergrund Footer */
    --text-color: #F4F5F6;      /* Standard-Schriftfarbe */
    --text-form: #151515;       /* für Formularfelder */
    --h15-color: #663399;       /* Überschriftenfarbe */
    --foo-color: #F4F5F6;       /* Footer Schriftfarbe */      
    --font-family: 'BigRiver', Verdana, sans-serif;
    --h15-font: 'BigRiverH', sans-serif;
    --font-size: 1rem;
    --line-txt: 1.3; /* Standard */
    --line-h15: 1.5; /* Überschriften */
    --letter-txt: 0.01rem; /* Abstände Standard */
    --letter-h15: 0.03rem; /* Abstände Überschrift */
} 