/* TEXT */

.nl-text .bh-bodytext,
.nl-text .bh-bodytext p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #666666; 
}

.nl-text .bh-bodytext a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    line-height: 1.53;
    font-weight: 400;
    color: #024696;
}

h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 50px;
    line-height: 0.96;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #666666;
    text-transform: none;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    line-height: 1.14;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #666666;
    margin-bottom: 20px;
    text-transform: none;
}

h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 17px;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: none;
    color: #666666;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 21px;
    line-height: 1.48;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
    text-transform: none;
}

h5 {
    letter-spacing: 0.16em;
    color: #666666;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: none;
}

h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0.25em;
    color: #666666;
    text-transform: none;
}

.onlineversion a {
	text-decoration: underline;
	color: white;
}

.nl-datenschutz a {
	text-decoration: none;
	color: white;
}

.headerBottom .nlRowContainer,
.headerBottom .nl-section-padding {
	line-height: 0px !important;
}

/* Editor-Styles */

.style-text-teaser,
span.style-text-teaser {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
    color: #666666;
}
.style-text-color-white,
span.style-text-color-white {
    color: white !important;
}
.style-text-color-black,
span.style-text-color-black {
    color: #000000 !important;
}
.style-text-color-blue,
span.style-text-color-blue {
    color: #024696 !important;
}
.style-text-color-grey,
span.style-text-color-grey {
    color: #666666 !important;
}
.style-text-bold,
span.style-text-bold {
    font-weight: 700 !important;
}

/* BUTTONS */

.nl-box .buttonLink, .nl-box .buttonLink span {
    letter-spacing: 0.25em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/* BG Buttons */

.nl-button.btn-type-bg.btn-color-white .buttonBG {
    background-color: white !important;
}
.nl-button.btn-type-bg.btn-color-black .buttonBG {
    background-color: #000000;
}
.nl-button.btn-type-bg.btn-color-blue .buttonBG {
    background-color: #024696;
}
.nl-button.btn-type-bg.btn-color-grey .buttonBG {
    background-color: #666666;
}

.nl-button.btn-type-bg.btn-color-white .buttonLink,
.nl-button.btn-type-bg.btn-color-white .buttonLink span {
    color: #666666;
}
.nl-button.btn-type-bg.btn-color-black .buttonLink,
.nl-button.btn-type-bg.btn-color-black .buttonLink span {
    color: white;
}
.nl-button.btn-type-bg.btn-color-blue .buttonLink,
.nl-button.btn-type-bg.btn-color-blue .buttonLink span {
    color: white;
}
.nl-button.btn-type-bg.btn-color-grey .buttonLink,
.nl-button.btn-type-bg.btn-color-grey .buttonLink span {
    color: white;
}

/* BORDER Buttons */

.nl-button.btn-type-border.btn-color-white .buttonBG {
    border: 1px solid white !important;
}
.nl-button.btn-type-border.btn-color-black .buttonBG {
    border: 1px solid #000000;
}
.nl-button.btn-type-border.btn-color-blue .buttonBG {
    border: 1px solid #024696;
}
.nl-button.btn-type-border.btn-color-grey .buttonBG {
    border: 1px solid #666666;
}

.nl-button.btn-type-border.btn-color-white .buttonLink,
.nl-button.btn-type-border.btn-color-white .buttonLink span {
    color: #666666;
}
.nl-button.btn-type-border.btn-color-black .buttonLink,
.nl-button.btn-type-border.btn-color-black .buttonLink span {
    color: #000000;
}
.nl-button.btn-type-border.btn-color-blue .buttonLink,
.nl-button.btn-type-border.btn-color-blue .buttonLink span {
    color: #024696;
}
.nl-button.btn-type-border.btn-color-grey .buttonLink,
.nl-button.btn-type-border.btn-color-grey .buttonLink span {
    color: #666666 !important;
}

/* Ohne BG Buttons */

.nl-button.btn-type-obg.btn-color-white .buttonBG {
    background-color: transparent;
}
.nl-button.btn-type-obg.btn-color-black .buttonBG {
    background-color: transparent;
}
.nl-button.btn-type-obg.btn-color-blue .buttonBG {
    background-color: transparent;
}
.nl-button.btn-type-obg.btn-color-grey .buttonBG {
    background-color: transparent;
}

.nl-button.btn-type-obg.btn-color-white .buttonLink,
.nl-button.btn-type-obg.btn-color-white .buttonLink span {
    color: white;
}
.nl-button.btn-type-obg.btn-color-black .buttonLink,
.nl-button.btn-type-obg.btn-color-black .buttonLink span {
    color: #000000;
}
.nl-button.btn-type-obg.btn-color-blue .buttonLink,
.nl-button.btn-type-obg.btn-color-blue .buttonLink span {
    color: #024696;
}
.nl-button.btn-type-obg.btn-color-grey .buttonLink,
.nl-button.btn-type-obg.btn-color-grey .buttonLink span {
    color: #666666;
}


/* NL-BOX */

.nl-box .boxHeadline {
    padding: 0px 20px 0px 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 19px;
    font-weight: 600;
    color: #024696 !important;
    margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 0.05em;
    text-transform: none;
}

.nl-box .smallBox .boxHeadline {
    padding: 20px 20px 0px 20px;
}

.nl-box .boxText, 
.nl-box .boxText p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	line-height: 23px;
	font-weight: 400;
	text-transform: none;
    font-size: 15px;
}


/* Footer */

.footerNavi .nlRowContainer {
	border-bottom: 1px solid white;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 35px !important;
        line-height: 1.08;
    }

    h2 {
        font-size: 23px !important;
        line-height: 1.2;
    }

    h3 {
        font-size: 18.5px !important;
        line-height: 1.4;
    }

    h4 {
        font-size: 19px !important;
        line-height: 1.35;
    }

    h5 {
        font-size: 18.5px !important;
        line-height: 1.3;
    }

    h6 {
        font-size: 18.5px !important;
    }
    
    .nl-text .bh-bodytext,
    .nl-text .bh-bodytext p {
        font-size: 18.5px !important;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 24.7px !important;
    }

    .nl-text .bh-bodytext {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nl-text .bh-bodytext a {
        font-size: 18.5px !important;
    }

    .nl-box .boxText, 
    .nl-box .boxText p {
        font-size: 18.5px !important;
        line-height: 24.7px !important;
    }
}
