@charset "UTF-8";
/* xl - DESKTOP STYLES */
:root {
  /* --- COLOR --- */
  --color-footer: #fff;
  --color-accent: #2f6b7a;
  --color-glow: #009de0b3;
  --color-border: #000;
  /* --- SHADOW --- */
  --shadow: 0 0px 5px rgba(0, 0, 0, 0.24);
  --shadow-header: 0 15px 35px rgba(0, 0, 0, 0.1);
  /* --- INDIANS AND POSITIONS --- */
  --sticky-top: 150px;
  --scroll-margin: 120px;
  --admin-bar-top: 32px;
  /* --- ANIMATION --- */
  --hover-scale: 1.05;
  --transition-card: 0.4s;
  --transition-button: 0.1s;
  --transition: 0.4s;
}
/* --- 1. HEADER-EINSTELLUNGEN --- */
header, .site-header, .header-transparent {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  transition: background-color var(--transition) ease-in-out, background var(--transition) ease-in-out, box-shadow var(--transition) ease-in-out !important;
}
@media (min-width: 782px) {
  body:has(.hero-cover) .header-transparent:not(.scrolled) {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .header-transparent.scrolled.header-shadow {
    box-shadow: var(--shadow-header) !important;
  }
  body:has(.hero-cover) .header-transparent:not(.scrolled) .mega-menu-link {
    color: #ffffff !important;
  }
}
.header-shadow {
  box-shadow: var(--shadow-header) !important;
}
/* --- 2. FIX --- */
@media (min-width: 782px) {
  body:has(.hero-cover.fullscreen) #wp--skip-link--target, body:has(.hero-cover.fullscreen) main.wp-block-group.is-layout-constrained, body:has(.hero-cover.fullscreen) .entry-content.is-layout-constrained, body:has(.header-transparent):has(.hero-cover) #wp--skip-link--target, body:has(.header-transparent):has(.hero-cover) main.wp-block-group.is-layout-constrained, body:has(.header-transparent):has(.hero-cover) .entry-content.is-layout-constrained {
    margin-top: 0 !important;
  }
  header:has(.header-transparent):has(.hero-cover), header:has(.hero-cover.fullscreen) {
    --wp--preset--spacing--60: 0 !important;
  }
  body:has(.hero-cover) .wp-site-blocks > .wp-block-group:first-child, body:has(.hero-cover) .wp-site-blocks > main > .wp-block-group:first-child {
    padding-top: 0 !important;
  }
}
.wp-block-post-title {
  display: none !important;
}
body.admin-bar .site-header {
  top: var(--admin-bar-top) !important;
}
main > .wp-block-group:first-of-type {
  padding-bottom: 0 !important;
}
/* --- 3. HERO SECTION --- */
.fullscreen {
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
/* --- card-effect --- */
.hover-card-effect {
  transition: transform var(--transition-card) ease, box-shadow var(--transition-card) ease;
  will-change: transform;
  box-shadow: var(--shadow);
  z-index: 1;
}
.hover-card-effect:hover, .hover-card-effect.is-active {
  transform: scale(var(--hover-scale));
  box-shadow: var(--shadow);
  z-index: 10;
}
/* 1. Equal height columns in a row */
.wp-block-columns:has(.hover-card-effect) {
  align-items: stretch !important;
}
/* 2. Transform column into Flex container */
.hover-card-effect {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}
/* 3. Force content group to grow and push the button down */
.hover-card-effect > .wp-block-group {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
/* 4. Stick button to the bottom */
.hover-card-effect .wp-block-buttons {
  margin-top: auto !important;
}
/* --- UNIVERSALER BUTTON-KONSTRUKTOR (MODULAR) --- */
.wp-block-button__link {
  transition: var(--transition-button) cubic-bezier(0.23, 1, 0.32, 1) !important;
  transform: translateY(0);
  display: inline-block;
  border-style: solid;
}
.wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--custom-btn-kontrast) !important;
  border-color: var(--wp--preset--color--custom-btn-kontrast) !important;
}
.wp-block-button.hvr-fill-light .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-btn-basis-1) !important;
  color: var(--wp--preset--color--custom-btn-kontrast) !important;
  border-color: var(--wp--preset--color--custom-btn-basis-1) !important;
  background-image: none !important;
}
.wp-block-button.hvr-fill-dark .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-btn-kontrast) !important;
  color: var(--wp--preset--color--custom-btn-basis-1) !important;
  border-color: var(--wp--preset--color--custom-btn-kontrast) !important;
  background-image: none !important;
}
.wp-block-button.hvr-fill-light-1 .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--custom-btn-basis-1) !important;
  color: #000 !important;
  border-color: var(--wp--preset--color--custom-btn-basis-1) !important;
  background-image: none !important;
}
.wp-block-button.hvr-outline .wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--custom-btn-basis-1) !important;
  border-color: var(--wp--preset--color--custom-btn-basis-1) !important;
}
/* --- GEOMETRIE --- */
.btn-full-width, .btn-full-width .wp-block-button__link {
  display: block !important;
  width: 100% !important;
  text-align: center;
  box-sizing: border-box;
}
/* --- logo --- */
.logo-grid img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: var(--transition);
}
.logo-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.icon img {
  width: 150 !important;
  height: auto;
}
/* --- 6. STICKY SYSTEM --- */
.sticky-column-left, .stack-card {
  position: sticky;
  top: var(--sticky-top);
}
.sticky-column-left {
  align-self: flex-start;
  height: fit-content;
}
.card-stack {
  display: grid;
  gap: 30px;
  padding: 50px 0;
}
.stack-card {
  box-shadow: var(--shadow);
}
/* --- 7. MOBILE OPTIMIERUNG --- */
@media (max-width: 781px) {
  /* Mobile logo adjustment */
  .hide-on-mobile {
    display: none !important;
  }
  .sticky-column-left {
    position: static;
    width: 100%;
  }
  .logo {
    display: none !important;
  }
  .custom-border-block {
    gap: 0;
  }
  .m-logo-200, .m-logo-200 img, .m-logo-200 .wp-block-image img {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .custom-border-block .wp-block-column {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: var(--scroll-margin);
}
* {
  -webkit-tap-highlight-color: transparent !important;
}
*:focus:not(:focus-visible) {
  outline: none !important;
}
/* --- 8. FOOTER --- */
body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  margin: 0 !important;
}
.wp-site-blocks {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
footer {
  margin-top: auto !important;
  background-color: var(--color-footer) !important;
}
@media (max-width: 781px) {
  footer {
    text-align: center !important;
  }
  footer .wp-block-columns, footer .wp-block-column, footer .wp-block-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer p, footer h1, footer h2, footer h3, footer h4, footer a {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  footer .wp-block-buttons, footer .wp-block-social-links {
    justify-content: center !important;
  }
}
/* --- 9. CUSTOM BORDER BLOCK --- */
.custom-border-block .wp-block-column h1, .custom-border-block .counter {
  line-height: 0.79;
  transition: var(--transition);
}
.wpcf7 {
  border: 1px solid var(--color-border);
  border-radius: 10px;
}
.custom-border-block .style-svg {
  width: auto;
  height: auto;
  transition: var(--transition);
}
.custom-border-block .wp-block-column:hover .style-svg, .custom-border-block .wp-block-column:hover .counter {
  filter: drop-shadow(0 0 6px var(--color-glow)) brightness(1.3);
  transform: translateY(-3px);
  transition: var(--transition);
}
/* --- 10. WP-BLOCK-COLUMNS FIX --- */
@media (max-width: 1110px) {
  /* Global tablet 40% layout rule for standard columns */
  /* --- STACK CARD FIXED (Heavy override) --- */
  .wp-block-columns:not(.disable-tablet-half) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.disable-tablet-half) .wp-block-column {
    flex-basis: 40% !important;
  }
  .wp-block-columns.stack-card, .stack-card {
    position: static !important;
  }
  .wp-block-columns.stack-card .wp-block-column, .stack-card .wp-block-column {
    flex-basis: 100% !important;
  }
  .stack-card .wp-block-columns {
    flex-direction: column !important;
  }
  .stack-card img {
    height: 80px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block;
  }
}
/* 1. Parent Layout Stretch */
.wp-block-columns:has(.flexbox-height) {
  align-items: stretch !important;
}
/* 2. Column Flex Configuration */
.flexbox-height {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  flex-grow: 1 !important;
}
/* 3. Push last child to bottom */
.flexbox-height > *:last-child {
  margin-top: auto !important;
}
@media (min-width: 782px) {
  /* Timeline-Basis: Zentrale Linie */
  /* Timeline-Punkte für jede Spalten-Gruppe */
  /* Ausrichtung: Rechtsbündig zur Linie (hvr-txt-right) */
  /* Ausrichtung: Linksbündig zur Linie (hvr-txt-left) */
  .timeline-columns {
    position: relative;
    padding: 20px 0;
  }
  .timeline-columns::before, .timeline-columns .wp-block-columns::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-columns::before {
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d1d1d1;
    z-index: 1;
  }
  .timeline-columns .wp-block-columns {
    position: relative;
    z-index: 2;
    margin-bottom: 30px !important;
  }
  .timeline-columns .wp-block-columns::before {
    top: 15px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--wp--preset--color--custom-btn-kontrast, #2c3e50);
    border: 3px solid #fff;
    display: block;
  }
  .timeline-columns .hvr-txt-right, .timeline-columns .hvr-txt-right * {
    text-align: right !important;
  }
  .timeline-columns .hvr-txt-right {
    padding: 0 45px 0 0 !important;
  }
  .timeline-columns .hvr-txt-left, .timeline-columns .hvr-txt-left * {
    text-align: left !important;
  }
  .timeline-columns .hvr-txt-left {
    padding: 0 0 0 45px !important;
  }
}
/* --- IMAGE COLUMN --- */
.wp-block-columns:has(.is-image-column) {
  align-items: stretch !important;
}
.wp-block-columns .is-image-column.wp-block-column {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wp-block-columns .is-image-column .wp-block-image {
  display: flex;
  flex: 1;
  margin: 0;
}
.wp-block-columns .is-image-column .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* --- 12. MAX MEGA MENU MOBILE BUTTONS SPACING (ULTIMATE) --- */
@media only screen and (max-width: 1380px) {
  #mega-menu-max_mega_menu_1 li.mega-menu-item {
    margin-bottom: 7px !important;
    display: block !important;
  }
  #mega-menu-max_mega_menu_1 li.mega-menu-item:last-child {
    margin-bottom: 0 !important;
  }
}
/* Align right on PC, center on tablet/mobile */
.align-right-pc, .align-right-pc .wp-block-buttons {
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 1111px) {
  .align-right-pc {
    align-items: flex-end !important;
    text-align: right !important;
  }
  .align-right-pc .wp-block-buttons {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1110px) {
  .align-right-pc {
    align-items: center !important;
    text-align: center !important;
  }
  .align-right-pc .wp-block-buttons {
    justify-content: center !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F72-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BACwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BADnDA%3BACsDA%3BAACI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAD7EA%3BACgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhFA%3BACwFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FFA%3BACsGA%3BAAAA%3BAAAA%3BADtGA%3BAC2GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3GA%3BACkHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlHA%3BACyHA%3BAAAA%3BAAAA%3BADzHA%3BAC8HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5JA%3BACmKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnKA%3BAC4KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADvLA%3BAC0LA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BADlMA%3BACuMA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BADrOA%3BACwOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BADjRJ%3BACuRA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpSA%3BAC4SA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjUJ%3BAC2UA%3BAAAA%3BAAAA%3BAD3UA%3BACgVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhVA%3BACwVA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BADnXJ%3BACuXA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpYA%3BAC6YA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADlZJ%3BAC2ZA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%22%7D */