.elementor-254 .elementor-element.elementor-element-797cff3{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-254 .elementor-element.elementor-element-797cff3:not(.elementor-motion-effects-element-type-background), .elementor-254 .elementor-element.elementor-element-797cff3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-254 .elementor-element.elementor-element-75db592{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-254 .elementor-element.elementor-element-5f4ea4a.elementor-element{--align-self:stretch;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-254 .elementor-element.elementor-element-c808fc0.elementor-element{--align-self:center;}.elementor-254 .elementor-element.elementor-element-c808fc0{text-align:center;font-size:10px;font-weight:400;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;}/* Start custom CSS for html, class: .elementor-element-5f4ea4a */.footer {
  background-color: #f9f9f9;
  padding: 2rem 1rem;
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column h4 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: #111;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.3rem;
}

.footer-column a {
  color: #A60606;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column p {
  font-size: 0.92rem;
  line-height: 1.4;
  margin: 0;
}

/* Responsive Layout für Mobilgeräte */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    text-align: left;
    padding: 1.5rem;
    font-size: 0.95rem;
  }

  .footer-column {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-797cff3 *//* ===== Footer Container ===== */
footer.footer {
  background-color: #f8f8f8;
  padding: 40px 20px;
  font-family: 'Roboto', sans-serif;
  color: #444;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

/* ===== Inner Container (zentriert, max Breite) ===== */
.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

/* ===== Navigationszeile ===== */
.footer-section,
.footer-legal {
  margin-bottom: 15px;
}

.footer-section a,
.footer-legal a {
  color: #444;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.2s ease;
}

.footer-section a:hover,
.footer-legal a:hover {
  color: #a00000; /* tiefes Rot beim Hover */
}

/* ===== Kontakt + Copyright ===== */
.footer-meta {
  font-size: 13px;
  font-family: 'Times New Roman', Times, serif;
  color: #666;
}

.footer-meta a {
  color: #444;
  text-decoration: underline;
}

.footer-meta a:hover {
  color: #a00000;
}

/* ===== Responsive Verhalten ===== */
@media (max-width: 768px) {
  .footer-section,
  .footer-legal,
  .footer-meta {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

  .footer-section a,
  .footer-legal a {
    display: block;
    margin: 5px 0;
  }
}/* End custom CSS */