/* Page-Intro */

.page-intro-wrapper {
    margin-bottom: 160px;
    margin-top: 250px;
}

.page-intro {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.05);*/
}

.page-intro.left {
    width: 100%;
    padding-left: 0;
}

.breadcrumb {
    margin-bottom: 10px;
}


.breadcrumb a:active,
.breadcrumb a:visited,
.breadcrumb a:focus,
.breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.breadcrumb a:after {
    display: inline-block;
    position: relative;
    left: 0;
    bottom: -0.33em;
    font-family: "Icons";
    content: '\63';
    font-size: 2.3em;
    line-height: 16px;

}

.breadcrumb a:last-child {
    text-decoration: none;
}

.breadcrumb a:last-child:after {
    display: none;
}

@media (min-width: 1920px){
    .page-intro {
        padding-left: 190px;
    }

    .page-intro.left {
        padding-left: 0;
    }
}

.hero .page-intro-wrapper {
    margin-top: 160px;
}

@media(max-width: 1536px){
    .page-intro-wrapper {
        margin-top: 250px;
        margin-bottom: 140px;
    }

    .hero .page-intro-wrapper {
        margin-top: 140px;
    }
}

@media(max-width: 1000px){
    .page-intro-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .page-intro-wrapper {
        margin-top: 160px;
        margin-bottom: 80px;
    }

    .hero .page-intro-wrapper {
        margin-top: 80px;
    }

    .page-intro {
        padding-left: 0;
    }
}

@media(max-width: 375px){
    .page-intro-wrapper {
        margin-top: 100px;
    }

    .hero .page-intro-wrapper {
        margin-top: 50px;
    }
}



/* Inline-Page-Intro */

.inline-page-intro-wrapper {
    margin-top: 80px;
    margin-bottom: 160px;
}

.inline-page-intro {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.05);*/
}

@media (min-width: 1920px){
    .inline-page-intro {
        padding-left: 190px;
        padding-right: 190px;
    }
}

div.inline-page-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: underline;
    margin-bottom: 20px;
}

@media(max-width: 1536px){
    .inline-page-intro-wrapper {
        margin-bottom: 140px;
    }
}

@media(max-width: 1000px){
    .inline-page-intro-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .inline-page-intro-wrapper {
        margin-bottom: 80px;
    }

    .inline-page-intro {
        padding: 0;
    }
}

@media(max-width: 375px){
    .inline-page-intro-wrapper {
        margin-bottom: 40px;
    }
}



/* Image Slider */
.slick-lightbox-slick,
.slider {
    position: relative;
    z-index: 1;
}

.slick-lightbox .slick-lightbox-close {
    z-index: 2;
}

