.home-teaser {
    height: calc(100vh - 90px);
    width: 100%;
    /*background: url('https://images.ctfassets.net/peb4gme59aca/1hFTnbST2esG5xcvskkKrC/5de1ce64b9af69bb16494f9ae625ef77/anna-nicole.jpg') no-repeat center center;*/
    background-size: cover;
    position: relative;
}

.page-width.fullwidth {
    width: 100%;
}

.home-teaser img {
    position: absolute;
    left: 30px;
    bottom: 5%;
    /*
    bottom: 30px;
    width: 80%;
    */
    max-width: 870px;
    height: auto;
    max-height: 90%;
    pointer-events: none;
}

.home-slider.hidden {
    display: none;
}

.slider {
    padding: 40px 0;
}

.slider h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.slider * {
    outline: none
}

.slider .row {
    margin: 0;
}

.slider h3 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.slider .event.lined {
    padding-right: 50px;
}

.slider .event.lined.fullwidth {
    padding-right: 0;
}

.slide-content img {
    width: 100%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    color: #000 !important;
}

.slick-dots {
    top: -30px;
    bottom: initial !important;
    right: 0;
    width: initial !important;
    display: initial !important;
}

.slick-dots li {
    height: 15px !important;
    width: 15px !important;
    border: 2px solid #000;
    background-color: transparent;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active {
    background-color: #000;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.home-messages h3 {
    hyphens: auto;
}

.slider .h2 {
    -ms-word-break: break-all;
    /*word-break: break-all;*/
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
}

/* Homepage main slider start */

.home-teaser .background-images {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.home-teaser .background-images-strip {
    display: flex;
    height: 100%;
    width: calc(100vw / var(--page-scale));
    position: absolute;

}

.background-images-strip .is-animated {
    transition: opacity 2s cubic-bezier(0.635, 0.005, 0.340, 1.000);
}

.home-teaser .background-images-strip > a {
    display: block;
    position: absolute;
    opacity: 1;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Homepage main slider end */

@media screen and (max-width: 767px) {
    .home-teaser {
        height: calc(100vh - 55px);
    }

    .slide-content img {
        width: 100%;
    }

    .slider .event.lined {
        padding-right: 0;
    }

    .slick-dots {
        top: 5px;
    }

    .slider .buttons a {
        display: block;
        width: 99.9%;
    }

    .home-teaser img {
        bottom: 130px;
        width: 200px;
    }
    .home-messages h3 {
     font-size: 22px !important;
    }
}
