@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-VariableFont_wdth,wght.woff2') format('woff2');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}


body,
html,
* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

p,
form {
    font-size: 0.875em;
    line-height: 1.857142857142857em;
    line-height: 26px;
}

hr {
    height: 1px;
    border: none;
    background-color: #E7E7E7;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.absatz {
    margin-bottom: 2em;
}

.hl_optik1 {
    font-family: "Open Sans", sans-serif; font-weight: 300;
    font-size: 2.0em;
    line-height: 1.25em;
    letter-spacing: -0.01em;
    color: #464646;
}

.hl_optik2 {
    font-family: "Open Sans", sans-serif; font-weight: 600;
    font-size: 1.4em;
    line-height: 1.857142857142857em;
    color: #000;
}

.hl_optik3 {
    font-family: "Open Sans", sans-serif; font-weight: 300;
    font-size: 1.8em;
    line-height: 1, 3333333333em;
    letter-spacing: -0.01em;
    color: #FFF;
}

.hl_optik4 {
    font-family: "Open Sans", sans-serif; font-weight: 700;
    font-size: 1.4em;
    color: #464646;
}

small {
    font-family: "Open Sans", sans-serif; font-weight: 600;
    font-size: 0.8em;
    line-height: 1.65em;
    color: #232323;
}

i,
em {
    font-family: "Open Sans", sans-serif; font-weight: 400; font-style:italic;
}

b,
strong {
    font-family: "Open Sans", sans-serif; font-weight: 600;
}

blockquote {
    font-size: 0.688em;
    font-family: "Open Sans", sans-serif; font-weight: 700;
    line-height: 1.4em;
}

blockquote span {
    font-family: "Open Sans", sans-serif; font-weight: 400;
}

a {
    font-family: "Open Sans", sans-serif; font-weight: 600;
    color: #E97406;
    cursor: pointer;
    text-decoration: none;
}

a:visited {}

a:hover {
    text-decoration: underline;
}

a.stage-button:hover {
    text-decoration: none;
}

figcaption {
    font-family: "Open Sans", sans-serif; font-weight: 400;
    color: #424141;
    font-size: 0.688em;
}

.nav_main {
    font-family: "Open Sans", sans-serif; font-weight: 600;
    font-size: 1.4em;
    line-height: 1.857142857142857em;
    color: #666666;
    cursor: pointer;
}

.nav_main:visited {}

.nav_main:hover {
    color: #000;
}

.nav_main:active {
    color: #000;
}

.nav_sub {
    font-family: "Open Sans", sans-serif; font-weight: 400;
    font-size: 1.4em;
    line-height: 1.857142857142857em;
    color: #5f5e5e;
    cursor: pointer;
}

.nav_sub:visited {}

.nav_sub:hover {
    color: #000;
}

.nav_sub:active {
    color: #000;
}

.nav_mini {
    font-family: "Open Sans", sans-serif; font-weight: 600;
    font-size: 1.1em;
    color: #727272;
    text-transform: uppercase;
    cursor: pointer;
}

input {
    font-family: "Open Sans", sans-serif; font-weight: 400;
    font-size: 16px;
    color: #595959;
    border: none;
    outline: none;
}

label {
    font-family: "Open Sans", sans-serif; font-weight: 400;
}

.Textfeld_1line {
    height: 38px;
    width: 400px;
    border-radius: 3px;
    background-color: #fff;
}