/*teaser*/
.teaser_wide {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
}
.teaser_wide:before {
    position: absolute;
    background-color: #06152c;
    content: '';
   background-color: #ddd;
    height: 100%;
    width: 100vw;
    z-index: 0;
    left: calc(-50vw - -50%);
}
.teaser_wide .col-8,
.teaser_wide .col-4 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
        padding: 50px 0;
}
.teaser_wide .col-8 {
    text-align: center;
}
.teaser_wide .col-4 {
    text-align: right;
} 
.teaser_wide .text {
    float: left;
    margin-bottom: 20px;
    width: calc(100% - 270px);
    text-align: center;
}
.teaser_wide .text p {
    font-size: 63px;
    font-weight: 900;
    color: #fff;
    line-height: 100%;
}
.teaser_wide .text:first-child {
    text-align: right;
    border-right: 5px solid #333;
    padding-right: 10px;
    width: 270px;
    margin-bottom: 0;
}
.teaser_wide .button {
    background-color: #444;
        display: inline-block;
    border-radius: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    padding: 0px 80px;
    text-transform: lowercase;
    font-weight: 900;
    color: #fff;
}
/*
SINGLE LINK
*/
.singleLink__link {
 color: #1677ff;
 font-size: 18px;
 font-weight: 700;
 line-height: 28px;
 vertical-align: middle;
 position: relative;
 text-decoration: underline; 
}
