/* === Kontaktseite – Modern & Kompakt === */

.contact-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* Başlık */
.contact-title {
    font-size: 26px;
    font-weight: 700;
    color: #7a1f1f;
    text-align: center;
    margin-bottom: 20px;
}

/* Kutu */
.contact-box {
    background: #fff7d6;
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Adres – Telefon – Mail */
.contact-box p {
    margin: 6px 0;
    font-size: 16px;
    color: #5e3a1a;
}

.contact-box a {
    color: #7a1f1f;
    font-weight: 600;
    text-decoration: none;
}
.contact-box a:hover {
    opacity: 0.7;
}

/* Öffnungszeiten */
.kontakt-hours {
    background: #fff1c4;
    padding: 14px 16px;
    border-radius: 12px;
    margin-top: 15px;
}

.kontakt-hours h3 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #7a1f1f;
}

.kontakt-hours p {
    margin: 3px 0;
    font-size: 15px;
    color: #5e3a1a;
}

/* Butonlar */
.contact-buttons {
    margin: 18px 0;
    display: flex;
    justify-content: space-between;
}

.btn-map,
.btn-call {
    flex: 1;
    text-align: center;
    background: #ffedbd;
    padding: 10px 0;
    border-radius: 10px;
    margin: 0 5px;
    color: #7a1f1f;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}
.btn-map:hover,
.btn-call:hover {
    background: #ffe7a2;
}

/* Google Maps */
.contact-map {
    width: 100%;
    height: 180px;
    border: 0;
    border-radius: 14px;
    margin-top: 15px;
}
.kontakt-title-wrapper { display:flex; align-items:center; gap:10px; margin:25px 0 10px; }
.kontakt-title-line { width:6px; height:28px; background:#7a1f1f; border-radius:3px; }
.kontakt-title-text { font-size:24px; font-weight:700; color:#7a1f1f; }
.kontakt-title-underline { height:2px; width:100%; background:#7a1f1f; margin:6px 0 18px; opacity:0.4; }
.contact-title { border-bottom:2px solid #c8a97e; padding-bottom:6px; margin-bottom:18px; }

/* Über uns – Titel aynı stil */
.ueber-title {
    text-align: left !important;
    margin-left: 0;
    padding-left: 12px;
    border-left: 6px solid #7a1f1f;
    font-size: 26px;
    font-weight: 700;
    color: #7a1f1f;
    margin-bottom: 20px;
}

.legal-content { padding: 20px; max-width: 900px; margin: 0 auto; }
