.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-2b5583b3 */.footer-schlossalm {
  background-color: #f2f2f2;
  padding: 30px;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  color: #000;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 40px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.footer-socials img {
  margin-right: 10px;
  vertical-align: middle;
}

.footer-divider {
  margin: 20px;
  border: none;
  border-top: 1px solid #ccc;
  padding-bottom : 10px;
}

.footer-links {
  text-align: center;
  flex-wrap: wrap;
}

.footer-links a {
  margin: 0 15px;
  color: #B81516 !important;
  font-weight: bold !important;;
  text-decoration: none;
  text-transform: underline;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* 📱 Responsive: Alles bleibt nebeneinander, wird nur kleiner */
@media (max-width: 768px) {
  .footer-schlossalm {
    padding: 20px;
    font-size: 12px;
  }

  .footer-logo {
    width: 90px;
    margin-bottom: 10px;
  }

  .footer-wrapper {
    margin-left: 20px;
  }

  .footer-links a {
    margin: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-schlossalm {
    font-size: 16px;
    padding: 20px 10px;
    text-align: center;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 80px;
    margin: 0 auto 15px;
    display: block;
  }

  .footer-socials img {
    margin: 0 5px;
  }

  .footer-links {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .footer-links a {
    display: inline-block;
    font-size: 11px;
    margin: 5px 8px;
  }
}

.line {
  display: block;
  margin-bottom: 0.2em;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 4px; /* oder was dir passt */
}/* End custom CSS */