.benefits-teaser {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: none;
    margin: 0 15px 50px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .25);
}
.benefits-teaser > a {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 0;
    max-height: 250px;
}
.benefits-teaser > a:before {
    content: "";
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    top: calc(50% - 15px);
    z-index: 1;
}
.benefits-teaser .teaser__text {
    display: flex;
    flex-direction: column;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding: 25px 30px;
}
.benefits-teaser .teaser__text ul {
    list-style: disc;
    list-style-position: inside;
}
.benefits-teaser .teaser__text ol {
    list-style: decimal;
    list-style-position: inside;
}
.benefits-teaser .teaser__desc {
    font-family: UniversLTStd-Light, sans-serif;
}
.benefits-teaser .teaser__desc:before {
    display: none;
}
.benefits-teaser .teaser__title {
    text-align: center;
}
.benefits-teaser .teaser__title:not(:empty) + .teaser__desc:before {
    display: block;
    margin: 0 auto 15px;
}
.benefits-teaser .teaser__image {
    max-height: inherit;
    width: 100%;
    height: 250px;
}
.benefits-teaser .teaser__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.benefits-teaser .teaser__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}
.benefits-teaser .teaser__image-overlay img {
    position: relative;
    width: 100px;
    height: auto;
    margin: 0px auto;
    z-index: 1;
}
.benefits-teaser .teaser__image-overlay h3 {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    z-index: 1;
}
.benefits-teaser .teaser__image-overlay .teaser__image-overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}
.benefits-teaser .teaser__button {
    text-align: center;
}
.benefits-teaser .teaser__more {
    font-family: UniversLTStd-Light, sans-serif;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    bottom: inherit;
    right: inherit;
}
@media screen and (min-width: 768px) {
    .benefits-teaser {
        flex-direction: row;
        margin-bottom: 0;
        box-shadow: none;
    }
    .benefits-teaser:hover {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .54);
    }
    .benefits-teaser:nth-of-type(2n+2) > a {
        order: 1;
    }
    .benefits-teaser:nth-of-type(2n+2) > a:before {
        left: 0;
        border-width: 25px 0 25px 30px;
        border-color: transparent transparent transparent #fff;
    }
    .benefits-teaser:nth-of-type(2n+2) .teaser__text {
        order: 0;
    }
    .benefits-teaser:nth-of-type(2n+1) > a:before {
        right: 0;
        border-width: 25px 30px 25px 0;
        border-color: transparent #fff transparent transparent;
    }
    .benefits-teaser > a {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        max-height: inherit;
    }
    .benefits-teaser > a:before {
        display: block;
    }
    .benefits-teaser .teaser__text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 500px;
        justify-content: center;
    }
    .benefits-teaser .teaser__text p {
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .benefits-teaser .teaser__image {
        height: 100%;
    }
    .benefits-teaser .teaser__image-overlay h3 {
        font-size: 42px;
        line-height: 1.05;
        font-weight: 700;
        padding-left: 120px;
    }
    .benefits-teaser .teaser__image-overlay img {
        position: relative;
        width: 100px;
        height: auto;
        margin: 50px auto 30px;
        z-index: 1;
    }
}
.button.button--blue.button--outline {
    color: #2e77bd;
    background-color: transparent;
    border: 1px solid #2e77bd;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 50px auto 0;
    display: table;
    border-radius: 3px;
    font-size: 24px;
    line-height: 1.2;
    font-family: UniversLTStd-Light, sans-serif;
}
.button.button--blue.button--outline:hover {
    color: #fff;
    background-color: #2e77bd;
}
.standard-content .title__social_links {
    color: #2e77bd;
    text-align: center;
    margin-top: 75px;
}
.social__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.social__links a {
    position: relative;
    margin: 10px 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #2e77bd;
    transition: background-color 0.25s ease-out;
}
.social__links a.facebook:hover {
    color: #4267b2;
}
.social__links a.instagram:hover i {
    background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social__links a.youtube:hover {
    color: #f00;
}
.social__links a.linkedin:hover {
    color: #2867b2;
}
.social__links a.xing:hover {
    color: #026466;
}
.social__links i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
    .social__links {
        justify-content: space-between;
        margin-top: 15px;
    }
    .social__links a {
        width: 75px;
        height: 75px;
    }
    .social__links i {
        font-size: 45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1388px) {
    .benefits-teaser .teaser__image-overlay h3 {
        font-size: 36px;
        padding-left: 0;
    }
}
 
 