.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c890ed5:#013780;--e-global-color-0498ea8:#DFDEDE;--e-global-color-b3f8efa:#FFFFFF;--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;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:600px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:600%;}.e-con{--container-max-width:600%;}}/* Start custom CSS *//* Grundlayout & Reset */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* kein horizontales Scrollen */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hauptcontainer (optional, wenn du ihn im HTML nutzt) */
.page-wrapper {
  max-width: 480px;   /* typische Handybreite */
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}

/* Typografie */
h1, h2, h3 {
  margin: 0 0 0.5em;
  line-height: 1.2;
}

p {
  margin: 0 0 0.75em;
  line-height: 1.4;
}

/* Listen */
ul {
  padding-left: 1.2em;
  margin: 0 0 0.75em;
}

/* Links */
a {
  color: #0050a0; /* Allianz-Blau-ähnlich, bei Bedarf anpassen */
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Bilder & iframes immer responsiv */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Sektionen */
.section {
  background: #ffffff;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Buttons / Call-To-Action-Links */
.btn,
a.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background: #0050a0;
  color: #ffffff;
}

/* Navigation (falls du sie nutzt) */
.nav-menu {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1em;
}

.nav-menu li {
  margin-bottom: 0.25em;
}

/* Fußbereich */
.page-footer {
  font-size: 0.85rem;
  text-align: center;
  padding: 12px 0 24px;
}

/* Auf größeren Displays etwas verbreitern */
@media (min-width: 768px) {
  .page-wrapper {
    max-width: 720px;
  }
}/* End custom CSS */