/* Treeming Bewertungen — Badge, Seitenleiste, Abschnitt.
   Farben und Schriften folgen dem Kit: keine Rundungen, Haarlinien, Papiertöne. */

.tmrv-badge,
.tmrv-panel,
.tmrv-abschnitt,
.tmrv-lupe {
	--tmrv-gruen: #1FAD8E;
	--tmrv-tinte: #14231C;
	--tmrv-text: #47534C;
	--tmrv-messing: #A88544;
	--tmrv-papier: #F8F5EF;
	--tmrv-creme: #FDFCF9;
	--tmrv-linie: #E3DFD6;
	--tmrv-gedaempft: #8A8577;
	--tmrv-stern: #E8B33C;
	font-family: "Instrument Sans", system-ui, sans-serif;
	box-sizing: border-box;
}
.tmrv-badge *, .tmrv-panel *, .tmrv-abschnitt *, .tmrv-lupe * { box-sizing: border-box; }

/* ── Theme-Vorgaben abfangen ────────────────────────────────
   Hello Elementor setzt auf jeden <button> einen pinken Rahmen und faerbt ihn bei
   :focus und :hover ein; <select> bekommt width:100%. Beides hier zurueckdrehen.
   Die Regeln stehen bewusst vor den Bauteilen: bei gleicher Gewichtung gewinnt spaeter. */
.tmrv-badge button, .tmrv-panel button, .tmrv-abschnitt button {
	border-radius: 0; -webkit-user-select: auto; user-select: auto;
}
.tmrv-panel__x:focus, .tmrv-q:focus, .tmrv-mehrtext:focus {
	background-color: transparent; color: var(--tmrv-tinte); text-decoration: none;
}
.tmrv-mehr:focus, .tmrv-alle:focus { background-color: transparent; color: var(--tmrv-tinte); }
.tmrv-badge__close:focus { background-color: transparent; color: var(--tmrv-gedaempft); opacity: 1; }
/* Hello Elementor faerbt jeden Knopf auch bei :hover und :active ein (#c36).
   Die eigenen Bauteile setzen ihre Flaeche deshalb ausdruecklich zurueck. */
.tmrv-q:hover, .tmrv-q:active, .tmrv-q:focus,
.tmrv-mehrtext:hover, .tmrv-mehrtext:active,
.tmrv-badge__close:hover, .tmrv-badge__close:active,
.tmrv-mehr:hover, .tmrv-mehr:active, .tmrv-alle:hover, .tmrv-alle:active,
.tmrv-lupe__scrim:active { background-color: transparent; }
.tmrv-bild:hover, .tmrv-bild:active { background-color: var(--tmrv-papier); }
.tmrv-mehrtext:focus { text-decoration: underline; }
.tmrv-panel__x:focus-visible, .tmrv-tab:focus-visible, .tmrv-mehr:focus-visible,
.tmrv-alle:focus-visible, .tmrv-badge__close:focus-visible, .tmrv-mehrtext:focus-visible {
	outline: 2px solid var(--tmrv-gruen); outline-offset: 2px;
}

/* ── Sterne ─────────────────────────────────────────────── */
.tmrv-sterne { display: inline-flex; gap: 2px; color: var(--tmrv-stern); line-height: 0; }
.tmrv-stern { width: var(--s, 15px); height: var(--s, 15px); display: block; }

