/**
*  TEMPLATE.CUSTOM
*
*  @copyright       Copyright Quattronet GmbH
*  @lastmodified    $Date: 2022-08-05 $
*
*	Based on
*	Bootstrap 2
*/
/* Header Logo --------------------------- */
#header-row {
  background-image: none !important;
  background: linear-gradient(180deg, #fff 50%, #009EE3 0) !important;
  height: 150px;
}
#header-row .wrapper {
  padding: 0px;
  margin-top: 40px;
}
#header-row .wrapper .container {
  margin-bottom: 0 !important;
}
#header-row #logo {
  height: 150px;
  width: 250px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 !important;
  position: absolute;
  top: 0;
}
#header-row #logo a {
  padding-left: 40px;
}
@media (max-width: 480px) {
  #header-row #logo a {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #header-row #logo a {
    padding-left: 20px;
  }
}
#header-row #logo a img {
  height: 100px;
}
#header-row #logo .logo-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  margin-right: -40px;
  background: linear-gradient(-45deg, #009EE3 50%, #fff 0);
}
@media (max-width: 480px) {
  #header-row #logo {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  #header-row #logo {
    align-items: flex-end;
  }
  #header-row #logo a {
    padding-bottom: 15px;
  }
  #header-row #logo a img {
    height: 80px;
  }
}

/* Header Anpassungen --------------------------- */
#floatbubble {
  display: none;
  z-index: 1000 !important;
  width: 120px !important;
}

@media (max-width: 768px) {
  .jfab_wrapper {
    bottom: 10px;
    display: none;
  }
}

.navbar-form {
  right: 200px;
  top: 15px;
}
@media (max-width: 1200px) {
  .navbar-form {
    top: 0px;
    right: 220px;
  }
}

/* Header Comunication --------------------------- */
#header-comunication {
  line-height: 1 !important;
  height: 60px;
  padding-top: 25px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999999;
}
#header-comunication ul {
  list-style-type: none;
  margin: 0;
}
#header-comunication ul li {
  float: left;
}
#header-comunication ul li.firstItem {
  margin-right: 30px;
}
#header-comunication ul a {
  color: #111;
  text-transform: uppercase;
}
#header-comunication ul a svg {
  fill: #009EE3;
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
}
#header-comunication ul a svg:hover {
  fill: #111;
}
@media (max-width: 1200px) {
  #header-comunication ul.list-phone {
    margin-top: 4px;
  }
}
#header-comunication ul.list-social {
  float: right;
}
#header-comunication ul.list-social svg {
  width: 32px;
  height: 32px;
  margin-top: -4px;
}
@media (max-width: 1200px) {
  #header-comunication ul.list-social svg {
    margin-top: 0px;
  }
}
@media (max-width: 1300px) {
  #header-comunication .row-fluid .col-comunication {
    width: 66.07%;
  }
  #header-comunication .row-fluid .col-social {
    width: 32.15%;
  }
}
@media (max-width: 1200px) {
  #header-comunication {
    padding-top: 10px;
  }
  #header-comunication .row-fluid .span2 {
    width: 6.38%;
  }
  #header-comunication .row-fluid .span10 {
    width: 91.48%;
  }
  #header-comunication .row-fluid .col-comunication {
    width: 74.55%;
  }
  #header-comunication .row-fluid .col-social {
    width: 15.19%;
  }
}
@media (max-width: 768px) {
  #header-comunication {
    font-size: 14px;
  }
  #header-comunication .row-fluid .span2 {
    display: none;
  }
  #header-comunication .row-fluid .span10 {
    width: 100%;
    margin-bottom: 0;
  }
  #header-comunication .row-fluid .span10 .row {
    margin-left: 20px;
    margin-right: 5px;
  }
  #header-comunication .row-fluid .col-comunication {
    float: left;
    width: 65.95%;
    margin-bottom: 0;
  }
  #header-comunication .row-fluid .col-social {
    float: left;
    width: 31.91%;
    margin-bottom: 0;
  }
  #header-comunication ul li.firstItem {
    margin-right: 20px;
  }
  #header-comunication ul li span {
    display: none;
  }
}

/* Offcanvas Navbar --------------------------- */
.sidebar-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 900000008 !important;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.sidebar-menu a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #009EE3;
  display: block;
  transition: 0.3s;
}
.sidebar-menu a:hover {
  color: #555 !important;
}
.sidebar-menu .btn-close {
  position: sticky;
  top: 10px;
  right: 0px;
  margin-left: 263px;
  display: flex;
  background-color: #fff;
  padding: 3px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.sidebar-menu .btn-close svg {
  width: 30px;
  height: 30px;
}
.sidebar-menu ul.as-menu-mobile {
  margin: 0;
  margin-bottom: 100px;
}
.sidebar-menu ul.as-menu-mobile > li {
  border-top: 1px solid #ddd;
}
.sidebar-menu ul.as-menu-mobile li.current.active a {
  color: #111;
}
.sidebar-menu ul.as-menu-mobile li.current.active.deeper.parent li a {
  color: #009EE3;
}
.sidebar-menu ul.as-menu-mobile ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.sidebar-menu ul.as-menu-mobile ul li:last-child a {
  padding-bottom: 20px;
}
.sidebar-menu .list-phone {
  margin-left: 0;
  margin-top: 5px;
}
.sidebar-menu .list-phone a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}
.sidebar-menu .list-phone a svg {
  fill: #009EE3;
}

#menuToggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 95px;
  margin-right: 20px;
}
#menuToggle a svg {
  fill: #fff;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#menuToggle a:hover svg {
  fill: #555;
}

/* BM-Slider Anpassungen --------------------------- */
@media (max-width: 1200px) {
  .bm_slider_default .bm_slider_item .bm_slider_desc {
    bottom: 0 !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .bm_slider_default .bm_slider_item .bm_slider_title {
    top: auto !important;
    bottom: 0 !important;
    padding: 10px 20px !important;
    width: 95% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .bm_slider_default .bm_slider_item .bm_slider_title a {
    font-size: 24px !important;
  }
  .bm_slider_default .bm_slider_item .bm_slider_desc {
    bottom: auto !important;
    top: 0 !important;
    width: 60% !important;
    margin-top: 20px;
  }
  .bm_slider_default .bm_slider_item .bm_slider_desc .bm_desc_inside {
    padding: 15px 30px 15px 15px !important;
  }
}
@media (max-width: 768px) {
  .bm_slider_default .bm_slider_item .bm_slider_title a {
    font-size: 21px !important;
  }
}
/* Breakpoints --------------------------- */
@media (max-width: 1200px) {
  .navbar-form {
    display: none !important;
  }

  #as-menu .as-menu {
    display: none !important;
  }

  .select-menu {
    display: none !important;
    width: 100%;
  }

  #menuToggle {
    display: block;
  }
}
