.elementor-kit-6{--e-global-color-primary:#70706F;--e-global-color-secondary:#A8D5BA;--e-global-color-text:#101010;--e-global-color-accent:#F5F5F5;--e-global-color-6449243:#C49D6E;--e-global-color-1fb922f:#4C8C4A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:5.3125rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:5.4rem;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:3.375rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:3rem;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.75rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:2.18rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.8rem;--e-global-typography-c09a799-font-size:2.6875rem;--e-global-typography-c09a799-font-weight:700;--e-global-typography-c09a799-line-height:2.5rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--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){--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);}.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:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-line-height:4.2rem;--e-global-typography-secondary-font-size:3.4rem;--e-global-typography-accent-font-size:1.8rem;--e-global-typography-c09a799-font-size:2.8rem;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:3.6rem;--e-global-typography-primary-line-height:3.6rem;--e-global-typography-secondary-font-size:3.1rem;--e-global-typography-secondary-line-height:3.1rem;--e-global-typography-text-font-size:1.1rem;--e-global-typography-accent-font-size:1.7rem;--e-global-typography-accent-line-height:1.7rem;--e-global-typography-c09a799-font-size:2.6rem;--e-global-typography-c09a799-line-height:2.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2.6rem;--e-global-typography-primary-line-height:2.6rem;--e-global-typography-secondary-font-size:2.2rem;--e-global-typography-secondary-line-height:2.2rem;--e-global-typography-accent-font-size:1.4rem;--e-global-typography-accent-line-height:1.7rem;--e-global-typography-c09a799-font-size:1.8rem;--e-global-typography-c09a799-line-height:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero {
    height: calc(100dvh - 40px);
}

.rechts-text {
    word-wrap: break-word;
}

.hero-blur {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px);
}

.logo {
    max-height: 100px;
    width: 100px;
    aspect-ratio: 1/1;
}

.h5::before {
    content: "";
    height: 1.3em;
    width: 1.3em;
    background: #4C8C4A;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 3rem;
    transform: translateY(-55%);
}

.test-line::before {
    content: "";
    height: 85%;
    width: 2px;
    background: #101010;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 16px;
}

.images {
    aspect-ratio: 6/4;
}

.rechtlich a {
    color: #101010;
}

@media only screen and (max-width: 1024px) {
    
.images {
    aspect-ratio: auto;
    flex: 1;
}

.about {
   aspect-ratio: 6/4; 
}

}

@media only screen and (max-width: 767px) {
    
.images {
    aspect-ratio: 6/4;
    flex: 1;
}

.about {
   aspect-ratio: 6/4; 
}

.logo {
    max-height: 70px;
    width: 70px;
    aspect-ratio: 1/1;
}

.nav-socials {
    transform: translate(-50%, -50%)
}

.navigation {
    position: relative;
}

.nav-leiste {
    postion: fixed !important;
}

.test-line::before {
    content: "";
    height: 90%;
    width: 2px;
    background: #101010;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20px;
}

}/* End custom CSS */