.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-block-end:1.5em;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{padding:1em 3em 1em 3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**HERVORGEHOBENEN TEXT FETT MACHEN**/
.elementor-kit-10 strong {
  font-weight: 600;
}

/**REMOVE EXTRA SPACE IN TEXT-EDITOR**/
.elementor-widget-text-editor p:last-child {margin-bottom:0px;
}

/**SILBENTRENNUNG**/
.text-break {
  hyphens: auto;
}

/**TEXT AUSBALANCIEREN**/
.balance {
    text-wrap: balance;
}

/**ABSTAND NACH LETZTEM BULLET POINT**/
ul {
    margin-bottom: 1.5em;
    margin-left: -1em;
}

/**ABSTAND NACH LETZTEM NUMMERIERTEN POINT**/
ol {
    margin-bottom: 1.5em;
    margin-left: -1em;
}

/**ABSTAND NACH LETZTEM NUMMERIERTEN POINT**/
li {
    margin-bottom: 0.5em;
}

/**ABSTAND BUTTON IM FORM WIDGET**/
.elementor-field-group.elementor-field-type-submit {
 margin-top: 1.5rem;
}

/**CALL TO ACTION - ALIGN TEXT**/
.elementor-widget-call-to-action .elementor-cta__description {
    text-align: left;
}

/**BILD UNTERSCHRIFT IM BLOG**/
.wp-block-image :where(figcaption) {
    text-align: center;
}

/**BLOG ABSTAND VOR ÜBERSCHRIFT**/
.wp-block-heading {
    margin-top: 2em;
}

/**BLOG IMAGE**/
.wp-block-image {
    margin-bottom: 1vw;
}/* End custom CSS */