section.bg4{
    display:block;
    background:#fff;
    background-size:cover;
    border-bottom:1px solid rgba(0,0,0,0.1);
}



@media (max-width: 767px){
    .blog_details .card,
    .blog_details .list-group
    {
        margin-left:-15px;
        margin-right:-15px;
    }
}


.blog_details h1,
.blog_details .h1{
    font-size: 1.65rem;
    font-weight:900;

    color:#000 !important;
}
.blog_details h2{
    font-weight:900;
    font-size: 1.75rem;

}
.blog_details h3,
.blog_details h4 {
    color: #b72f2f !important;
    font-size: 1.30rem;
}
.blog_details{
    font-size:106%;
    letter-spacing:0.5px;
}
.blog_details p{
    margin-bottom:1.5rem;
}
.blog_details .lead{

}
.blog_details .alert.alert-light{
    border:1px solid rgba(0,0,0,0.1);
    color: #242424;
    background:rgba(0,0,0,0.025);
}
.blog_details .blockquote,
.landing .blockquote{
    background:rgba(0,0,0,0.025);
    padding:30px;
    border-left:4px solid #b72f2f;
    margin-bottom:30px;
}
.blog_details .blockquote .blockquote-footer {
    margin:0;
}


.blog_index h2,
.blog_index h2 a,
.blog_details h3,
.blog_details h3 a
{
    font-size: 1.45rem;
    font-weight:800;
    color:#242424 !important;
    margin-bottom:15px !important;
    text-decoration:none;
}

.blog_index h2 a:hover{
    color:#b72f2f !important;
}

.blog_related .article .content {
    min-height: 180px;
}

.bg_white .card{
    background: rgba(0,0,0,0.025);
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}



/*** landing ***/
section.dating_senioren{
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.25);
}
section.dating_senioren .card{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 0 0 6px rgba(0,0,0,0.05);
    background:rgba(255,255,255,0.5);
}
section.dating_senioren .card .form-control{
    background:#fff;
    box-shadow:none !important;
}
section.dating_senioren .card .btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.45rem;
    font-size: 1.75rem;
    line-height: 1.5;
}



section.usp{
    display:none;

    @media (min-width: 1024px) {
        display:block;
        background: #fff;
        border-bottom:1px solid rgba(0,0,0,0.1);
        box-shadow:0 1px 3px rgba(0,0,0,0.05);
    }
}
section.usp .row{
    border-right:1px solid rgba(0,0,0,0.1);
}
section.usp .cnt{
    border-left:1px solid rgba(0,0,0,0.1);
}
section.usp .center{
    background:rgba(0,0,0,0.025);
}
section.usp .fa {
    display: block;
    font-size: 3rem;
    margin-right:0.75rem;
}
section.usp strong{
    font-size: 1.25rem;
    display: block;
    font-weight: 800;
}
section.usp p {
    font-size: 1.15rem;
    margin-top: -3px;
    font-weight: 400;
}


.right .heading{
    bottom:0;

    background:rgba(255,255,255,0.55);
    padding:0.75rem;
    border-radius:6px;
    margin-top:3rem;

    @media (min-width: 1024px) {
        position:absolute;

    }

}
.right .heading h1{
    font-size: 1.6rem;
    font-weight:700;
}
.right .heading .lead{
    font-weight:500;
    font-size: 1.1rem;
}

.accordion .card{
    margin-bottom:1rem;
    border-radius:6px !important;
    overflow:hidden;
    border:1px solid rgba(0,0,0,0.0) !important;
}
.accordion .btn{
    font-weight:800 !important;
    text-decoration:none !important;
}

.landing h2:first-of-type {
    font-weight:900;
    font-size:2.5rem;
}

.landing h2{
    font-weight:700;
    font-size:2rem;
}
.landing h3{
    font-weight:600;
    font-size:1.25rem;
    color:#b72f2f;
}