.slick-lightbox .slick-lightbox-close:before {
    font-family: "Icons";
    content: '\64';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next,
.slider .slick-prev,
.slider .slick-next
{
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 5vw;
    background: rgba(0,0,0,0.1);
    border-width: 0;
    color: #FFFFFF;
    font-size: 0;
    outline: none;
}

.slick-lightbox .slick-prev:hover,
.slick-lightbox .slick-next:hover,
.slider .slick-prev:hover,
.slider .slick-next:hover
{
    background: rgba(0,0,0,0.3);
}

.slick-lightbox .slick-prev.slick-disabled:hover,
.slick-lightbox .slick-next.slick-disabled:hover,
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled
{
    opacity: 0.2;
    cursor: default;
    background: rgba(0,0,0,0.1);
}

@media (max-width: 768px){
    .slick-lightbox .slick-prev:hover,
    .slick-lightbox .slick-next:hover,
    .slider .slick-prev:hover,
    .slider .slick-next:hover
    {
        background: rgba(0,0,0,0.1);
    }
}

.slick-lightbox .slick-prev,
.slider .slick-prev {
    left: 0;
}

.slick-lightbox .slick-next,
.slider .slick-next {
    right: 0;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before,
.slider .slick-prev:before,
.slider .slick-next:before
{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2vw;
    height: 40px;
    margin: 0 auto;
}

.slick-lightbox .slick-prev:before,
.slider .slick-prev:before {
    background-image: url('../images/cursor-left-white.svg');
}

.slick-lightbox .slick-next:before,
.slider .slick-next:before {
    background-image: url('../images/cursor-right-white.svg');
}





/* Text-Block */

.text-block-wrapper {
    margin-bottom: 160px;
}

.page-intro-wrapper + .text-block-wrapper {
    margin-top: -80px;
}

.image-text-block-wrapper + .text-block-wrapper {
    margin-top: -80px;
}

.inline-page-intro-wrapper + .text-block-wrapper {
    margin-top: -80px;
}

.contact-text-block-wrapper + .text-block-wrapper {
    margin-top: -80px;
}

.newsletter-downloads-block-wrapper + .text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h2-option + .text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h3-option + .text-block-wrapper {
    margin-top: -120px;
}

.text-block {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.05);*/
}

.text-block h3:first-child,
.text-block .h3:first-child
{
    margin-top: 0;
}

@media (min-width: 1920px){
    .text-block {
        padding-left: 190px;
        padding-right: 190px;
    }
}

@media(max-width: 1536px){
    .text-block-wrapper {
        margin-bottom: 140px;
    }

    .page-intro-wrapper + .text-block-wrapper {
        margin-top: -70px;
    }

    .image-text-block-wrapper + .text-block-wrapper {
        margin-top: -70px;
    }

    .inline-page-intro-wrapper + .text-block-wrapper {
        margin-top: -70px;
    }

    .contact-text-block-wrapper + .text-block-wrapper {
        margin-top: -70px;
    }

    .newsletter-downloads-block-wrapper + .text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h2-option + .text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h3-option + .text-block-wrapper {
        margin-top: -90px;
    }
}

@media(max-width: 1000px){
    .text-block-wrapper {
        margin-bottom: 110px;
    }

    .page-intro-wrapper + .text-block-wrapper {
        margin-top: -55px;
    }

    .image-text-block-wrapper + .text-block-wrapper {
        margin-top: -55px;
    }

    .inline-page-intro-wrapper + .text-block-wrapper {
        margin-top: -55px;
    }

    .contact-text-block-wrapper + .text-block-wrapper {
        margin-top: -55px;
    }

    .newsletter-downloads-block-wrapper + .text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h2-option + .text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h3-option + .text-block-wrapper {
        margin-top: -90px;
    }
}

@media(max-width: 768px){
    .text-block-wrapper {
        margin-bottom: 80px;
    }

    .page-intro-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .image-text-block-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .inline-page-intro-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .contact-text-block-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .newsletter-downloads-block-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h2-option + .text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h3-option + .text-block-wrapper {
        margin-top: -50px;
    }

    .text-block {
        padding: 0;
    }
}

@media(max-width: 510px){
    .text-block-wrapper {
        margin-bottom: 40px;
    }

    .page-intro-wrapper + .text-block-wrapper {
        margin-top: -40px;
    }

    .image-text-block-wrapper + .text-block-wrapper {
        margin-top: -20px;
    }

    .inline-page-intro-wrapper + .text-block-wrapper {
        margin-top: -20px;
    }

    .contact-text-block-wrapper + .text-block-wrapper {
        margin-top: -20px;
    }

    .newsletter-downloads-block-wrapper + .text-block-wrapper {
        margin-top: -20px;
    }

    .headline-block-wrapper.h2-option + .text-block-wrapper {
        margin-top: -20px;
    }

    .headline-block-wrapper.h3-option + .text-block-wrapper {
        margin-top: -10px;
    }

}



/* Contact-Text-Block */

.contact-text-block-wrapper {
    margin-bottom: 160px;
}

.page-intro-wrapper + .contact-text-block-wrapper {
    margin-top: -80px;
}

.inline-page-intro-wrapper + .contact-text-block-wrapper {
    margin-top: -80px;
}

.contact-text-block-wrapper + .contact-text-block-wrapper {
    margin-top: -120px;
}

.text-block-wrapper + .contact-text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h2-option + .contact-text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h3-option + .contact-text-block-wrapper {
    margin-top: -120px;
}

.contact-text-block {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    padding-right: 10vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-text-block .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    padding: 5%;
    background-color: #E7E0DB;
}

.contact-text-block h3  {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.contact-text-block p  {
    font-weight: 400;
}

@media (min-width: 1920px){
    .contact-text-block {
        padding-left: 190px;
        padding-right: 190px;
    }
}

@media(max-width: 1536px){
    .contact-text-block-wrapper {
        margin-bottom: 140px;
    }

    .page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -70px;
    }

    .inline-page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -70px;
    }

    .contact-text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -100px;
    }

    .text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h2-option + .contact-text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h3-option + .contact-text-block-wrapper {
        margin-top: -110px;
    }
}

@media(max-width: 1000px){
    .contact-text-block-wrapper {
        margin-bottom: 110px;
    }

    .page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -55px;
    }

    .inline-page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -55px;
    }

    .contact-text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -70px;
    }

    .text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h2-option + .contact-text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h3-option + .contact-text-block-wrapper {
        margin-top: -90px;
    }
}

@media(max-width: 768px){
    .contact-text-block-wrapper {
        margin-bottom: 80px;
    }

    .page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -40px;
    }

    .inline-page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -40px;
    }

    .contact-text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -50px;
    }

    .text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h2-option + .contact-text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h3-option + .contact-text-block-wrapper {
        margin-top: -60px;
    }

    .contact-text-block {
        padding: 0;
    }
}

@media(max-width: 510px){
    .contact-text-block-wrapper {
        margin-bottom: 40px;
    }

    .page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -20px;
    }

    .inline-page-intro-wrapper + .contact-text-block-wrapper {
        margin-top: -20px;
    }

    .contact-text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -20px;
    }

    .text-block-wrapper + .contact-text-block-wrapper {
        margin-top: -20px;
    }

    .headline-block-wrapper.h2-option + .contact-text-block-wrapper {
        margin-top: -20px;
    }

    .headline-block-wrapper.h3-option + .contact-text-block-wrapper {
        margin-top: -20px;
    }
}




/* Image-Text-Block */

.image-text-block-wrapper {
    margin-bottom: 160px;
}

.page-intro-wrapper + .image-text-block-wrapper {
    margin-top: -80px;
}

.image-text-block-wrapper + .image-text-block-wrapper {
    margin-top: -80px;
}

.text-block-wrapper + .image-text-block-wrapper {
    margin-top: -80px;
}

.inline-page-intro-wrapper + .image-text-block-wrapper {
    margin-top: 0;
}

.contact-text-block-wrapper + .image-text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h2-option + .image-text-block-wrapper {
    margin-top: -80px;
}

.headline-block-wrapper.h3-option + .image-text-block-wrapper {
    margin-top: -120px;
}

