.elementor-kit-7{--e-global-color-primary:#1A416A;--e-global-color-secondary:#D6DDE5;--e-global-color-text:#1A416A;--e-global-color-accent:#000000;--e-global-color-bdb6242:#1A416ABF;--e-global-color-a912d05:#33333A8F;--e-global-color-c9e5dbc:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:28px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-c8bbb4f-font-family:"Minion Pro";--e-global-typography-c8bbb4f-font-size:56px;--e-global-typography-c8bbb4f-font-weight:400;--e-global-typography-c8bbb4f-line-height:56px;--e-global-typography-c8bbb4f-letter-spacing:-2%;--e-global-typography-4920c68-font-family:"Inter";--e-global-typography-4920c68-font-size:16px;--e-global-typography-4920c68-font-weight:600;--e-global-typography-4920c68-line-height:24px;--e-global-typography-2e358df-font-family:"Inter";--e-global-typography-2e358df-font-size:30px;--e-global-typography-2e358df-font-weight:600;--e-global-typography-2e358df-line-height:38px;--e-global-typography-db7112a-font-family:"Inter";--e-global-typography-db7112a-font-size:20px;--e-global-typography-db7112a-font-weight:400;--e-global-typography-db7112a-line-height:30px;}.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:"Inter", Sans-serif;font-size:16px;font-weight:600;line-height:24px;color:var( --e-global-color-c9e5dbc );border-style:none;border-radius:12px 12px 12px 12px;padding:10px 16px 10px 16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}/* Start custom CSS */html, .hyphen-text {
    hyphens: auto;
    /* Vendor prefixes might still be necessary for older browser support */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

.no-hyphen-text {
    hyphens: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

.shadow-xl {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.faq-accordion details.e-n-accordion-item[open] > summary {
    border-radius: 12px 12px 0 0;
}

.faq-accordion details.e-n-accordion-item[open] > .elementor-element {
    border-radius: 0 0 12px 12px;
    border-top-width: 0;
}

.form-with-border.elementor-widget-lazy_popup_typeform {
    border-radius: 12px;
    overflow: hidden;
}

.timeline-container .timeline-item {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 3px solid;
    border-color: var(--e-global-color-primary);
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: var(--e-global-color-primary);
}

@media screen and (max-width: 767px) {
    .timeline-container .timeline-item {
        padding: 30px;
    }
}

.timeline-container .timeline-item:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 36px;
    width: 36px;
    background-color: var(--e-global-color-primary);
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.timeline-container .timeline-item:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}

.timeline-container .timeline-item:nth-child(odd):before {
    left: 100%;
    margin-left: -16px;
}

.timeline-container .timeline-item:nth-child(even) {
    border-left: 3px solid;
    padding-right: 0;
}

.timeline-container .timeline-item:nth-child(even):before {
    right: 100%;
    margin-right: -16px;
}

.timeline-container .timeline-item:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.timeline-container .timeline-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tree-timeline__container {
    counter-reset: item-counter;
}

.tree-timeline__container .tree-timeline__item__container {
    position: relative;
    counter-increment: item-counter;
    padding-bottom: 36px;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-content {
    padding: 14px;
    background-color: var(--e-global-color-primary);
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .tree-timeline__container .tree-timeline__item__container .elementor-icon-box-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-content:before {
    content: counter(item-counter);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d6dde5;
    border-radius: 2px;
    color: var(--e-global-color-primary);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 12px;
    flex-shrink: 0;
}

@media screen and (max-width: 480px) {
    .tree-timeline__item__container .elementor-icon-box-content {
        text-align: center;
    }
    .tree-timeline__item__container .elementor-icon-box-content:before {
        margin-right: 0;
    }
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-content:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 12px;
    width: 10px;
    height: 10px;
    background-color: var(--e-global-color-primary);
    transform: rotate(45deg);
}

.tree-timeline__container .tree-timeline__item__container:last-child .elementor-icon:after {
    content: unset;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-title {
    margin: 0;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-icon .elementor-icon {
    width: 32px;
    height: 32px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tree-timeline__container .tree-timeline__item__container.checked-step .elementor-icon-box-icon .elementor-icon {
    border: none;
}

.tree-timeline__container .tree-timeline__item__container:after {
    content: "";
    width: 2px;
    height: calc(100% - 32px);
    background-color: #1A416A;
    position: absolute;
    left: 16px;
    top: 32px;
}

.tree-timeline__container .tree-timeline__item__container.last-step:after {
    content: none;
}

.tree-timeline__container .tree-timeline__item__container span.elementor-icon {
    position: relative;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-icon {
    position: relative;
}

.tree-timeline__container .tree-timeline__item__container .elementor-icon-box-icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.typeform__secondary-btn .typeform-button {
    background-color: #d6dde5;
    color: #1a446a;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Minion Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://rechtinberlin.365tea.de/wp-content/uploads/2026/02/Minion-Pro-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */