/* nunito-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/nunito-sans-v19-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/nunito-sans-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nunito-sans-v19-latin-400.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/nunito-sans-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/nunito-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/nunito-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/nunito-sans-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/nunito-sans-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    background-color: #edf7f8;
}

p {
    font-family: 'Nunito Sans';
    font-weight: 500;
    color:#1b535b;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.list {
    font-family: 'Nunito Sans';
    font-weight: 500;
    color:#1b535b;
    font-size: clamp(1rem, 2vw, 1.2rem); 
    list-style-type:circle;
}

h1 {
    margin-top: 20px;
    color: var(--color-primary);
    font-size: 3em;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-family: 'Nunito Sans';
    color:#1b535b;
}

.praxisname{
    margin-bottom: 40px;
}

h2{
    margin-top: 40px;
    color: var(--color-primary);
    font-size: 1.8em;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-family: 'Nunito Sans';
    color:#1b535b;
}
h3{
    margin-top: 40px;
    color: var(--color-primary);
    font-size: 1.8em;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-family: 'Nunito Sans';
    color:#1b535b;
}

h4{
    margin-top: 40px;
    color: var(--color-primary);
    font-size: 1.8em;
    line-height: 1.05;
    letter-spacing: -0.05em;
    font-family: 'Nunito Sans';
    color:#1b535b;
}

.logo-size{
    width: 600px;
    height: auto;
    display: block;
}

.logo-place{
    padding-bottom: 40px;
}

.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 8%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}

.description {
    max-width: 800px;
    margin: 20px auto 0;
    color: var(--color-muted);
    font-size: clamp(1rem, 2vw, 1.2rem);
    color:#113237;
    font-family: 'Nunito Sans';
    font-weight: 500;
}

.description-leistung {
    margin: 20px auto 0;
    color: var(--color-muted);
    font-size: clamp(1rem, 2vw, 1.2rem);
    color:#113237;
    font-family: 'Nunito Sans';
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.status-box {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 34px auto 0;
    padding: 12px 18px;
    color: var(--color-primary);
    background: rgba(36, 169, 139, 0.1);
    border: 1px solid rgba(36, 169, 139, 0.22);
    border-radius: 999px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--color-secondary);
    box-shadow: 0 0 0 6px rgba(36, 169, 139, 0.12);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 30px;
}

.contact-item {
    padding: 40px;
}

.contact-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family:'Nunito Sans';
    color:#1b535b;
}

.contact-item p {
    margin: 0;
    color: var(--color-primary);
    font-weight: 600;
    font-family:'Nunito Sans';
    color: #113237;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus-visible {
    color: var(--color-secondary);
}

.leistungen {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 60px;
}

.leistungen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 32px;
}

.leistungsbereich {
    padding: 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(18, 84, 113, 0.07);
    border-radius: 22px;
}

.leistungsbereich h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1b535b;
    font-family: 'Nunito Sans';
    font-size: 1.4em;
    text-align: center;
}

.leistungsbereich ul {
    margin: 0;
    color: #113237;
    font-family: 'Nunito Sans';
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.leistungsbereich li {
    margin-bottom: 8px;
}

.center{
    text-align: center;
}

.site-footer {
    margin: 40px 0 24px;
    text-align: center;
    color: #113237;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.site-footer a {
    margin: 0 8px;
}

.site-wrapper--impressum {
    max-width: 1200px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 6%;
}

.headline-margin-bottom {
    margin-bottom: 20px;
}

.p-margin-bottom {
    margin-bottom: 40px;
}

@media (max-width: 760px) {
    .site-wrapper {
        align-items: flex-start;
    }

    .hero-card {
        border-radius: 24px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .leistungen-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .site-wrapper {
        padding: 16px;
    }

    .hero-card {
        padding: 28px 20px;
    }

    .status-box {
        width: 100%;
        justify-content: center;
        border-radius: 18px;
    }
}

