.elementor-3175 .elementor-element.elementor-element-459b8ec8.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3175 .elementor-element.elementor-element-459b8ec8.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-3175 .elementor-element.elementor-element-459b8ec8.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3175 .elementor-element.elementor-element-459b8ec8.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-3175 .elementor-element.elementor-element-459b8ec8.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-3175 .elementor-element.elementor-element-aebda.elementor-column{align-self:inherit;cursor:default;}.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: Arial, sans-serif;
  font-size: 14px;
  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: #be2d2d;
  font-weight: bold;
  text-decoration: none;
}

.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: 11px;
    padding: 15px;
  }

  .footer-logo {
    width: 70px;
  }

  .footer-links a {
    font-size: 11px;
    margin: 0 8px;
  }
}/* End custom CSS */