.image-text-block {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.image-text-block .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-text-block .inner.top {
    padding-left: 10vw;
    padding-right: 10vw;
}

@media (min-width: 1920px){
    .image-text-block .inner.top {
        padding-left: 190px;
        padding-right: 190px;
    }
}

.image-text-block .inner.left {
    flex-direction: row;
}

.image-text-block .inner.top-banner .image {
    width: 100%;
    margin-bottom: 80px;
}

.image-text-block .inner.top .image {
    width: 45%;
    min-width: 45%;
    margin-bottom: 40px;
}

.image-text-block .inner.left .image {
    width: 50%;
    min-width: 50%;
    margin-right: 80px;
}

.image-text-block .inner img {
    width: 100%;
}

@media(max-width: 1536px){
    .image-text-block-wrapper {
        margin-bottom: 140px;
    }

    .page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -70px;
    }

    .image-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -70px;
    }

    .text-block-wrapper + .image-text-block-wrapper {
        margin-top: -70px;
    }

    .inline-page-intro-wrapper + .image-text-block-wrapper {
        margin-top: 0;
    }

    .contact-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h2-option + .image-text-block-wrapper {
        margin-top: -70px;
    }

    .headline-block-wrapper.h3-option + .image-text-block-wrapper {
        margin-top: -110px;
    }
}

@media(max-width: 1000px){
    .image-text-block-wrapper {
        margin-bottom: 110px;
    }

    .page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -55px;
    }

    .image-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -55px;
    }

    .text-block-wrapper + .image-text-block-wrapper {
        margin-top: -55px;
    }

    .inline-page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .contact-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h2-option + .image-text-block-wrapper {
        margin-top: -55px;
    }

    .headline-block-wrapper.h3-option + .image-text-block-wrapper {
        margin-top: -90px;
    }
}

@media (max-width: 991px) {
    .image-text-block .inner.left .image {
        width: 37%;
        min-width: 37%;
    }
}

@media (max-width: 768px) {

    .image-text-block-wrapper {
        margin-bottom: 80px;
    }

    .page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .image-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .text-block-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .inline-page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .contact-text-block-wrapper + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h2-option + .image-text-block-wrapper {
        margin-top: -40px;
    }

    .headline-block-wrapper.h3-option + .image-text-block-wrapper {
        margin-top: -60px;
    }

    .image-text-block {

    }

    .image-text-block .inner.top {
        padding-left: 0;
        padding-right: 0;
    }
    .image-text-block .inner.left {
        flex-direction: column;
    }

    .image-text-block .inner.top-banner .image,
    .image-text-block .inner.top .image,
    .image-text-block .inner.left .image {
        width: 100%;
        margin-bottom: 40px;
    }


    .image-text-block .inner.left .image {
        margin-right: 0;
    }

}

@media (max-width: 510px) {
    .image-text-block-wrapper {
        margin-bottom: 40px;
    }

    .page-intro-wrapper + .image-text-block-wrapper {
        margin-top: -20px;
    }

    .image-text-block-wrapper + .image-text-block-wrapper {
        margin-top: 0px;
    }

    .text-block-wrapper + .image-text-block-wrapper {
        margin-top: 0px;
    }

    .inline-page-intro-wrapper + .image-text-block-wrapper {
        margin-top: 0px;
    }

    .contact-text-block-wrapper + .image-text-block-wrapper {
        margin-top: 0px;
    }

    .headline-block-wrapper.h2-option + .image-text-block-wrapper {
        margin-top: -20px;
    }

    .headline-block-wrapper.h3-option + .image-text-block-wrapper {
        margin-top: -20px;
    }
}





/* Headline-Block */

.headline-block-wrapper {
    margin-bottom: 160px;
}

.headline-block {
    margin: 0 auto 0;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    box-sizing: border-box;
}

.headline-block h3 {
    margin-top: 0;
}

.inline-page-intro-wrapper + .headline-block-wrapper {
    margin-top: -80px;
}

.text-block-wrapper + .headline-block-wrapper.h3-option {
    margin-top: -80px;
}

@media (min-width: 1920px){
    .headline-block {
        padding-left: 190px;
    }
}

@media(max-width: 1536px){
    .headline-block-wrapper {
        margin-bottom: 140px;
    }

    .inline-page-intro-wrapper + .headline-block-wrapper {
        margin-top: -70px;
    }

    .text-block-wrapper + .headline-block-wrapper.h3-option {
        margin-top: -20px;
    }
}

@media(max-width: 1000px){
    .headline-block-wrapper {
        margin-bottom: 110px;
    }

    .inline-page-intro-wrapper + .headline-block-wrapper {
        margin-top: -55px;
    }

    .text-block-wrapper + .headline-block-wrapper.h3-option {
        margin-top: -55px;
    }
}

@media(max-width: 768px){
    .headline-block-wrapper {
        margin-bottom: 80px;
    }

    .headline-block {
        padding: 0;
    }

    .inline-page-intro-wrapper + .headline-block-wrapper {
        margin-top: -40px;
    }

    .text-block-wrapper + .headline-block-wrapper.h3-option {
        margin-top: -10px;
    }
}

@media(max-width: 510px){
    .headline-block-wrapper {
        margin-bottom: 40px;
    }

    .inline-page-intro-wrapper + .headline-block-wrapper {
        margin-top: -20px;
    }

    .text-block-wrapper + .headline-block-wrapper.h3-option {
        margin-top: 70px;
    }
}





/* Link-Block */

.link-block-wrapper {
    margin-bottom: 160px;
}

.text-block-wrapper + .link-block-wrapper {
    margin-top: -80px;
}

.news-block-wrapper + .link-block-wrapper {
    margin-top: -80px;
}


.link-block {
    text-align: center;
}

.link-block > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    max-width: 100%;
    width: 300px;
    text-align: center;
    color: #000000;
    padding: 0.23em 2em 0.2em;
    border: 1px solid #000000;
    -webkit-transition: all 2000ms;
    -moz-transition: all 2000ms;
    -ms-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
}

