body {
    /*background-color: rgba(69,5,19,0.03);*/
    /*background: url("../../assets/img/bg-paper-50p.jpg");*/
    font-family: 'Source Serif Pro', serif;
    background-color: #fffafa;
}

#head {
    /*background-color: #470514;*/
    background: url("../../assets/img/bg-paper-head.jpg") bottom;
    border-bottom: #efe4e4 4px solid;
    position: sticky;
    padding-top:0;
    top: 0;
    z-index: 100;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.88, 0, 1, 1);
    transition-delay: 0s;
    height: 15vh;
}
.logo a {
    color: #470514;
    text-decoration: none;
}
.logo a:hover {
    color: #470514;
    text-decoration: none;
}
.logo h1 {
    background: url("../../assets/img/bg-logo-immobilien-martha.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    padding-top: 58px;
    margin-top: 30px;
    margin-bottom: 1rem;
    height: 144px;
    width: 227px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.88, 0, 1, 1);
    transition-delay: 0s;
}
.logo-text-a {
    display: block;
    height: 45px;
    font-size: 43px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.88, 0, 1, 1);
    transition-delay: 0s;
}
.logo-text-b {
    display: block;
    font-size: 36px;
    font-family: Ephesis, serif;
    font-weight: bold;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.88, 0, 1, 1);
    transition-delay: 0s;
}

.red{
    color:#e64646;
}

.teaser {
    position: relative;
    z-index: 1;
    top: 0;
    height: 80vh;
    border-bottom: 4px #efe4e4 solid;
}
.teaser-text {
    position: absolute;
    top: 20px;
    z-index: 2;
    background-color: rgba(255,255,255,0.7);
    border: rgba(255,255,255,0.5) 2px solid;
    padding: 15px;
    left:20px;
    right: 20px;
}
.teaser-img-top {
    position: absolute;
    width: 25%;
    height: auto;
}
.teaser-img-bottom {
    width: 10%;
    height: auto;
}
.teaser h1.heading {
    padding: 12% 15px 0px 14%;
    font-size: 3.6rem;
    color: #470514;
}
.teaser p.subtitle {
    padding: 10px 15px 0 14%;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    color: #470514;
}

.home-txt-2cols {
    color: #450513;
}

.content-main {
    color: #444;
}
.content-main h1, .content-main h2 {
    color: #7e021d;
}
.content-main h2 {
    font-size: 2.5rem;
}


.immobilien-detail .row.heading{
    margin-top: 2rem;
}



.content-main h1.bigger {
    font-size: 3.8rem;
    line-height: 4rem;
}

.content-main h1{
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.2rem;
}
.content-main h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
}
.content-main h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.content-main h4 {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.content-main ul{
    font-size: 1.2rem;
    padding-left: 1.2rem;
    line-height: 1.8rem;
}


.footer {
    /*background-color: #f0e4e4;*/
    background: url(../../assets/img/bg-paper-head.jpg) top;
    border-top: #efe4e4 4px solid;
    color:#444;
}
.footer h3 {
    color:#7e021d;
}
.footer ul li a {
    font-size: 1.2rem;
    color: #444;
    text-decoration: none;
}
.footer ul li a:hover {
    font-size: 1.2rem;
    color: #7e021d;
    text-decoration: none;
}

.sub-footer {
    background-color: #cdb4b4;
}
.sub-footer p {
    color:#470514;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

a {
    color: #e1879b;
    text-decoration: underline;
}
a:hover {
    color: #e64646;
}

.form-group {
    margin: 30px 0;
}
.email-form .privacy {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: auto;
}

.seperator {
    padding-left: 50px;
    padding-right: 50px;
}

.gold {
    color: rgb(133, 123, 115);
}
.handwrite {
    font-family: Ephesis, serif;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}
.btn.btn-primary {
    background-color: #7e021d!important;
    border-color: #7e021d!important;
    color:#fff;
}
.btn.btn-primary:hover {
    background-color: #048f83!important;
    border-color: #048f83!important;
    color:#fff;
}
.btn.btn-primary.send {
    display: none;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 #048f83!important;
}

.rounded {
    border-radius: 1rem!important;
}

.home-service-prev img.service {
    /*border: 2px #857b73 solid;*/
}
.home-service-prev a h3 {
    color: #ffffff;
    background-color: rgba(69,5,19,.8);
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-bottom: 5%;
    transition: all 200ms;
}
.home-service-prev a:hover h3 {
    color: #ffffff;
    background-color: rgba(69,5,19,1);
    width: 100%;
    display: block;
    padding: 10px 0;
    margin-bottom: 10%;
}
.home-service-prev .image-text {
    width: 100%;
}
.home-service-prev {
    /*background: url("../../assets/img/bg-3-images-b.jpg") top center no-repeat;
    color: #857b73;
    border-top: #857b73 2px solid;*/

}

@media (min-width: 740px) {
    .teaser-text {
        position: absolute;
        top: 20px;
        z-index: 2;
        background-color: rgba(255,255,255,0.08);
        width: 400px;
        border: rgba(255,255,255,0.29) 2px solid;
        padding: 10px;
        left: unset;
        right:unset;
    }
    .teaser h1.heading {
        color: #fff;
    }
    .teaser p.subtitle {
        color: #fff;
    }

    .content-main h1.bigger {
        font-size: 3.8rem;
        line-height: 4rem;
    }

    .content-main h1{
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 1.2rem;
    }
    .content-main h2 {
        font-size: 2rem;
        line-height: 2.8rem;
        margin-bottom: 1.2rem;
    }
    .content-main h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 1rem;
    }
    .content-main h4 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .content-main ul{
        font-size: 1.2rem;
        padding-left: 1.2rem;
        line-height: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .logo h1 {
        background: url("../../assets/img/bg-logo-immobilien-martha.png");
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        padding-top: 58px;
        margin-top: 30px;
        margin-bottom: 1rem;
        height: 144px;
        width: 227px;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.88, 0, 1, 1);
        transition-delay: 0s;
    }
    .logo-text-a {
        height: 45px;
        font-size: 43px;
    }
    .logo-text-b {
        font-size: 40px;
    }

}

@media (min-width: 1400px) {
    .teaser-text {
        position: absolute;
        top: 15vh;
        z-index: 2;
        background-color: rgba(255,255,255,0.08);
        width: 480px;
        border: rgba(255,255,255,0.29) 2px solid;
        padding: 15px;
        left: unset;
        right:unset;
    }
}

@media (min-width: 1930px) {
    .home-service-prev {
        background-size: 100% auto;
    }
}