/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: "Helvetica Neue";
    src: url('HelveticaNeue-Regular.otf');
}

body {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 500;
}
body, p {
    letter-spacing: 0.4px;
    font-size: 15px;
}
.content, .content .container, .full_width, .wrapper, body {
    background-color: #000;
}
.content a {
    color: #ff0000;
}
nav.vertical_menu > ul > li > a {
    font-weight: 400;
}
h1 {
    color: #797979;
    margin-bottom: 30px !important;
    text-transform: uppercase;
    font-size: 24px;
}
h1:after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background-color: #ff0000;
    margin-top: 0px;
}

.vertical_logo_wrapper img {
    top: 62px;
}
.vertical_menu_area  {
    background-color: #000 !important;
}
nav.vertical_menu > ul > li.active > a, nav.vertical_menu > ul > li:hover > a {
    color: #ff0000;
}
.blog_large_image h2 a, .blog_holder.blog_single article h2.entry_title {
    color: #999999;
}
.blog_holder.blog_pinterest article .post_info, .blog_holder.blog_pinterest article .post_info a:not(:hover) {
    display: none;
}
.content .blog_single span.entry_date, .content .blog_single .post_info{
    display: none;
}
.blog_holder.blog_single article h2.entry_title {
    margin-bottom: 26px;
}
.blog_holder.blog_pinterest article h5 a {
    font-weight: 400;
    color: #999999;
}
.blog_holder.blog_pinterest article .post_text .post_text_inner {
    background-color: #000;
    padding: 17px 32px 22px 0;
}
.latest_post_inner .post_infos {
    display: none;
}
.qode_latest_posts_widget h5, .latest_post_inner h6 {
    color: #999;
}
.blog_holder.blog_single .icon_social_holder{
    display: none;
}
aside .widget {
    margin: 51px 0 42px;
}
.blog_holder.blog_pinterest article h5 a, .blog_holder.blog_pinterest article h5 {
    font-size: 14px;
    line-height: 18px;
}
.blog_holder article .post_image img{
   filter: grayscale(100%);
  width: 100%;        
  object-fit: cover;   
}



/* 3-Spalten Pinterest Grid, statt Masonry */
.blog_holder.blog_large_image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: static !important;
}

/* Artikel normal fließen lassen */
.blog_holder.blog_large_image article {
  position: static !important;
  margin: 0;
}

/* Bilder stilvoll: grau, gleiches Format */
.blog_holder.blog_large_image article .post_image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

/* Titel = Fokus */
.blog_large_image h2.entry_title,
.blog_large_image h2.entry_title a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0;
  color: #999999;
}

/* Metainformationen & Read More entfernen */
.blog_holder.blog_large_image .post_info,
.blog_holder.blog_large_image .post_excerpt,
.blog_holder.blog_large_image .post_more,
.blog_holder.blog_large_image .blog_share,
.blog_holder.blog_large_image span.entry_date {
  display: none;
}

/* Abstand Titel vom Bild */
.blog_holder.blog_large_image .post_text {
  padding: 12px 0 0;
}

/* SINGLE VIEW Styles bleiben */
.blog_holder.blog_single article h2.entry_title {
  margin-bottom: 26px;
  color: #999999;
}

.blog_holder.blog_large_image h2 a {
    font-size: 14px;
    line-height: 18px;
}
.blog_holder article .post_text .post_text_inner {
    padding: 0;
    background-color: transparent;
}

/* Widgets */
aside .widget {
  margin: 51px 0 42px;
}

/* Responsive Anpassung */
@media (max-width: 1200px) {
  .blog_holder.blog_large_image {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .blog_holder.blog_large_image {
    grid-template-columns: 1fr;
  }
}

.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(0, 0, 0, 1));
}
.fancybox__slide.has-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fancybox__caption {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #d0d0d0;
}

/* Bild container immer center + automatische Breite */
.fancybox__content {
  margin: 0 auto !important;
}



.latest_post img{
   filter: grayscale(100%);
}
.latest_post h6, .latest_post h6 a{
    font-size: 13px;
    line-height: 16px;
}