.link-block > a:hover {
    color: #000000;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.link-block > a span {
    position: relative;
    z-index: 2;
}

.link-block > a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
    background: #000000;
    width: 0;
    -webkit-transition: width 300ms, background 600ms;
    -moz-transition: width 300ms, background 600ms;
    -ms-transition: width 300ms, background 600ms;
    -o-transition: width 300ms, background 600ms;
    transition: width 300ms, background 600ms;
}

.link-block > a:hover:before {
    width: 100%;
    background: #000000;
}

@media(max-width: 1536px){
    .link-block-wrapper {
        margin-bottom: 140px;
    }

    .text-block-wrapper + .link-block-wrapper {
        margin-top: -70px;
    }

    .news-block-wrapper + .link-block-wrapper {
        margin-top: -70px;
    }
}

@media(max-width: 1000px){
    .link-block-wrapper {
        margin-bottom: 110px;
    }

    .text-block-wrapper + .link-block-wrapper {
        margin-top: -55px;
    }

    .news-block-wrapper + .link-block-wrapper {
        margin-top: -55px;
    }
}

@media(max-width: 768px){
    .link-block-wrapper {
        margin-bottom: 80px;
    }

    .text-block-wrapper + .link-block-wrapper {
        margin-top: -20px;
    }

    .news-block-wrapper + .link-block-wrapper {
        margin-top: -20px;
    }
}

@media(max-width: 510px){
    .link-block-wrapper {
        margin-bottom: 40px;
    }

    .text-block-wrapper + .link-block-wrapper {
        margin-top: 20px;
    }

    .news-block-wrapper + .link-block-wrapper {
        margin-top: 20px;
    }
}



/* Image-Block */
.image-block-wrapper {
    margin-bottom: 160px;
}

.image-block {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.05);
}

.image-block .text-block {
    margin-bottom: 0px;
}

.image-block .images {
    margin-bottom: 0;
}

.image-block .images + .text-wrapper {
    margin-top: 160px;
}

.image-block .images .wrapper {

}

.image-block .images .wrapper .entry {

}

.image-block .images .entry a {
    display: block;
    margin: 0;
    padding: 0;
}

.image-block .images .entry img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

@media(max-width: 1536px){
    .image-block-wrapper {
        margin-bottom: 140px;
    }

}

@media(max-width: 1000px){
    .image-block-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .image-block-wrapper {
        margin-bottom: 80px;
    }

    .image-block .images + .text-wrapper {
        margin-top: 80px;
    }
}

@media(max-width: 510px){
    .image-block-wrapper {
        margin-bottom: 40px;
    }

    .image-block .images + .text-wrapper {
        margin-top: 40px;
    }
}





/* Video-Block */
.video-block-wrapper {
    margin-bottom: 160px;
}

.video-block {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.video-block .text-block {
    margin-bottom: 0px;
}

.video-block .video {
    position: relative;
    margin-bottom: 0;
    /*padding-top: 30px;*/
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
}

.video-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-block .video + .text-block {
    margin-top: 40px;
}


@media(max-width: 1536px){
    .video-block-wrapper {
        margin-bottom: 140px;
    }

}

@media(max-width: 1000px){
    .video-block-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .video-block-wrapper {
        margin-bottom: 80px;
    }

    .video-block .video + .text-block {
        margin-top: 20px;
    }
}

@media(max-width: 510px){
    .video-block-wrapper {
        margin-bottom: 40px;
    }

    .video-block .images + .text-block {
        margin-top: 10px;
    }
}





/* Table-Block */

.table-block-wrapper {
    margin-bottom: 160px;
    overflow: hidden;
}

.table-block-wrapper + .table-block-wrapper {
    margin-top: -150px;
}

.table-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;

    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    min-height: 220px;
    padding-left: 10vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1920px) {
    .table-block {
        padding-left: 190px;
    }
}

@media(max-width: 1536px){
    .table-block-wrapper {
        margin-bottom: 140px;
    }

    .table-block-wrapper + .table-block-wrapper {
        margin-top: -120px;
    }
}

@media(max-width: 1000px){
    .table-block-wrapper {
        margin-bottom: 110px;
    }
    .table-block-wrapper + .table-block-wrapper {
        margin-top: -80px;
    }
}

@media(max-width: 768px){
    .table-block-wrapper {
        margin-bottom: 80px;
    }

    .table-block-wrapper + .table-block-wrapper {
        margin-top: -50px;
    }

    .table-block{
        padding: 0;
    }
}

@media(max-width: 510px){
    .table-block-wrapper {
        margin-bottom: 40px;
    }

    .table-block-wrapper + .table-block-wrapper {
        margin-top: -10px;
    }
}


.table-block.hell .cell {
    background-color: #F6F3F0;
}

.table-block.dunkel .cell {
    background-color: #E7E0DB;
}

.table-block.dunkler .cell {
    background-color: #d1cac5;
}

