﻿/* teaser grid */
.section-teaser-grid {
    margin-bottom: 60px;
    --gb-theme-blue: #006ba4;
    --gb-theme-btn-blue: #0077c8;
    --gb-theme-gray: #d8d8d8;
}

.teaser-grid-wrapper {
    display: flex;
    gap: 4%;
}

.teaser-grid-wrapper > div {
    flex: 1 0 0;
}

.teaser-card img {
    width: 100%;
    height: auto;
}

.teaser-card {
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    height: 100%;
}

.teaser-button {
    margin-bottom: 40px;
    padding-top: 26px;
}

.teaser-button a span.sr-only.sr-only::before {
    content: " ";
}

.teaser-button a.btn-climate {
    background-color: #0077c8;
    border-width: 0px !important;
    border-radius: 5px;
    color: #fff;
    transition: all 300ms ease 0ms;
    display: inline-block;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-transform: none;
    transition: all 300ms ease 0ms;
    position: relative;
    text-decoration: none;
}

.teaser-button a.btn-climate:hover {
    background-image: initial;
    background-color: #233E90;
    color: #fff;
    text-decoration: none;
    padding: .3em 2em .3em .7em;
}

.teaser-button a.btn-climate:after {
    opacity: 0;
    position: absolute;
    transition: all 300ms ease 0ms;
    font-size: inherit !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    content: "\f138";
    line-height: inherit;
    margin-left: -1em;
    left: auto;
}

.teaser-button a.btn-climate:hover::after {
    position: absolute;
    margin-left: .3em;
    left: auto;
    opacity: 1;
}

.teaser-image {
    margin-bottom: 4%;
}

.teaser-text {
    padding: 0 18px;
}

    .teaser-text h3 {
        font-family: 'Proxima Nova',sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: var(--gb-theme-blue) !important;
        line-height: 1.05em;
    }

    .teaser-text p {
        font-size: 1rem;
    }

.teaser-link {
    display: block;
    background-blend-mode: hard-light;
    background-color: #63666a;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

    .teaser-link:before {
        content: "";
        display: block;
        background-color: rgb(0,0,0,0.333);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .teaser-link:hover {
        text-decoration: none;
    }

    .teaser-link h3 {
        color: #fff;
        font-size: 2.5rem;
        font-family: "ProximaNova-Bold",sans-serif;
        padding-bottom: 10px;
        line-height: 1em;
        font-weight: 500;
    }

.teaser-style-2 .teaser-column,
.teaser-style-1 .teaser-column {
    flex: 1 1 49.5%;
}

.teaser-grid-title {
    margin-bottom: 10px !important;
    text-align: center;
}

    .teaser-grid-title h2 {
        padding-bottom: 1rem;
        padding-top: 1rem;
        font-weight: 700;
        color: var(--gb-theme-blue);
    }

.teaser-grid-description {
    margin-bottom: 30px !important;
}

.teaser-link-text {
    word-wrap: break-word;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

main a.teaser-link {
    text-decoration: none;
    height: 100%;
}

.teaser-style-3 .teaser-column {
    flex: 1 1 0%;
    position: relative;
}

.video-lower-title {
    padding-top: 20px;
}

.vp-center {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-container iframe {
        width: 100%;
        height: 100%;
    }

    .video-container video {
        width: 100%;
        height: auto;
    }

.teaser-column h3 {
    font-family: "ProximaNova-Bold";
}

.teaser-style-3 .teaser-column h3 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
}

@media (max-width:980px) {
    .teaser-grid-wrapper {
        display: flex;
        flex-direction: column;
    }

    .teaser-card,
    .teaser-grid-wrapper > div {
        margin-bottom: 20px;
    }

    .teaser-link {
        margin-bottom: 20px;
    }
}

.heading-center h2 {
    text-align: center;
    font-size: 30px;
}

.h2-54 h2 {
    font-size: 54px !important;
}

.container-lg ~ section.section-teaser-grid,
.grid-fullwidth {
    --bs-gutter-x: initial;
    --bs-gutter-y: initial;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}