/* Elektrotechnik Müller GmbH – „Klarform“
   Geometrische Grotesk (Outfit), kühles Licht, weiche Ecken, weiße Karten.
   Rot #ce1b28 ist der einzige Farbreiz; der dunkle Kontaktblock am Seitenende
   ist der eine große Moment. */

@font-face {
  font-family: 'Outfit'; font-style: normal; font-weight: 300 800; font-display: swap;
  src: url('../fonts/outfit-300-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

:root {
  --rot: #ce1b28;
  --rot-dunkel: #a91520;
  --tinte: #171c22;
  --text: #545c66;
  --grund: #f1f4f7;      /* kühles Licht */
  --karte: #ffffff;
  --linie: #dbe1e8;
  --bahn: 1200px;
  --luft: clamp(56px, 7vw, 104px);
  --rund: 20px;
  --rund-gross: 28px;
  /* Lesebreite in px statt ch: die Einheit ch ist in Outfit sehr breit und
     ergab rund 95 Zeichen pro Zeile – angenehm sind 60 bis 75. */
  --lese: 640px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0; background: var(--grund); color: var(--text);
  font: 400 17px/1.7 'Outfit', 'Segoe UI', Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3 {
  color: var(--tinte); font-weight: 600; line-height: 1.1; margin: 0 0 18px;
  letter-spacing: -0.025em; text-wrap: balance; overflow-wrap: break-word;
}
@media (max-width: 980px) { h1, h2, h3 { hyphens: auto; } }
h1 { font-size: clamp(33px, 4.4vw, 58px); }
h2 { font-size: clamp(26px, 3vw, 40px); }
h3 { font-size: 20px; }
p { margin: 0 0 18px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rot); text-decoration: none; }
a:hover { color: var(--rot-dunkel); }

.bahn { width: 100%; max-width: var(--bahn); margin: 0 auto; padding: 0 24px; }
.abschnitt { padding: 0 0 var(--luft); }
.abschnitt-erst { padding-top: var(--luft); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.sprung {
  position: absolute; top: 0; left: 0; z-index: 100;
  background: var(--rot); color: #fff; padding: 12px 20px; border-radius: 0 0 14px 0;
  width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.sprung:focus { width: auto; height: auto; overflow: visible; clip: auto; }
:focus-visible { outline: 2px solid var(--rot); outline-offset: 3px; border-radius: 4px; }

.strichmarke {
  margin: 0 0 14px; font-size: 13px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--rot);
}
.strichmarke-hell { color: #ff6a72; }

/* ------------------------------------------------------------- Knöpfe */
.knopf {
  display: inline-block; padding: 15px 28px; border-radius: 999px;
  font-weight: 600; font-size: 15px; border: 0; cursor: pointer;
  background: var(--rot); color: #fff;
  transition: background .2s, color .2s, box-shadow .2s, transform .2s;
}
.knopf:hover { background: var(--rot-dunkel); color: #fff; }
.knopf-still {
  background: var(--karte); color: var(--tinte);
  box-shadow: inset 0 0 0 1px var(--linie);
}
.knopf-still:hover { background: var(--tinte); color: #fff; box-shadow: none; }
.knopf-hell { background: #fff; color: var(--tinte); }
.knopf-hell:hover { background: var(--rot); color: #fff; }

/* --------------------------------------------------------------- Kopf */
.kopf {
  position: sticky; top: 0; z-index: 40;
  background: rgba(241, 244, 247, .9); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.kopf.fest { border-bottom-color: var(--linie); }
.kopf-innen { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.marke { display: flex; align-items: center; gap: 14px; }
.marke img { width: 152px; height: auto; }
.marke-text { display: block; }
.marke-name { display: block; color: var(--tinte); font-weight: 600; font-size: 17px; line-height: 1.25; }
.marke-claim { display: block; color: var(--text); font-size: 13px; }

.menue { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.menue ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.menue a { color: var(--tinte); font-weight: 500; font-size: 15px; }
.menue a:hover, .menue a[aria-current] { color: var(--rot); }
.menue a.kopf-tel {
  background: var(--rot); color: #fff; font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 999px; white-space: nowrap;
}
.menue a.kopf-tel:hover { background: var(--rot-dunkel); color: #fff; }

.menue-schalter {
  display: none; margin-left: auto; width: 46px; height: 46px; padding: 12px 10px;
  background: var(--karte); border: 0; border-radius: 14px; cursor: pointer;
  box-shadow: inset 0 0 0 1px var(--linie);
}
.menue-schalter .strich { display: block; height: 2px; border-radius: 2px; background: var(--tinte); }
.menue-schalter .strich + .strich { margin-top: 5px; }

/* -------------------------------------------------------------- Bühne */
.buehne { padding: clamp(30px, 4vw, 60px) 0 0; }
.buehne-raster {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.buehne-titel { margin: 0 0 20px; hyphens: manual; font-size: clamp(31px, 4vw, 56px); }
.buehne-titel .zeile { display: block; overflow: hidden; }
.buehne-vorspann { font-size: 18px; max-width: 48ch; }
.buehne-knoepfe { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.buehne-bild { margin: 0; }
.buehne-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--rund-gross); }
.buehne-bild figcaption { margin-top: 12px; padding-left: 2px; font-size: 14px; color: #5d6570; }


/* --------------------------------------------------------- Abschnitte */
.abschnitt-kopf { max-width: 56ch; margin-bottom: 34px; }
.vorspann { font-size: 18px; margin: 0; }

/* Kacheln */
.kacheln {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr));
  gap: 22px; list-style: none; margin: 0; padding: 0;
}
.kachel a {
  display: block; height: 100%; padding: 16px 16px 22px; color: var(--tinte);
  background: var(--karte); border-radius: var(--rund);
  transition: transform .3s, box-shadow .3s;
}
.kachel a:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(23, 28, 34, .1); }
.kachel-bild { display: block; border-radius: 14px; overflow: hidden; background: var(--grund); }
.kachel-bild img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.kachel-text { display: block; }
.kachel-titel { display: block; font-weight: 600; font-size: 19px; line-height: 1.25; margin: 16px 0 5px; }
.kachel a:hover .kachel-titel { color: var(--rot); }
.kachel-zeile { display: block; color: var(--text); font-size: 15px; line-height: 1.55; }
.kacheln-klein { grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr)); }

/* Ablauf */
.ablauf {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  list-style: none; margin: 0; padding: 0;
}
.ablauf li { background: var(--karte); border-radius: var(--rund); padding: 26px 24px 28px; }
.ablauf-nr {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 999px;
  background: var(--rot); color: #fff; font-weight: 600; font-size: 15px; margin-bottom: 16px;
}
.ablauf h3 { margin-bottom: 8px; }
.ablauf p { margin: 0; font-size: 15px; }

/* Referenz + Betrieb */
.referenz-raster, .betrieb-raster {
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 4vw, 56px); align-items: center;
}
.betrieb-raster { grid-template-columns: 7fr 5fr; align-items: start; }
.betrieb-raster h2 { font-size: clamp(22px, 2.4vw, 30px); }
.referenz-bilder { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.referenz-bilder img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
.referenz-bilder img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }

.zitat { margin: 0 0 22px; }
.zitat p {
  margin: 0; color: var(--tinte); font-weight: 300;
  font-size: clamp(23px, 2.6vw, 32px); line-height: 1.3; letter-spacing: -0.02em;
}
.zitat::before { content: '„'; display: block; color: var(--rot); font-size: 56px; line-height: .7; }

.marken-titel { font-weight: 600; color: var(--tinte); margin-bottom: 12px; }
.marken {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.marken li {
  background: var(--karte); border-radius: 999px; padding: 9px 18px;
  color: var(--tinte); font-size: 15px; font-weight: 500;
}

/* ------------------------------------------------------- Über uns */
/* Statt eines Symbolfotos steht rechts die Marke selbst – gleich hoch wie
   die Textkarte daneben, sonst entsteht eine Stufe. */
.betrieb-marke {
  background: var(--karte); border-radius: var(--rund-gross);
  padding: clamp(30px, 4vw, 48px); text-align: center;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.betrieb-marke img { width: min(280px, 100%); height: auto; margin: 0 auto; }
.betrieb-marke p {
  margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--linie);
  font-size: 15px; color: var(--text);
}
.betrieb-oben { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); align-items: stretch; }

/* Das Motto trägt die Seite – groß, mit Luft, auf eigener Karte. */
.motto {
  background: var(--karte); border-radius: var(--rund-gross);
  padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: 7fr 5fr;
  gap: clamp(24px, 3vw, 48px); align-items: center;
}
.motto .zitat { margin: 0; }
.motto-text { margin: 0; font-size: 16px; }

.eckdaten {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: 14px; list-style: none; margin: 0; padding: 0;
}
.eckdaten li { background: var(--karte); border-radius: var(--rund); padding: 20px 24px; }
.eckdaten-titel {
  display: block; font-size: 13px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--rot); margin-bottom: 6px;
}
.eckdaten-wert { display: block; color: var(--tinte); font-size: 16px; line-height: 1.5; }
.eckdaten-wert a { color: var(--tinte); }
.eckdaten-wert a:hover { color: var(--rot); }

/* ------------------------------------ der eine große Moment: Kontakt */
.ruf { padding: 0 0 var(--luft); }
.ruf-karte {
  background: var(--tinte); color: #a7aeb8; border-radius: var(--rund-gross);
  padding: clamp(36px, 5vw, 72px) clamp(24px, 4vw, 64px);
}
.ruf-karte h2 { color: #fff; max-width: 20ch; }
.ruf-nummer {
  font-size: clamp(40px, 6.6vw, 88px); font-weight: 600;
  letter-spacing: -0.04em; line-height: 1; margin: 18px 0 14px;
}
.ruf-nummer a { color: var(--rot); }
.ruf-nummer a:hover { color: #fff; }
.ruf-zeile { margin-bottom: 26px; }
.ruf-zeile a { color: #fff; }
.ruf-knopf { margin: 0; }

/* -------------------------------------------------------- Unterseiten */
.seitenkopf { padding: clamp(28px, 3.5vw, 52px) 0 clamp(24px, 3vw, 40px); }
.seitenkopf h1 { margin: 0; max-width: 20ch; }
.krume { font-size: 14px; color: #5d6570; margin: 0 0 16px; }
.krume a { color: #5d6570; }
.krume a:hover { color: var(--rot); }
.seitenkopf-zeile { font-size: 18px; max-width: 52ch; margin: 16px 0 0; }

.text-raster { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.seiten-bild { margin: 0; position: sticky; top: 116px; }
.seiten-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--rund); }
.fliesstext {
  max-width: var(--lese); font-size: 18px; overflow-wrap: anywhere;
  background: var(--karte); border-radius: var(--rund); padding: clamp(24px, 3vw, 40px);
}
.fliesstext.breit { max-width: none; }
.fliesstext.breit > p, .fliesstext.breit > h2 { max-width: var(--lese); }
.fliesstext h2 { font-size: clamp(22px, 2.4vw, 30px); margin-top: 36px; }
.fliesstext h3 { margin-top: 26px; }
.fliesstext > :first-child { margin-top: 0; }
.fliesstext img { width: 100%; margin: 0 0 26px; border-radius: 14px; }
.fliesstext p a, .fliesstext li a { text-decoration: underline; text-underline-offset: 3px; }
/* Muss die Regel für Fließtext-Links überstimmen – daher mit .fliesstext davor. */
.fliesstext .knopf, .fliesstext .kontakt-tel a, .fliesstext .galerie a { text-decoration: none; }
.rechtstext { font-size: 16px; }

/* Galerie */
.galerie {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 18px; list-style: none; margin: 28px 0 0; padding: 0;
}
.galerie a { display: block; color: var(--tinte); }
.galerie img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; }
.galerie-bu { display: block; margin-top: 10px; font-size: 13px; color: #5d6570; }
.galerie a:hover .galerie-bu { color: var(--rot); }

.lichtkasten {
  position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center;
  background: rgba(23, 28, 34, .93); border: 0; padding: 24px;
}
.lichtkasten img { max-width: 100%; max-height: 88vh; border-radius: 14px; }
.lichtkasten-zu {
  position: absolute; top: 16px; right: 22px; background: none; border: 0;
  color: #fff; font-size: 34px; line-height: 1; cursor: pointer;
}

/* Formular */
.kontakt-spalten { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 4vw, 56px); }
.feld { display: block; margin-bottom: 18px; }
.feld label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 600; color: var(--tinte); }
.feld input, .feld textarea {
  width: 100%; padding: 14px 18px; font: inherit; font-size: 17px; color: var(--tinte);
  background: var(--grund); border: 1px solid transparent; border-radius: 14px;
}
.feld input:focus, .feld textarea:focus { outline: none; border-color: var(--rot); background: #fff; }
.feld-versteckt { position: absolute; left: -9999px; }
.feld-hinweis { font-size: 14px; }
.kontakt-tel { font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -0.03em; margin: 6px 0 18px; }
.kontakt-tel a { color: var(--tinte); }
.kontakt-tel a:hover { color: var(--rot); }
.kontakt-daten .mono {
  font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--rot); margin: 22px 0 4px;
}
.kontakt-daten p:not(.mono):not(.kontakt-tel) { margin: 0; }

.meldung { padding: 16px 20px; margin-bottom: 24px; border-radius: 14px; background: var(--grund); border-left: 3px solid var(--rot); }
.meldung.erfolg { border-color: #2f6b3a; }

.karte { background: var(--grund); border-radius: var(--rund); padding: 24px; margin-top: 12px; }
.karte > p { max-width: var(--lese); }
.karte iframe { display: block; width: 100%; height: 440px; border: 0; border-radius: 14px; }
.karte-link { display: inline-block; margin-left: 18px; font-size: 15px; }

/* ---------------------------------------------------------------- Fuß */
.fuss { background: var(--tinte); color: #9aa1ab; padding: 60px 0 26px; font-size: 15px; }
.fuss a { color: #d3d7dd; }
.fuss a:hover { color: #fff; }
.fuss-oben { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.fuss-name { color: #fff; font-weight: 600; font-size: 20px; line-height: 1.25; }
.fuss-titel { color: #fff; font-weight: 600; margin-bottom: 8px; }
.fuss-liste { list-style: none; margin: 0; padding: 0; }
.fuss-liste li { margin-bottom: 5px; }
.fuss-unten {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px;
}
.fuss-unten p { margin: 0; }
.fuss-stempel { opacity: .6; }

/* Umsetzungshinweis unten rechts – Fassung wie beim Bacherhof:
   kompakter Schriftzug mit Logo, Aufklapper beim Überfahren, ohne Knopf. */
.made-by {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  opacity: .72; transition: opacity .25s;
}
.made-by:hover, .made-by:focus-visible { opacity: 1; }
.made-by > span:first-child {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #8b929c;
}
.made-by img { height: 22px; width: auto; }

.destec-pop {
  position: absolute; bottom: calc(100% + 14px); right: 0; width: 270px;
  background: var(--karte); color: var(--text);
  padding: 18px 20px 20px; border-radius: var(--rund); text-align: left;
  box-shadow: 0 26px 50px -20px rgba(0, 0, 0, .55);
  opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
  z-index: 5;
  /* .made-by span setzt Versalien und Sperrung – das würde das Popup erben. */
  text-transform: none; letter-spacing: normal; font-size: 16px;
}
.made-by:hover .destec-pop, .made-by:focus-visible .destec-pop {
  opacity: 1; visibility: visible; transform: none;
}
.destec-pop i {
  display: block; font-style: normal; font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--rot); margin-bottom: 6px;
}
.destec-pop b {
  display: block; font-weight: 600; font-size: 19px; line-height: 1.25;
  color: var(--tinte); margin-bottom: 8px; letter-spacing: -0.02em;
}
.destec-pop em { display: block; font-style: normal; font-size: 15px; line-height: 1.5; }
@media (prefers-reduced-motion: reduce) { .destec-pop { transition: opacity .01s, visibility .01s; } }
/* Auf schmalen Schirmen hängt der Aufklapper nicht mehr am Anker, sondern am
   Fenster – je nach Umbruch stand er sonst halb außerhalb des Bildes. */
@media (max-width: 620px) {
  .destec-pop {
    position: fixed; left: 16px; right: 16px; bottom: 16px; width: auto;
    transform: translateY(10px);
  }
  .made-by:hover .destec-pop, .made-by:focus-visible .destec-pop { transform: none; }
}

/* ----------------------------------------------------- dezente Bewegung */
.js-auf .buehne-titel .zeile > span,
.js-auf .auf-1, .js-auf .auf-2, .js-auf .auf-3, .js-auf .auf-bild { opacity: 0; transform: translateY(14px); }
.buehne-titel .zeile > span { display: block; }
.js-auf .buehne-titel .zeile > span { transform: translateY(100%); }
.geladen .buehne-titel .zeile > span,
.geladen .auf-1, .geladen .auf-2, .geladen .auf-3, .geladen .auf-bild {
  opacity: 1; transform: none;
  transition: opacity .6s ease, transform .7s cubic-bezier(.22, .7, .3, 1);
}
.geladen .auf-1 { transition-delay: .05s; }
.geladen .buehne-titel .zeile:nth-child(1) > span { transition-delay: .12s; }
.geladen .buehne-titel .zeile:nth-child(2) > span { transition-delay: .19s; }
.geladen .buehne-titel .zeile:nth-child(3) > span { transition-delay: .26s; }
.geladen .auf-2 { transition-delay: .34s; }
.geladen .auf-3 { transition-delay: .40s; }
.geladen .auf-bild { transition-delay: .18s; }

.js-auf [data-auf], .js-auf [data-auf-liste] > * { opacity: 0; transform: translateY(16px); }
[data-auf].sichtbar, [data-auf-liste].sichtbar > * {
  opacity: 1; transform: none;
  transition: opacity .55s ease, transform .55s ease;
}
[data-auf-liste].sichtbar > * { transition-delay: calc(var(--i, 0) * 60ms); }

@media (prefers-reduced-motion: reduce) {
  .js-auf .buehne-titel .zeile > span, .js-auf .auf-1, .js-auf .auf-2, .js-auf .auf-3,
  .js-auf .auf-bild, .js-auf [data-auf], .js-auf [data-auf-liste] > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .kachel a:hover { transform: none; }
}

/* -------------------------------------------------------------- schmal */
@media (max-width: 980px) {
  .buehne-raster, .referenz-raster, .betrieb-raster, .text-raster, .kontakt-spalten,
  .betrieb-oben, .motto {
    grid-template-columns: 1fr;
  }
  .buehne-bild { order: -1; }
  .seiten-bild { position: static; order: -1; }
  .ablauf { grid-template-columns: 1fr 1fr; }
  .fuss-oben { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .kopf-innen { min-height: 68px; }
  .marke img { width: 118px; }
  .marke-claim { display: none; }
  .marke-name { font-size: 15px; }
  .menue-schalter { display: block; }
  .menue {
    display: none; position: absolute; left: 12px; right: 12px; top: calc(100% + 8px);
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--karte); border-radius: var(--rund); padding: 8px 20px 20px;
    box-shadow: 0 18px 40px rgba(23, 28, 34, .14);
  }
  .menue.offen { display: flex; }
  .menue ul { flex-direction: column; gap: 0; }
  .menue li { border-bottom: 1px solid var(--linie); }
  .menue a { display: block; padding: 14px 0; font-size: 17px; }
  .kopf-tel { margin-top: 14px; text-align: center; }

  .buehne-knoepfe .knopf { flex: 1 1 100%; text-align: center; }
  .ablauf { grid-template-columns: 1fr; }
  .fuss-oben { grid-template-columns: 1fr; gap: 26px; }
  .karte-link { display: block; margin: 14px 0 0; }

  /* Elf Bildkacheln untereinander wären endlos: kompakte Liste. */
  .kacheln { gap: 10px; }
  .kachel a { display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: center; padding: 10px; }
  .kachel-bild { align-self: stretch; border-radius: 12px; }
  .kachel-bild img { aspect-ratio: 1 / 1; height: 100%; }
  .kachel-titel { font-size: 17px; margin: 0 0 3px; }
  .kachel-zeile { font-size: 14px; line-height: 1.5; }
  .kachel a:hover { transform: none; }
}
