.elementor-3589 .elementor-element.elementor-element-1dd333a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-1dd333a6:not(.elementor-motion-effects-element-type-background), .elementor-3589 .elementor-element.elementor-element-1dd333a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3589 .elementor-element.elementor-element-ebee2cb .elementor-button{background-color:var( --e-global-color-accent );font-weight:900;border-style:groove;}.elementor-3589 .elementor-element.elementor-element-ebee2cb .elementor-button:hover, .elementor-3589 .elementor-element.elementor-element-ebee2cb .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3589 .elementor-element.elementor-element-3e5b8d5a .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-text );}.elementor-3589 .elementor-element.elementor-element-48d14280{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-48d14280:not(.elementor-motion-effects-element-type-background), .elementor-3589 .elementor-element.elementor-element-48d14280 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-3589 .elementor-element.elementor-element-15b938ae{--spacer-size:5px;}.elementor-3589 .elementor-element.elementor-element-3ec462a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3589 .elementor-element.elementor-element-783cfab4{font-family:"FiraSans-Regular", Sans-serif;font-weight:400;}.elementor-3589 .elementor-element.elementor-element-5e880235{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-56dd93a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3589 .elementor-element.elementor-element-56dd93a2:not(.elementor-motion-effects-element-type-background), .elementor-3589 .elementor-element.elementor-element-56dd93a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-28c7bdd9 */.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px; /* Fügt Padding hinzu, um Platz zu schaffen */
    position: relative;
}

.copyright-text {
    color: #FAF0EC;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
        font-family: 'fire sans', sans-serif !important;
    font-size: 400 !important;
}

.footer-links {
    display: flex;
    margin-left: auto;
    font-family: 'fire sans', sans-serif !important;
    font-size: 400 !important;
}

.footer-link {
    color: #FAF0EC;
    font-weight: bold;
    margin-right: 30px;
    transition: opacity 0.5s ease, transform 0.35s ease;
}

.footer-links a:first-child {
    margin-left: 0;
}

.footer-link:hover {
    transform: scale(1.2);
    color: #FAF0EC;
}

/* mobil */

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .footer-links {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-link {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .footer-link:hover {
        transform: scale(1.1);
    }

    .copyright-text {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  .footer-links {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .footer-link {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  
  .footer-link:hover {
    transform: scale(1.1);
  }
  
  .copyright-text {
    position: static;
    transform: none;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FiraSans-Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sentius-care.de/wp-content/uploads/2025/06/FiraSans-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */