h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 36px;
    line-height: 130%;
    font-weight: 700;
    color: #e0ae12;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    color: #e0ae12;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    line-height: 150%;
    font-weight: 700;
    color: #e0ae12;
    margin-bottom: 20px;
    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: #343434;
    margin-top: 0px;
}
.nl-text .bh-bodytext a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #e0ae12;
}
.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: #343434;
}
.style-text-color-white,
span.style-text-color-white {
    color: white !important;
}
.style-text-color-brown,
span.style-text-color-brown {
    color: #34281c !important;
}
.style-text-color-yellow,
span.style-text-color-yellow {
    color: #e0ae12 !important;
}
.style-text-color-green,
span.style-text-color-green {
    color: #0c7242 !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: #343434;
    text-transform: uppercase;
}
.header-content {
    padding-bottom: 0px;
}
.content {
    padding-top: 30px;
}
.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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- Button */

/* !- braun */
.nl-button.btn-type-bg.btn-color-brown .buttonBG {
    background-color: #34281c;
}

.nl-button.btn-type-border.btn-color-brown .buttonBG {
    border: 2px solid #34281c;
}

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

.nl-button.btn-type-border.btn-color-brown .buttonLink,
.nl-button.btn-type-border.btn-color-brown .buttonLink span {
    color: #34281c;
}

/* !- gelb */
.nl-button.btn-type-bg.btn-color-yellow .buttonBG {
    background-color: #e0ae12;
}

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

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

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

/* !- grün */
.nl-button.btn-type-bg.btn-color-green .buttonBG {
    background-color: #0c7242;
}

.nl-button.btn-type-border.btn-color-green .buttonBG {
    border: 2px solid #0c7242;
}

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

.nl-button.btn-type-border.btn-color-green .buttonLink,
.nl-button.btn-type-border.btn-color-green .buttonLink span {
    color: #0c7242;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- Inhaltsbox */

/* !- Headline */
.nl-box .boxHeadline {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
}
.nl-box .boxcolor-transparent .boxHeadline,
.nl-box .boxcolor-FFFFFF .boxHeadline {
    color: #e0ae12;
}

/* !- Text */
.nl-box .boxText,
.nl-box .boxText p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #343434;
}
.nl-box .boxcolor-transparent .boxText,
.nl-box .boxcolor-transparent .boxText p,
.nl-box .boxcolor-FFFFFF .boxText,
.nl-box .boxcolor-FFFFFF .boxText p {
    color: #343434;
}

/* !- Button */
.nl-box .boxcolor-transparent .buttonBG,
.nl-box .boxcolor-FFFFFF .buttonBG {
    background-color: #e0ae12;
}
.nl-box .boxcolor-FFFFFF .buttonLink,
.nl-box .boxcolor-FFFFFF .buttonLink span,
.nl-box .boxcolor-transparent .buttonLink,
.nl-box .boxcolor-transparent .buttonLink span {
    color: #434343;
}
