/* 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";
/* Menü-Text Basis-Styles */
section#g-navigation a, section#g-navigation .g-menu-item-title {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  text-transform: uppercase !important;
  font-size: 1.25em !important;
  transition: color 0.3s ease !important;
  background: transparent !important;
  /* Kein Hintergrund für Links */
}
/* Hover-Zustand: Nur Schriftfarbe ändern */
section#g-navigation a:hover, section#g-navigation a:hover .g-menu-item-title, section#g-navigation .g-menu-item:hover > a, section#g-navigation .g-menu-item:hover > .g-menu-item-container {
  color: #efe2c0 !important;
  background-color: transparent !important;
  background: transparent !important;
}
/* Aktiver Zustand: Farbe halten und Hintergrund entfernen */
section#g-navigation .g-menu-item.active > a, section#g-navigation .g-menu-item.active .g-menu-item-title, section#g-navigation .g-menu-item.active {
  color: #efe2c0 !important;
  background-color: transparent !important;
  background: transparent !important;
}
/* Remove from outer containers */
html, body, #g-page-surround, .g-wrapper, .g-container {
  background-image: none !important;
}
/* Apply only to the main content area */
#g-main {
  background-image: url('../../../../images/bg_content.png') !important;
  background-repeat: repeat !important;
  background-position: left top !important;
}
/* Make the image fill the container */
a.gantry-logo img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
}
/* Deko Schleifen */
p.title-pattern-grey {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px !important;
  text-align: center !important;
  margin-top: -22px !important;
  margin-bottom: 1rem !important;
}
p.title-pattern-grey::before, p.title-pattern-grey::after {
  content: "" !important;
  display: block !important;
  height: 18px !important;
  width: 70px !important;
  background-image: url('../../../../images/icons/pattern.png') !important;
  background-repeat: no-repeat !important;
  background-position: 0 -155px !important;
  flex-shrink: 0 !important;
  /* Verhindert das Stauchen des Musters */
}
/* Mobile Anpassung (Handy & Tablet) */
@media (max-width: 768px) {
  p.title-pattern-grey::before, p.title-pattern-grey::after {
    content: "" !important;
    display: block !important;
    width: 70px !important;
    height: 18px !important;
    background-image: url('../../../../images/icons/pattern.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -155px !important;
    /* Das Element wird hier sauber um 20% verkleinert */
    transform: scale(0.8) !important;
    flex-shrink: 0 !important;
  }
  p.title-pattern-grey span {
    font-size: 30px !important;
  }
  p.title-pattern-grey {
    gap: 0px !important;
    /* Weniger Gap, da scale(0.8) Platz schafft */
  }
}
/* Ensure all parents in the showcase allow full width */
section#g-showcase .g-container, section#g-showcase .g-grid, section#g-showcase .g-block, section#g-showcase .g-content, section#g-showcase .gantry-logo {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Remove the ghost space at the bottom of the showcase containers */
section#g-showcase, section#g-showcase .g-container, section#g-showcase .g-grid, section#g-showcase .g-block, section#g-showcase .g-content {
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* Ensure the link and image are also tight */
section#g-showcase a.gantry-logo, section#g-showcase a.gantry-logo img {
  display: block !important;
  vertical-align: bottom !important;
}
/* Textfarbe weiß */
li.active.g-menu-item .g-menu-item-title {
  color: white !important;
}
/* Container, um die 4 Absätze nebeneinander anzuordnen */
.image-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
/* Der runde Hauptcontainer mit dem rechteckigen Hintergrundbild */
.icon-skill {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* Macht den Absatz kreisrund */
  overflow: hidden;
  /* Schneidet die Ecken des Hintergrundbildes ab */
  margin: 0;
  /* Entfernt Standard-Abstände von <p> */
  position: relative;
  /* HINTERGRUNDBILD LADEN */
  background-image: url('../../../../images/icons/bg-kreis.png');
  background-size: cover;
  /* Bild füllt den Kreis ohne Verzerrung aus */
  background-position: center;
  /* Zentriert das Hintergrundbild */
  /* Übergang für den Hover-Effekt */
  transition: transform 0.3s ease;
}
/* Die blaue Hover-Schicht über das Pseudoelement */
.icon-skill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 102, 0.6);
  /* Das gewünschte Blau mit Transparenz */
  opacity: 0;
  /* Standardmäßig unsichtbar */
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* Ignoriert Maus-Klicks auf der Folie */
}
/* Der Link und das Icon im Vordergrund */
.icon-skill a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  /* Zentriert das Icon horizontal */
  align-items: center;
  /* Zentriert das Icon vertikal */
  position: relative;
  z-index: 2;
  /* Sorgt dafür, dass das Icon Klickbar über der blauen Schicht liegt */
}
/* Das transparente PNG-Icon (z.B. verkauf.png) */
.icon-skill img.image-center {
  max-width: 50%;
  /* Skaliert das Icon passend für den Kreis */
  height: auto;
  transition: transform 0.3s ease;
}
/* HOVER-EFFEKTE */
/* 1. Gesamter Kreis vergrößert sich leicht */
.icon-skill:hover {
  transform: scale(1.05);
}
/* 2. Die blaue Schicht wird sichtbar */
.icon-skill:hover::after {
  opacity: 1;
}
/* 3. Das weiße Icon im Vordergrund bewegt sich leicht (optionaler cooler Effekt) */
.icon-skill:hover img.image-center {
  transform: scale(1.1);
}
/* Container für das Raster */
.grid-layout {
  display: grid !important;
  /* Erstellt 4 gleich breite Spalten */
  grid-template-columns: repeat(4, 1fr) !important;
  /* Kein Abstand zwischen den Spalten */
  gap: 0px !important;
  /* Begrenzt die Gesamtbreite, damit der Inhalt näher zusammenrückt */
  max-width: 800px !important;
  /* Zentriert das gesamte Raster auf der Seite */
  margin: 0 auto !important;
}
/* Anpassung der Kind-Elemente */
.grid-layout > div {
  width: auto !important;
  /* Optional: Textzentrierung, falls Bilder/Icons mittig sein sollen */
  text-align: center !important;
}
/* Optional: Falls Bilder vorhanden sind, damit sie nicht überlappen */
.grid-layout img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 600px) {
  .grid-layout {
    grid-template-columns: 1fr !important;
  }
}
/* Startseite Gallerie */
/* Header and Section Centering */
h3.g-title {
  color: #efe2c0 !important;
  font-size: 2.5em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  width: 100% !important;
}
#mod-custom335 {
  text-align: center !important;
  width: 100% !important;
}
/* Gallery Grid (4x2 Layout) */
#pg-msnr-container-a0-p1 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
  padding: 0 10% !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  justify-items: center !important;
}
/* Image Box and Border */
.pg-item-box {
  width: 100% !important;
  max-width: 220px !important;
  aspect-ratio: 1 !important;
  border: 5px solid white !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
/* Image Cropping */
.pg-item-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
/* Mobile Responsive adjustment */
@media (max-width: 768px) {
  #pg-msnr-container-a0-p1 {
    grid-template-columns: 1fr !important;
    padding: 0 5% !important;
  }
}
/* --- OBERER ABSCHLUSS (Blau) --- */
section#g-navigation {
  position: relative !important;
  z-index: 20 !important;
  margin-bottom: -45px !important;
  overflow: visible !important;
}
section#g-navigation::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -6px !important;
  width: 100% !important;
  height: 15px !important;
  background-image: url('../../images/bg-content-top-b.png') !important;
  background-repeat: repeat-x !important;
  transform: rotate(180deg) !important;
  z-index: 100 !important;
}
/* --- UNTERER ABSCHLUSS (Weiß) --- */
section#g-showcase {
  position: relative !important;
  z-index: 10 !important;
  padding-top: 45px !important;
  overflow: visible !important;
}
section#g-showcase::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -9px !important;
  width: 100% !important;
  height: 15px !important;
  background-image: url('../../images/bg-content-top-t.png') !important;
  background-repeat: repeat-x !important;
  z-index: 100 !important;
}
/* Zacken-Effekt für den Footer */
footer#g-footer {
  position: relative !important;
}
footer#g-footer::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: -7px !important;
  width: 100% !important;
  height: 15px !important;
  background-image: url('https://keen-hawking.31-70-110-254.plesk.page/templates/g5_hydrogen/images/bg-content-top-b.png') !important;
  background-repeat: repeat-x !important;
  z-index: 100 !important;
}
/* --- 5. SIDEBAR SPEZIAL  --- */
.sidebar-r .moduletable:first-child {
  margin-top: 25px !important;
  /* Ersetzt den alten Wert */
}
.sidebar-r .custom-sidebar-verkauf {
  padding-top: 40px !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.sidebar-r h3.g-title {
  font-size: 1.3em !important;
  line-height: 1.5 !important;
  color: #fff5d3 !important;
  text-align: left !important;
  background-color: #273748 !important;
  box-shadow: inset 0 0 0 1px #fff5d3 !important;
  border: 1px solid #273748 !important;
  width: 250px !important;
  max-width: 100%;
  padding: 10px 15px !important;
  box-sizing: border-box;
}
#mod-custom293 {
  max-width: 250px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* --- 6. TRENNLINIE HAUPTBLOCK --- */
.g-block.size-60 {
  border-right: 1px solid #cccccc !important;
  padding-right: 20px !important;
}
.g-block.size-70 {
  border-right: 1px solid #cccccc !important;
  padding-right: 20px !important;
}
/* TEST-REGEL: Wenn das greift, wird der Hintergrund rot */
body.outline-16 {
  background-color: red !important;
}
/* Footer Menü & Links */
ul#mod-menu78 {
  display: flex !important;
  flex-direction: row !important;
  gap: 40px !important;
  justify-content: center !important;
  align-items: center !important;
  list-style: none !important;
  padding: 0 !important;
}
ul#mod-menu78 li a {
  font-size: 20px !important;
  color: #f5bf32 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
/* 3. Ausrichtung im Footer-Grid */
/* Copyright und Links in einer Zeile */
footer#g-footer .g-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 30px !important;
}
footer#g-footer .g-block {
  width: auto !important;
  flex: 0 1 auto !important;
}
ul#mod-menu78 {
  margin: 0 !important;
}
/* 25 Jahre */
#sticky-anniversary-logo {
  position: fixed !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 9999 !important;
}
#sticky-anniversary-logo img {
  width: 180px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
#sticky-anniversary-logo img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #sticky-anniversary-logo img {
    width: 100px;
  }
}
/* Sticky Angebote Unten Rechts */
#sticky-offers-logo {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
}
#sticky-offers-logo img {
  width: 250px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}
#sticky-offers-logo:hover {
  transform: scale(1.05) rotate(2deg);
}
@media (max-width: 768px) {
  #sticky-offers-logo img {
    width: 180px;
  }
  #sticky-offers-logo {
    bottom: 10px !important;
    right: 10px !important;
  }
}
/*# sourceMappingURL=custom_17.css.map */