.elementor-6582 .elementor-element.elementor-element-f169120{--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-6582 .elementor-element.elementor-element-f169120:not(.elementor-motion-effects-element-type-background), .elementor-6582 .elementor-element.elementor-element-f169120 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #0E3A5F 0%, #00A0D1 100%);}.elementor-6582 .elementor-element.elementor-element-e188132{text-align:center;}.elementor-6582 .elementor-element.elementor-element-e188132 .elementor-heading-title{font-size:48px;font-weight:800;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 2px 10px rgba(0, 0, 0, 0.39);color:#FFFFFF;}.elementor-6582 .elementor-element.elementor-element-14225be > .elementor-widget-container{margin:23px 0px 41px 0px;}.elementor-6582 .elementor-element.elementor-element-14225be{text-align:center;font-size:23px;color:#FFFFFF;}.elementor-6582 .elementor-element.elementor-element-14225be p{margin-block-end:1.7px;}.elementor-6582 .elementor-element.elementor-element-6e42228{--display:flex;}.elementor-6582 .elementor-element.elementor-element-4beffb2{--display:flex;}@media(max-width:1024px){.elementor-6582 .elementor-element.elementor-element-14225be{text-align:center;font-size:20px;}}@media(max-width:767px){.elementor-6582 .elementor-element.elementor-element-e188132 .elementor-heading-title{font-size:37px;}.elementor-6582 .elementor-element.elementor-element-14225be{font-size:19px;}}/* Start custom CSS for shortcode, class: .elementor-element-bc2544e *//* ---------- Wrapper & Suchleiste ---------- */
.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;
}

.svg-gutachter-search {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 28px;
}

.svg-search-input {
  flex: 1;
  border-radius: 999px;
  border: 2px solid #E2E8F0;
  padding: 12px 18px;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
  outline: none;
}

.svg-search-input:focus {
  border-color: #00A0D1;
  box-shadow: 0 0 0 3px rgba(0, 160, 209, 0.25);
}

.svg-search-btn {
  position: relative;
  border: none;
  border-radius: 999px;
  padding: 0 26px;
  min-width: 120px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(90deg, #00A0D1, #0088B3);
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

/* Lade-Animation wie bei deinen anderen Buttons */
.svg-search-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0.18;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.svg-search-btn:hover::before {
  transform: scaleX(1);
}

.svg-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 136, 179, 0.30);
}

/* ---------- Grid & Karten ---------- */
/* === Karten Hover + Akzentlinie + Badge-Animation === */

/* Grundstil der Karte (falls noch nicht gesetzt) */
.svg-gutachter-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Karte leicht anheben + Schatten verstärken beim Hover */
.svg-gutachter-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Akzentlinie oben mit animiertem Farbverlauf */
.svg-gutachter-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg,#003B73 0%,#00A0D1 50%,#005F99 100%);
    border-radius: 2px 2px 0 0;
    transition: width 0.4s ease;
}

/* Beim Hover fährt die Linie über die ganze Kartenbreite */
.svg-gutachter-card:hover::before {
    width: 100%;
}

/* Zertifizierungs-Badge (rund, mit Schatten) */
.svg-gutachter-card .gutachter-badge {
    display: block;
    width: 110px;
    height: 110px;
    margin: 26px auto 18px auto;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,160,209,0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Badge beim Hover leicht „aufladen“ */
.svg-gutachter-card:hover .gutachter-badge {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 30px rgba(0,160,209,0.35);
}


.svg-gutachter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.svg-gutachter-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 26px 22px 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* oberer Teil der Karte */
.svg-gutachter-card .card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Badge mittig & rund */
.badge-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.gutachter-badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
}

/* Typografie */
.svg-gutachter-card .name {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #003B73;
  margin-bottom: 6px;
}

.svg-gutachter-card .fachgebiet {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2563EB;
  margin-bottom: 10px;
}

.svg-gutachter-card .kurztext {
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
  margin-bottom: 12px;
  text-align: left;
  word-break: normal;   /* keine hässlichen Wort-Splits */
  hyphens: auto;
}

/* PLZ / Ort klebt unten → sorgt dafür, dass alle Karten optisch gleich hoch wirken */
.svg-gutachter-card .ort {
  margin-top: auto;
  font-size: 14px;
  color: #111827;
}

/* ---------- Footer-Buttons ---------- */

/* Wrapper für alle Buttons */
.card-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

/* DETAILS = volle Breite */
.details-btn {
  width: 100%;
}

/* Telefon + E-Mail nebeneinander */
.contact-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* Telefon / E-Mail = 50% Breite */
.contact-row .gutachter-btn {
  flex: 1;
}

/* Rest deiner Button-Styles bleibt gleich */


.gutachter-btn {
  flex: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease;
}

/* Primärer Button (Details, Mehr laden) */
.gutachter-btn.primary {
  background: linear-gradient(90deg, #00A0D1, #0088B3);
  color: #FFFFFF;
  border-color: #00A0D1;
}

/* Ghost-Buttons (Telefon, E-Mail) */
.gutachter-btn.ghost {
  background: #F9FAFB;
  color: #1F2933;
  border-color: #E5E7EB;
}

/* Lade-Overlay */
.gutachter-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0.18;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.gutachter-btn:hover::before {
  transform: scaleX(1);
}

.gutachter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 136, 179, 0.28);
}

.gutachter-btn.ghost:hover {
  background: #FFFFFF;
  border-color: #00A0D1;
  color: #003B73;
}

/* ---------- "Mehr laden" ---------- */

.svg-gutachter-more {
  margin-top: 32px;
  text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
  .svg-gutachter-search {
    flex-direction: column;
  }
  .svg-search-btn {
    width: 100%;
  }
  .card-footer {
    flex-direction: column;
  }
}
/* Body fixieren, wenn Modal offen */
body.modal-open {
  overflow: hidden;
}

/* Overlay */
.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;
}

/* sichtbar, wenn JS Klasse setzt */
.gutachter-modal.is-open {
  display: flex;
}

/* Inneres Modal-Fenster */
.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;
}

/* Close-Button */
.gutachter-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #4b5563;
}

.gutachter-modal .modal-close:hover {
  color: #111827;
}

/* Inhalt scrollbar, Modal bleibt mittig */
.gutachter-modal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  padding-top: 8px;
}

/* Typo im Modal */
.gutachter-modal .modal-body h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #003B73;
}

.gutachter-modal .modal-body h3 {
  font-size: 1.05rem;
  margin: 1.2rem 0 0.4rem;
  color: #003B73;
}

.gutachter-modal .modal-body p {
  margin-bottom: 0.4rem;
  color: #4B5563;
  line-height: 1.7;
}

/* Tabelle für Details */
.gutachter-modal .details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8rem 0 0.8rem;
  font-size: 0.95rem;
}

.gutachter-modal .details-table th {
  text-align: left;
  padding: 6px 10px 6px 0;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}

.gutachter-modal .details-table td {
  padding: 6px 0;
  color: #4B5563;
}

.gutachter-modal .details-table tr + tr td,
.gutachter-modal .details-table tr + tr th {
  border-top: 1px solid #E5E7EB;
}/* End custom CSS */