/*teaser wide*/
.teaser_wide {
    position: relative;
    font-size: 0;
	margin-bottom: 20px;
}
.teaser_wide:before {
    position: absolute;
    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: 30px 0;
	width: 50%;
}
.teaser_wide .col-8 {
	width: 60%;
	text-align: center;
}
.teaser_wide .col-4 {
	width: 40%;
	text-align: right;
    padding-left: 20px;
}
.teaser_wide .text p {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 100%;
}
.teaser_wide .text:first-child p {
	font-size: 16px;
}
.teaser_wide .text:first-child {
    text-align: right;
    border-right: 5px solid #444;
    padding-right: 10px;
    margin-bottom: 0;
	width: 35%; 
} 
.teaser_wide .text {
    float: left;
    margin-bottom: 20px;
    text-align: center;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
}
.teaser_wide .img img {
	width: 100%;
    height: auto;
}
.teaser_wide .button {
    background-color: #444;
        display: inline-block;
    border-radius: 35px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 900;
    color: #fff;
	width:100%;
}
/*
SINGLE LINK
*/
.singleLink__link {
 color: #1677ff;
 font-size: 18px;
 font-weight: 700;
 line-height: 28px;
 vertical-align: middle;
 position: relative;
 text-decoration: underline; 
}