/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*
.ast-container,
.entry-content[data-ast-blocks-layout] > * {
	padding: 0;
	margin: 0;
}
*/

@media screen and (min-width:1921px) {
/* 
 * 1) Den Haupt-Container (enthält Header, Content, Footer) einschränken. 
 *    #page ist bei Astra normalerweise das oberste DIV.
 */
#page {
  max-width: 1920px;
  margin: 0 auto;               /* Zentriert den gesamten Seiteninhalt */
  box-sizing: border-box;
  /* Optional: Rahmung oder Innenabstand */
   border: 1px solid #ccc;
  /* padding: 0 20px; */
}

/*
 * 2) Damit die Hauptinhalts-Fläche ebenfalls nicht „nach rechts rutscht“,
 *    überscheiben wir Astra-Container-Eigenschaften.
 */
.site-content .ast-container {
  max-width: 1920px !important;
  margin: 0 auto !important;    /* Zentriert den Content */
  padding-left: 0 !important;   /* Falls Astra hier standardmäßig Abstände setzt */
  padding-right: 0 !important;  /* dito */
  box-sizing: border-box;
}

/*
 * 3) Für Gutenberg-Blöcke mit "alignfull" (volle Breite) sorgen wir dafür,
 *    dass sie sich nicht über 1920px hinausziehen.
 */
.alignfull {
  max-width: 1920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.wp-block-uagb-container.alignfull.uagb-is-root-container {
/* 	min-height: 40vh !important; */
	}
}
}


.wp-block-uagb-container.absolute.hero.heading.uagb-block-01976170 {
	position: absolute;
	bottom:-20px;
	margin: auto;
	z-index: 1;

}

/*
body {
      background: linear-gradient(to top, #f5f0eb, #c2a78f);
      font-family: sans-serif;
      display: flex;
      justify-content: center;
      padding: 60px 20px;
    }
*/

    .hex-row {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: -35px;
    }

    .hex {
      width: 300px;
      height: 330px;
      background: #6d9aa5;
      color: white;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      padding: 20px;
      box-sizing: border-box;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      transition: transform 0.3s ease;
      font-size: 12px;
      line-height: 1.4;
      padding-top: 25px;
    }

    .hex p {
      font-size: 16px;
      margin: 0;
    }

    .hex:hover {
      transform: scale(1.05);
    }

    .hex img {
      width: 100px;
      height: auto;
      margin-bottom: 8px;
    }

    .hex h3 {
	  color: #fff;
      font-size: 24px;
      margin-bottom: 4px;
      min-height: 40px;
    }

    .hex-row.centered-single {
      justify-content: center;
      margin-top: -45px;
    }

    .hex-row.centered-single .hex img {
      width: 80px;
      margin-bottom: 10px;
    }

    /* ✅ Center only the last hex's content */
    .hex.centered-content {
      justify-content: center;
      padding-top: 0;
    }

    @media (max-width: 768px) {
  .hex-row {
    flex-direction: column;
    align-items: center;
    gap: 0;           /* etwas Luft zwischen den Tiles */
    margin-bottom: 0;    /* kein negativer Versatz nötig */
  }

  .hex {
    width: 80vw;                       /* passt sich der Displaybreite an */
    aspect-ratio: 1 / 1.1;             /* Breite : Höhe   (300 / 330)    */
    /*  ODER: height: calc(1.1 * 80vw); wenn du aspect-ratio nicht nutzen willst */

    /* Hex-Kontur beibehalten */
    clip-path: polygon(
      50% 0%, 100% 25%, 100% 75%,
      50% 100%, 0% 75%, 0% 25%
    );

    border-radius: 0;                  /* Kanten wieder scharf */
    padding: 24px 20px 20px;
    margin-bottom: 24px;
  }

  .hex img   { width: 60px;  margin-bottom: 12px; }
  .hex h3    { font-size: 22px; margin-bottom: 6px; }
  .hex p     { font-size: 18px; }
  .hex-row.centered-single {
	  margin-top: 0;
  }
}
/*
.wolken-overlay {
	position: relative;
}
.wolken-overlay::after {
	position: fixed;
	display: block;
	height: 500px;
	width: 100%;
	content: ' ';
	background-image:url('https://basishomepage-geoway.vadeo.de/wp-content/uploads/2025/04/Nebel-weiss-dicht-2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 12;
}
*/


.diamond-layout {
    position: relative;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .diamond-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
  }

  .diamond-row.offset {
    transform: translateX(140px);
    gap: 160px;
  }

  /* --- bisher unverändert --- */
.diamond {
  width: 260px;
  height: 260px;
  transform: rotate(45deg);
  overflow: hidden;
  position: relative;
  background-color: #222;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

/* --- NEU: Wrapper exakt mittig, kein Off-Set --- */
.diamond .image-wrapper {
  position: absolute;
  inset: 0;                       /* top/left/right/bottom: 0 */
  transform: rotate(-45deg) scale(1.6);
  transform-origin: center;
  z-index: 1;
}

/* falls du das Overlay verwenden willst */
.diamond .overlay {
  position: absolute;
  inset: 0;
  background: rgba(128, 216, 219, 0.25);
  transform: rotate(-45deg) scale(1.3);
  transform-origin: center;
  z-index: 2;
  pointer-events: none;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* Bild selbst bleibt wie gehabt */
.diamond .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diamond .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
  pointer-events: none;
}

.diamond:hover {
	  transform: rotate(45deg) scale(1.05);	
}

@media (max-width: 768px) {
  .diamond-layout {
    padding: 40px 0;
  }

  .diamond-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    transform: none !important;
  }

  .diamond-row.offset {
    transform: none !important;
    margin-left: 0 !important;
    gap:20px;
  }
  .diamond {
    width: 140px;  /* statt 220px */
    height: 140px;
    transform: rotate(45deg);
    margin: 0 auto;
  }

  .diamond:hover {
    transform: rotate(45deg) scale(1.03);
  }

  .diamond .image-wrapper {
    transform: rotate(-45deg) scale(1.4);
  }

  .diamond .content {
    font-size: 13px;
    padding: 6px;
  }

  .diamond-headline {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .no-mobile-br br {
	  display: inline-block !important;
	  margin-right: 10px;
  }
  .wp-block-uagb-container.uagb-block-010aab79 table tr {
	  display: flex;
	  flex-direction: column;
  }
  
}

.site-footer-below-section-4.site-footer-section.site-footer-section-4 #block-8 p {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 !important;
}

.wp-block-table td {
vertical-align:baseline;
}