.teaserAbs2ParentDiv {

    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    max-width: 900px;
    position: absolute;
    right: 0;
    top: 140px;
    width: 100%;
}

.teaserAbs2ChildDiv {

    box-sizing: border-box;
    flex-basis: 50%;
    height: 290px;
    overflow: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.teaserAbs2ChildDiv:first-child::after {

    bottom: 0;
    box-shadow: 0 0 50px 20px rgba(0,0,0,0.5);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.teaserAbs2ChildDiv img {

    max-height: 100%;
    max-width: 100%;
}

.teaserAbsFullWidthBackground {

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 290px;
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
}

.teaserImgShadow {

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
    /* border-radius: 10px; */
    transition: all 0.3s ease-in-out;
}

h2.noTopPad,
h2.noTopPad {

    padding-top: 20px;
}

h2.noTopPad span.h2Bg,
h2.noTopPad span.h2Bg {

    background: rgba(255, 255, 255, 0.65);
    box-decoration-break: clone;
    box-shadow: 2px rgba(255, 255, 255, 0.65), 2px rgba(255, 255, 255, 0.65);
    padding: 5px;
    line-height: 180%;
}

h2.noTopPad span.h2BgNoPad {

    background: rgba(255, 255, 255, 0.65);
    box-decoration-break: clone;
    box-shadow: 2px rgba(255, 255, 255, 0.65), 2px rgba(255, 255, 255, 0.65);
    line-height: 180%;
    padding: 5px 0 5px 0;
}

section.teaserAbs2ParentDiv .sectionButton {

    color: #222;
    font-size: 16px;
    margin: 0 10px 0 10px;
    padding: 20px 0 0 0;
    text-align: center;
    white-space: nowrap;
}

section.teaserAbs2ParentDiv .sectionButton a {

    background: rgba(29, 146, 157, 0.8);
    color: #FFF;
    cursor: pointer;
    font-size: 28px;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

section.teaserAbs2ParentDiv .sectionButton a:hover,
section.teaserAbs2ParentDiv .sectionButton a:focus {

    background: rgba(29, 146, 157, 0.9);
    color: #FFF;
    cursor: pointer;
    font-size: 28px;
    margin: 20px 0 0 0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

h2 {

    font-size: 28px !important;
}

@media (max-width: 800px) {

    h2 {

        font-size: 20px !important;
    }


    h2.noTopPad {

        padding-top: 0 !important;
    }

    .teaserAbs2ChildDiv {

        flex-basis: 100%;
        height: 125px;
        max-height: 145px;
        width: 250px;
    }

    .teaserAbs2ChildDiv img {

        max-height: 125px;
        max-width: auto;
    }

    .teaserAbs2ParentDiv {

        flex-direction: column;
    }

    section.teaserAbs2ParentDiv .sectionButton {

        color: #222;
        font-size: 20px;
        margin: 0 10px 0 10px;
        padding: 20px 0 0 0;
        text-align: center;
    }

    section.teaserAbs2ParentDiv .sectionButton a {

        background: rgba(29, 146, 157, 0.8);
        color: #FFF;
        cursor: pointer;
        font-size: 20px;
        margin: 10px 0 0 0;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
    }

    section.teaserAbs2ParentDiv .sectionButton a:hover,
    section.teaserAbs2ParentDiv .sectionButton a:focus {

        background: rgba(29, 146, 157, 0.9);
        color: #FFF;
        cursor: pointer;
        font-size: 20px;
        margin: 20px 0 0 0;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
    }
}

@media (max-width: 600px) {

    h2 {

        font-size: 14px !important;
    }

    h2.noTopPad {

        padding-top: 0 !important;
    }

    .teaserAbs2ChildDiv {

        flex-basis: 100%;
        height: 125px;
        max-height: 145px;
    }

    .teaserAbs2ChildDiv img {

        max-height: 125px;
        max-width: auto;
    }

    .teaserAbs2ParentDiv {

        flex-direction: column;
    }

    section.teaserAbs2ParentDiv .sectionButton {

        color: #222;
        font-size: 14px;
        margin: 0 10px 0 10px;
        padding: 20px 0 0 0;
        text-align: center;
    }

    section.teaserAbs2ParentDiv .sectionButton a {

        background: rgba(29, 146, 157, 0.8);
        color: #FFF;
        cursor: pointer;
        font-size: 14px;
        margin: 10px 0 0 0;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
    }

    section.teaserAbs2ParentDiv .sectionButton a:hover,
    section.teaserAbs2ParentDiv .sectionButton a:focus {

        background: rgba(29, 146, 157, 0.9);
        color: #FFF;
        cursor: pointer;
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
    }
}