.elementor-kit-6{--e-global-color-primary:#004E90;--e-global-color-secondary:#91D4EE;--e-global-color-text:#000000;--e-global-color-accent:#252525;--e-global-color-4fb520b:#FFFFFF;--e-global-color-ad122f1:#D9D9D9;--e-global-color-310ee30:#ECECEC;--e-global-color-0d95e3a:#7D7D7D;--e-global-color-8a464d2:#00000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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-global-typography-be52e27-font-family:"Roboto";--e-global-typography-be52e27-font-size:1rem;--e-global-typography-be52e27-font-weight:700;--e-global-typography-be52e27-text-transform:uppercase;--e-global-typography-a6e7b56-font-family:"Roboto";--e-global-typography-a6e7b56-font-size:1.1rem;--e-global-typography-a6e7b56-font-weight:400;background-color:#EFEFEF;font-size:1rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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:1440px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:880px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}:root { --Blau:#004E90; --Hell-Blau:#91D4EE; --Antrazit:#252525; --Schwarz:#000000; --Weiss:#ffffff; --Grau-hintergrund:#D2D2D2; --Grau-Border:#747474; --Body-Text:clamp(1rem, calc(0.9769rem + 0.1235vw), 1.125rem); --H3:clamp(2rem, calc(1.9537rem + 0.2469vw), 2.25rem);; --Table-Nth:#ECECEC; --H2:clamp(2rem, 1.7338rem + 1.4198vw, 3.4375rem);; --Hero-Text:clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);; --FooterTextSmall:clamp(0.875rem, 0.8519rem + 0.1235vw, 1rem);; }
/* Start custom CSS */.container-no-padding * {
    padding: 0;
  }
  
  
  .e-n-accordion-item svg > path {
    fill: none;
}
  
  
.fey-responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Optional subtle shadow */
    border-radius: 0.75rem 0.75rem 0 0;
    background: #ffffff;
}

.fey-responsive-table br {
    display: none;
}

.fey-responsive-table table {
    width: 100%;
    border-collapse: collapse;
    border: 0.5px solid var(--Grau-Border);
    border-top: 0;
    min-width: 850px;
    margin: 0;
}

.fey-responsive-table th,
.fey-responsive-table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 1rem !important;
}

.fey-responsive-table th {
    background-color: var(--Blau);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 400;
    position: relative;
    border-radius: 0.75rem 0.75rem 0 0;
}

.fey-responsive-table th::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid var(--Blau);
    z-index: 10;
}

.fey-responsive-table td {
    color: #222222;
    border-right: 0.5px solid var(--Grau-Border);
}

.fey-responsive-table tbody tr:nth-child(odd) {
    background-color: var(--Table-Nth);
}

.fey-responsive-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.fey-responsive-table sup {
    font-size: 0.75em;
    line-height: 0;
    vertical-align: 40%;
}

