.elementor-kit-7{--e-global-color-primary:#002E46;--e-global-color-secondary:#002E46;--e-global-color-text:#002E46;--e-global-color-accent:#7DD4BF;--e-global-color-dc7a6ea:#FFFFFF;--e-global-typography-primary-font-family:"franklin-gothic-urw-cond";--e-global-typography-primary-font-size:4.875rem;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"franklin-gothic-urw-cond";--e-global-typography-secondary-font-size:3rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"franklin-gothic-urw-cond";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-text-transform:uppercase;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Helvetica", Sans-serif;font-weight:400;text-transform:uppercase;color:var( --e-global-color-dc7a6ea );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-dc7a6ea );border-radius:30px 30px 30px 30px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-dc7a6ea );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.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:1366px){.elementor-kit-7{--e-global-typography-primary-font-size:3.75rem;--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-text-font-size:18px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1200px){.elementor-kit-7{--e-global-typography-primary-font-size:3rem;--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-text-font-size:16px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:3em;--e-global-typography-secondary-font-size:2.2rem;--e-global-typography-text-font-size:16px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:1.7em;--e-global-typography-secondary-font-size:1.4rem;--e-global-typography-text-font-size:16px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-7 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
   /* overflow-x: hidden; */
}

/* Wortteilung */
p, span {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Button Icon */
.elementor-button-icon {
    fill: #7DD4BF !important;
}
.elementor-button:hover {
    fill: #7DD4BF !important;
}
.button-konfigurieren:hover {
    fill: #002E46 !important;
}
.button-konfigurieren {
    fill: #002E46 !important;
}

/* Aufzählung zentriert */
.list ul {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
}

/* Falls die Symbole (Icons) der Liste falsch positioniert sind */
.elementor-accordion .elementor-tab-content ul li {
    display: list-item;
}

/* Link Farbe Impressum */
.impressum a{
    color: #ffffff !important;
    text-decoration: none;
}
.impressum a:hover{
    color: #ffffff !important;
    text-decoration: underline;
}

.karussell img {
    height: 300px !important; /* Passe die Höhe an */
    object-fit: cover; 
    width: 100% !important; /*Stellt sicher, dass das Bild nicht verzerrt wird */
}
.karussell_mobile img {
    height: 180px !important; /* Passe die Höhe an */
    object-fit: cover; /* Stellt sicher, dass das Bild nicht verzerrt wird */
}
/* Anker Abstand */
.scroll-anchor {
  scroll-margin-top: 100px !important; /* anpassen je nach Höhe des Headers */
}/* End custom CSS */