/*
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");

@import url("css/fonts.css");

.unsichtbar {display: none;}

.zweier-spalte-links {
  text-align: right;
}


.dreier-spalte-links .separator.small {
  margin: auto 0;
}

.dreier-spalte-mitte {
  text-align: center;
}

.dreier-spalte-rechts {
  text-align: right;
}

.dreier-spalte-rechts .separator.small {
  margin: auto 0 auto auto;
}


.latest_post_holder.boxes > ul > li .latest_post {
  min-height: 140px;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    color: #555555;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

nav.mobile_menu ul {
  border-top: 1px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

/* --- Cookie Notice --- */

.pea_cook_wrapper p {
    font-family: 'Roboto', sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    font-weight: normal!important;
    color: #000;
}

/* Blog */

.blog_holder article .post_text h2 .date, 
.blog_holder article .post_info {
  display: none;
}

h2.entry_title {
  margin-bottom: 30px;
}


/* ---------------------------------------------------- responsive Optimierung ------------------------------------------- */

@media only screen and (min-width:1201px) {
  .carousel-inner .q_slide_subtitle span {
      margin-bottom: 0px;
  }
}

@media only screen and (max-width:1000px) {
  header .container_inner {
      width: 688px;
  }
  .side_menu_button .search_covers_header {
    font-size: 20px !important;
  }
}

@media only screen and (max-width:991px) {
  .dreier-spalte-links, .dreier-spalte-mitte, .dreier-spalte-rechts {
  text-align: center;
  }
  .dreier-spalte-links .separator.small, .dreier-spalte-rechts .separator.small {
    margin: auto;
  }
}

@media only screen and (max-width:768px) {
  header .container_inner {
      width: 600px;
  }
  .header_bottom {
    padding: 0;
  }
  .zweier-spalte-links, .zweier-spalte-rechts {
  text-align: center;
  }
  .latest_post_holder.boxes > ul > li .latest_post {
  min-height: 190px;
  }
}

@media only screen and (max-width:660px) {
  .latest_post_holder.boxes > ul > li .latest_post {
  min-height:inherit;
  }
}

@media only screen and (max-width:600px) {
  /* Suche ausblenden */
  .header_inner_right {
      display: none;
  }
  header .container_inner {
      width: 500px;
  }
  .mobile_menu_button {
    margin: 0 20px 0 37px;
  }
}

@media only screen and (max-width:530px) {
  header .container_inner {
      width: 400px;
  }
  .mobile_menu_button {
    margin: 0 20px 0 0;
  }
}


@media only screen and (max-width:500px) {
  .carousel-inner .slider_content_outer {
      width: 400px!important;
  }
  .carousel-inner h2.with_background_color span {
    padding: 20px 10px;
  }
  .carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    padding: 0 20px;
  }
}

@media only screen and (max-width:480px) {
  .mobile_menu_button {
      margin: 0 20px 0 20px;
  }
  nav.mobile_menu ul li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width:400px) {
  .carousel-inner .item:nth-child(1) .image {
    background-position: -360px 0px;
  }
  .carousel-inner .item:nth-child(2) .image {
    background-position: -230px 0px;
  }
  .carousel-inner .item:nth-child(3) .image {
    background-position: -380px 0px;
  }
  .carousel-inner .item:nth-child(4) .image {
    background-position: -200px 0px;
  }
  .carousel-inner .item:nth-child(5) .image {
    background-position: -445px 0px;
  }
}


@media only screen and (max-width:360px) {
  .carousel-inner h2.with_background_color span {
    padding: 20px 5px;
  }
  .carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    padding: 0 10px;
  }
  .carousel-inner .item .text {
    margin: 20px;
  }
  .carousel-inner .item:nth-child(1) .text,
  .carousel-inner .item:nth-child(4) .text {
    margin: 10px 0;
  }
  header .q_logo img.mobile {
    padding-left: 20px;

  }
}

@media only screen and (max-width:345px) {
  .carousel-inner h2.with_background_color span {
    padding: 20px 2px;
  }
  .carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    padding: 0 7px;
  }
}

@media only screen and (max-width:335px) {
  .carousel-inner h2.with_background_color span {
    padding: 20px 0px;
  }
  .carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    padding: 0 3px;
  }
}

@media only screen and (max-width:330px) {
}

@media only screen and (max-width:321px) {
  .carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    padding: 0 1px 0 3px;
  }
  header .q_logo img.mobile {
    padding-left: 30px;

  }
}

@media only screen and (max-width:320px) {
  .carousel-inner .q_slide_subtitle span {
      margin-bottom: 15px;
  }
}