:root {
  --green: #7f996a;
  --green-dark: #5f7550;
  --green-light: #eaf3ee;
}
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:-apple-system,"Helvetica Neue",Arial,sans-serif; color:#222; background:#fff; }
a { color: inherit; }

/* HEADER */
header { display:flex; align-items:center; justify-content:space-between; padding:14px 40px; border-bottom:1px solid #eee; position:sticky; top:0; background:#fff; z-index:10; }
header .logo-wrap { display:flex; align-items:center; gap:14px; text-decoration:none; }
header img.logo { height:64px; }
header h1 { font-size:20px; font-weight:600; letter-spacing:1px; color:var(--green-dark); }
nav a { margin-left:28px; font-size:14px; text-decoration:none; color:#333; font-weight:500; }
nav a:hover, nav a.active { color:var(--green); }

/* HERO */
.hero { height:60vh; min-height:420px; background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)), url('../images/kunst/index_titel.png') center/cover; display:flex; align-items:flex-end; }
.hero-text { color:#fff; padding:50px; }
.hero-text h2 { font-size:44px; font-weight:300; letter-spacing:3px; }
.hero-text p { font-size:17px; font-weight:300; margin-top:10px; opacity:.9; }

/* PAGE HEADER (für Unterseiten) */
.page-hero { padding:60px 40px 20px; max-width:1100px; margin:0 auto; text-align:center; }
.page-hero h2 { font-size:32px; font-weight:300; letter-spacing:1px; }
.page-hero p { color:#777; margin-top:10px; }

section { padding:60px 40px; max-width:1100px; margin:0 auto; }
.section-title { text-align:center; margin-bottom:40px; }
.section-title .eyebrow { font-size:12px; letter-spacing:3px; text-transform:uppercase; color:var(--green); font-weight:700; }
.section-title h2 { font-size:28px; font-weight:300; letter-spacing:1px; margin-top:6px; }

/* MAP */
#map { height:420px; border-radius:8px; }
.map-legend { display:flex; gap:24px; justify-content:center; margin-top:16px; font-size:13px; color:#555; }
.map-legend span { display:inline-flex; align-items:center; gap:6px; }
.dot { width:14px; height:14px; border-radius:3px; display:inline-block; }

/* DIARY (blog style) */
.diary-list { display:flex; flex-direction:column; gap:18px; }
.diary-entry { display:flex; gap:20px; align-items:center; border:1px solid #eee; border-radius:8px; padding:14px; transition:box-shadow .2s; position:relative; text-decoration:none; color:inherit; }
.diary-entry:hover { box-shadow:0 4px 16px rgba(0,0,0,.06); cursor:pointer; }
.diary-entry img { width:90px; height:90px; object-fit:cover; border-radius:6px; flex-shrink:0; }
.entry-type { position:absolute; top:10px; right:10px; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:3px 8px; border-radius:4px; }
.entry-type.leben { background:#eaf3ee; color:var(--green-dark); }
.entry-type.reise { background:#fff3e0; color:#e65100; }
.diary-meta { font-size:12px; color:var(--green); font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:4px; }
.diary-content h3 { font-size:17px; font-weight:600; margin-bottom:4px; }
.diary-content p { font-size:14px; color:#666; line-height:1.5; }
.location-tag { font-size:12px; color:var(--green); font-weight:700; margin-right:8px; }

/* TRAVEL REPORTS (magazine style) */
.report { display:flex; gap:36px; align-items:center; margin-bottom:60px; }
.report.reverse { flex-direction:row-reverse; }
.report img { width:38%; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,.12); }
.report .content { flex:1; }
.report .tag { font-size:12px; text-transform:uppercase; letter-spacing:2px; color:var(--green); font-weight:700; }
.report h3 { font-family:Georgia,serif; font-size:28px; margin:10px 0 14px; color:#3d2b1f; }
.report p { font-family:Georgia,serif; line-height:1.85; color:#5a4a3a; font-size:15.5px; }
.report .read-more { display:inline-block; margin-top:16px; font-size:13px; font-weight:700; color:var(--green); text-decoration:none; border-bottom:2px solid var(--green); }

/* GALLERY */
.gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:8px; }
.gallery-grid img { width:100%; height:160px; object-fit:cover; border-radius:6px; cursor:pointer; transition:transform .2s; }
.gallery-grid img:hover { transform:scale(1.03); }

/* NEWSLETTER */
.newsletter-box { background:var(--green-light); border-radius:10px; padding:40px; text-align:center; max-width:600px; margin:0 auto 50px; }
.newsletter-box p { color:#555; margin-bottom:20px; font-size:15px; }
.newsletter-form { display:flex; gap:10px; max-width:380px; margin:0 auto; }
.newsletter-form input[type=email] { flex:1; padding:12px 14px; border:1px solid #ddd; border-radius:6px; font-size:14px; }
.newsletter-form button { background:var(--green); color:#fff; border:none; padding:12px 22px; border-radius:6px; font-size:14px; font-weight:600; cursor:pointer; }
.newsletter-form button:hover { background:var(--green-dark); }
.newsletter-signup { max-width:600px; margin:0 auto 40px; }
.newsletter-signup .inf-form { max-width:100%; }
.newsletter-unsubscribe-hint { text-align:center; font-size:13px; color:#888; margin:10px 0 40px; }
.newsletter-archive h3 { text-align:center; font-size:18px; font-weight:600; margin-bottom:20px; color:var(--green-dark); }
.archive-list { display:flex; flex-direction:column; gap:10px; max-width:600px; margin:0 auto; }
.archive-item { display:flex; justify-content:space-between; align-items:center; padding:12px 18px; border:1px solid #eee; border-radius:6px; font-size:14px; }
.archive-item .archive-date { color:var(--green); font-weight:700; font-size:12px; text-transform:uppercase; letter-spacing:1px; margin-right:12px; }
.archive-item a { font-weight:600; text-decoration:none; }
.archive-item a:hover { color:var(--green); }

/* BUTTON */
.btn { display:inline-block; background:var(--green); color:#fff !important; padding:12px 28px; border-radius:30px; font-weight:700; text-decoration:none; font-size:14px; }
.btn:hover { background:var(--green-dark); }
.center { text-align:center; }

footer { text-align:center; padding:40px; color:#999; font-size:13px; border-top:1px solid #eee; }

/* HAMBURGER */
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.hamburger span { display:block; width:24px; height:2px; background:#333; border-radius:2px; transition:all .3s; }
.hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity:0; }
.hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

/* MOBILE */
@media (max-width: 768px) {
  header { flex-wrap:wrap; padding:14px 20px; }
  header img.logo { height:48px; }
  .hamburger { display:flex; }
  nav {
    display:none;
    flex-direction:column;
    width:100%;
    padding:10px 0 6px;
    border-top:1px solid #eee;
    margin-top:10px;
  }
  nav.open { display:flex; }
  nav a { margin-left:0; padding:10px 0; font-size:15px; border-bottom:1px solid #f0f0f0; }
  nav a:last-child { border-bottom:none; }

  .hero { height:50vh; min-height:320px; }
  .hero-text { padding:24px; }
  .hero-text h2 { font-size:28px; letter-spacing:2px; }
  .hero-text p { font-size:14px; }

  section, .page-hero { padding:40px 20px; }

  .diary-entry { flex-direction:column; align-items:flex-start; }
  .diary-entry img { width:100%; height:160px; }

  .report, .report.reverse { flex-direction:column; }
  .report img { width:100%; }

  .gallery-grid { grid-template-columns:repeat(2,1fr); }

  .newsletter-box { padding:24px; }
  .newsletter-form { flex-direction:column; }

  .archive-item { flex-direction:column; align-items:flex-start; gap:6px; }
}
