/* main teaser */

@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-main {
    position: relative;
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    padding: 20px 60px;
    margin-bottom: 0px;
}

.pr-teaser-main-blend {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.pr-teaser-main-blend.pr-overlay-black {
    background: rgba(0,0,0,0.3);
}

.pr-teaser-main-blend.pr-overlay-green {
    background: linear-gradient(173deg,rgb(112,109,66) 23%,rgba(255,255,255,0) 84%);
}

.pr-teaser-main-inner {
    z-index: 2;
    margin: 0 auto;
}

.pr-teaser-main p {
    max-width: 500px;
    margin: 0 auto 1.2em;
}

.pr-teaser-main p.headline {
    max-width: 1000px;
    font-family: ITC Century W01 Book Cond It;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 17px;
}

.pr-teaser-main hr, 
editor-styles-wrapper .block-editor-block-list__block .pr-teaser-main hr {
    max-width: 280px;
    border-top: 0;
    background-color: #fff !important;
    margin: 0 auto 10px;
}

html .editor-styles-wrapper .pr-teaser-main-button span, 
.pr-teaser-main-button a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 15px 50px 14px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.2s;
}

html .editor-styles-wrapper .pr-teaser-main-button span:hover, 
.pr-teaser-main-button a:hover  {
    color: #706d42;
    background: #fff;
}

/*
@media (max-width: 1024px) {
    .pr-teaser-main {
        margin-bottom: 50px;
    }
}
*/

@media (max-width: 767px) {
    .pr-teaser-main {
        min-height: 400px;
        padding: 20px 15px;
        margin-bottom: 35px;
    }
    
    .pr-teaser-main hr {
        max-width: 100px;
    }
}