h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 30px;
    margin-top: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 20px;
    margin-top: 0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 110%;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 20px;
    margin-top: 0px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #2A2A2A;
    margin-bottom: 15px;
    margin-top: 0px;
}
.nl-text .bh-bodytext,
.nl-text .bh-bodytext p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #2A2A2A;
    margin-top: 0px;
}
.nl-text .bh-bodytext a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #155FF6;
}
.style-text-teaser,
span.style-text-teaser {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: #2A2A2A;
}
.style-text-color-white,
span.style-text-color-white {
    color: #FAFAFA !important;
}
.style-text-color-primary,
span.style-text-color-primary {
    color: #155FF6 !important;
}
.style-text-color-secondary,
span.style-text-color-secondary {
    color: #FE2E00 !important;
}
.style-text-bold,
span.style-text-bold {
    font-weight: 700 !important;
}
.onlineversion a {
    text-decoration: underline;
    color: #ffffff;
}
.nl-datenschutz a,
.nl-impressum a {
    text-decoration: none;
    color: #505050;
    text-transform: uppercase;
}
.footerNavi .nlRowContainer {
    border-top: 1px solid #CBD9F6;
}
.footerMain a {
    color: #796e5b;
    text-decoration: none;
}
.footer-button .buttonLink,
.footer-button .buttonLink span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    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-box */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* !- general */

.nl-box .buttonBG {
    background-color: #FE2E00;
    border-radius: 10px;
}
.nl-box .buttonLink,
.nl-box .buttonLink span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: none;
    line-height: 110%;
}
.nl-box .boxHeadline {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 130%;
    color: #2A2A2A;
}
.nl-box .boxText,
.nl-box .boxText p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.nl-box .boxButtonWrapper > table {
    width: auto !important;
    text-align: left !important;
    margin-left: 0 !important;
}

/* !- Primärfarbe hell */

.nl-box .boxcolor-E8EFFE .buttonBG {
    background-color: #FE2E00;
}
.nl-box .boxcolor-E8EFFE .buttonLink,
.nl-box .boxcolor-E8EFFE .buttonLink span {
    color: #FAFAFA;
}
.nl-box .boxcolor-E8EFFE .boxHeadline,
.nl-box .boxcolor-E8EFFE .boxText,
.nl-box .boxcolor-E8EFFE .boxText p {
    color: #2A2A2A;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- nl-button */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* !- general */

.nl-button .buttonBG {
    border-radius: 10px;
}
.nl-button.btn-type-border .nl-row-padding table,
.nl-button.btn-type-border .nl-row-padding td {
    border-collapse: separate !important;
}

.nl-button .buttonLink,
.nl-button .buttonLink span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-transform: none;
    line-height: 110%;
    text-decoration: none;
}

/* !- Primärfarbe */

.nl-button.btn-type-bg.btn-color-primary .buttonBG {
    background-color: #155FF6;
}

.nl-button.btn-type-border.btn-color-primary .buttonBG {
    border: 2px solid #155FF6;
}

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

.nl-button.btn-type-border.btn-color-primary .buttonLink,
.nl-button.btn-type-border.btn-color-primary .buttonLink span {
    color: #155FF6;
}

/* !- Sekundärfarbe */

.nl-button.btn-type-bg.btn-color-secondary .buttonBG {
    background-color: #FE2E00;
}

.nl-button.btn-type-border.btn-color-secondary .buttonBG {
    border: 2px solid #FE2E00;
}

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

.nl-button.btn-type-border.btn-color-secondary .buttonLink,
.nl-button.btn-type-border.btn-color-secondary .buttonLink span {
    color: #FE2E00;
}

/* !- weiß */

.nl-button.btn-type-bg.btn-color-white .buttonBG {
    background-color: #FAFAFA;
}

.nl-button.btn-type-border.btn-color-white .buttonBG {
    border: 2px solid #FAFAFA;
}

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

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