.elementor-kit-9{--e-global-color-primary:#010080;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-animation-duration:1500ms;}.elementor-kit-9 e-page-transition{background-color:#F7F7F7;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Menü: Stil und Animation */
.main-navigation a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-navigation a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.main-navigation a:hover::after {
  width: 60%;
}

.main-navigation a:hover {
  color: #F5F5F5;
}

/* Dropdown-Menü leicht nach unten versetzt + Fade-in */
.main-navigation ul ul {
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-navigation li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/* Moderner Slide-in-Button mit Pfeil und weichem Effekt */
.btn-slide {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #003087;
  border: 2px solid #003087;
  border-radius: 4px;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.btn-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #003087;
  transform: translateX(-100%);
  transition: transform 1.2s ease; /* Sanftes Reinsliden */
  z-index: 0;
}

.btn-slide:hover::before {
  transform: translateX(0);
}

.btn-slide .btn-text,
.btn-slide .arrow {
  position: relative;
  z-index: 1;
  color: inherit;
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn-slide:hover .btn-text,
.btn-slide:hover .arrow {
  color: #ffffff;
}

.btn-slide:hove/* End custom CSS */