.elementor-197 .elementor-element.elementor-element-602ed65a{--display:flex;--min-height:0px;--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;--justify-content:space-evenly;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-197 .elementor-element.elementor-element-602ed65a:not(.elementor-motion-effects-element-type-background), .elementor-197 .elementor-element.elementor-element-602ed65a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1f1e308 );background-image:url("https://frequenzevolution.de/wp-content/uploads/2025/02/Frequenzevolution-Start02.png");background-position:center center;background-repeat:no-repeat;}.elementor-197 .elementor-element.elementor-element-602ed65a::before, .elementor-197 .elementor-element.elementor-element-602ed65a > .elementor-background-video-container::before, .elementor-197 .elementor-element.elementor-element-602ed65a > .e-con-inner > .elementor-background-video-container::before, .elementor-197 .elementor-element.elementor-element-602ed65a > .elementor-background-slideshow::before, .elementor-197 .elementor-element.elementor-element-602ed65a > .e-con-inner > .elementor-background-slideshow::before, .elementor-197 .elementor-element.elementor-element-602ed65a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#35359980;--background-overlay:'';}.elementor-197 .elementor-element.elementor-element-179e7ddf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:1px 1px 1px 1px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-602ed65a */.footer-container {
    position: relative;
    width: 100%;
    background: url('/wp-content/uploads/2025/02/footer-background.jpg') no-repeat center center;
    background-size: cover;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1600px;
    height: 90%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 1;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.footer-column {
    flex: 1;
    text-align: center;
    color: white;
}

.footer-heading {
    white-space: nowrap;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 10px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
    text-decoration: none;
}

.footer-link {
    color: #FFD700; /* Goldgelb für bessere Sichtbarkeit */
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter-form input {
    width: 80%;
    max-width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
}

.newsletter-form button {
    background: yellow;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.footer-copyright {
    text-align: center;
    margin-top: 20px;
    color: white;
    font-size: 14px;
}

.footer-quote {
    font-style: italic;
    font-size: 18px; /* Größer für bessere Lesbarkeit */
    color: #c0ccda;
    text-align: center;
    max-width: 400px; /* Mehr Platz für das Zitat */
    margin: 10px auto 5px auto; /* Oben etwas mehr Abstand */
    line-height: 1.6; /* Mehr Zeilenhöhe für bessere Lesbarkeit */
}

.footer-quote-author {
    font-weight: bold;
    font-size: 16px; /* Bisschen kleiner als das Zitat */
    color: #ffd700; /* Gold */
    text-align: center;
    margin-top: 8px; /* Abstand zum Zitat */
}

.footer-column {
    width: 30%; /* Jede Spalte nimmt 30% ein, mehr Abstand */
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 5%; /* Fügt Abstand zwischen den Spalten hinzu */
}

.footer-column.middle {
    width: 40%; /* Die mittlere Spalte bekommt etwas mehr Platz */
}/* End custom CSS */