.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000D53;--e-global-color-text:#292929;--e-global-color-accent:#2755F3;--e-global-color-e9c25c9:#FFFFFF00;--e-global-color-4086a01:#1B252F;--e-global-color-f7c463e:#1B252FBF;--e-global-color-c9705d0:#E9EAEC;--e-global-color-f544a82:#F7F7F7;--e-global-color-541c41d:#A7B9F5;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.8em;--e-global-typography-ce8475d-font-family:"Unbounded";--e-global-typography-ce8475d-font-size:45px;--e-global-typography-ce8475d-font-weight:600;--e-global-typography-ce8475d-text-transform:none;--e-global-typography-ce8475d-line-height:1em;font-family:"Figtree", Sans-serif;font-size:18px;font-weight:400;text-decoration:none;line-height:1.7em;}.elementor-kit-7 a{color:var( --e-global-color-secondary );font-family:"Figtree", Sans-serif;text-decoration:none;}.elementor-kit-7 a:hover{text-decoration:none;}.elementor-kit-7 h1{font-family:"Unbounded", Sans-serif;line-height:1.3em;}.elementor-kit-7 h2{font-family:"Unbounded", Sans-serif;font-weight:700;text-decoration:none;line-height:1.3em;}.elementor-kit-7 h3{font-family:"Unbounded", Sans-serif;font-weight:700;line-height:1.3em;}.elementor-kit-7 h4{font-family:"Unbounded", Sans-serif;font-weight:700;line-height:1.3em;}.elementor-kit-7 h5{font-family:"Unbounded", Sans-serif;font-weight:700;line-height:1.3em;}.elementor-kit-7 h6{font-family:"Unbounded", Sans-serif;font-weight:700;line-height:1.3em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Lato", Sans-serif;font-weight:400;}.elementor-kit-7 label{font-family:"Lato", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Lato", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-7{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:45px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:18px;--e-global-typography-ce8475d-font-size:35px;}.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-ce8475d-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {
    margin: 0;
    padding: 0;
}

.section {
    height: 1000px; /* Höhe des Abschnitts, kann angepasst werden */
    background-color: #f0f0f0;
}

.placeholder {
    height: 200px; /* Höhe des Platzhalters, kann angepasst werden */
}

.image-container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0; /* Bild ist zunächst unsichtbar */
    transition: opacity 0.5s; /* Animationseffekt */
}

.scroll-image {
    width: auto;
    height: 300px; /* Höhe des Bildes, kann angepasst werden */
}

.scroll-in {
    opacity: 1; /* Bild einblenden, wenn es eingeblendet wird */
}

.entry-title{display:none !Important;}

.button{border-radius:0px !important; background-color: #2755f3 !important; color: #ffff; border-color: #fff;}/* End custom CSS */