h1 {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 36px;
    line-height: 130%;
    font-weight: bold;
    color: #e7205f;
    margin-bottom: 20px;
    margin-top: 0px;
}
h2 {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    color: #2f2f2d;
    margin-bottom: 20px;
    margin-top: 0px;
}
h3 {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: #35bae4;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
.nl-text .bh-bodytext,
.nl-text .bh-bodytext p {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: #3e3e3c;
    margin-top: 0px;
}
.nl-text .bh-bodytext a {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: #e7205f;
}
.style-text-teaser,
span.style-text-teaser {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    font-style: italic;
    color: #3e3e3c;
}
.style-text-color-white,
span.style-text-color-white {
    color: white !important;
}
.style-text-color-red,
span.style-text-color-red {
    color: #e7205f !important;
}
.style-text-bold,
span.style-text-bold {
    font-weight: 700 !important;
}
.onlineversion a {
    text-decoration: underline;
    color: #e7205f;
}
.nl-datenschutz a,
.nl-impressum a {
    text-decoration: none;
    color: #3e3e3c;
    text-transform: uppercase;
}
.header-content {
    padding-bottom: 0px;
}
.content {
    padding-top: 30px;
}
.footerMain a {
    color: #e7205f;
    text-decoration: none;
}
.footer-button .buttonLink,
.footer-button .buttonLink span {
    display: block;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}

/*----- nl-button -----*/

.nl-button .buttonBG {
    border-radius: 100px;
}
.nl-button .buttonLink,
.nl-button .buttonLink span {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-weight: bold;
    letter-spacing: 0em;
}

.nl-button.btn-type-bg.btn-color-red .buttonBG {
    background-color: #e7205f;
}
.nl-button.btn-type-border.btn-color-red .buttonBG {
    border: 2px solid #e7205f;
}
.nl-button.btn-type-bg.btn-color-red .buttonLink,
.nl-button.btn-type-bg.btn-color-red .buttonLink span {
    color: #ffffff;
}
.nl-button.btn-type-border.btn-color-red .buttonLink,
.nl-button.btn-type-border.btn-color-red .buttonLink span {
    color: #e7205f;
}

.nl-button.btn-type-bg.btn-color-white .buttonLink,
.nl-button.btn-type-bg.btn-color-white .buttonLink span {
    color: #e7205f;
}

/*----- nl-box -----*/

.nl-box .boxHeadline {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    text-transform: none;
}
.nl-box .boxcolor-transparent .boxHeadline,
.nl-box .boxcolor-FFFFFF .boxHeadline {
    color: #3e3e3c;
}
.nl-box .boxHeadline,
.nl-box .boxText,
.nl-box .boxText p {
    font-family: Tahoma, Geneva, sans-serif !important;
}
.nl-box .buttonLink,
.nl-box .buttonLink span {
    text-align: left;
    letter-spacing: 0;
}

.nl-box .buttonBG {
    padding: 0;
    background-color: transparent !important;
}

.nl-box .boxcolor-2f2f2d .buttonLink,
.nl-box .boxcolor-2f2f2d .buttonLink span,
.nl-box .boxcolor-FFFFFF .buttonLink,
.nl-box .boxcolor-FFFFFF .buttonLink span,
.nl-box .boxcolor-transparent .buttonLink,
.nl-box .boxcolor-transparent .buttonLink span {
    color: #e7205f;
}
.nl-box .boxcolor-e7205f .buttonLink,
.nl-box .boxcolor-e7205f .buttonLink span {
    color: #ffffff;
}

.nl-box .boxcolor-2f2f2d .boxHeadline,
.nl-box .boxcolor-2f2f2d .boxText,
.nl-box .boxcolor-2f2f2d .boxText p,
.nl-box .boxcolor-e7205f .boxHeadline,
.nl-box .boxcolor-e7205f .boxText,
.nl-box .boxcolor-e7205f .boxText p {
    color: #ffffff;
}

/*----- Elements -----*/

.bhElement.color-inner-white .nl-row-max-width {
    background-color: #ffffff;
}
.bhElement.color-inner-lightgray .nl-row-max-width {
    background-color: #ededed;
}
.bhElement.color-inner-darkgray .nl-row-max-width {
    background-color: #2f2f2d;
}
.bhElement.color-inner-red .nl-row-max-width {
    background-color: #e7205f;
}
