.elementor-kit-9{--e-global-color-primary:#5C5C5C;--e-global-color-secondary:#5C5C5C;--e-global-color-text:#5C5C5C;--e-global-color-accent:#38909B;--e-global-color-71fc3c2:#F5F5F5;--e-global-color-f6c2fe6:#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;color:var( --e-global-color-text );font-family:"din-2014", Sans-serif;font-size:1.18em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#02010100;font-size:1.6em;font-weight:700;color:var( --e-global-color-text );border-style:solid;border-width:3px 3px 3px 3px;border-radius:50px 50px 50px 50px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-f6c2fe6 );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-accent );}.elementor-kit-9 a:hover{color:var( --e-global-color-text );}.elementor-kit-9 h1{font-weight:700;}.elementor-kit-9 h2{font-weight:700;}.elementor-kit-9 h3{font-weight:700;}.elementor-kit-9 h4{font-weight:700;}.elementor-kit-9 h5{font-weight:700;}.elementor-kit-9 h6{font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:1.1em;}.elementor-kit-9 h2{font-size:1.3em;}.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;
}
}

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

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

ul, ol {
    margin: 1em;
}

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

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

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

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

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

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

#navi .navi-buttons li:hover a * {
    color: #fff !important;
}

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

.circle {
    width: 100%;
    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 {
       font-size: 1.3em;
    }
}/* End custom CSS */