.cell-wrapper {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.table-block .cell {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    min-height: 220px;
    height: 100%;
    overflow: hidden;
}

.table-block .cell > div {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-block .cell.center {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.table-block .cell .wrapper {
    flex: 0 0 100%;
}

.table-block .cell .wrapper > * {

}

.table-block .cell-1 {
    flex: 0 0 28%;
    margin-right: 10px;
}

.table-block .cell-2 {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
    margin-right: 5px;
}

.table-block .cell-2:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
}

.table-block .cell-3 {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
    margin-left: 5px;
}

.table-block .cell .title {
    flex: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.table-block .cell .headline {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}

@media (max-width: 1200px){
    .table-block .cell .headline {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px){
    .table-block .cell .headline {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

@media (max-width: 900px){
    .table-block .cell .headline {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.table-block .cell .content {

}

.table-block .cell-1 .content {
    font-weight: 500;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
}

.table-block .cell .content p {
    font-size: 1rem;
    font-weight: 400;
}

.table-block .cell .content ul {
    margin: 0;
    padding: 0;
}

.table-block .cell .content ul li {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
}

.table-block .cell .content ul li:before {

}

@media (max-width: 1000px){
    .table-block {
        display: flex;
        flex-flow: column wrap;
        align-items: stretch;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 100%;
        min-height: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .table-block .cell-wrapper {
        flex-flow: column nowrap;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .table-block .cell {
        flex: 0 0 auto;
        margin: 0 0 10px;
        height: auto;
        min-height: 200px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .table-block .cell.center {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .table-block .cell-wrapper .cell:last-child {
        margin-bottom: 0px;
    }

    .table-block .cell > .wrapper,
    .table-block .cell > * {
        flex: 0 0 auto;
        width: 400px;
        max-width: 100%;
        display: inline-block;
        text-align: left;
    }

    .table-block .cell .content ul li {
        display: block;
        position: relative;
        list-style: none;
        padding: 0;
    }
}




/* Timeline-Block */

.timeline-block-wrapper {
    margin-bottom: 160px;
}

.timeline-block-wrapper + .timeline-block-wrapper {
    margin-top: -130px;
}


.timeline-block {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-block .wrapper {
    background-color: #F6F3F0;
    padding: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.timeline-block .wrapper .headline {
    flex: 0 0 30%;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 25px 0 0;
}

.timeline-block .wrapper .headline {

}

.timeline-block .wrapper .headline h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.timeline-block .content-wrapper {
    flex: 1 1 70%;
    width: 70%;
}

.timeline-block .image {
    margin-bottom: 40px;
}

.timeline-block .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.timeline-block .main-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.timeline-block .text {
    font-size: 1rem;
    line-height: 1rem;
    /*width: 500px;*/
    max-width: 100%;
}

.timeline-block .text h3 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.timeline-block .text li {
    font-size: 1em;
    line-height: 1.4em;
}


@media (min-width: 1920px) {
    .timeline-block {
        padding-left: 190px;
    }
}

@media(max-width: 1536px){
    .timeline-block-wrapper {
        margin-bottom: 140px;
    }

    .timeline-block-wrapper + .timeline-block-wrapper {
        margin-top: -120px;
    }
}

@media(max-width: 1200px){
    .timeline-block .wrapper .content-wrapper .text h4,
    .timeline-block .wrapper .content-wrapper .text h3 {
        font-size: 1.4em;
        line-height: 1.4em;
    }
}

@media(max-width: 1000px){
    .timeline-block-wrapper {
        margin-bottom: 110px;
    }

    .timeline-block-wrapper + .timeline-block-wrapper {
        margin-top: -80px;
    }

    .timeline-block .wrapper .headline {
        padding: 0;
    }
}

@media(max-width: 768px){
    .timeline-block-wrapper {
        margin-bottom: 80px;
    }

    .timeline-block-wrapper + .timeline-block-wrapper {
        margin-top: -50px;
    }

    .timeline-block {
        padding: 0;
    }

    .timeline-block .wrapper {
        padding: 20px;
        flex-flow: row wrap;
    }

    .timeline-block .wrapper .headline {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block .wrapper .content-wrapper {
        flex: 1 1 100%;
        width: 100%;
    }

    .timeline-block .wrapper .content-wrapper .text h4,
    .timeline-block .wrapper .content-wrapper .text h3 {
        font-size: 1.4em;
        line-height: 1.4em;
    }
}

@media(max-width: 510px){
    .timeline-block-wrapper {
        margin-bottom: 40px;
    }

    .timeline-block-wrapper + .timeline-block-wrapper {
        margin-top: -10px;
    }
}






/* Illustration-Block */

.illustration-block-wrapper {
    margin-bottom: 160px;
    position: relative;
    z-index: 1;
}

.illustration-block {
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.illustration-block .illustration {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4em 0;
}

.illustration-block .illustration h2 {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #FFFFFF;
}

.illustration-block .illustration .graphic {
    position: relative;
    width: 530px;
    max-width: 100%;
    margin: 0 auto;
}

.illustration-block .illustration .graphic canvas {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.illustration-block .illustration svg {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 530px;
    max-width: 100%;
    height: auto;
}

/*.illustration-block .illustration svg .element:hover text {
    text-decoration: underline;
}*/

.illustration-block .illustration svg .element .arrow {
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
}

.illustration-block .illustration svg .element.active text,
.illustration-block .illustration svg .element:hover text {
    text-decoration: underline;
    fill: #FFFFFF;
    -webkit-transition: fill 300ms;
    -moz-transition: fill 300ms;
    -ms-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.illustration-block .illustration svg .element:hover .arrow {
    transform: translate(1500px, 0);
    fill: #FFFFFF;
    -webkit-transition: fill 500ms, transform 300ms;
    -moz-transition: fill 500ms, transform 300ms;
    -ms-transition: fill 500ms, transform 300ms;
    -o-transition: fill 500ms, transform 300ms;
    transition: fill 500ms, transform 300ms;
}

.illustration-block .illustration svg .element:hover .bubble {
    fill: #000000;
    -webkit-transition: fill 300ms;
    -moz-transition: fill 300ms;
    -ms-transition: fill 300ms;
    -o-transition: fill 300ms;
    transition: fill 300ms;
}

.illustration-block .illustration .background.hidden,
.illustration-block .illustration .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 1600ms;
    -moz-transition: opacity 1600ms;
    -ms-transition: opacity 1600ms;
    -o-transition: opacity 1600ms;
    transition: opacity 1600ms;
}

.illustration-block .illustration .background.active {
    opacity: 1;

    -webkit-transition: opacity 1600ms;
    -moz-transition: opacity 1600ms;
    -ms-transition: opacity 1600ms;
    -o-transition: opacity 1600ms;
    transition: opacity 1600ms;
}

.illustration-block .illustration svg .event {
    cursor: pointer;
}

.illustration-block .illustration svg .active .bubble {
    fill: #000000;
}

.illustration-block .illustration svg .active .title-line-1,
.illustration-block .illustration svg .active .title-line-2,
.illustration-block .illustration svg .active .arrow {
    fill: #FFFFFF;
}

.illustration-block .description {
    background-color: #F6F3F0;
    padding: 4em 0 8em;
}

.illustration-block .description .content-wrapper {
    display: none;
}

.illustration-block .description .content-wrapper.active {
    display: block;
}


.illustration-block .description h1,
.illustration-block .description .h1,
.illustration-block .description h2,
.illustration-block .description .h2,
.illustration-block .description h3,
.illustration-block .description .h3,
.illustration-block .description h4,
.illustration-block .description .h4,
.illustration-block .description h5,
.illustration-block .description .h5,
.illustration-block .description p {
    text-align: center;
    color: #2B2E34;
}

.illustration-block .description h3 {
    margin-top: 0;
}

.illustration-block .description li,
.illustration-block .description p {
    font-size: 16px;
    width: 840px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1920px) {

}

@media(max-width: 1536px){
    .illustration-block-wrapper {
        margin-bottom: 140px;
    }
}

@media(max-width: 1200px){

}

@media(max-width: 1000px){
    .illustration-block-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .illustration-block-wrapper {
        margin-bottom: 80px;
    }
}

@media(max-width: 510px){
    .illustration-block-wrapper {
        margin-bottom: 40px;
    }
}




/* Hero-Text-Block */
.hero-text-block-wrapper {
    margin-bottom: 160px;
    margin-top: 80px;
}

.hero-text-block {
    padding: 13vw 0;
    background: #4fb4e0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #4fb4e0 0%, #8ac5a8 50%, #c6cf4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #4fb4e0 0%,#8ac5a8 50%,#c6cf4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #4fb4e0 0%,#8ac5a8 50%,#c6cf4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb4e0', endColorstr='#c6cf4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.hero-text-block p {
    margin: 0 8vw;
    text-align: center;
    font-size: 4.52vw;
    line-height: 5.58vw;
    color: white;
}

@media (min-width: 1920px) {
    .hero-text-block {
        padding: 250px 0;
    }

    .hero-text-block p {
        margin: 0 154px;
    }
}

@media (min-width: 1440px) {
    .hero-text-block p {
        font-size: 65px;
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    .hero-text-block-wrapper {
        margin-bottom: 80px;
    }
}




/* AG-Block */

.ag-block-wrapper {
    margin-bottom: 160px;
}

.ag-block {
    /*width: 1000px;*/
    max-width: 100%;
    margin: 0 auto;
}

.ag-block .inner {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    align-items: center;
    margin: 0 -10px;
}

.ag-block .inner a.ag-entry {
    flex: 0 1 20%;
    min-width: 175px;
    max-width: 350px;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 0 3rem;
    color: #000000;
    cursor: default;
}

a.ag-entry .image {
    margin-bottom: 1rem;
}

a.ag-entry .image img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

@media (max-width: 1536px){
    .ag-block-wrapper {
        margin-bottom: 160px;
    }
}

@media (max-width: 1080px){
    .ag-block .inner a.ag-entry {
        flex: 0 1 25%;
    }
}

@media (max-width: 786px) {
    .ag-block-wrapper {
        margin-bottom: 80px;
    }

    .ag-block .inner a.ag-entry {
        flex: 0 1 33%;
    }
}

@media (max-width: 930px) {
    .ag-block .inner a.ag-entry {
        flex: 0 1 50%;
    }
}

@media (max-width: 440px) {
    .ag-block .inner a.ag-entry {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    a.ag-entry .image {
        display: none;
    }
}

a.ag-entry .text {
    padding-bottom: 1rem;
    border-bottom: 2px solid black;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
}

a.ag-entry .text span.title{
    display: inline-block;
    margin-bottom: 1rem;
}

a.ag-entry .text span.time {
    position: relative;
}

a.ag-entry span.time:before {
    position: absolute;
    top: 0.3rem;
    left: -2.1rem;
    font-family: "Icons";
    font-size: 2.6rem;
    color: black;
    content: '\6b';
}

.ag-filters {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
}

@media (min-width: 1920px) {
    .ag-filters {
        padding-left: 190px;
        padding-right: 190px;
    }
}

@media (max-width: 768px){
    .ag-filters {
        padding-left: 0;
        padding-right: 0;
    }
}

.ag-filters ul {
    display: block;
    margin: 0 0 70px 0;
    padding: 0;
}

.ag-filters ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 10px 0;
    padding: 0;
}

.ag-filters ul li:before {
    display: none;
}

.ag-filters ul li a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
    margin: 0;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #000000;
    border-width: 0;
}

.ag-filters ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 2px solid #000000;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -ms-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.ag-filters ul li a:before {
    display: none;
}

/*.ag-filters ul li a.active:after,
.ag-filters ul li a:hover:after
{
    width: 100%;
}*/
.ag-filters ul li a.active,
.ag-filters ul li a:hover
{
    text-decoration: underline;
}


/* Statistic-Block */

.statistic-block-wrapper {
    margin-bottom: 160px;
}

.statistic-block {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    background-color: #E7E0DB;
}

.statistic-block >  h3 {
    margin-bottom: 40px !important;
}

.statistic-block .points1 { grid-area: points1; }
.statistic-block .text1 { grid-area: text1; }
.statistic-block .points2 { grid-area: points2; }
.statistic-block .text2 { grid-area: text2; }
.statistic-block .points3 { grid-area: points3; }
.statistic-block .text3 { grid-area: text3; }
.statistic-block .points4 { grid-area: points4; }
.statistic-block .text4 { grid-area: text4; }
.statistic-block .points5 { grid-area: points5; }
.statistic-block .text5 { grid-area: text5; }
.statistic-block .points6 { grid-area: points6; }
.statistic-block .text6 { grid-area: text6; }
.statistic-block .points7 { grid-area: points7; }
.statistic-block .text7 { grid-area: text7; }
.statistic-block .points8 { grid-area: points8; }
.statistic-block .text8 { grid-area: text8; }
.statistic-block .points9 { grid-area: points9; }
.statistic-block .text9 { grid-area: text9; }
.statistic-block .points10 { grid-area: points10; }
.statistic-block .text10 { grid-area: text10; }
.statistic-block .points11 { grid-area: points11; }
.statistic-block .text11 { grid-area: text11; }
.statistic-block .points12 { grid-area: points12; }
.statistic-block .text12 { grid-area: text12; }

.statistic-block >  h3,
.statistic-block .grid-wrapper {
    /*width: calc(100% - 20vw);*/
    box-sizing: border-box;
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    padding-left: 10vw;
    padding-right: 10vw;
}

.statistic-block .grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: 45% 35% auto;
    grid-template-areas:
    'points1 points2 points3'
    'text1 text2 text3'
    'points4 points5 points6'
    'text4 text5 text6'
    'points7 points8 points9'
    'text7 text8 text9'
    'points10 points11 points12'
    'text10 text11 text12';
    grid-column-gap: 10px;
    margin: 0 auto;
    min-width: 120px;
}

@media (min-width: 1920px){
    .statistic-block >  h3,
    .statistic-block .grid-wrapper {
        /*width: calc(100% - 380px);*/
        padding-left: 190px;
        padding-right: 190px;
    }
}

@media (max-width: 768px) {
    .statistic-block {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .statistic-block .grid-container {
        grid-template-columns: 55% 45%;
        grid-template-areas:
        'points1 points2'
        'text1 text2'
        'points4 points5'
        'text4 text5'
        'points7 points8'
        'text7 text8'
        'points10 points11'
        'text10 text11'
        'points3'
        'text3'
        'points6'
        'text6'
        'points9'
        'text9'
        'points12'
        'text12';
    }
    .statistic-block >  h3,
    .statistic-block .grid-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .statistic-block .points3,
    .statistic-block .text3,
    .statistic-block .points6,
    .statistic-block .text6,
    .statistic-block .points9,
    .statistic-block .text9,
    .statistic-block .points12,
    .statistic-block .text12 {
        grid-column: 1 / span 2;
    }

    .statistic-block .points3 { grid-row: 9; }
    .statistic-block .text3 { grid-row: 10; }
    .statistic-block .points6 { grid-row: 11; }
    .statistic-block .text6 { grid-row: 12; }
    .statistic-block .points9 { grid-row: 13; }
    .statistic-block .text9 { grid-row: 14; }
    .statistic-block .points12 { grid-row: 15; }
    .statistic-block .text12 { grid-row: 16; }
}

@media (max-width: 600px) {
    .statistic-block .grid-container {
        grid-template-columns: auto;
        grid-template-areas:
        'points1''text1'
        'points4''text4'
        'points7''text7'
        'points10''text10'
        'points2''text2'
        'points5''text5'
        'points8''text8'
        'points11''text11'
        'points3''text3'
        'points6''text6'
        'points9''text9'
        'points12''text12';
    }
}

.statistic-block .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 120px;
    margin-bottom: 5px;
}

.statistic-block .block.text {
    margin-bottom: 50px;
    justify-content: flex-start;
}

.statistic-block .block ul.width5 { width: 40px; }
.statistic-block .block ul.width6 { width: 48px; }
.statistic-block .block ul.width7 { width: 56px; }
.statistic-block .block ul.width8 { width: 64px; }
.statistic-block .block ul.width9 { width: 72px; }
.statistic-block .block ul.width10 { width: 80px; }
.statistic-block .block ul.width11 { width: 88px; }
.statistic-block .block ul.width12 { width: 96px; }
.statistic-block .block ul.width13 { width: 104px; }
.statistic-block .block ul.width14 { width: 112px; }
.statistic-block .block ul.width15 { width: 120px; }
.statistic-block .block ul.width16 { width: 128px; }
.statistic-block .block ul.width17 { width: 136px; }
.statistic-block .block ul.width18 { width: 144px; }
.statistic-block .block ul.width19 { width: 152px; }
.statistic-block .block ul.width20 { width: 160px; }
.statistic-block .block ul.width21 { width: 168px; }
.statistic-block .block ul.width22 { width: 176px; }
.statistic-block .block ul.width23 { width: 184px; }
.statistic-block .block ul.width24 { width: 192px; }
.statistic-block .block ul.width25 { width: 200px; }
.statistic-block .block ul.width26 { width: 208px; }
.statistic-block .block ul.width27 { width: 216px; }

.statistic-block .block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.statistic-block .block li {
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 50%;
    margin: 2px;
    padding: 0;
}

.statistic-block .block li::before {
    display: none;
}

.statistic-block .block p {
    font-size: 0.9rem;
    font-weight: 400;
}




/* Newsletter Downloads Block*/

.newsletter-downloads-block-wrapper {
    margin-bottom: 160px;
}

.text-block-wrapper + .newsletter-downloads-block-wrapper {
    margin-top: -80px;
}

.newsletter-downloads-block {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.05);*/
}

.newsletter-downloads-block p {

}

.newsletter-downloads-block span.download-entry {
    white-space: nowrap;
}

.newsletter-downloads-block a {
    display: inline-block;
    border-width: 0;
    margin-bottom: 0.8em;
}

.newsletter-downloads-block span.meta-details {
    display: inline-block;
    font-size: 0.6em;
    font-weight: 400;
    margin-left: 10px;
}

@media (min-width: 1920px){
    .newsletter-downloads-block {
        padding-left: 190px;
        padding-right: 190px;
    }
}

@media(max-width: 1536px){
    .newsletter-downloads-block-wrapper {
        margin-bottom: 140px;
    }

    .text-block-wrapper + .newsletter-downloads-block-wrapper {
        margin-top: -70px;
    }
}

@media(max-width: 1000px){
    .newsletter-downloads-block-wrapper {
        margin-bottom: 110px;
    }

    .text-block-wrapper + .newsletter-downloads-block-wrapper {
        margin-top: -55px;
    }
}

@media(max-width: 768px){
    .newsletter-downloads-block-wrapper {
        margin-bottom: 80px;
    }

    .text-block-wrapper + .newsletter-downloads-block-wrapper {
        margin-top: -40px;
    }

    .newsletter-downloads-block {
        padding: 0;
    }
}

@media(max-width: 510px){
    .newsletter-downloads-block-wrapper {
        margin-bottom: 40px;
    }

    .text-block-wrapper + .newsletter-downloads-block-wrapper {
        margin-top: -20px;
    }
}














/* News-Block */
.news-block-wrapper {
    margin-bottom: 160px;
}

.news-block {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}

@media (max-width: 650px){
    .news-block {
        margin-left: 0;
        margin-right: 0;
    }
}

.news-block > .news-slider > .slick-list > .slick-track {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: 0;
    overflow: hidden;
}

.news-block > .news-slider > .slick-list > .slick-track > .slick-slide {
    outline: none;
}

.news-slider > .slick-prev,
.news-slider > .slick-next
{
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 1.5vw;
    background: rgba(0,0,0,0);
    border-width: 0;
    color: #FFFFFF;
    font-size: 0;
    outline: none;
    opacity: 0.4;
}

.news-slider > .slick-prev.slick-disabled,
.news-slider > .slick-next.slick-disabled {
    opacity: 0.1;
}

.news-slider > .slick-prev {
    left: -5vw;
}

.news-slider > .slick-next {
    right: -5vw;
}

.news-slider > .slick-prev:before,
.news-slider > .slick-next:before
{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.5vw;
    height: 40px;
    margin: 0 auto;
}


.news-slider > .slick-prev:before {
    background-image: url('../images/cursor-left-black.svg');
}

.news-slider > .slick-next:before {
    background-image: url('../images/cursor-right-black.svg');
}

.news-slider >.slick-prev:hover,
.news-slider > .slick-next:hover
{
    background: rgba(0,0,0,0);
}


.news-block .news-entry {
    height: auto;
    float: none;
}

.news-block .news-entry .inner {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    height: 100%;
}

.news-block .news-entry .inner > * {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-block .news-entry h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.news-block .news-entry .images {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.news-block .news-entry .images canvas,
.news-block .news-entry .images img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.news-entry .images.lightbox .slick-prev,
.news-entry .images.lightbox .slick-next
{
    width: 40px;
}

.news-entry .images.lightbox .slick-prev:before,
.news-entry .images.lightbox .slick-next:before
{
    opacity: 0.7;
    height: 25px;
}

.news-entry .images.lightbox .slick-prev:hover:before,
.news-entry .images.lightbox .slick-next:hover:before
{
    opacity: 1;
}


.news-block .news-entry .content {
    margin-bottom: 0px;
}

.news-block .news-entry .content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.news-block .news-entry .footer {
    flex: 1 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    align-items: flex-end;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
}

.news-block .news-entry .footer > * {
    flex: 1 1 50%;
    width: 50%;
    height: 18px;
    align-content: flex-end;
}

.news-block .news-entry .footer .date {
}

.news-block .news-entry .footer .date p {
    position: relative;
    margin-left: 1em;
    padding: 0;
    line-height: 14px;
    font-size: 14px;
    white-space: nowrap;
}

.news-block .news-entry .footer .date p:before {
    margin-left: -1em;
    display: inline-block;
    content: '\6b';
    font-family: 'Icons';
    font-size: 1.5em;
    position: relative;
    top: 0.25em;
}

.news-block .news-entry .footer .more {
    text-align: right;
}

.news-block .news-entry .footer .more p {
    line-height: 14px;
    font-size: 14px;
}

.news-block .news-entry .footer .more a {
    display: inline-block;
    border-color: #000000;
    color: #000000;
    font-size: 14px;
    outline: none;
    position: relative;
    bottom: -3px;
}

.news-block .news-entry .footer .more a:before {
    line-height: 0.2em;
    color: #000000;
}

@media(max-width: 1536px){
    .news-block-wrapper {
        margin-bottom: 140px;
    }

}

@media(max-width: 1000px){
    .news-block-wrapper {
        margin-bottom: 110px;
    }
}

@media(max-width: 768px){
    .news-block-wrapper {
        margin-bottom: 80px;
    }
}

@media(max-width: 510px){
    .news-block-wrapper {
        margin-bottom: 40px;
    }
}

