/* Custom styles for page ID 18 - Kontakt */

.c18-hero,
.c18-section {
    padding: 4rem 2rem;
}

.c18-hero {
    background: #ffffff;
}

.c18-hero__content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background: rgba(23, 94, 230, 0.12);
    color: #175ee6;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.c18-hero h1 {
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.14;
    color: #0f172a;
    font-weight: 800;
}

.c18-hero p {
    margin: 1rem auto 0;
    max-width: 820px;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.8;
}

.c18-hero__actions {
    margin-top: 1.5rem;
    display: flex;
    gap: .7rem;
    justify-content: center;
    flex-wrap: wrap;
}

.c18-btn {
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: .75rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.c18-btn--primary {
    background: #175ee6;
    color: #fff;
    box-shadow: 0 10px 24px rgba(23, 94, 230, .24);
}

.c18-btn--primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.c18-btn--secondary {
    background: #fff;
    border-color: #cbd5e1;
    color: #334155;
}

.c18-btn--secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #334155;
}

.c18-section-head {
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: center;
}

.c18-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 2.1rem;
    font-weight: 800;
}

.c18-section-head p {
    margin: .9rem 0 0;
    color: #64748b;
}

.c18-hub {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 1rem;
}

.c18-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(23, 94, 230, 0.1);
    color: #175ee6;
    margin-bottom: .8rem;
}

.c18-hub__panel,
.c18-hub__map {
    border: 1px solid #dbe6f3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.c18-hub__panel {
    padding: 1.25rem;
    background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
}

.c18-hub__panel h3,
.c18-hub__map h3 {
    margin: 0 0 .6rem;
    color: #0f172a;
}

.c18-address {
    margin: .25rem 0 .75rem;
    color: #64748b;
    line-height: 1.65;
}

.c18-row {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.c18-row i { color: #175ee6; }
.c18-row a { color: #175ee6; text-decoration: none; font-weight: 700; }
.c18-row a:hover { text-decoration: underline; }

.c18-hours { margin-top: .5rem; }
.c18-hours div {
    display: flex;
    justify-content: space-between;
    gap: .6rem;
    padding: .45rem 0;
    border-bottom: 1px solid #eef2f7;
}

.c18-hours div:last-child { border-bottom: 0; }
.c18-hours span { color: #475569; }
.c18-hours strong { color: #0f172a; }
.c18-hours--compact {
    margin-top: 1rem;
    border-top: 1px dashed #cbd5e1;
    padding-top: .85rem;
}

.c18-hours--compact h4 {
    margin: 0 0 .45rem;
    color: #0f172a;
    font-size: .95rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.c18-note { margin-top: .8rem !important; font-size: .92rem; }

.c18-org-meta {
    margin-top: .95rem;
    padding-top: .85rem;
    border-top: 1px dashed #cbd5e1;
}

.c18-org-meta p {
    margin: .35rem 0;
    color: #475569;
    line-height: 1.55;
    font-size: .92rem;
}

.c18-org-meta p strong {
    color: #0f172a;
}

.c18-hub__map {
    padding: 1rem;
}

.c18-map-head p {
    margin: 0;
    color: #64748b;
}

.c18-map-wrap {
    margin-top: .8rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.c18-map-wrap iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.c18-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s ease, transform .45s ease;
}

.c18-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .c18-hub {
        grid-template-columns: 1fr;
    }

    .c18-map-wrap iframe {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .c18-hero,
    .c18-section { padding: 3rem 1rem; }
    .c18-hero h1 { font-size: 2rem; }
    .c18-section-head h2 { font-size: 1.6rem; }
}