body, p {
    letter-spacing: 0.4px;
    font-size: 15px;
}
.single .blog_holder article .post_image {
    display: none;
}
.blog_holder.blog_single article .post_text .post_text_inner {
    padding-top: 0;
}
.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
    padding-top: 70px;
}
.home .content .container .container_inner.default_template_holder {
    padding-top: 77px;
}

.vc-hoverbox h2 {
    font-size: 18px;
    line-height: 1.384615384615385em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.mobile_menu_button {
    float: right;
}
.mobile_menu_button span {
    color: #ff0000;
}
nav.mobile_menu {
    background-color: #fa0700;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    color: #fff;
}
.fa-bars:before {
    font-size: 41px;
}
div.ppt {
    margin: 0 0 5px 0px;
}
.separator.transparent {
    background-color: #323438;
}

@media screen and (min-width: 1441px) {
    .blog_holder.blog_large_image article .post_image img {
        height: 250px;
    }
}

@media screen and (max-width: 1440px) {
    .blog_holder.blog_large_image article .post_image img {
        height: 220px;
    }
}


@media screen and (max-width: 1024px) {
    .blog_holder.blog_large_image article .post_image img {
        height: 145px;
    }
    
    .blog_holder.blog_large_image article .post_text .post_text_inner {
        min-height: 65px;
    }
    .home .content .container .container_inner.default_template_holder {
        margin: 0 40px;
        width: 90%;
    }
    .latest_post_image {
        float: none;
    }
    .latest_post_holder.image_in_box .latest_post_text {
        padding: 10px 0 0;
    }
    .container_inner {
        width: 700px;
    }

}
@media screen and (max-width: 768px) {
    
    .container {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .container_inner {
        width: 100%;
    }
    .vertical_menu_enabled .content .container, .vertical_menu_enabled .q_slider, .vertical_menu_enabled footer {
        width: 100% !important;
        padding: 0 40px !important;
        box-sizing: border-box;
    }
    .home .content .container .container_inner.default_template_holder {
        margin: 0;
        width: 100%;
    }
    .blog_holder.blog_large_image article {
        width: 49%;
        margin-right: 2%;
    }
    .blog_holder.blog_large_image article:nth-child(2n) {
        margin-right: 0;
    }
    .blog_holder article .post_image img {
        height: 210px;
    }
    .mobile_menu_button span:hover{
        color: #ff0000;
    }
    .gallery_holder ul.gallery_with_space.v4 li {
        width: 23.5% !important;
        margin: 0 2% 2% 0 !important;
    }
    .gallery_holder ul.gallery_with_space.v3 li:nth-child(3n), .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v5 li:nth-child(3n), .gallery_holder ul.gallery_with_space.v6 li:nth-child(3n) {
        margin-right: 2% !important;
    }
    .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n), .qode-image-gallery-slides .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .header_bottom {
        background-color: #000 !important;
    }
}

@media screen and (max-width: 450px) {
    .q_logo a {
        visibility: initial;
    }
    .blog_holder.blog_large_image article {
        width: 100%;
        margin-right: 0%;
    }
    .blog_holder.blog_large_image, .blog_holder.masonry {
        width: 100% !important;
    }
    .blog_holder.blog_large_image article .post_image img {
        height: 200px;
    }
    .blog_holder.blog_large_image article .post_text .post_text_inner {
        min-height: auto;
    }
    .header_bottom, footer .container_inner {
        padding: 0;
    }
    .mobile_menu_button {
        margin: 0;
        height: 86px;
    }
    .logo_wrapper {
        left: 0;
    }
    .q_logo a {
        left: 0;
    }
    .q_logo a img {
        height: 48px !important;
    }
    nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
        padding: 10px 40px;
    }
    .gallery_holder ul.gallery_with_space.v4 li {
        width: 48.5% !important;
        margin: 0 2% 2% 0 !important;
    }
    .gallery_holder ul.gallery_with_space.v3 li:nth-child(3n), .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v5 li:nth-child(3n), .gallery_holder ul.gallery_with_space.v6 li:nth-child(3n) {
        margin-right: 0% !important;
    }
    .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n), .qode-image-gallery-slides .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n) {
        margin-right: 0 !important;
    }
}