.elementor-6651 .elementor-element.elementor-element-dd9214a{--display:flex;--min-height:600px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-6651 .elementor-element.elementor-element-dd9214a:not(.elementor-motion-effects-element-type-background), .elementor-6651 .elementor-element.elementor-element-dd9214a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #0E3A5F 0%, #00A0D1 100%);}.elementor-6651 .elementor-element.elementor-element-c45aee1{text-align:center;}.elementor-6651 .elementor-element.elementor-element-c45aee1 .elementor-heading-title{font-size:50px;font-weight:800;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 2px 10px rgba(0, 0, 0, 0.39);color:#FFFFFF;}.elementor-6651 .elementor-element.elementor-element-f4b123d > .elementor-widget-container{margin:23px 0px 41px 0px;}.elementor-6651 .elementor-element.elementor-element-f4b123d{text-align:center;font-size:23px;color:#FFFFFF;}.elementor-6651 .elementor-element.elementor-element-f4b123d p{margin-block-end:1.7px;}.elementor-6651 .elementor-element.elementor-element-273acd8{--display:flex;}.elementor-6651 .elementor-element.elementor-element-273acd8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-6651 .elementor-element.elementor-element-273acd8{--width:82.479%;}}@media(max-width:1024px){.elementor-6651 .elementor-element.elementor-element-c45aee1 .elementor-heading-title{font-size:41px;}.elementor-6651 .elementor-element.elementor-element-f4b123d{text-align:center;font-size:20px;}}@media(max-width:767px){.elementor-6651 .elementor-element.elementor-element-c45aee1 .elementor-heading-title{font-size:32px;}.elementor-6651 .elementor-element.elementor-element-f4b123d{font-size:19px;}}/* Start custom CSS for shortcode, class: .elementor-element-d9af4da *//* ============================================================
   SVG EXPERTEN SUCHFUNKTION – GESAMTES CSS
   ============================================================ */

/* ---------- Wrapper ---------- */
.svg-gutachter-wrapper {
  max-width: 1200px;
  margin: 40px auto 60px;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   SUCHLEISTE – Google-Style
   ============================================================ */

/* ============================================================
   SUCHLEISTE – Google-Style, ohne jeden Standard-Rahmen
   ============================================================ */

.svg-gutachter-wrapper .svg-gutachter-search {
  position: relative;
  max-width: 900px;
  margin: 0 auto 32px;
  padding: 6px 8px 6px 18px;
  border-radius: 999px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
  box-sizing: border-box;
}

/* KEIN Fokusrahmen für die ganze Leiste */
.svg-gutachter-wrapper .svg-gutachter-search:focus-within {
  border-color: #E5E7EB;          /* keine blaue Umrandung mehr */
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

/* Input – alle Browser-/Theme-Stile ausknipsen */
.svg-gutachter-wrapper .svg-search-input,
.svg-gutachter-wrapper input[name="q"] {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: transparent !important;
  font-size: 15px;
  color: #111827;
  padding: 8px 0;
}

/* Platzhalterfarbe */
.svg-gutachter-wrapper .svg-search-input::placeholder {
  color: #9CA3AF;
}

/* Innerer WebKit-Fokus-Ring entfernen */
.svg-gutachter-wrapper .svg-search-input::-webkit-focus-inner {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Fokus sichtbar? Nein danke. */
.svg-gutachter-wrapper .svg-search-input:focus,
.svg-gutachter-wrapper .svg-search-input:active,
.svg-gutachter-wrapper .svg-search-input:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Falls das Theme ALLE Textfelder stylt – hier übersteuern */
.svg-gutachter-wrapper input[type="text"],
.svg-gutachter-wrapper input[type="search"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}

/* Button sitzt rechts in der Kapsel */
.svg-gutachter-wrapper .svg-search-btn {
  border: none;
  border-radius: 999px;
  height: 36px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #00A0D1;
  color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.svg-gutachter-wrapper .svg-search-btn:hover {
  background: #008FBF;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.28);
  transform: translateY(-1px);
}

.svg-gutachter-wrapper .svg-search-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
}

/* Mobile: volle Breite, bleibt EIN Element */
@media (max-width: 768px) {
  .svg-gutachter-wrapper .svg-gutachter-search {
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 6px 10px 6px 16px;
    gap: 8px;
  }

  .svg-gutachter-wrapper .svg-search-input {
    font-size: 14px;
  }

  .svg-gutachter-wrapper .svg-search-btn {
    padding: 0 18px;
    height: 34px;
    font-size: 13px;
    white-space: nowrap;
  }
}

}


/* Button sitzt rechts in der Kapsel */
.svg-search-btn {
  border: none;
  border-radius: 999px;
  height: 36px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #00A0D1;
  color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.svg-search-btn:hover {
  background: #008FBF;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.28);
  transform: translateY(-1px);
}

.svg-search-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
}

/* Mobile: volle Breite, bleibt EIN Element */
@media (max-width: 768px) {
  .svg-gutachter-search {
    max-width: 100%;
    margin: 0 auto 24px;
    padding: 6px 10px 6px 16px;
    gap: 8px;
  }

  .svg-search-input {
    font-size: 14px;
  }

  .svg-search-btn {
    padding: 0 18px;
    height: 34px;
    font-size: 13px;
    white-space: nowrap;
  }
}

/* ============================================================
   GRID / KARTEN – 3 pro Reihe auf Desktop
   ============================================================ */

.svg-gutachter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* ab großem Screen exakt 3 Karten */
@media (min-width: 1024px) {
  .svg-gutachter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Karte */
.svg-gutachter-card {
  position: relative;
  overflow: visible; /* Badge darf rausgucken */
  background: #ffffff;
  border-radius: 24px;
  padding: 26px 22px 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Hover-Effekt */
.svg-gutachter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Obere Akzentlinie */
.svg-gutachter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg,#003B73,#00A0D1,#005F99);
  border-radius: 2px 2px 0 0;
  transition: width 0.4s ease;
}

.svg-gutachter-card:hover::before {
  width: 100%;
}

/* oberer Bereich der Karte */
.svg-gutachter-card .card-top {
  display: flex;
  flex-direction: column;
  flex: 1; /* sorgt dafür, dass Footer wirklich unten sitzt */
}

/* ============================================================
   BADGE – wirklich rund, auch beim Hover
   ============================================================ */

.badge-wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto 14px auto;
  border-radius: 50%;
  overflow: hidden;                 /* schneidet Ecken ab */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0,160,209,0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.gutachter-badge {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  pointer-events: none;
}

/* Hover: komplette runde Form wächst */
.svg-gutachter-card:hover .badge-wrap {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 16px 36px rgba(0,160,209,0.35);
}

/* ============================================================
   TYPO IN DER KARTE
   ============================================================ */

.name {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #003B73;
  margin-bottom: 6px;
}

.fachgebiet {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2563EB;
  margin-bottom: 10px;
}

.kurztext {
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
  margin-bottom: 12px;
}

.ort {
  margin-top: auto; /* drückt Buttons nach unten */
  font-size: 14px;
  color: #111827;
  text-align: center;
}

/* ============================================================
   BUTTONS IN DER KARTE – unten, klickbar
   ============================================================ */

.card-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

/* etwas höhere Spezifität, damit Theme nix überschreibt */
.svg-gutachter-wrapper .gutachter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  background: #F9FAFB;
  color: #1F2933;
  border-color: #E5E7EB;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease;
}

.svg-gutachter-wrapper .gutachter-btn.primary {
  background: linear-gradient(90deg, #00A0D1, #0088B3);
  color: #FFFFFF;
  border-color: #00A0D1;
}

.svg-gutachter-wrapper .gutachter-btn.ghost {
  background: #F9FAFB;
  color: #1F2933;
  border-color: #E5E7EB;
}

/* kleiner Shine-Effekt */
.svg-gutachter-wrapper .gutachter-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0.15;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.svg-gutachter-wrapper .gutachter-btn:hover::before {
  transform: scaleX(1);
}

.svg-gutachter-wrapper .gutachter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 136, 179, 0.28);
}

.svg-gutachter-wrapper .gutachter-btn.ghost:hover {
  background: #FFFFFF;
  border-color: #00A0D1;
  color: #003B73;
}

/* ============================================================
   MODAL
   ============================================================ */

body.modal-open {
  overflow: hidden;
}

.gutachter-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
}

.gutachter-modal.is-open {
  display: flex;
}

.gutachter-modal-inner {
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 26px 22px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #4b5563;
}

.modal-close:hover {
  color: #111827;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
  padding-top: 8px;
}

.modal-body h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #003B73;
  text-align: center;
}

.modal-body h3 {
  font-size: 1.05rem;
  margin: 1.2rem 0 0.4rem;
  color: #003B73;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8rem 0 0.8rem;
  font-size: 0.95rem;
}

.details-table th {
  text-align: left;
  padding: 6px 10px 6px 0;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}

.details-table td {
  padding: 6px 0;
  color: #4B5563;
}

.details-table tr + tr td,
.details-table tr + tr th {
  border-top: 1px solid #E5E7EB;
}
/* ========= MODAL BADGE – wie auf der Karte, mit Glow ========= */

/* Runder Wrapper mit Glow */
.elementor-6651 .elementor-element.elementor-element-d9af4da #gutachter-modal .modal-body .modal-badge-wrap {
    width: 170px;
    height: 170px;
    margin: 10px auto 18px auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,160,209,0.32);  /* Glow wie Karte */
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Bild im Wrapper */
.elementor-6651 .elementor-element.elementor-element-d9af4da #gutachter-modal .modal-body .modal-badge-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Hover-Effekt: leicht anheben + stärkerer Glow */
.elementor-6651 .elementor-element.elementor-element-d9af4da #gutachter-modal .modal-body .modal-badge-wrap:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 18px 40px rgba(0,160,209,0.45);
}/* End custom CSS */