/*
 Theme Name: Bostan Child
 Theme URI:
 Description: Bostan Child Theme
 Author: YTPI Internetagentur // Benjamin Joksch
 Author URI: https://www.ytpi.de
 Template: bostan
 Version: 1.0
*/

#aq-block-3 {
  margin-top: 20px;
}

.testimonial_box a {
  color: white;
}

.testimonial_box a:hover {
  color: #66ffcc !important;
  text-decoration: none !important;
}

/* Accordion Styles */
.accordion-title {
  font-size: 15px;
  margin: 0 60px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #8e8e8e;
  border: 1px solid #868686;
}

.accordion-title:hover {
  background: #d7d7d7;
}

.accordion-title:first-child {
  border: none;
}

.accordion-content {
  padding-bottom: 20px;
}

.portfolio_section_title ul {
  padding-left: 18px;
}

.single_blog .blog_info_box {
  display: none;
}

.below_header {
  padding: 10px 0;
}

.page_title_holder {
  padding: 80px;
}

.page_title_holder .page_info {
  float: left;
  padding: 0 15px;
  border-radius: 10px;
  background: #d7d7d7;
}

.textwidget p a {
  color: #eee;
}

.textwidget p a:hover {
  color: #b2b2b2;
}

.page_title_holder h1,
.page_title_holder,
.page_title_holder a {
  color: #fff;
}

.page-header {
  padding-bottom: 0 !important;
}

.page_header_title {
  line-height: 32px;
  padding-bottom: 3px !important;
}

@media screen and (min-width: 769px) {
  [class*="span"].pull-right,
  .row-fluid [class*="span"].pull-right {
    float: left !important;
  }
}

@media screen and (max-width: 769px) {
  #below_header_span .row-fluid .span12 {
    box-sizing: content-box;
    padding: 0;
  }
}

#below_header .row-fluid {
  margin: 0 !important;
}

@media screen and (max-width: 1000px) {
  .carousel {
    width: 100%;
  }

  .slides.row-fluid.list_carousel.responsive.clearfix {
    width: 100%;
  }

  .caroufredsel_wrapper {
    width: 100% !important;
  }

  .portfolio_cars {
    width: 100% !important;
  }

  div.the_portfolio_list_li_div {
    width: 44% !important;
  }

  .portfolio_cars img.wp-post-image {
    min-width: fit-content !important;
    min-width: -webkit-fill-available !important;
  }
}

@media screen and (max-width: 640px) {
  .portfolio_cars img.wp-post-image {
    min-width: -webkit-fill-available !important;
    min-width: fit-content !important;
  }
}

@media screen and (max-width: 400px) {
  div.the_portfolio_list_li_div {
    width: 100% !important;
  }

  .portfolio_cars img.wp-post-image {
    min-width: -webkit-fill-available !important;
  }
}

.main_navbar {
  margin-top: 25px;
}

.row-fluid .service_icon_image {
  width: 75px;
  height: 75px;
  margin: auto;
}

@media (max-width: 770px) {
  #first_footer {
    width: 100%;
  }

  #second_footer {
    width: 100%;
  }

  #third_footer {
    width: 100%;
  }
}

.footer_etc {
  float: right;
  margin: -55px 100px 0 0;
}

@media screen and (max-width: 750px) {
  .footer_etc {
    float: left;
    margin: -30px auto 0;
  }
}

/*Last Fixes*/
.row-fluid {
  margin: 0 !important;
}

.span12 {
  padding: 0 !important;
}

/* Borlabs Cookie Opt-In
   ========================================================================== */
.cookie-preference .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Startseite Überschriften */

.elementor-heading-title.elementor-heading-title {
  line-height: 32px;
  padding-bottom: 3px;
  border-bottom: 3px solid #66ffcc;
  display: inline;
}

.blog_title,
.breadcrumb {
  display: none;
}

.page_title_holder h1 {
  margin-bottom: 10px;
}

.home .page_title_holder {
  display: none;
}




/* Startseite Video Section */

.elementor-widget-video-playlist .e-tabs-header {
  display: none !important;
}


/* Startseite Projektslider */

.so-widget-sow-post-carousel .so-widget-sow-post-carousel-default-7ad62af35f1a {
  position: relative;
}

.so-widget-sow-post-carousel .sow-carousel-title .sow-carousel-navigation a.sow-carousel-next {
  float: none;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 40%;
  transform: translate(-50%, -50%);
  line-height: 25px;
    width: 25px;
    font-size: 12px;
}

.so-widget-sow-post-carousel .sow-carousel-title .sow-carousel-navigation a.sow-carousel-previous {
  float: none;
  position: absolute;
  left: 15px;
  z-index: 10;
  top: 40%;
  transform: translate(-50%, -50%);
  line-height: 25px;
    width: 25px;
    font-size: 12px;
}

