.elementor-kit-6{--e-global-color-primary:#3A6FA6;--e-global-color-secondary:#033B7F;--e-global-color-text:#2B2B2B;--e-global-color-accent:#85B3DD;--e-global-color-10ed9bf:#FFFFFF;--e-global-color-dd242b9:#85B3DD24;--e-global-color-3f7935a:#0E2A47;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-word-spacing:0.05em;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:600;--e-global-typography-58486c5-font-size:0.8em;--e-global-typography-58486c5-font-weight:600;--e-global-typography-58486c5-font-style:normal;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:1.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Alle Elementor-Bilder mit runden Ecken */
.elementor-widget-image img {
    border-radius: 15px; /* Wert nach Wunsch anpassen */
    overflow: hidden;
}

.terrasports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    font-family: sans-serif;
    color: #333;
  }
  .sport-card {
    background: #f9f9f9;
    border-left: 4px solid #005a87; /* Hausfarbe Klinik Wersbach Blau */
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  .sport-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #005a87;
    margin-bottom: 5px;
    display: block;
  }
  .intensity-wrapper {
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #666;
  }
  .intensity-dots {
    color: #005a87;
    letter-spacing: 2px;
  }
  .sport-description {
    line-height: 1.5;
    font-size: 0.95rem;
  }
  .symbolic-note {
    font-style: italic;
    color: #555;
    display: block;
    margin-top: 8px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
  }
  .therapie-fokus {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 20px 0;
  }
  .lead-phrase {
    font-size: 1.25rem;
    color: #005a87; /* Hausfarbe Klinik Wersbach */
    font-weight: bold;
    margin-bottom: 10px;
  }
  .konzept-box {
    background-color: #f4f7f9;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #005a87;
    margin: 25px 0;
  }
  .therapie-liste {
    list-style: none;
    padding: 0;
    margin-top: 15px;
  }
  .therapie-liste li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
  }
  .therapie-liste li::before {
    content: "•";
    color: #005a87;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
  }
  .therapy-goal {
    font-size: 1.1rem;
    color: #444;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
.wersbach-download-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 500px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.download-icon {
    background-color: #f4f7f9;
    color: #005a87;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    flex-shrink: 0;
}

.download-info {
    flex-grow: 1;
}

.download-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    color: #005a87;
    display: block;
    margin-bottom: 5px;
}

.download-meta {
    font-size: 0.85rem;
    color: #666666;
    font-family: sans-serif;
}

.download-button {
    background-color: #005a87;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.download-button:hover {
    background-color: #004466;
}

/* Responsive Anpassung */
@media (max-width: 480px) {
    .wersbach-download-card {
        flex-direction: column;
        text-align: center;
    }
}
.wersbach-table-container {
  margin: 25px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wersbach-aufnahme-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wersbach-aufnahme-table thead {
  background-color: #005a87; /* Hausfarbe Blau */
  color: #ffffff;
}

.wersbach-aufnahme-table th, 
.wersbach-aufnahme-table td {
  padding: 18px 25px;
  text-align: left;
  border-bottom: 1px solid #eef2f5;
  line-height: 1.6;
}

.highlight-blue {
  color: #005a87;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* Responsive Ansicht für Mobilgeräte */
@media screen and (max-width: 768px) {
  .wersbach-aufnahme-table thead {
    display: none; /* Kopfzeile auf Handy ausblenden */
  }

  .wersbach-aufnahme-table tr {
    display: block;
    border-bottom: 10px solid #f4f7f9; /* Trennung der Karten */
  }

  .wersbach-aufnahme-table td {
    display: block;
    text-align: right;
    padding: 15px;
  }

  .wersbach-aufnahme-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #005a87;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

  .wersbach-aufnahme-table td:last-child {
    text-align: left;
    border-bottom: none;
  }
}/* End custom CSS */