h1, h2, h3, h4, h5, h6 {
	line-height: 1.4 !important;
/* Erhöhe den Wert falls nötig */
	overflow: visible !important;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://dentosophie-bs.de/wp-content/uploads/2025/04/open-sans-v40-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: bold;
    font-weight: 700;
    src: url('https://dentosophie-bs.de/wp-content/uploads/2025/04/open-sans-v40-latin-700.woff2') format('woff2');
}
.site-info a[href*="datenschutzerklaerung"] {
  display: none;
}
img {
  border: none !important;
  box-shadow: none !important;
}
/* === Einheitliche runde Social-Icons === */
.wp-block-social-links {
  justify-content: center;   /* mittig ausrichten */
  gap: 10px;                 /* Abstand zwischen Icons */
}

/* Kreis fix rund ohne Theme-Padding/Line-Height */
.wp-block-social-links .wp-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;    /* Größe Kreis */
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  overflow: hidden;
  background-color: #515E63 !important;   /* Hintergrund dunkelgrau */
}

/* Link innen auf volle Fläche, Labels ausblenden */
.wp-block-social-links .wp-social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 50% !important;
  text-indent: -9999px;  /* falls “Labels anzeigen” aktiv war */
  overflow: hidden;
}

/* Icon-Größe und Farbe klar definieren */
.wp-block-social-links .wp-social-link svg {
  width: 18px !important;    /* Größe Symbol */
  height: 18px !important;
  display: block;
  fill: #F5B3C8 !important;   /* Rosa Symbol */
  color: #F5B3C8 !important;  /* falls Theme mit color arbeitet */
  stroke: none !important;    /* weiße Outline verhindern */
}
/* Desktop-Größe für dein Pullquote-Zitat */
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px !important;
    line-height: 1.4 !important;
}

/* Mobile-Fix */
@media (max-width: 768px) {
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 17px !important;
        line-height: 1.45 !important;
    }
}