/* 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
 */

@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v36-latin-300.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v36-latin-regular.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v36-latin-600.woff2') format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px !important;
}
.seitenbreite {
  max-width: 1180px;
  margin: 0 auto !important;
}
.groesser {
  font-size: 1.1rem;
}
.flex {
  display: flex;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.bg-weiss {
  background-color: #fff;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
/* Header */
.hb {
  width: 100%;
  aspect-ratio: 3;
}
.header.moduletable > .mod-custom.custom {
  background-size: cover;
  background-repeat: no-repeat;
}
.header-oben {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  max-height: 25%;
}
.header-unten {
  display: flex;
  justify-content: flex-end;
}
.seitenbreite.flex {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.headertext {
  background-color: #fff;
  font-weight: 700;
  padding: 5px 70px;
}
/* Main */
#g-main {
  background-color: #e5e5e5;
  padding-top: 0;
}
/* Menü */
.hauptnavi ul.g-toplevel {
  height: 54px;
}
#g-navigation .g-main-nav .g-toplevel > li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#g-navigation .g-main-nav .g-toplevel > li > a {
  padding: 0;
  height: 28px;
  border-top: 2px solid #fff;
  font-size: 0.9rem;
}
.g-menu-item-title {
  text-transform: uppercase;
  color: #fff;
}
.g-menu-item-101 {
  background-color: rgba(0, 150, 64, 0.5);
}
.g-menu-item-101.active, .g-menu-item-101:hover, .g-menu-item-101 > a {
  background: #009640 !important;
}
.g-menu-item-102 {
  background-color: rgba(166, 108, 2, 0.5);
}
.g-menu-item-102.active, .g-menu-item-102:hover, .g-menu-item-102 > a {
  background-color: #a66c02 !important;
}
.g-menu-item-103 {
  background-color: rgba(177, 65, 145, 0.5);
}
.g-menu-item-103.active, .g-menu-item-103:hover, .g-menu-item-103 > a {
  background-color: #b14191 !important;
}
.g-menu-item-104 {
  background-color: rgba(125, 132, 191, 0.5);
}
.g-menu-item-104.active, .g-menu-item-104:hover, .g-menu-item-104 > a {
  background-color: #7d84bf !important;
}
.g-menu-item-105 {
  background-color: rgba(71, 149, 159, 0.5);
}
.g-menu-item-105-active, .g-menu-item-105:hover, .g-menu-item-105 > a {
  background-color: #47959f !important;
}
.g-menu-item-106 {
  background-color: rgba(216, 199, 31, 0.5);
}
.g-menu-item-106.active, .g-menu-item-106:hover, .g-menu-item-106 > a {
  background-color: #d8c71f !important;
}
/* Untermenü */
.untermenue > .g-content {
  margin: 0;
  padding: 10px;
  background-color: #fff;
}
ul.untermenue {
  display: inherit;
  column-count: 4;
  margin-top: 0;
}
ul.untermenue li {
  list-style-type: none;
  background: url('../../../../images/arrow.png') no-repeat;
  background-position-y: 10px;
  padding-left: 15px;
}
ul.untermenue li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 0.85rem;
}
ul.untermenue li.active a {
  color: #b14191;
  text-decoration: none;
}
/* Mobile Menu */
.g-offcanvas-toggle {
  color: #000;
}
/* Content */
h2.item-title, .page-header h1 {
  font-size: 0.9rem;
  color: #009640;
  margin-top: 40px;
}
#listecontent ul {
  margin-left: 0;
}
#listecontent ul li {
  list-style-type: none;
  background: url('../../../../images/arrow.png') no-repeat;
  background-position: left 5px;
  padding-left: 12px;
}
/* Kontakt und Glaskunst Module */
.moduletable.kontakt {
  background-color: #fff;
}
.contact {
  padding-left: 10px;
}
.contact h2.item-title {
  margin-bottom: 2px;
}
.contact p {
  margin: 5px 0;
}
/* kasten Showroom */
main#g-main > div.g-container > div.g-grid > div.g-block.size-40 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
main#g-main > div.g-container > div.g-grid > div.g-block.size-40 > .g-content .homestoerer {
  background-color: #b14191;
  color: #fff;
  padding: 10px 20px;
}
/* Produkte & Leistungen */
.produkte-leistungen {
  padding: 10px;
}
.produkte-leistungen h2.item-title {
  margin-top: 0 !important;
}
ul.arrowlist.leistungen {
  margin: 0;
}
ul.arrowlist li {
  list-style-type: none;
  background: url('../../../../images/arrow.png') no-repeat;
  background-position: left 5px;
  padding-left: 12px;
}
@media screen and (max-width: 1630px) {
  .dreiecke img {
    height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .dreiecke img {
    max-height: 100px;
    width: auto;
  }
  div.untermenue {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .g-menu-parent-indicator:after {
    display: none !important;
  }
  ul.g-dropdown {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .dreiecke img {
    height: 50px;
    width: auto;
  }
  .headertext {
    padding: 5px;
  }
  .hl img {
    max-width: 50%;
  }
}
/*# sourceMappingURL=custom_10.css.map */