@media screen and (max-width: 1200px) {
    .ai-generated-hover:after {
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2492.2 697.94'%3E%3Cg id='object'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M175.64,354.34h0C175.64,257.34,97,178.71,0,178.71H0c97,0,175.64-78.64,175.64-175.64h0c0,97,78.64,175.64,175.64,175.64h0c-97,0-175.64,78.64-175.64,175.64Z'/%3E%3Cpath d='M159.25,354.34c0-87.81-71.44-159.25-159.25-159.25v-32.77c.11,0,.21,0,.32,0,87.66-.17,158.93-71.55,158.93-159.25h32.77c0,.11,0,.21,0,.32.17,87.66,71.55,158.93,159.25,158.93v32.77c-.11,0-.21,0-.32,0-87.66.17-158.93,71.55-158.93,159.25h-32.77ZM77.73,178.71c21.67,9.6,41.19,23,58.05,39.86,16.86,16.86,30.26,36.38,39.86,58.05,9.6-21.67,23-41.19,39.86-58.05,16.86-16.86,36.38-30.26,58.05-39.86-21.67-9.6-41.19-23-58.05-39.86-16.86-16.86-30.26-36.38-39.86-58.05-9.6,21.67-23,41.19-39.86,58.05-16.86,16.86-36.38,30.26-58.05,39.86Z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M345.76,118.32h0c0-32.67-26.49-59.16-59.16-59.16h0c32.67,0,59.16-26.49,59.16-59.16h0c0,32.67,26.49,59.16,59.16,59.16h0c-32.67,0-59.16,26.49-59.16,59.16Z'/%3E%3Cpath d='M340.24,118.32c0-29.58-24.06-53.64-53.64-53.64v-11.04s.07,0,.11,0c29.53-.06,53.53-24.1,53.53-53.64h11.04s0,.07,0,.11c.06,29.53,24.1,53.53,53.64,53.53v11.04s-.07,0-.11,0c-29.53.06-53.53,24.1-53.53,53.64h-11.04ZM312.78,59.16c7.3,3.23,13.88,7.75,19.55,13.43s10.19,12.25,13.43,19.55c3.23-7.3,7.75-13.88,13.43-19.55,5.68-5.68,12.25-10.19,19.55-13.43-7.3-3.23-13.88-7.75-19.55-13.43-5.68-5.68-10.19-12.25-13.43-19.55-3.23,7.3-7.75,13.88-13.43,19.55-5.68,5.68-12.25,10.19-19.55,13.43Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M596.53,697.94H207.14c-69.91,0-126.78-56.87-126.78-126.78v-154.73h52.23v154.73c0,41.1,33.44,74.54,74.54,74.54h389.39c41.1,0,74.54-33.44,74.54-74.54V181.78c0-41.1-33.44-74.54-74.54-74.54h-128.13v-52.23h128.13c69.91,0,126.78,56.87,126.78,126.78v389.39c0,69.91-56.87,126.78-126.78,126.78Z'/%3E%3Cg%3E%3Cpath d='M444.07,533.47l-31.1-82.67h-94.54l-31.1,82.67h-53.03l110.04-289.78h43.1l110.04,289.78h-53.41ZM395.77,404.1l-29.71-89.44-30.02,89.44h59.73Z'/%3E%3Crect x='519.26' y='243.69' width='50.11' height='289.78'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M901.2,455.29v-24.91h64.4v87.71c-15.9,6.62-34.45,10.87-51.68,10.87-54.32,0-69.16-46.38-69.16-92.48s15.9-91.96,71.81-91.96c26.24,0,49.03,18.02,49.03,36.3v2.12h-27.3c-2.65-10.6-9.8-13.51-21.73-13.51-38.16,0-44.52,30.74-44.52,64.66,0,31.53,4.5,69.96,44.25,69.96,7.95,0,15.1-1.59,21.99-4.24v-44.52h-37.1Z'/%3E%3Cpath d='M1073.45,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M1322.8,346.9h24.91v179.67h-29.68l-64.13-135.94h-.53v135.94h-24.91v-179.67h31.8l62.01,130.38h.53v-130.38Z'/%3E%3Cpath d='M1455.03,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M1643.17,526.57h-27.29v-179.67h52.21c32.86,0,58.04,16.96,58.04,52.47,0,22.52-12.46,42.93-35.78,47.17l46.91,80.03h-31.27l-41.08-74.46h-21.73v74.46ZM1663.31,427.2c22,0,35.51-5.3,35.51-28.88s-16.43-26.5-35.78-26.5h-19.88v55.38h20.14Z'/%3E%3Cpath d='M1834.23,474.9l-12.72,51.67h-27.56l49.03-179.67h34.71l49.02,179.67h-27.56l-12.99-51.67h-51.94ZM1860.73,372.08h-.53l-19.61,77.91h39.49l-19.34-77.91Z'/%3E%3Cpath d='M2064.77,526.57h-27.29v-154.76h-48.5v-24.91h124.28v24.91h-48.49v154.76Z'/%3E%3Cpath d='M2218.2,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M2381.17,346.9h16.96c53.53,0,94.08,39.22,94.08,93.54s-38.16,86.12-90.63,86.12h-20.41v-179.67ZM2408.46,501.66c36.04.79,56.45-27.83,56.45-61.75s-22-66.51-56.45-68.1v129.85Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    aspect-ratio: 25/7;
    max-height: 2rem;
    height:100%;
    margin: 1rem;
    bottom: 0;
    left: 0;
    filter: drop-shadow(0px 2px 5px rgb(255 255 255 / 1)) invert(1);
    opacity: .5;
    pointer-events: none;
    user-select: none;
    webkit-user-drag: none;
    }
}


