/* teaser boxes */

.mc-teaser-boxes {
	text-align: center;
    padding: 56px 20px;
}

.mc-teaser-boxes-wrapper {
	width: 100%;
    max-width: 1398px;
	background-color: #dad4ce;
	background: linear-gradient(#dad4ce 70%, #fff 0);
	border-radius: 24px;
	padding-top: 64px;
    margin: 0 auto;
}

html .editor-styles-wrapper .mc-teaser-boxes h2, 
.mc-teaser-boxes h2 {
    
}

.mc-txt-16 {
	font-size: 16px;
}

.teaser-boxes-sub {
    display: inline-block;
}

.mc-teaser-boxes-bg-box {
    width: 304px;
    background: #f9f8f7;
    border-radius: 24px;
    text-align: left;
    margin: 20px 16px;
    display: inline-block;
    vertical-align: top;
}

.mc-teaser-boxes-img {
    width: 304px;
    height: 212px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid var(--color_4);
    border-radius: 24px 24px 0 0;
    border-bottom: 0;
}

.mc-teaser-boxes-border {
    border: 1px solid var(--color_4);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    padding: 20px 20px 35px;
}

.mc-teaser-boxes-border-space {
    padding: 20px;
}

.mc-teaser-boxes-txt-box {
	font-size: 16px;
	line-height: 1.5em;
    height: 172px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mc-teaser-boxes-txt-box-nospace {
    margin-bottom: 0;
}

html .editor-styles-wrapper .mc-teaser-boxes-bg-box h3, 
.mc-teaser-boxes-txt-box h3 {
	font-size: 20px;
    margin-bottom: 8px;
}

.mc-teaser-boxes-button.main {
    margin-top: 40px;
    padding-bottom: 150px;
}

html .editor-styles-wrapper .mc-teaser-boxes-button span, 
.mc-teaser-boxes-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    /*white-space: nowrap;*/
    color: var(--color_1);
    background-color: #fff;
    border: 2px solid var(--color_1);
    border-radius: 28px;
    transition: background 0.2s;
    padding: 8px 20px;
}

html .editor-styles-wrapper .mc-teaser-boxes-button span:hover, 
.mc-teaser-boxes-button a:hover  {
    border-color: var(--color_2);
    color: var(--color_2);
}

html .editor-styles-wrapper .mc-teaser-boxes-button span.double, 
.mc-teaser-boxes-button a.double {
    height: 71px;
}

html .editor-styles-wrapper .mc-teaser-boxes-button span.double {
    padding: 0;
}

@media (max-width: 1454px) {
    .mc-teaser-boxes-wrapper {
        max-width: 800px;
    }
}

@media (max-width: 684px) {
    .mc-teaser-boxes-img {
        width: 100%;
    }
}