.elementor-kit-6{--e-global-color-primary:#7C7C7C;--e-global-color-secondary:#A9A9A9;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D9E6E752;--e-global-color-0062f97:#D9E6E752;--e-global-color-288e6e2:#B2BFC0;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Blinker";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Blinker";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Blinker";--e-global-typography-accent-font-weight:500;background-color:#DFDFDF61;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#B2BFC0;font-family:"Blinker", Sans-serif;color:#FFFFFF;border-style:solid;border-width:0px 2px 2px 0px;border-color:#FFFFFF;border-radius:20px 0px 20px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    hyphens: auto;
}
h4.widget-title {display: none;}
#nav_menu-2 {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 0;
}

/* Verhindert, dass der Seiteninhalt vom Footer verdeckt wird */
body {
  padding-bottom: 70px; /* anpassen an Footer-Höhe */
}

/* --- Menü horizontal ausrichten --- */
#nav_menu-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* mittig ausgerichtet */
  gap: 40px; /* Abstand zwischen Links */
}

/* Entfernt Standard-Einrückung von WP-Menüs */
#nav_menu-2 li {
  display: inline-block;
}

/* --- Stil der Links --- */
#nav_menu-2 a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

#nav_menu-2 a:hover {
  color: #ffcc00; /* Hover-Farbe */
}

/* --- Mobile Ansicht: Menü vertikal anordnen --- */
@media (max-width: 768px) {
  #nav_menu-2 ul {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */