
/* Highlight Teaser CSS Start */
#maincontent .highlight-teaser {
    padding-top: 4.75rem;
    background-color: var(--secondary);
    position: relative;
}

@media(min-width:1200px) {
    #maincontent .highlight-teaser {
        margin-top: 15rem;
    }
}

#maincontent .highlight-teaser .container {
    z-index: 2;
    position: relative;
}

#maincontent .highlight-teaser-info {
    padding: 0 2.5rem 1.25rem;
}

@media(min-width:992px) {
    #maincontent .highlight-teaser-info {
        padding-bottom: 3.125rem;
    }
}

#maincontent .highlight-teaser-info .h2,
#maincontent .highlight-teaser-info h2 {
    font-family: var(--prometo);
    font-size: 1.875rem;
    line-height: 2.4375rem;
    color: #fff;
    margin-bottom: 1.625rem;
    hyphens: auto;
}

@media(min-width:992px) {
    #maincontent .highlight-teaser-info .h2,
    #maincontent .highlight-teaser-info h2 {
        font-size: 3.125rem;
        line-height: 4.0625rem;
        margin-bottom: 0.375rem;
    }
}

#maincontent .highlight-teaser-info p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1.875rem;
    font-weight: 700;
    color: #fff;
}

@media(min-width:992px) {
    #maincontent .highlight-teaser-info p {
        font-size: 1.875rem;
        line-height: 2.4375rem;
        margin-bottom: 2.5rem;
    }
}

#maincontent .highlight-teaser::before {
    content: "";
    background: url('bg-strip-mobile.svg');
    height: 100%;
    width: 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

@media(min-width:768px) {
    #maincontent .highlight-teaser::before {
        content: "";
        background: url('bg-strip.svg');
        background-position: center;
        background-size: cover;
    }
}

@media(min-width:1640px) {
    #maincontent .highlight-teaser::before {
        background-size: 130%;
    }
}

@media(min-width:992px) {
    #maincontent .highlight-teaser .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
/* Highlight Teaser CSS End */


#maincontent .highlight-teaser .btn-outline-white{
    border: 2px solid var(--white);
    color: var(--white);
    background-color: transparent;
}
#maincontent .highlight-teaser .btn-outline-white:hover,
#maincontent .highlight-teaser .btn-outline-white:focus,
#maincontent .highlight-teaser .btn-outline-white:active{
    background-color: var(--white);
    color: var(--primary);
}
#maincontent .highlight-teaser .btn-outline-white.btn-check:checked+.btn,
#maincontent .highlight-teaser .btn-outline-white.btn.active,
#maincontent .highlight-teaser .btn-outline-white.btn.show,
#maincontent .highlight-teaser .btn-outline-white.btn:first-child:active,
#maincontent .highlight-teaser :not(.btn-check)+.btn-outline-white.btn:active{
    color: var(--primary);
    background-color: var(--white);
    border-color: var(--white);
}
