.elementor-kit-7{--e-global-color-primary:#5E404C;--e-global-color-secondary:#EED5BA;--e-global-color-text:#70676A;--e-global-color-accent:#F3E9D9;--e-global-color-28ea325:#EED5BA;--e-global-color-d1b708f:#E3CAAE;--e-global-color-fc2f27c:#E1C7AA;--e-global-color-ba997aa:#F9F8F9;--e-global-color-294daa3:#4A4145;--e-global-color-8f452b1:#46343B;--e-global-color-6b818e3:#6A2F47;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#70676A;font-family:"Roboto", Sans-serif;font-size:16px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#EED5BA;font-size:14px;line-height:1.1em;border-style:solid;border-width:2px 2px 2px 2px;border-color:#EED5BA;padding:16px 20px 14px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#F5DEC6;border-style:solid;border-color:#F5DEC6;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#46343B;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-kit-7 a:hover{color:#6A2F47;}.elementor-kit-7 h1{color:#4A4145;font-family:"Roboto", Sans-serif;font-size:56px;font-weight:bold;text-transform:uppercase;}.elementor-kit-7 h2{color:#4A4145;font-size:40px;font-weight:bold;text-transform:uppercase;}.elementor-kit-7 h3{color:#4A4145;font-size:19px;font-weight:bold;text-transform:uppercase;}.elementor-kit-7 h4{color:#4A4145;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-kit-7 h5{color:#4A4145;font-size:12px;font-weight:700;text-transform:uppercase;}.elementor-kit-7 h6{color:#4A4145;font-size:10px;font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1394px;}.e-con{--container-max-width:1394px;}.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);}.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 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:35px;line-height:1.2em;}.elementor-kit-7 h2{font-size:28px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-icon {
        max-height: 14px;
}
.elementor-button-icon svg {
        max-height: 18px;
}

.animated.fadeInUp {
    animation-name: customFadeInUp !important;
}

@keyframes customFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ============================================================
   SCHRÄGE ECKEN - KOMPLETT-SYSTEM (Volle Kontrolle)
   ============================================================ */

/* --- 1. GROSSE SCHRÄGE (Large) --- */

/* Desktop */
.schraege-large {
    -webkit-clip-path: polygon(48px 0, 100% 0, 100% calc(100% - 64px), calc(100% - 48px) 100%, 0 100%, 0 64px);
    clip-path: polygon(48px 0, 100% 0, 100% calc(100% - 64px), calc(100% - 48px) 100%, 0 100%, 0 64px);
}

/* Tablet */
@media (max-width: 1024px) {
    .schraege-large {
        -webkit-clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 34px) 100%, 0 100%, 0 45px);
        clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 34px) 100%, 0 100%, 0 45px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .schraege-large {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 30px) 100%, 0 100%, 0 40px);
        clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 30px) 100%, 0 100%, 0 40px);
    }
}


/* --- 2. MITTLERE SCHRÄGE (Medium) --- */

/* Desktop */
.schraege-medium {
    -webkit-clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 34px) 100%, 0 100%, 0 40px);
    clip-path: polygon(34px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 34px) 100%, 0 100%, 0 40px);
}

/* Tablet */
@media (max-width: 1024px) {
    .schraege-medium {
        -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 25px) 100%, 0 100%, 0 30px);
        clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 25px) 100%, 0 100%, 0 30px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .schraege-medium {
        -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 20px) 100%, 0 100%, 0 24px);
        clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 20px) 100%, 0 100%, 0 24px);
    }
}


/* --- 3. KLEINE SCHRÄGE (Small) --- */

/* Desktop */
.schraege-small {
    -webkit-clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 17px) 100%, 0 100%, 0 20px);
    clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 17px) 100%, 0 100%, 0 20px);
}

/* Tablet & Mobile */
@media (max-width: 1024px) {
    .schraege-small {
        -webkit-clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 12px) 100%, 0 100%, 0 14px);
        clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 12px) 100%, 0 100%, 0 14px);
    }
}/* End custom CSS */