/* ── Badge ──────────────────────────────────────────────── */
.tmrv-badge {
	position: fixed;
	right: var(--tmrv-x, 20px);
	bottom: var(--tmrv-y, 20px);
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 11px 34px 11px 14px;
	background: var(--tmrv-creme);
	border: 1px solid var(--tmrv-linie);
	box-shadow: 0 18px 40px -16px rgba(20, 35, 28, .35);
	cursor: pointer;
	transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s;
	max-width: calc(100vw - 40px);
}
.tmrv-badge:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -18px rgba(20, 35, 28, .45); }
.tmrv-badge:focus-visible { outline: 2px solid var(--tmrv-gruen); outline-offset: 2px; }
.tmrv-badge__logos { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.tmrv-badge__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tmrv-badge__label {
	font-size: 13px; font-weight: 600; color: var(--tmrv-tinte); line-height: 1.25;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tmrv-badge__row { display: inline-flex; align-items: center; gap: 7px; }
.tmrv-badge__score { font-size: 17px; font-weight: 600; color: var(--tmrv-tinte); line-height: 1; }
.tmrv-badge__close {
	position: absolute; top: 5px; right: 5px;
	width: 20px; height: 20px; padding: 0;
	display: grid; place-items: center;
	background: transparent; border: 0; cursor: pointer;
	color: var(--tmrv-gedaempft); opacity: 0; transition: opacity .25s, color .25s;
}
.tmrv-badge:hover .tmrv-badge__close, .tmrv-badge__close:focus-visible { opacity: 1; }
.tmrv-badge__close:hover { color: var(--tmrv-tinte); }
.tmrv-badge[hidden] { display: none; }

.tmrv-badge-inline { display: inline-block; }
.tmrv-badge-inline .tmrv-badge { position: static; box-shadow: none; }

@media (max-width: 767px) {
	.tmrv-badge { right: var(--tmrv-x-m, 14px); bottom: var(--tmrv-y-m, 16px); padding: 9px 28px 9px 12px; gap: 9px; }
	.tmrv-badge__label { font-size: 12px; }
	.tmrv-badge__score { font-size: 15px; }
	.tmrv-badge .tmrv-stern { width: 14px; height: 14px; }
}

/* ── Seitenleiste ───────────────────────────────────────── */
.tmrv-panel { position: fixed; inset: 0; z-index: 1000001; } /* ueber dem Chat-Knopf */
.tmrv-panel[hidden] { display: none; }
.tmrv-panel__scrim {
	position: absolute; inset: 0;
	background: rgba(11, 24, 19, .55);
	opacity: 0; transition: opacity .4s;
	-webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.tmrv-panel.is-offen .tmrv-panel__scrim { opacity: 1; }
.tmrv-panel__sheet {
	position: absolute; top: 0; right: 0; bottom: 0;
	width: min(440px, 100vw);
	display: flex; flex-direction: column;
	background: var(--tmrv-papier);
	border-left: 1px solid var(--tmrv-linie);
	box-shadow: -30px 0 80px -30px rgba(11, 24, 19, .5);
	transform: translateX(100%);
	transition: transform .45s cubic-bezier(.2,.7,.3,1);
}
.tmrv-panel.is-offen .tmrv-panel__sheet { transform: none; }

/* Steht das Badge links, fährt auch die Leiste von links ein — rechts sitzt der Chat. */
.tmrv-panel--links .tmrv-panel__sheet {
	right: auto; left: 0;
	border-left: 0; border-right: 1px solid var(--tmrv-linie);
	box-shadow: 30px 0 80px -30px rgba(11, 24, 19, .5);
	transform: translateX(-100%);
}
.tmrv-panel--links.is-offen .tmrv-panel__sheet { transform: none; }

.tmrv-panel__kopf { position: relative; padding: 26px 26px 0; border-bottom: 1px solid var(--tmrv-linie); background: var(--tmrv-creme); }
.tmrv-panel__x {
	position: absolute; top: 18px; right: 18px;
	width: 34px; height: 34px; padding: 0; display: grid; place-items: center;
	background: transparent; border: 1px solid var(--tmrv-linie); cursor: pointer;
	color: var(--tmrv-tinte); transition: background .3s, color .3s, border-color .3s, transform .3s;
}
.tmrv-panel__x:hover { background: var(--tmrv-gruen); border-color: var(--tmrv-gruen); color: #06211A; transform: rotate(90deg); }
.tmrv-panel__label {
	margin: 0 0 8px; font-size: 11px; font-weight: 600; letter-spacing: .14em;
	text-transform: uppercase; color: var(--tmrv-messing);
}
/* Im Kopf der Leiste stehen 387 px zur Verfügung. Gemessene Textbreiten in Newsreader:
   „What our students say" 315 px bei 34 px · „Lo que dicen nuestros alumnos" 348 px bei
   27 px. Die spanische Fassung ist deutlich länger und bekommt darum ihre eigene Größe. */
.tmrv-panel .tmrv-panel__titel {
	margin: 0 0 14px; font-family: "Newsreader", Georgia, serif;
	font-size: 34px; font-weight: 400; line-height: 1.18; color: var(--tmrv-tinte);
	letter-spacing: -.01em; text-wrap: balance;
}
html[lang^="es"] .tmrv-panel .tmrv-panel__titel { font-size: 27px; letter-spacing: 0; }
@media (max-width: 480px) {
	.tmrv-panel .tmrv-panel__titel { font-size: 31px; }
	html[lang^="es"] .tmrv-panel .tmrv-panel__titel { font-size: 25px; }
}
.tmrv-panel__summe { display: flex; align-items: baseline; gap: 9px; }
.tmrv-panel__zahl { font-family: "Newsreader", Georgia, serif; font-size: 34px; line-height: 1; color: var(--tmrv-tinte); }
.tmrv-panel__von { font-size: 12.5px; color: var(--tmrv-gedaempft); }
.tmrv-panel__summe .tmrv-sterne { align-self: center; }
.tmrv-panel__anzahl { margin: 7px 0 16px; font-size: 13px; color: var(--tmrv-text); }

/* Schlanke Filterzeile: Wort „Filter", die beiden Zeichen als Schalter, Notenwahl. */
.tmrv-filter {
	display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
	margin: 0 -26px; padding: 11px 26px;
	border-top: 1px solid var(--tmrv-linie);
}
.tmrv-filter__label {
	font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
	color: var(--tmrv-messing); flex: 0 0 auto;
}
.tmrv-quellen { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.tmrv-q {
	display: inline-flex; align-items: center; justify-content: center;
	height: 30px; min-width: 34px; padding: 0 9px;
	background: transparent; border: 1px solid var(--tmrv-linie); border-radius: 0;
	font-family: inherit; font-size: 12px; font-weight: 600; line-height: 1;
	color: var(--tmrv-text); cursor: pointer;
	transition: border-color .3s, background-color .3s, color .3s, opacity .3s;
}
.tmrv-q .tmrv-logo { display: block; }
.tmrv-q:not(.is-aktiv) .tmrv-logo { opacity: .5; filter: saturate(.25); }
.tmrv-q.is-aktiv { border-color: var(--tmrv-tinte); background-color: #fff; color: var(--tmrv-tinte); }
.tmrv-q:focus-visible { outline: 2px solid var(--tmrv-gruen); outline-offset: 2px; }
.tmrv-filter select {
	flex: 0 1 auto; width: auto; max-width: 100%; height: 30px; padding: 0 28px 0 10px;
	background-color: #fff; border: 1px solid var(--tmrv-linie);
	font-family: inherit; font-size: 12.5px; color: var(--tmrv-tinte); cursor: pointer;
	border-radius: 0; -webkit-appearance: none; appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2347534C' stroke-width='1.6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 10px center; background-size: 10px;
	margin-left: auto;
}
.tmrv-filter select:focus { outline: none; border-color: var(--tmrv-gruen); }

/* Liste und der Knopf darunter liegen im selben Rollbereich — „Show more" steht
   damit erst nach der letzten sichtbaren Bewertung. */
.tmrv-panel__rolle { flex: 1 1 auto; overflow-y: auto; padding: 4px 26px 26px; overscroll-behavior: contain; }
.tmrv-panel__rolle::-webkit-scrollbar { width: 8px; }
.tmrv-panel__rolle::-webkit-scrollbar-thumb { background: rgba(20, 35, 28, .25); }
.tmrv-panel__liste { }
.tmrv-panel__ende:has(.tmrv-mehr[hidden]) { display: none; }
.tmrv-panel__fuss:has(.tmrv-mehr[hidden]) { padding-bottom: 0; }

/* Gebaut wie die Knoepfe der Seite: Grundflaeche offen, beim Zeigen faehrt eine dunkle
   Flaeche von links ein und ein Pfeil schiebt aus dem Text heraus. */
.tmrv-mehr, .tmrv-alle {
	position: relative; overflow: hidden; isolation: isolate;
	display: inline-flex; align-items: center; justify-content: center;
	padding: 16px 30px; margin-top: 18px;
	background: transparent; border: 1px solid var(--tmrv-linie); border-radius: 0;
	font-family: inherit; font-size: 15px; font-weight: 600; letter-spacing: .01em;
	line-height: 1.2; color: var(--tmrv-tinte); cursor: pointer;
	transition: color .35s, border-color .35s, transform .3s;
}
.tmrv-mehr::before, .tmrv-alle::before {
	content: ""; position: absolute; inset: -1px;
	background: linear-gradient(118deg, #0E1E17 0%, #1C3B2E 52%, #122A21 100%);
	transform: scaleX(0); transform-origin: left center;
	transition: transform .55s cubic-bezier(.16, 1, .3, 1); z-index: -1;
}
.tmrv-mehr::after, .tmrv-alle::after {
	content: "\2192"; display: block; flex: 0 0 auto; width: 0; overflow: hidden;
	opacity: 0; margin-left: 0; line-height: 1; transform: translateX(-6px);
	transition: width .4s cubic-bezier(.16, 1, .3, 1), opacity .3s, transform .4s cubic-bezier(.16, 1, .3, 1);
}
.tmrv-mehr:hover, .tmrv-alle:hover,
.tmrv-mehr:focus-visible, .tmrv-alle:focus-visible { color: #FDFCF9; border-color: #14231C; }
.tmrv-mehr:hover::before, .tmrv-alle:hover::before,
.tmrv-mehr:focus-visible::before, .tmrv-alle:focus-visible::before { transform: scaleX(1); }
.tmrv-mehr:hover::after, .tmrv-alle:hover::after,
.tmrv-mehr:focus-visible::after, .tmrv-alle:focus-visible::after { width: 1.1em; opacity: 1; margin-left: .45em; transform: none; }
.tmrv-mehr:active, .tmrv-alle:active { transform: scale(.985); transition-duration: .12s; }
.tmrv-mehr { width: 100%; padding: 14px 24px; font-size: 14px; }
/* Hier geht es weiter nach unten, nicht weiter nach rechts. */
.tmrv-mehr::after { content: "\2193"; }
.tmrv-mehr::after { transform: translateY(-4px); }
.tmrv-mehr:hover::after, .tmrv-mehr:focus-visible::after { transform: none; }
.tmrv-mehr[hidden] { display: none; }

.tmrv-leer { padding: 40px 0; text-align: center; font-size: 13.5px; color: var(--tmrv-gedaempft); }

/* ── Karte ──────────────────────────────────────────────── */
.tmrv-karte { padding: 22px 0; border-bottom: 1px solid var(--tmrv-linie); }
.tmrv-karte:last-child { border-bottom: 0; }
.tmrv-karte__kopf { display: flex; align-items: center; gap: 13px; margin-bottom: 11px; }
.tmrv-karte__bild {
	width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: 50%;
}
.tmrv-karte__bild--leer {
	display: grid; place-items: center; background: var(--tmrv-papier);
	border: 1px solid var(--tmrv-linie); font-size: 19px; font-weight: 600; color: var(--tmrv-text);
}
/* Name und Datum sitzen dicht beieinander und bilden mit dem runden Bild eine Zeile. */
.tmrv-karte__wer { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.tmrv-karte__name {
	margin: 0; display: flex; align-items: center; gap: 6px;
	font-size: 16px; font-weight: 600; line-height: 1.22; color: var(--tmrv-tinte);
}
.tmrv-karte__name > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tmrv-geprueft { flex: 0 0 auto; display: inline-flex; line-height: 0; }
/* „vor 4 Monaten auf [Logo]" — die Quelle steht in der Zeile, nicht abseits. */
.tmrv-karte__meta {
	margin: 2px 0 0; display: flex; align-items: center; gap: 5px;
	font-size: 12.5px; line-height: 1.3; color: var(--tmrv-gedaempft);
}
.tmrv-karte__meta time { white-space: nowrap; }
.tmrv-karte__auf { opacity: .8; }
.tmrv-karte__meta .tmrv-logo { display: block; flex: 0 0 auto; }
.tmrv-marke { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; }
.tmrv-marke__wort {
	font-size: 13px; font-weight: 600; line-height: 1; letter-spacing: -.005em;
	color: var(--tmrv-tinte);
}
.tmrv-marke--tp .tmrv-marke__wort { letter-spacing: -.01em; }
.tmrv-karte__quelle { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; line-height: 0; }
.tmrv-karte > .tmrv-sterne { margin-bottom: 2px; }
.tmrv-karte .tmrv-karte__titel { margin: 10px 0 6px; font-size: 16px; font-weight: 600; color: var(--tmrv-tinte); line-height: 1.32; }
.tmrv-karte__text {
	margin-top: 7px; font-size: 14px; line-height: 1.62; color: var(--tmrv-text);
	white-space: pre-line; overflow-wrap: anywhere;
}
.tmrv-karte__text.is-gekuerzt {
	display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.tmrv-mehrtext {
	display: inline-block; margin-top: 8px; padding: 0; background: none; border: 0;
	font-family: inherit; font-size: 12.5px; font-weight: 500; line-height: 1.4;
	color: var(--tmrv-text);
	text-decoration: underline; text-decoration-thickness: 1px;
	text-decoration-color: var(--tmrv-messing); text-underline-offset: 3px; cursor: pointer;
	transition: color .3s, text-decoration-color .3s;
}
.tmrv-mehrtext:hover { color: var(--tmrv-gruen); text-decoration-color: var(--tmrv-gruen); }
/* ── Fotos in der Bewertung ─────────────────────────────── */
/* Galerie steht unmittelbar unter dem Verfasser, noch vor der Note. */
.tmrv-karte__bilder { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 13px; }
.tmrv-bild {
	position: relative; width: 84px; height: 84px; padding: 0; flex: 0 0 auto;
	background: var(--tmrv-papier); border: 1px solid var(--tmrv-linie); border-radius: 0;
	cursor: pointer; overflow: hidden; line-height: 0;
	transition: border-color .3s, transform .3s;
}
.tmrv-bild img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.tmrv-bild:hover { border-color: var(--tmrv-gruen); }
.tmrv-bild:hover img { transform: scale(1.07); }
.tmrv-bild:focus-visible { outline: 2px solid var(--tmrv-gruen); outline-offset: 2px; }
.tmrv-bild::after {
	content: ""; position: absolute; inset: 0; background: rgba(11, 24, 19, .18);
	opacity: 0; transition: opacity .3s;
}
.tmrv-bild:hover::after { opacity: 1; }

/* ── Bildbetrachter ─────────────────────────────────────── */
.tmrv-lupe { position: fixed; inset: 0; z-index: 1000003; display: grid; place-items: center; }
.tmrv-lupe[hidden] { display: none; }
.tmrv-lupe__scrim {
	position: absolute; inset: 0; width: 100%; height: 100%; padding: 0;
	background: rgba(11, 24, 19, .88); border: 0; cursor: zoom-out;
	opacity: 0; transition: opacity .32s;
	-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}
.tmrv-lupe.is-offen .tmrv-lupe__scrim { opacity: 1; }
.tmrv-lupe__scrim:hover, .tmrv-lupe__scrim:focus, .tmrv-lupe__scrim:active { background: rgba(11, 24, 19, .88); }
.tmrv-lupe__rahmen {
	position: relative; margin: 0; max-width: min(92vw, 1100px); max-height: 88vh;
	display: flex; flex-direction: column; align-items: center; gap: 12px;
	transform: scale(.97); opacity: 0; transition: transform .38s cubic-bezier(.16, 1, .3, 1), opacity .3s;
}
.tmrv-lupe.is-offen .tmrv-lupe__rahmen { transform: none; opacity: 1; }
/* Eigener Kasten um das Bild: daran hängen Kreuz und Pfeile. */
.tmrv-lupe__bild { position: relative; display: inline-flex; line-height: 0; max-width: 100%; }
.tmrv-lupe__bild img {
	max-width: 100%; max-height: 74vh; width: auto; height: auto; display: block;
	box-shadow: 0 40px 100px rgba(0, 0, 0, .55);
}
.tmrv-lupe__zaehler {
	font-family: "Instrument Sans", system-ui, sans-serif; font-size: 12px; font-weight: 600;
	letter-spacing: .12em; color: rgba(255, 255, 255, .7);
}
.tmrv-lupe__x, .tmrv-lupe__nav {
	position: absolute; display: grid; place-items: center; padding: 0;
	background-color: rgba(20, 35, 28, .55); border: 1px solid rgba(255, 255, 255, .34); border-radius: 0;
	color: #fff; cursor: pointer;
	-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	transition: background-color .3s, color .3s, border-color .3s, transform .3s;
}
/* Das Kreuz steht außerhalb des Bildes, mit etwas Luft an der oberen rechten Ecke. */
.tmrv-lupe__x { bottom: calc(100% + 10px); right: 0; top: auto; width: 36px; height: 36px; }
.tmrv-lupe__nav { top: 50%; width: 44px; height: 44px; margin-top: -22px; }
.tmrv-lupe__nav--zurueck { left: 12px; }
.tmrv-lupe__nav--weiter { right: 12px; }
.tmrv-lupe__x:hover, .tmrv-lupe__nav:hover,
.tmrv-lupe__x:focus-visible, .tmrv-lupe__nav:focus-visible {
	background-color: #1FAD8E; border-color: #1FAD8E; color: #06211A;
}
.tmrv-lupe__x:hover { transform: rotate(90deg); }
.tmrv-lupe__x:focus, .tmrv-lupe__nav:focus { background-color: rgba(20, 35, 28, .55); color: #fff; }
.tmrv-lupe__x:focus-visible, .tmrv-lupe__nav:focus-visible { outline: 2px solid #1FAD8E; outline-offset: 3px; }
.tmrv-lupe:not(.hat-mehrere) .tmrv-lupe__nav { display: none; }
@media (max-width: 767px) {
	/* Am Handy liegt das Kreuz über dem der Seitenleiste — das setzt das Skript. */
	.tmrv-lupe__x { position: fixed; top: 18px; right: 18px; bottom: auto; width: 34px; height: 34px; }
	.tmrv-lupe__nav { width: 38px; height: 38px; margin-top: -19px; }
	.tmrv-lupe__nav--zurueck { left: 8px; }
	.tmrv-lupe__nav--weiter { right: 8px; }
	.tmrv-bild { width: 76px; height: 76px; }
}
@media (prefers-reduced-motion: reduce) {
	.tmrv-lupe__scrim, .tmrv-lupe__rahmen, .tmrv-bild, .tmrv-bild img { transition: none; }
}

.tmrv-karte__antwort {
	margin-top: 12px; padding: 12px 14px;
	background: var(--tmrv-papier); border-left: 2px solid var(--tmrv-messing);
}
.tmrv-karte__antwort p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--tmrv-text); }
.tmrv-karte__antwort-kopf {
	margin-bottom: 4px !important; font-size: 11px !important; font-weight: 600;
	letter-spacing: .1em; text-transform: uppercase; color: var(--tmrv-messing) !important;
}

/* ── Abschnitt im Seitenfluss ───────────────────────────── */
/* Hält die Inhaltsbreite des Kits ein (1240 px Rahmen, 20 px Polsterung), damit der
   Abschnitt in einem vollbreiten Behälter nicht bis an den Fensterrand läuft. */
.tmrv-abschnitt {
	width: min(100%, var(--tmrv-breite, 1240px));
	margin-inline: auto;
	padding: 0 20px;
}
/* Steht er bereits in einem gebundenen Elementor-Behälter, gilt dessen Breite. */
.e-con-inner .tmrv-abschnitt { width: auto; max-width: none; padding-inline: 0; }
@media (max-width: 767px) { .tmrv-abschnitt { padding: 0 20px; } }
.tmrv-abschnitt__kopf { margin-bottom: 34px; }
.tmrv-abschnitt__label {
	margin: 0 0 9px; font-size: 11px; font-weight: 600; letter-spacing: .14em;
	text-transform: uppercase; color: var(--tmrv-messing);
}
/* Überschrift des eingebetteten Abschnitts genau wie die übrigen h2 der Seite
   (Kit: Newsreader 300, 52/40/32 px, Zeilenhöhe 1.08, Sperrung -1 px), Betonung kursiv.
   Die Seitenleiste behält ihre eigene, kleinere Größe. */
.tmrv-abschnitt .tmrv-abschnitt__titel {
	margin: 0 0 16px; font-family: "Newsreader", Georgia, serif;
	font-size: 52px; font-weight: 300; line-height: 1.08em; letter-spacing: -1px;
	color: var(--tmrv-tinte);
}
.tmrv-abschnitt .tmrv-abschnitt__titel em { font-style: italic; }
@media (max-width: 1024px) { .tmrv-abschnitt .tmrv-abschnitt__titel { font-size: 40px; } }
@media (max-width: 767px) { .tmrv-abschnitt .tmrv-abschnitt__titel { font-size: 32px; } }
.tmrv-abschnitt__sub {
	margin: 0 0 20px; max-width: 72ch;
	font-size: 17px; line-height: 1.6; color: var(--tmrv-text);
}
@media (max-width: 767px) { .tmrv-abschnitt__sub { font-size: 15.5px; } }
.tmrv-abschnitt__summe { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tmrv-abschnitt__anzahl { font-size: 13.5px; color: var(--tmrv-text); }
/* Im Seitenfluss helle Karten wie bei den bisherigen Zitaten: Creme auf Papier,
   Haarlinie, 28 px Polsterung, gleiche Höhe je Zeile. In der Seitenleiste bleibt es
   bei der schlanken Listenform. */
.tmrv-gitter {
	display: grid; gap: 20px;
	grid-template-columns: repeat(var(--spalten, 3), minmax(0, 1fr));
	align-items: stretch;
}
.tmrv-gitter .tmrv-karte {
	margin: 0; padding: 28px 28px 30px;
	background: var(--tmrv-creme);
	border: 1px solid var(--tmrv-linie);
	transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s, border-color .4s;
}
.tmrv-gitter .tmrv-karte:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 44px -26px rgba(20, 35, 28, .4);
	border-color: #D9D4C8;
}
.tmrv-gitter .tmrv-karte:last-child { border-bottom: 1px solid var(--tmrv-linie); }
.tmrv-abschnitt__fuss { margin: 0; }
/* Kleingedruckte Herkunftsangabe unter dem Abschnitt. */
.tmrv-abschnitt__hinweis {
	margin: 26px 0 0; max-width: 78ch;
	font-size: 13.5px; line-height: 1.6; color: var(--tmrv-gedaempft);
}
.tmrv-abschnitt__hinweis a { color: var(--tmrv-tinte); text-decoration: underline;
	text-decoration-color: var(--tmrv-messing); text-underline-offset: 3px; }
.tmrv-abschnitt__hinweis a:hover { color: var(--tmrv-gruen); text-decoration-color: var(--tmrv-gruen); }
.tmrv-abschnitt .tmrv-alle { width: auto; }
@media (max-width: 1024px) { .tmrv-gitter { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } }
@media (max-width: 767px) {
	.tmrv-gitter { grid-template-columns: 1fr; gap: 16px; }
	.tmrv-gitter .tmrv-karte { padding: 24px 22px 26px; }
	.tmrv-abschnitt .tmrv-alle { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.tmrv-badge, .tmrv-panel__sheet, .tmrv-panel__scrim, .tmrv-panel__x { transition: none; }
}

/* Solange die Seitenleiste offen ist, tritt der Chat-Knopf zurück. */
body.tmrv-offen .crisp-client { display: none !important; }

/* Nur fuer Vorlesewerkzeuge */
.tmrv-nurlesen {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Auf Geräten ohne Mauszeiger keine Hover-Stile — iOS verlangt sonst zwei Tipper:
   der erste löst nur den Hover aus, erst der zweite gilt als Klick. */
@media (hover: none) {
	.tmrv-badge:hover { transform: none; box-shadow: 0 18px 40px -16px rgba(20, 35, 28, .35); }
	.tmrv-bild:hover img { transform: none; }
	.tmrv-bild:hover::after { opacity: 0; }
}
.tmrv-q:hover { border-color: var(--tmrv-tinte); color: var(--tmrv-tinte); }
.tmrv-q:hover .tmrv-logo { opacity: 1; filter: none; }

/* Hello Elementor färbt Knöpfe bei :hover und :focus in #c36. Für „Read more"
   werden alle Zustände ausdrücklich gesetzt, damit nichts durchschlägt. */
.tmrv-mehrtext,
.tmrv-mehrtext:hover,
.tmrv-mehrtext:focus,
.tmrv-mehrtext:focus-visible,
.tmrv-mehrtext:active,
.tmrv-mehrtext:visited { background-color: transparent; border: 0; }
.tmrv-mehrtext:focus, .tmrv-mehrtext:active { color: var(--tmrv-gruen); text-decoration-color: var(--tmrv-gruen); }
