.elementor-kit-6{--e-global-color-primary:#7E7E7E;--e-global-color-secondary:#7E7E7E;--e-global-color-text:#424242;--e-global-color-accent:#424242;--e-global-color-f899bc9:#F5F5F5;--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;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */:root {
    --section-margin: 3rem;
}

@media only screen and (min-width: 1024px) {
:root {
    --section-margin: 7rem;
}
}

.section-margin {
    margin-top: var(--section-margin);
    margin-bottom: var(--section-margin);
}

p:last-of-type {
    margin-bottom: 0;
}

ul, ol {
    margin: 1em;
}

.padding-0 {
    padding: 0;
}

.impressum-datenschutz-links a {
    color: var(--e-global-color-text);
}

.elementor-button {
    font-size: clamp(1em, 3.5vw, 1.6em);
    color: var(--e-global-color-text);
    background-color: transparent;
    font-weight: 700;
    border: 3px solid var(--e-global-color-text);
    border-radius: 100px;
}

.elementor-button svg {
    fill: var(--e-global-color-text);
    margin-right: 5px;
}

.elementor-button:hover {
    color: #fff;
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.elementor-button:hover svg {
    fill: #fff;
}

.text-light {
    color: #fff;
}

.custom-list ul {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.custom-list li {
    background: var(--e-global-color-text);
    padding: 2rem;
    flex: 1 1 35%;
}
.fake-h1 {
    font-size: clamp(2em, 5vw, 7em);
    font-weight: 500;
}

#header .logo img {
    width: 100%;
    max-width: 300px;
    transition: 300ms;
}

#header .navi-buttons li,
#footer-bar .navi-buttons li {
    border: 1px solid;
    border-radius: 50px;
}

#header .navi-buttons li a,
#footer-bar .navi-buttons li a {
    padding: .5em 1em;
}

.navi-buttons li svg {
    fill: var(--e-global-color-text);
    width: 18px;
    height: 18px;
}

#header .navi-buttons li:nth-of-type(2) {
    border-color: var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    font-weight: 700;
}

#header .navi-buttons li:nth-of-type(2) * {
    color: #fff;
}

#header .navi-buttons li:nth-of-type(2) svg {
    fill: #fff;
}

.navi-buttons li:nth-of-type(3) .elementor-icon-list-icon svg,
.navi-buttons li:nth-of-type(4) .elementor-icon-list-icon svg {
    margin: 0;
}

.navi-buttons li:nth-of-type(3) .elementor-icon-list-text,
.navi-buttons li:nth-of-type(4) .elementor-icon-list-text {
    display: none;
}

.navi-buttons li:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

@media (width < 768px) {
    .navi-buttons li .elementor-icon-list-text {
        display: none !important;
    }
}

@media (width > 767px) {
    #header {
        position: absolute;
    }
}

#header.elementor-sticky--effects {
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

#header.elementor-sticky--effects .logo img {
    max-width: 150px;
}

#footer {
    color: #fff;
    background-color: var(--e-global-color-secondary);
    padding-block: 3rem;
}

#footer .footer-links {
    padding: 1rem;
    background-color: var(--e-global-color-accent);
    max-width: max-content;
}

#footer .footer-links li:nth-of-type(2) {
    margin-block: 10px
}

#footer .footer-links li a {
    color: #fff;
    font-weight: 700;
}

#footer .footer-links li a svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}

@media (width > 767px) {
    #intro-image img {
        margin-top: -10rem;
    }
}

#multi-step-form.fw-large-container .fw-progress-bar-container {
    width: auto !important;
}

.circle {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 2rem;
    background: var(--e-global-color-accent);
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
    .circle {
       font-size: 1.5em;
       padding: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .circle {
       display: none;
    }
}

#image-grid {
    gap: 0;
}

#image-grid img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#image-grid .e-con-inner, #image-grid .elementor-widget-image {
    height: 100%;
}

#image-grid .image-grid-row {
    gap: 0;
}

#image-grid .image-grid-row .content {
    padding: 5rem;
}/* End custom CSS */