:root {
    --black: #000000;
}

.wrapper {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
}

.content {
    max-width: 1024px;
    background-color: var(--weiss);
    width: 100%;
    padding: 20px;
}

.impres {
    max-width: 1024px;
    background-color: var(--weiss);
    width: 100%;
    padding: 20px;
}

@media (min-width: 640px) {
    .impres {
        padding: 60px;
    }
}

@media (min-width: 1024px) {
    .impres {
        padding: 80px;
    }
}

.bkm-link-kostproben {
    font-family: 'univers_lt_std47LtCn';
    color: var(--text);
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 0px;
    line-height: 1.3;
    font-size: clamp(1rem, 0.9583333333333334rem + 0.2222222222222222vw, 1.125rem);
}

.bkm-impress-content {
    font-family: 'univers_lt_std47LtCn';
    color: var(--text);
    font-weight: 300;
    letter-spacing: 0.1px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 0px;
    line-height: 1.3;
    font-size: clamp(0.8125rem, 0.7272727272727273rem + 0.4261363636363636vw, 1rem);
}

.bkm-link-kostproben a {
    text-decoration: none;
    color: var(--text);
}

.bkm-impress-content a {
    text-decoration: none;
    color: var(--text);
}

.bkm-impress-content a:hover {
    text-decoration: none;
    color: var(--orange);
}

.bkm-h2-impress {
    color: var(--orange);
    font-weight: 400;
    text-align: left;
    font-family: 'univers_lt_std57_condensed';
    font-size: clamp(1.125rem, 1.0113636363636362rem + 0.5681818181818182vw, 1.375rem);
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 40px;
}

@media (min-width: 640px) {
    .content {
        padding: 40px 20px;
    }
}

@media (min-width: 1024px) {
    .content {
        padding: 60px 80px 40px;
    }
}

.logo {
    width: 140px;
    height: auto;
}

@media (min-width: 320px) {
    .logo {
        width: auto;
        height: 60px;
        margin-top: 30px;
    }
}

@media (min-width: 640px) {
    .logo {
        width: auto;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .logo {
        width: auto;
        height: 100px;
    }
}

.bkm-h2-content {
    color: var(--text);
    font-weight: 400;
    text-align: center;
    font-family: 'univers_lt_std57_condensed';
    font-size: clamp(1.125rem, 1.0113636363636362rem + 0.5681818181818182vw, 1.375rem);
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 30px;
}

.m-unten {
    margin-bottom: 10px;
}

@media (min-width: 640px) {
    .m-unten {
        margin-bottom: 10px;
    }
}

.bkm-text-kostproben {
    font-family: 'univers_lt_std47LtCn';
    font-size: clamp(1rem, 0.9583333333333334rem + 0.2222222222222222vw, 1.125rem);
    color: var(--text);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
    padding-top: 0px;
}

.bkm-text-content {
    font-family: 'univers_lt_std47LtCn';
    font-size: clamp(1rem, 0.8863636363636364rem + 0.5681818181818182vw, 1.25rem);
    color: var(--text);
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
}

.bkm-text-content a {
    text-decoration: none;
    color: var(--black);
}

.bkm-text-content a:hover {
    text-decoration: none;
    color: var(--orange);
}

.bkm-text-content a:visited {
    text-decoration: none;
    color: var(--orange);
}

.bkm-contact-content {
    font-family: 'univers_lt_std47LtCn';
    font-size: clamp(1rem, 0.8863636363636364rem + 0.5681818181818182vw, 1.25rem);
    color: var(--text);
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 30px;
}

.bkm-contact-content a {
    text-decoration: none;
    color: var(--text);
}

.bkm-contact-content a:hover {
    text-decoration: none;
    color: var(--orange);
}

.p-rechts {
    padding-right: 20px;
}

.logobild {
    height: 110px;
    width: auto;
}

@media (min-width: 320px) {
    .logobild {
        height: 70px;
        width: auto;
    }
}

@media (min-width: 640px) {
    .logobild {
        width: auto;
        height: 90px;
    }
}

@media (min-width: 1024px) {
    .logobild {
        width: auto;
        height: 110px;
    }
}