.kalender-container {
    width: 100%;
    max-width: 100%;
    height: 900px; /* HIER passiert die Magie */
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #fff;
}

.kalender-container iframe {
    width: 100%;
    height: 1100px; /* größer als Container */
    border: none;
}

/* Mobile */
@media (max-width: 768px) {
    .kalender-container {
        height: 750px;
    }

    .kalender-container iframe {
        height: 1000px;
    }
}
#ruhe-container {
    animation: kenburns 17s ease-in-out infinite alternate;
}

@keyframes kenburns {
    0% { background-size: 100%; background-position: center; }
    100% { background-size: 115%; background-position: center; }
}
.belegungskalender-wrapper {
    position: relative;
    width: 100%;
    margin: 40px auto;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* iframe */
.belegungskalender-wrapper iframe {
    width: 100%;
    height: 1200px; /* Desktop Höhe */
    border: none;
    display: block;
}

/* Hover */
.belegungskalender-wrapper:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

/* 📱 MOBILE FIX */
@media (max-width: 768px) {

    .belegungskalender-wrapper {
        overflow: visible; /* GANZ WICHTIG */
    }

    .belegungskalender-wrapper iframe {
        height: 1500px; /* höher = nichts abgeschnitten */
    }
}
.trustindex-widget-footer {
    display: none !important;
}
.price-list {
  max-width: 900px;
  margin: 0 auto;
}

.price-list h2 {
  text-align: center;
  margin-bottom: 10px;
}

.price-list p {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.price-highlight {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 30px;
}

.price-note {
  text-align: center;
  margin-top: 25px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.price-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
}

.price-card h3 {
  margin-bottom: 15px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.price-card li {
  margin-bottom: 8px;
}

.price-card p {
  text-align: left;
  color: #444;
  margin: 0;
}

.extra-costs {
  margin-top: 40px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
}

.extra-costs h3 {
  margin-bottom: 15px;
}

.extra-costs ul {
  padding-left: 18px;
}

.extra-costs li {
  margin-bottom: 8px;
}

.cta-button {
  text-align: center;
  margin-top: 30px;
}

.btn-anfrage {
  display: inline-block;
  background: #6b8e23;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-anfrage:hover {
  background: #556b1f;
}
.elementor-button.secondary-btn {
  background-color: transparent !important;
  color: #6b8e23 !important;
  border: 2px solid #6b8e23 !important;
}

.elementor-button {
  transition: all 0.25s ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
}
.secondary-btn .elementor-button {
  background-color: transparent !important;
  color: #6b8e23 !important;
  border: 2px solid #6b8e23 !important;
  border-radius: 8px !important;
  transition: all 0.25s ease !important;
}

.secondary-btn .elementor-button:hover {
  background-color: #6b8e23 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}