/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* ==========================================================
   Comfort Image Block
   ========================================================== */
.small-comfort-image {
  height: 600px !important;
  min-height: 600px !important;
  padding: 0 !important;
  overflow: hidden;
}
.small-comfort-image img {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
  display: block;
}
/* ==========================================================
   Logo
   ========================================================== */
.g-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  color: #b0000d !important;
  height: 100%;
  width: 100%;
}
.g-logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100%;
  height: 100%;
  color: #b0000d !important;
  text-decoration: none !important;
}
/* Desktop */
.g-logo {
  transform: translateY(6px);
}
/* Mobile */
@media (max-width: 767px) {
  .g-logo {
    transform: none;
  }
}
/* ==========================================================
   Mobile
   ========================================================== */
@media (max-width: 767px) {
  /* Bild */
  /* Logo */
  .small-comfort-image {
    height: auto !important;
    min-height: 0 !important;
  }
  .small-comfort-image img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block;
  }
  .g-logo, .g-logo a {
    justify-content: center !important;
    text-align: center !important;
  }
}
/* Mobile Menu Button sichtbar machen */
@media (max-width: 767px) {
  .g-offcanvas-toggle {
    display: block !important;
    position: absolute !important;
    right: 20px;
    top: 24px;
    z-index: 99999;
    color: #b0000d !important;
    font-size: 24px !important;
  }
  .g-offcanvas-toggle i, .g-offcanvas-toggle .fa {
    color: #b0000d !important;
  }
  #g-offcanvas {
    background: #ffffff !important;
  }
  #g-offcanvas .g-main-nav a, #g-offcanvas a {
    color: #b0000d !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 18px;
  }
}
/*# sourceMappingURL=custom_191.css.map */