.elementor-260 .elementor-element.elementor-element-2ea0f10f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2%;--padding-bottom:2%;--padding-left:2%;--padding-right:2%;}.elementor-260 .elementor-element.elementor-element-2ea0f10f:not(.elementor-motion-effects-element-type-background), .elementor-260 .elementor-element.elementor-element-2ea0f10f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-aefc98f );}.elementor-260 .elementor-element.elementor-element-f48a4a8{--display:flex;}.elementor-260 .elementor-element.elementor-element-f48a4a8:not(.elementor-motion-effects-element-type-background), .elementor-260 .elementor-element.elementor-element-f48a4a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-260 .elementor-element.elementor-element-2ea0f10f{--width:100%;}}@media(max-width:1024px){.elementor-260 .elementor-element.elementor-element-2ea0f10f{--flex-wrap:wrap;--padding-top:8%;--padding-bottom:8%;--padding-left:4%;--padding-right:4%;}}@media(max-width:767px){.elementor-260 .elementor-element.elementor-element-2ea0f10f{--padding-top:20%;--padding-bottom:20%;--padding-left:6%;--padding-right:6%;}}/* Start custom CSS for html, class: .elementor-element-01d3b0f */.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%);
}

.footer-links {
    display: flex;
    margin-left: auto;
}

.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 */