.ai-generated-hover:hover:after,
.ai-generated:after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_2' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2492.2 697.94'%3E%3Cg id='object'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M175.64,354.34h0C175.64,257.34,97,178.71,0,178.71H0c97,0,175.64-78.64,175.64-175.64h0c0,97,78.64,175.64,175.64,175.64h0c-97,0-175.64,78.64-175.64,175.64Z'/%3E%3Cpath d='M159.25,354.34c0-87.81-71.44-159.25-159.25-159.25v-32.77c.11,0,.21,0,.32,0,87.66-.17,158.93-71.55,158.93-159.25h32.77c0,.11,0,.21,0,.32.17,87.66,71.55,158.93,159.25,158.93v32.77c-.11,0-.21,0-.32,0-87.66.17-158.93,71.55-158.93,159.25h-32.77ZM77.73,178.71c21.67,9.6,41.19,23,58.05,39.86,16.86,16.86,30.26,36.38,39.86,58.05,9.6-21.67,23-41.19,39.86-58.05,16.86-16.86,36.38-30.26,58.05-39.86-21.67-9.6-41.19-23-58.05-39.86-16.86-16.86-30.26-36.38-39.86-58.05-9.6,21.67-23,41.19-39.86,58.05-16.86,16.86-36.38,30.26-58.05,39.86Z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M345.76,118.32h0c0-32.67-26.49-59.16-59.16-59.16h0c32.67,0,59.16-26.49,59.16-59.16h0c0,32.67,26.49,59.16,59.16,59.16h0c-32.67,0-59.16,26.49-59.16,59.16Z'/%3E%3Cpath d='M340.24,118.32c0-29.58-24.06-53.64-53.64-53.64v-11.04s.07,0,.11,0c29.53-.06,53.53-24.1,53.53-53.64h11.04s0,.07,0,.11c.06,29.53,24.1,53.53,53.64,53.53v11.04s-.07,0-.11,0c-29.53.06-53.53,24.1-53.53,53.64h-11.04ZM312.78,59.16c7.3,3.23,13.88,7.75,19.55,13.43s10.19,12.25,13.43,19.55c3.23-7.3,7.75-13.88,13.43-19.55,5.68-5.68,12.25-10.19,19.55-13.43-7.3-3.23-13.88-7.75-19.55-13.43-5.68-5.68-10.19-12.25-13.43-19.55-3.23,7.3-7.75,13.88-13.43,19.55-5.68,5.68-12.25,10.19-19.55,13.43Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M596.53,697.94H207.14c-69.91,0-126.78-56.87-126.78-126.78v-154.73h52.23v154.73c0,41.1,33.44,74.54,74.54,74.54h389.39c41.1,0,74.54-33.44,74.54-74.54V181.78c0-41.1-33.44-74.54-74.54-74.54h-128.13v-52.23h128.13c69.91,0,126.78,56.87,126.78,126.78v389.39c0,69.91-56.87,126.78-126.78,126.78Z'/%3E%3Cg%3E%3Cpath d='M444.07,533.47l-31.1-82.67h-94.54l-31.1,82.67h-53.03l110.04-289.78h43.1l110.04,289.78h-53.41ZM395.77,404.1l-29.71-89.44-30.02,89.44h59.73Z'/%3E%3Crect x='519.26' y='243.69' width='50.11' height='289.78'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M901.2,455.29v-24.91h64.4v87.71c-15.9,6.62-34.45,10.87-51.68,10.87-54.32,0-69.16-46.38-69.16-92.48s15.9-91.96,71.81-91.96c26.24,0,49.03,18.02,49.03,36.3v2.12h-27.3c-2.65-10.6-9.8-13.51-21.73-13.51-38.16,0-44.52,30.74-44.52,64.66,0,31.53,4.5,69.96,44.25,69.96,7.95,0,15.1-1.59,21.99-4.24v-44.52h-37.1Z'/%3E%3Cpath d='M1073.45,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M1322.8,346.9h24.91v179.67h-29.68l-64.13-135.94h-.53v135.94h-24.91v-179.67h31.8l62.01,130.38h.53v-130.38Z'/%3E%3Cpath d='M1455.03,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M1643.17,526.57h-27.29v-179.67h52.21c32.86,0,58.04,16.96,58.04,52.47,0,22.52-12.46,42.93-35.78,47.17l46.91,80.03h-31.27l-41.08-74.46h-21.73v74.46ZM1663.31,427.2c22,0,35.51-5.3,35.51-28.88s-16.43-26.5-35.78-26.5h-19.88v55.38h20.14Z'/%3E%3Cpath d='M1834.23,474.9l-12.72,51.67h-27.56l49.03-179.67h34.71l49.02,179.67h-27.56l-12.99-51.67h-51.94ZM1860.73,372.08h-.53l-19.61,77.91h39.49l-19.34-77.91Z'/%3E%3Cpath d='M2064.77,526.57h-27.29v-154.76h-48.5v-24.91h124.28v24.91h-48.49v154.76Z'/%3E%3Cpath d='M2218.2,420.31h69.96v24.91h-69.96v56.44h83.47v24.91h-110.77v-179.67h107.59v24.91h-80.29v48.5Z'/%3E%3Cpath d='M2381.17,346.9h16.96c53.53,0,94.08,39.22,94.08,93.54s-38.16,86.12-90.63,86.12h-20.41v-179.67ZM2408.46,501.66c36.04.79,56.45-27.83,56.45-61.75s-22-66.51-56.45-68.1v129.85Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    aspect-ratio: 25/7;
    max-height: 2rem;
    height:100%;
    margin: 1rem;
    bottom: 0;
    left: 0;
    filter: drop-shadow(0px 2px 5px rgb(255 255 255 / 1)) invert(1);
    opacity: .5;
    pointer-events: none;
    user-select: none;
    webkit-user-drag: none;
    }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-800.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://fey-lamellenringe.de/wp-content/uploads/2026/03/roboto-v51-latin-900.woff2') format('woff2');
}
/* End Custom Fonts CSS */