.bsc-blog-hidden {
    display: none;
}
.filter_holder ul li::before {
    content: none;
}
.bsc_hero_blog .bsc_hero_blog_category p {
    margin-top: 0;
    color: #0099ff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}
.bsc_hero_blog .bsc_hero_blog_title h1,
.bsc_hero_blog .bsc_hero_blog_title a {
    color: #000;
    margin: 5px auto 15px auto;
    font-size: 80px;
    line-height: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
}
.bsc_hero_blog .bsc_hero_blog_title h1:hover,
.bsc_hero_blog .bsc_hero_blog_title h1 a:hover,
.bsc_hero_blog .bsc_hero_blog_title a:hover {
    color: #000000 !important;
}
.bsc_hero_blog .bsc_hero_blog_post_info p {
    color: #999999;
}
.blog_holder h5.entry_title,
.blog_holder h5.entry_title a {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.blog_holder.masonry article .post_info, .blog_holder.masonry_full_width article .post_info {
    margin: 0 !important;
}
.single_tags a, .widget .tagcloud a {
    letter-spacing: 0px !important;
}
.post_excerpt {
    display: none;
}
.bsc-related-posts-blog{
    margin-top: 30px;
}

.blog-single.blog-holder h2 {
    font-size: 64px !important;
    line-height: 1.06 !important;
}
.blog-single.blog-holder h3 {
    font-size: 64px !important;
    line-height: 1.06 !important;
}


/* Tag und Kategorie Seite */
h5, .h5, h5 a, .q_icon_with_title .icon_text_holder h5.icon_title {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.blog_holder.masonry, .blog_holder.masonry_full_width {
    margin-top: 100px;
}

/* Dazu passende Beiträge - Carousel */

.caroufredsel_wrapper {
    min-height: 465px;
}

.qode-bct-title-holder {
    display: none !important;
}
.qode-blog-carousel-titled .qode-bct-posts-holder {
    padding: 0 !important;
}
.qode-blog-carousel-titled .qode-bct-post {
    padding: 0 25px 0 0 !important;
}
.qode-bct-post-title a,
.qode-bct-post-title a:hover {
    color: #000000;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.qode-bct-post-date {
    color: #999999 !important;
    margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
    .qode-bct-title-holder {
        display: block !important;
        background-color: #fff !important;
        color: #999999 !important;
        border-bottom: none !important;
    }
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev,
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next {
        border: none !important;
    }
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next .qode-bct-caroufredsel-nav-icon-holder,
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev .qode-bct-caroufredsel-nav-icon-holder {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .qode-blog-carousel-titled .qode-bct-post {
        padding: 0 !important;
    }
    .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next .qode-bct-caroufredsel-nav-icon-holder {
        text-align: right;
    }
}

.bsc-section_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

@media only screen and (min-width: 1400px) {
    .bsc-section_inner {
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .bsc-section_inner {
        width: 850px;
    }
}

@media only screen and (max-width: 1000px) {
    .bsc-section_inner {
        width: 668px;
    }
}

@media only screen and (max-width: 768px) {
    .bsc-section_inner {
        width: 600px;
    }
}

@media only screen and (max-width: 600px) {
    .bsc-section_inner {
        width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .bsc-section_inner {
        width: 300px;
    }
}

@media only screen and (max-width: 350px) {
    .bsc-section_inner {
        width: 95%;
    }
}

.bsc-newsletter h4 {
    margin-top: 0;
}

.bsc-newsletter .section_inner {
    border-top: 1px solid #999999;
}

.bsc-newsletter_inner {
    width: 100%;
    margin: auto;
}

.bsc-newsletter_holder {
    display: flex;
    justify-content: space-between;
}

.newsletter_formular {
    width: 40%;
}

.newsletter_image {
    width: 40%;
    margin-top: 15px;
}

.newsletter_image img{
    width: 480px;
    height: 282px;
    object-fit: cover;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 1000px) {
    .newsletter_image img {
        height: 303px
    }
    .newsletter_formular {
        width: 100%;
    }
    .newsletter_image {
        display: none;
    }
}