
/* === GLOBAL RESET === */
.ue-page, .ue-page * { box-sizing: border-box; margin: 0; padding: 0; }
.ue-page img { max-width: 100%; height: auto; display: block; }

.ue-page {
  font-family: inherit;
  overflow-x: hidden;
}

/* ===========================
   HERO
   =========================== */
.ue-hero {
  position: relative;
  padding: 80px 16px 48px;
  background: #006B7D;
  overflow: hidden;
  text-align: center;
}
.ue-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.ue-hero::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(123,160,91,0.12);
}
.ue-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
}
.ue-hero-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ue-hero h1 {
  font-size: 28px;
  color: #ffffff !important;
  line-height: 1.3;
  margin-bottom: 16px;
}
.ue-hero h1 span {
  color: #a8d08d !important;
}
.ue-hero p {
  font-size: 15px;
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ===========================
   PHILOSOPHIE
   =========================== */
.ue-philosophy {
  padding: 48px 16px;
  background: #ffffff;
}
.ue-philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ue-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
}
.ue-section-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,107,125,0.1);
  color: #006B7D;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ue-section-header h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.3;
}
.ue-section-header p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.ue-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ue-value-card {
  background: #f9f9f6;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ue-value-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-value-icon svg { width: 22px; height: 22px; fill: #fff; }
.ue-icon-teal { background: #006B7D; }
.ue-icon-sage { background: #7BA05B; }
.ue-icon-sand { background: #D4A574; }
.ue-value-card h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}
.ue-value-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* ===========================
   SABINE FUHRBACH – gleiche Karte wie Ärzte
   =========================== */
/* Sabine bekommt dieselben Styles wie .ue-team-card,
   nur mit einem teal-farbenen Akzent oben */
.ue-sabine-team-card {
  background: #f9f6f1;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow-wrap: break-word;
  border-top: 4px solid #006B7D;
}
.ue-sabine-team-card .ue-team-card-photo {
  border-color: #d6eeef;
}
.ue-sabine-quals {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: left;
}
.ue-sabine-quals li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  font-size: 12px;
  color: #555;
}
.ue-sabine-quals li svg {
  width: 14px;
  height: 14px;
  fill: #006B7D;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===========================
   ÄRZTE
   =========================== */
.ue-doctors {
  padding: 48px 16px;
  background: #ffffff;
}
.ue-doctors-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ue-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 auto;
  max-width: 360px;
}
.ue-team-card {
  background: #f9f6f1;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow-wrap: break-word;
}
.ue-team-card-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.ue-team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ue-team-card-photo--faerber img {
  object-position: 50% 32%;
  transform: scale(1.32);
}
.ue-team-card-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, rgba(0,107,125,0.08), rgba(123,160,91,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
}
.ue-team-card-placeholder svg {
  width: 36px;
  height: 36px;
  fill: rgba(0,107,125,0.3);
}
.ue-team-card h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}
.ue-team-card .ue-role {
  font-size: 13px;
  color: #006B7D;
  font-weight: 600;
  margin-bottom: 8px;
}
.ue-team-card .ue-specialty {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.ue-team-card .ue-badge-soon {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(212,165,116,0.2);
  color: #8B6914;
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}

/* ===========================
   FACHEXPERTEN
   =========================== */
.ue-experts {
  padding: 48px 16px;
  background: #f2f2f2;
}
.ue-experts-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ue-experts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ue-expert-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-wrap: break-word;
}
.ue-expert-photo {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f2f2f2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.ue-expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ue-expert-card h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}
.ue-expert-card .ue-role {
  font-size: 13px;
  color: #006B7D;
  font-weight: 600;
  margin-bottom: 6px;
}
.ue-expert-card .ue-specialty {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.ue-expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.ue-expert-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0,107,125,0.08);
  color: #006B7D;
  font-size: 11px;
  font-weight: 600;
}

/* ===========================
   STANDORT IN DEN ALPEN
   =========================== */
