h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    color: #ED615C;
    margin-bottom: 20px;
    margin-top: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: #ED615C;
    margin-bottom: 20px;
    margin-top: 0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #ED615C;
    margin-bottom: 20px;
    margin-top: 0px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    line-height: 120%;
    font-weight: 700;
    color: #ED615C;
    margin-bottom: 20px;
    margin-top: 0px;
}
.nl-text .bh-bodytext,
.nl-text .bh-bodytext p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 160%;
    font-weight: 400;
    color: #282727;
    margin-top: 0px;
}
.nl-text .bh-bodytext a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 160%;
    font-weight: 400;
    color: #ED615C;
    text-decoration: underline;
}
.style-text-teaser,
span.style-text-teaser {
    font-family: Georgia, serif !important;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    font-style: italic;
    color: #505050;
}
.style-text-color-white,
span.style-text-color-white {
    color: white !important;
}
.style-text-color-brown,
span.style-text-color-brown {
    color: #AD8A73 !important;
}
.style-text-color-red,
span.style-text-color-red {
    color: #ED615C !important;
}
.style-text-color-green,
span.style-text-color-green {
    color: #959D5E !important;
}
.style-text-color-pink,
span.style-text-color-pink {
    color: #F08589 !important;
}
.style-text-color-black,
span.style-text-color-black {
    color: #282727 !important;
}
.style-text-bold,
span.style-text-bold {
    font-weight: 700 !important;
}
.onlineversion a {
    text-decoration: underline;
    color: #ffffff;
}
.nl-footer-links a {
    text-decoration: none;
    color: #282727;
}
.header-content {
    padding-bottom: 0px;
}
.content {
    padding-bottom: 50px;
}
.footer-top-section {
    border-top: 6px solid white;
}
.footerMain a {
    color: #282727;
    text-decoration: none;
}

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

.nl-button.btn-type-bg .buttonBG {
    border-radius: 4px;
}

.nl-button.btn-type-bg.btn-color-brown .buttonBG {
    background-color: #AD8A73;
}
.nl-button.btn-type-bg.btn-color-red .buttonBG {
    background-color: #ED615C;
}
.nl-button.btn-type-bg.btn-color-green .buttonBG {
    background-color: #959D5E;
}
.nl-button.btn-type-bg.btn-color-pink .buttonBG {
    background-color: #F08589;
}
.nl-button.btn-type-bg.btn-color-black .buttonBG {
    background-color: #282727;
}
.nl-button.btn-type-bg.btn-color-white .buttonBG {
    background-color: #FFFFFF;
}
.nl-button.btn-type-bg.btn-color-brown .buttonLink,
.nl-button.btn-type-bg.btn-color-brown .buttonLink span
.nl-button.btn-type-bg.btn-color-red .buttonLink,
.nl-button.btn-type-bg.btn-color-red .buttonLink span
.nl-button.btn-type-bg.btn-color-green .buttonLink,
.nl-button.btn-type-bg.btn-color-green .buttonLink span
.nl-button.btn-type-bg.btn-color-pink .buttonLink,
.nl-button.btn-type-bg.btn-color-pink .buttonLink span
.nl-button.btn-type-bg.btn-color-black .buttonLink,
.nl-button.btn-type-bg.btn-color-black .buttonLink span {
    color: #FFFFFF;
}
.nl-button.btn-type-bg.btn-color-white .buttonLink,
.nl-button.btn-type-bg.btn-color-white .buttonLink span {
    color: #282727;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- nl-box & nl-newsbox */

/* Allgemein */
.nl-box .buttonBG,
.nl-newsbox .buttonBG {
    background-color: #ED615C;
    border-radius: 4px;
}
.nl-box .buttonLink,
.nl-box .buttonLink span,
.nl-newsbox .buttonLink,
.nl-newsbox .buttonLink span  {
    color: #FFFFFF;
}
.nl-box .boxHeadline,
.nl-newsbox .boxHeadline {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    text-transform: none;
    color: #ED615C;
}
.nl-box .boxText,
.nl-box .boxText p,
.nl-newsbox .boxText,
.nl-newsbox .boxText p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 160%;
    font-weight: 400;
    color: #282727;
}

