.introTeaserStart {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}
.itsSections.slick-vertical .slick-slide {
    border: 0;
}
.itsSection {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-height: 885px;
    min-height: 100vh;
}
.itsMedia {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.itsOverlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.itsOverlay:after {
    content: "";
    position: absolute;
    z-index: 25;
    width: 100%;
    bottom: 0;
    height: 30%;
    opacity: 0.8;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.itsMediaWrap {
    display: flex;
    justify-content: center;
}
.itsMediaWrap video, .itsMediaWrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    display: block;
}
.itsContent {
    position: relative;
    z-index: 30;
}
.itsTitle {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.itsHeadline > * {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 70px;
}
.itsFooterMenu {
    position: absolute;
    z-index: 50;
    width: 100%;
    bottom: 0;
}
.itsFooterMenu .menuItems {
    display: flex;
}
.itsFooterMenu .menuLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 50px 15px 50px 15px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-right: 1px solid rgba(112, 112, 112, 0.5);
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
}
.itsFooterMenu .menuLink:last-child {
    border-right: 0;
}
.itsFooterMenu .menuLinkText {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 45px;
}
.itsFooterMenu .menuLinkText .iconAnimation {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: -2px;
}
.itsFooterMenu .menuLinkText svg path {
    stroke: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
    .itsFooterMenu .menuLink.active {
        color: #FF003A;
    }
    .itsFooterMenu .menuLink.active svg path {
        stroke: #FF003A;
    }
}
@media (max-width: 1279px) {
    .itsSection {
        /*padding-bottom: 385px;*/
        padding-bottom: 280px;
        max-height: 100%;
        min-height: 80vh;
        box-sizing: content-box;
    }
    .itsFooterMenu .menuItems {
        display: block;
    }
    .itsFooterMenu .menuLink {
        /*padding: 22px 45px;*/
        text-align: left;
        justify-content: flex-start;
        border-right: 0;
        padding: 22px 15px;
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .itsHeadline > * {
        font-size: 36px;
        line-height: 41px;
    }
}
@media (max-width: 767px) {
    .itsSection {
        padding-bottom: 320px;
    }
    .itsOverlay:after {
        height: 40%;
    }
}
@media (max-width: 460px) {
    .itsHeadline > * {
        font-size: 30px;
        line-height: 36px;
    }
}

/*///////////////////////////////////////////////////////
// Overwrites
//////////////////////////////////////////////////////*/
.mainMenu {
    display: none !important;
}
@media (max-width: 767px) {
    .itsContent.innerWrap.wide {
        padding-left: 38px;
        padding-right: 38px;
    }
    .itsFooterMenu .menuLink {
        padding: 22px 15px;
        margin: 0 30px;
        width: calc(100% - 60px);
    }
}