.ue-location {
  background: #f2f2f2;
  padding: 48px 16px;
}
.ue-location-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.ue-location-header {
  margin: 0 auto 32px;
  max-width: 700px;
  text-align: center;
}
.ue-location-badge {
  background: #006B7D;
  border-radius: 999px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  padding: 7px 16px;
}
.ue-location-header h2 {
  color: #000000;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.ue-location-header p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.ue-location-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.ue-location-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ue-location-card--artemacur { border-top: 4px solid #006B7D; }
.ue-location-card--klosterhof { border-top: 4px solid #c7d21b; }
.ue-location-photo {
  aspect-ratio: 16 / 9;
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
}
.ue-location-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ue-location-photo-label {
  background: rgba(0,0,0,0.48);
  border-radius: 999px;
  bottom: 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  left: 14px;
  padding: 6px 12px;
  position: absolute;
}
.ue-location-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 20px;
}
.ue-location-card-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.ue-location-icon {
  align-items: center;
  border-radius: 13px;
  display: flex;
  flex: 0 0 50px;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.ue-location-card--artemacur .ue-location-icon { background: rgba(0,107,125,0.10); color: #006B7D; }
.ue-location-card--klosterhof .ue-location-icon { background: rgba(199,210,27,0.16); color: #9aa000; }
.ue-location-icon svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 25px;
}
.ue-location-card-title h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}
.ue-location-card-subtitle {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 4px;
}
.ue-location-card--artemacur .ue-location-card-subtitle { color: #006B7D; }
.ue-location-card--klosterhof .ue-location-card-subtitle { color: #9aa000; }
.ue-location-card-meta {
  color: #777;
  font-size: 12px;
  line-height: 1.5;
}
.ue-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 16px;
}
.ue-location-tag {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 5px;
  padding: 5px 10px;
}
.ue-location-card--artemacur .ue-location-tag { background: rgba(0,107,125,0.08); color: #006B7D; }
.ue-location-card--klosterhof .ue-location-tag { background: rgba(199,210,27,0.13); color: #9aa000; }
.ue-location-tag svg,
.ue-location-list svg {
  fill: none;
  flex-shrink: 0;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 13px;
}
.ue-location-list {
  color: #555;
  font-size: 13px;
  line-height: 1.55;
  list-style: none;
  margin: 0 0 16px;
}
.ue-location-list li {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.ue-location-list li:last-child { margin-bottom: 0; }
.ue-location-card--artemacur .ue-location-list svg { color: #006B7D; margin-top: 4px; }
.ue-location-card--klosterhof .ue-location-list svg { color: #9aa000; margin-top: 4px; }
.ue-location-highlight {
  border-radius: 0 12px 12px 0;
  color: #333;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 16px;
  padding: 11px 13px;
}
.ue-location-card--artemacur .ue-location-highlight { background: rgba(0,107,125,0.06); border-left: 4px solid #006B7D; }
.ue-location-card--klosterhof .ue-location-highlight { background: rgba(199,210,27,0.09); border-left: 4px solid #c7d21b; }
.ue-location-team {
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.ue-location-actions {
  align-items: center;
  border-top: 1px solid #f0f0f0;
  display: flex;
  margin-top: auto;
  padding-top: 16px;
}
.ue-location-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  padding: 8px 16px;
  text-decoration: none !important;
}
.ue-location-btn svg {
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 13px;
}
.ue-location-card--artemacur .ue-location-btn { background: rgba(0,107,125,0.10); color: #006B7D !important; }
.ue-location-card--klosterhof .ue-location-btn { background: rgba(199,210,27,0.16); color: #849000 !important; }
@media (min-width: 768px) {
  .ue-location { padding: 64px 32px; }
  .ue-location-grid { gap: 24px; grid-template-columns: 1fr 1fr; }
  .ue-location-header { margin-bottom: 40px; }
  .ue-location-header h2 { font-size: 30px; }
  .ue-location-body { padding: 28px 24px 24px; }
  .ue-location-card-title h3 { font-size: 20px; }
  .ue-location-list { font-size: 14px; }
}
@media (min-width: 1024px) {
  .ue-location { padding: 80px 40px; }
  .ue-location-header { margin-bottom: 48px; }
  .ue-location-header h2 { font-size: 34px; }
  .ue-location-body { padding: 30px 28px 28px; }
}

/* ===========================
   CTA
   =========================== */
.ue-cta {
  padding: 48px 16px;
  background: #006B7D;
  text-align: center;
}
.ue-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.ue-cta h2 {
  font-size: 24px;
  color: #ffffff !important;
  margin-bottom: 12px;
}
.ue-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 24px;
  line-height: 1.7;
}
.ue-cta-btn,
.ue-cta-btn:link,
.ue-cta-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: #ffffff;
  color: #006B7D !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s;
  width: 100%;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.ue-cta-btn:hover { background: #f2ece4; }

/* ===========================
   RESPONSIVE BREAKPOINTS
   =========================== */

/* AB 480px */
@media (min-width: 480px) {
  .ue-hero h1 { font-size: 32px; }
  .ue-hero p { font-size: 16px; }
  .ue-values-grid { grid-template-columns: 1fr 1fr; }
  .ue-team-grid { grid-template-columns: 1fr; max-width: 360px; }
  .ue-cta-btn { width: auto; }
}

/* AB 768px – Tablet */
@media (min-width: 768px) {
  .ue-hero { padding: 100px 32px 64px; }
  .ue-hero h1 { font-size: 38px; }
  .ue-hero p { font-size: 17px; }
  .ue-hero-badge { font-size: 13px; padding: 7px 18px; }
  .ue-philosophy { padding: 64px 32px; }
  .ue-philosophy-inner { padding: 0; }
  .ue-section-header { margin-bottom: 40px; }
  .ue-section-header h2 { font-size: 30px; }
  .ue-section-header p { font-size: 15px; }
  .ue-section-badge { font-size: 13px; padding: 7px 18px; }
  .ue-values-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .ue-value-card { padding: 24px; }
  .ue-value-card h3 { font-size: 17px; }
  .ue-value-card p { font-size: 14px; }

  .ue-doctors { padding: 64px 32px; }
  .ue-doctors-inner { padding: 0; }
  .ue-team-grid { grid-template-columns: 1fr; gap: 20px; max-width: 360px; }
  .ue-team-card { padding: 28px 24px; }
  .ue-team-card h3 { font-size: 17px; }
  .ue-team-card .ue-role { font-size: 14px; }
  .ue-team-card .ue-specialty { font-size: 13px; }
  .ue-experts { padding: 64px 32px; }
  .ue-experts-inner { padding: 0; }
  .ue-experts-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ue-expert-card { padding: 28px 24px; }
  .ue-expert-photo { width: 90px; height: 90px; min-width: 90px; }
  .ue-expert-card h3 { font-size: 17px; }
  .ue-expert-card .ue-role { font-size: 14px; }
  .ue-expert-card .ue-specialty { font-size: 14px; }
  
  .ue-cta { padding: 64px 32px; }
  .ue-cta h2 { font-size: 28px; }
  .ue-cta p { font-size: 16px; }
  .ue-cta-btn { padding: 16px 36px; font-size: 16px; }
}

/* AB 1024px – Desktop */
@media (min-width: 1024px) {
  .ue-hero { padding: 120px 40px 80px; }
  .ue-hero h1 { font-size: 46px; }
  .ue-hero p { font-size: 18px; }
  .ue-philosophy { padding: 80px 40px; }
  .ue-section-header { margin-bottom: 60px; }
  .ue-section-header h2 { font-size: 36px; }
  .ue-section-header p { font-size: 16px; }
  .ue-values-grid { gap: 24px; }
  .ue-value-icon { width: 48px; height: 48px; min-width: 48px; }
  .ue-value-icon svg { width: 24px; height: 24px; }

  .ue-doctors { padding: 80px 40px; }
  .ue-team-grid { grid-template-columns: 1fr; gap: 24px; max-width: 380px; }
  .ue-team-card-photo, .ue-team-card-placeholder { width: 112px; height: 112px; }
  .ue-experts { padding: 80px 40px; }
  .ue-experts-grid { gap: 24px; }
  .ue-expert-photo { width: 100px; height: 100px; min-width: 100px; }
  
  .ue-cta { padding: 80px 40px; }
  .ue-cta h2 { font-size: 32px; }
}
