@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Lato:wght@300;400&display=swap");

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

img { max-width: 100%; height: auto; border: 0; vertical-align: top; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header { text-align: center; padding: 18px 0 0; }

.site-header .logo img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 280px;
  margin: 0 auto 8px;
}

.bundeslaender-nav ul {
  list-style: none;
  margin: 6px 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 26px;
}

.bundeslaender-nav a {
  color: #111;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bundeslaender-nav a:hover,
.bundeslaender-nav .active a,
.bundeslaender-nav a.is-active { color: #c39d6d; }

.uebersicht h1,
.start-headline {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #111;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 8px 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.kachel-raster {
  column-count: 3;
  column-gap: 20px;
  column-fill: auto;
  margin: 0 0 50px;
}

.kachel {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  vertical-align: top;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  background: #fff;
}

.kachel a { display: block; color: inherit; }

.kachel-bild {
  line-height: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.10);
}

.kachel-bild img,
.kachel img {
  display: block;
  width: 100%;
  height: auto;
}

.kachel h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 24px 22px 8px;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom: 0;
}

.kachel p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0 22px 22px;
  border: 1px solid #ebebeb;
  border-top: 0;
}

.kachel.is-hidden { display: none !important; }

.kachel-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  margin: 0 0 22px;
}
.kachel-filter button {
  background: none;
  border: 0;
  color: #666;
  font: 400 12px/40px "Lato", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.kachel-filter button.is-aktiv,
.kachel-filter button:hover { color: #c39d6d; }

.breadcrumb { font-size: 12px; color: #999; margin: 16px 0; }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; }
.breadcrumb li { display: inline; }
.breadcrumb li + li::before { content: " › "; color: #bbb; }

.site-footer {
  text-align: center;
  padding: 16px 0 40px;
  color: #888;
  font-size: 13px;
}

@media (max-width: 991px) {
  .kachel-raster { column-count: 2; }
}
@media (max-width: 560px) {
  .kachel-raster { column-count: 1; }
  .uebersicht h1 { font-size: 24px; }
}