/* teaser background */

@font-face {
    font-family: "New Century Schoolbook LT W01Rm";
    src: url("../fonts/5609177/c6f622bb-e3f7-472a-a0f7-a7d93c0a6db0.woff2") format("woff2"), 
         url("../fonts/5609177/325dc276-c51e-4625-b8f8-a4cd50a12c1e.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New Century Schoolbook LT W01It";
    src: url("../fonts/5609220/f9a4e38d-d3d6-4165-a30d-a5e38c51d2e0.woff2") format("woff2"), 
         url("../fonts/5609220/06227557-c058-403e-bf1a-509745230c5b.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "New Century Schoolbook LT W01Bd";
    src: url("../fonts/5609234/df977b92-5991-47a0-9fa5-d956e30349da.woff2") format("woff2"), 
         url("../fonts/5609234/7b5cd46b-8812-4040-a4b4-ac63bf0f6910.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "ITC Century W01 Book Cond It";
    src: url("../fonts/1488668/9529d50f-b620-45c8-997b-a90fc5d7cedd.woff2") format("woff2"), 
         url("../fonts/1488668/e2c421fe-80f8-4360-9194-f5ec3fefb788.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.pr-teaser-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 60px;
    margin-bottom: 150px;
}

.pr-teaser-background-inner {
    max-width: 1030px;
    display: flex;
    margin: 0 auto;
}

.pr-teaser-background-contbox {
    width: 50%;
    text-align: center;
    background: #fff;
    padding: 40px 40px 40px 15px;
}

.pr-teaser-background-contbox:first-child {
    padding: 40px 15px 40px 40px;
}

html .editor-styles-wrapper .pr-teaser-background-button span, 
.pr-teaser-background-button a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 15px 50px 14px;
    background: #706d42;
    transition: background 0.2s;
}

html .editor-styles-wrapper .pr-teaser-background-button span:hover, 
.pr-teaser-background-button a:hover  {
    background: #b7b6a0;
}


@media (max-width: 1024px) {
    .pr-teaser-background {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .pr-teaser-background {
        padding: 110px 15px;
        margin-bottom: 90px;
    }
    
    .pr-teaser-background-inner {
        flex-direction: column;
    }
    
    .pr-teaser-background-contbox {
        width: 100%;
        padding: 25px 20px 65px;
    }
    
    .pr-teaser-background-contbox:first-child {
        padding: 40px 20px 25px;
    }

}