.schlagseite-v2-hero{--ss-wine: #813732;--ss-brown: #5A302D;--ss-teal: #4d8d96;--ss-card: #fffdf9;--ss-border: rgba(90, 48, 45, .18);display: grid;grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);gap: 24px;width: 100%;}.schlagseite-v2-hero__main, .schlagseite-v2-hero__side{min-width: 0;}.schlagseite-v2-hero__side{display: grid;grid-template-rows: repeat(2, minmax(0, 1fr));gap: 24px;}.schlagseite-v2-hero__card{background: var(--ss-card);border: 1px solid var(--ss-border);border-radius: 9px;overflow: hidden;box-shadow: 0 5px 18px rgba(53, 35, 31, .07);height: 100%;}.schlagseite-v2-hero__card--main{display: flex;flex-direction: column;}.schlagseite-v2-hero__card--side{display: grid;grid-template-rows: auto 1fr;}.schlagseite-v2-hero__media{display: block;overflow: hidden;background: #e9e1db;}.schlagseite-v2-hero__card--main .schlagseite-v2-hero__media, .schlagseite-v2-hero__card--side .schlagseite-v2-hero__media{aspect-ratio: 3 / 2;}.schlagseite-v2-hero__image, .schlagseite-v2-hero__image-placeholder{width: 100%;height: 100%;display: block;object-fit: cover;}.schlagseite-v2-hero__image{transition: transform .28s ease;}.schlagseite-v2-hero__card:hover .schlagseite-v2-hero__image{transform: scale(1.018);}.schlagseite-v2-hero__content{padding: 18px 20px 20px;}.schlagseite-v2-hero__card--main .schlagseite-v2-hero__content{padding: 22px 26px 25px;}.schlagseite-v2-hero__category{display: inline-flex;align-items: center;width: fit-content;margin-bottom: 10px;padding: 5px 8px 4px;border-radius: 3px;background: var(--ss-wine);color: #fff;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;font-weight: 700;line-height: 1;letter-spacing: .035em;text-transform: uppercase;}.schlagseite-v2-hero__title{margin: 0;color: var(--ss-brown);line-height: 1.12;}.schlagseite-v2-hero__card--main .schlagseite-v2-hero__title{font-size: clamp(27px, 2.45vw, 40px);}.schlagseite-v2-hero__card--side .schlagseite-v2-hero__title{font-size: clamp(18px, 1.45vw, 23px);}.schlagseite-v2-hero__title a{color: inherit;text-decoration: none;}.schlagseite-v2-hero__title a:hover{color: var(--ss-wine);}.schlagseite-v2-hero__excerpt{margin: 11px 0 0;color: #674f49;font-size: 15px;line-height: 1.55;}.schlagseite-v2-hero__more{display: inline-flex;gap: 7px;align-items: center;margin-top: 16px;color: var(--ss-teal);font-family: "Fira Sans", Arial, sans-serif;font-size: 14px;font-weight: 700;text-decoration: none;}.schlagseite-v2-hero__more:hover{color: var(--ss-wine);}@media (max-width: 1024px){.schlagseite-v2-hero{grid-template-columns: 1fr;}.schlagseite-v2-hero__side{grid-template-columns: repeat(2, minmax(0, 1fr));grid-template-rows: none;}}@media (max-width: 767px){.schlagseite-v2-hero{gap: 16px;}.schlagseite-v2-hero__side{grid-template-columns: 1fr;gap: 16px;}.schlagseite-v2-hero__card--main .schlagseite-v2-hero__content, .schlagseite-v2-hero__content{padding: 16px;}.schlagseite-v2-hero__card--main .schlagseite-v2-hero__title{font-size: 27px;}.schlagseite-v2-hero__card--side .schlagseite-v2-hero__title{font-size: 20px;}.schlagseite-v2-hero__excerpt{font-size: 14px;}}@media (prefers-reduced-motion: reduce){.schlagseite-v2-hero__image{transition: none;}.schlagseite-v2-hero__card:hover .schlagseite-v2-hero__image{transform: none;}}.schlagseite-v2-sectionhead{display: flex;align-items: center;gap: 14px;margin: 0 0 18px;}.schlagseite-v2-sectionhead h2{flex: 0 0 auto;margin: 0;color: #813732;font-size: clamp(22px, 2vw, 30px);line-height: 1.1;}.schlagseite-v2-sectionhead__line{flex: 1 1 auto;height: 1px;background: #813732;opacity: .85;}.schlagseite-v2-sectionhead a{flex: 0 0 auto;color: #4d8d96;font-family: "Fira Sans", Arial, sans-serif;font-size: 13px;font-weight: 700;text-decoration: none;white-space: nowrap;}.schlagseite-v2-sectionhead a:hover{color: #813732;}.schlagseite-v2-latest{width: 100%;}.schlagseite-v2-latest__grid{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}.schlagseite-v2-latest__card{min-width: 0;overflow: hidden;background: #fffdf9;border: 1px solid rgba(90, 48, 45, .16);border-radius: 8px;box-shadow: 0 4px 14px rgba(53, 35, 31, .055);}.schlagseite-v2-latest__media{display: block;aspect-ratio: 3 / 2;overflow: hidden;background: #e9e1db;}.schlagseite-v2-latest__media .schlagseite-v2-hero__image, .schlagseite-v2-latest__media .schlagseite-v2-hero__image-placeholder{width: 100%;height: 100%;object-fit: cover;}.schlagseite-v2-latest__media .schlagseite-v2-hero__image{transition: transform .28s ease;}.schlagseite-v2-latest__card:hover .schlagseite-v2-hero__image{transform: scale(1.018);}.schlagseite-v2-latest__content{padding: 14px 15px 16px;}.schlagseite-v2-latest__category{display: inline-flex;margin-bottom: 8px;padding: 4px 7px 3px;border-radius: 3px;background: #813732;color: #fff;font-family: "Fira Sans", Arial, sans-serif;font-size: 10px;font-weight: 700;line-height: 1;letter-spacing: .035em;text-transform: uppercase;}.schlagseite-v2-latest__title{margin: 0;color: #5A302D;font-size: clamp(18px, 1.35vw, 20px);line-height: 1.2;font-weight: 600;}.schlagseite-v2-latest__title a{color: inherit;text-decoration: none;}.schlagseite-v2-latest__title a:hover{color: #813732;}.schlagseite-v2-latest__meta{display: flex;flex-wrap: wrap;gap: 6px;margin-top: 11px;color: #8a7771;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;line-height: 1.3;}@media (max-width: 1024px){.schlagseite-v2-latest__grid{grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 767px){.schlagseite-v2-sectionhead{align-items: flex-end;gap: 10px;}.schlagseite-v2-sectionhead__line{display: none;}.schlagseite-v2-sectionhead{justify-content: space-between;}.schlagseite-v2-sectionhead h2{font-size: 22px;}.schlagseite-v2-sectionhead a{font-size: 11px;}.schlagseite-v2-latest__grid{grid-template-columns: 1fr;gap: 16px;}}.schlagseite-v2-section{width: 100%;}.schlagseite-v2-section__grid{display: grid;grid-template-columns: 2fr repeat(3, minmax(0, 1fr));grid-template-rows: repeat(2, auto);gap: 18px;align-items: stretch;}.schlagseite-v2-section__card{min-width: 0;overflow: hidden;background: #fffdf9;border: 1px solid rgba(90, 48, 45, .16);border-radius: 8px;box-shadow: 0 4px 14px rgba(53, 35, 31, .055);}.schlagseite-v2-section__media{display: block;aspect-ratio: 3 / 2;overflow: hidden;background: #e9e1db;}.schlagseite-v2-section__media .schlagseite-v2-hero__image, .schlagseite-v2-section__media .schlagseite-v2-hero__image-placeholder{width: 100%;height: 100%;object-fit: cover;}.schlagseite-v2-section__media .schlagseite-v2-hero__image{transition: transform .28s ease;}.schlagseite-v2-section__card:hover .schlagseite-v2-hero__image{transform: scale(1.018);}.schlagseite-v2-section__content{padding: 14px 15px 16px;}.schlagseite-v2-section__card--feature .schlagseite-v2-section__content{padding: 17px 18px 19px;}.schlagseite-v2-section__category{display: inline-flex;margin-bottom: 8px;padding: 4px 7px 3px;border-radius: 3px;background: #813732;color: #fff;font-family: "Fira Sans", Arial, sans-serif;font-size: 10px;font-weight: 700;line-height: 1;letter-spacing: .035em;text-transform: uppercase;}.schlagseite-v2-section__title{margin: 0;color: #5A302D;font-size: clamp(18px, 1.35vw, 20px);line-height: 1.2;font-weight: 600;}.schlagseite-v2-section__title a{color: inherit;text-decoration: none;}.schlagseite-v2-section__title a:hover{color: #813732;}.schlagseite-v2-section__excerpt{margin: 10px 0 0;color: #674f49;font-size: 14px;line-height: 1.5;}.schlagseite-v2-section__meta{margin-top: 10px;color: #8a7771;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;line-height: 1.3;}.schlagseite-v2-notice{padding: 12px 14px;border-left: 4px solid #813732;background: #fff4f1;color: #5A302D;}@media (max-width: 1024px){.schlagseite-v2-section__grid{grid-template-columns: repeat(3, minmax(0, 1fr));}.schlagseite-v2-section__card--feature{grid-row: 1 / span 2;}.schlagseite-v2-section__card--feature .schlagseite-v2-section__media{height: 100%;aspect-ratio: auto;}}@media (max-width: 767px){.schlagseite-v2-section__grid{grid-template-columns: 1fr;gap: 16px;}.schlagseite-v2-section__card--feature{grid-column: auto;display: block;}.schlagseite-v2-section__card--feature .schlagseite-v2-section__media{aspect-ratio: 3 / 2;height: auto;}.schlagseite-v2-section__card--feature .schlagseite-v2-section__title{font-size: 21px;}}.schlagseite-v2-sectionhead h2{color: #813732 !important;}.schlagseite-v2-dossier{width: 100%;}.schlagseite-v2-dossier__grid{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}.schlagseite-v2-dossier__card{min-width: 0;overflow: hidden;background: #fffaf5;border: 1px solid rgba(129, 55, 50, .22);border-radius: 8px;box-shadow: 0 4px 14px rgba(53, 35, 31, .06);}.schlagseite-v2-dossier__media{position: relative;display: block;aspect-ratio: 3 / 2;overflow: hidden;background: #e9e1db;}.schlagseite-v2-dossier__media .schlagseite-v2-hero__image, .schlagseite-v2-dossier__media .schlagseite-v2-hero__image-placeholder{width: 100%;height: 100%;object-fit: cover;}.schlagseite-v2-dossier__media .schlagseite-v2-hero__image{transition: transform .28s ease;}.schlagseite-v2-dossier__card:hover .schlagseite-v2-hero__image{transform: scale(1.018);}.schlagseite-v2-dossier__badge{position: absolute;left: 10px;bottom: 10px;display: inline-flex;padding: 5px 8px 4px;border-radius: 3px;background: #813732;color: #fff;font-family: "Fira Sans", Arial, sans-serif;font-size: 10px;font-weight: 700;line-height: 1;letter-spacing: .055em;}.schlagseite-v2-dossier__content{padding: 15px 16px 17px;}.schlagseite-v2-dossier__title{margin: 0;color: #5A302D;font-size: clamp(16px, 1.3vw, 19px);line-height: 1.2;}.schlagseite-v2-dossier__title a{color: inherit;text-decoration: none;}.schlagseite-v2-dossier__title a:hover{color: #813732;}.schlagseite-v2-dossier__excerpt{margin: 9px 0 0;color: #674f49;font-size: 13px;line-height: 1.45;}.schlagseite-v2-dossier__meta{margin-top: 10px;color: #8a7771;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;}@media (max-width: 1024px){.schlagseite-v2-dossier__grid{grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 767px){.schlagseite-v2-dossier__grid{grid-template-columns: 1fr;gap: 16px;}}.schlagseite-v2-meta{display: flex;align-items: center;flex-wrap: wrap;gap: 7px;margin-top: 10px;color: #8a7771;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;font-weight: 400;line-height: 1.35;}.schlagseite-v2-meta a{color: inherit;text-decoration: none;}.schlagseite-v2-meta a:hover{color: #813732;}.schlagseite-v2-meta__separator{color: rgba(90, 48, 45, .32);}.schlagseite-v2-meta__comments{display: inline-flex;align-items: center;gap: 4px;white-space: nowrap;}.schlagseite-v2-meta__comment-icon{display: block;width: 13px;height: 13px;flex: 0 0 auto;}.schlagseite-v2-hero__card--main .schlagseite-v2-meta{margin-top: 12px;font-size: 12px;}.schlagseite-v2-hero__card--side .schlagseite-v2-meta{margin-top: 9px;}.schlagseite-v2-latest__content .schlagseite-v2-meta, .schlagseite-v2-section__content .schlagseite-v2-meta{margin-top: 11px;}@media (max-width: 767px){.schlagseite-v2-meta{gap: 6px;font-size: 10.5px;}.schlagseite-v2-hero__card--main .schlagseite-v2-meta{font-size: 11px;}}.schlagseite-v2-latest .schlagseite-v2-meta{margin: 0 0 8px;font-size: 10.5px;line-height: 1.25;}.schlagseite-v2-latest__title{line-height: 1.22;}.schlagseite-v2-hero .schlagseite-v2-meta, .schlagseite-v2-section .schlagseite-v2-meta{margin: 0 0 8px;}.schlagseite-v2-hero__category, .schlagseite-v2-section__category{margin-bottom: 6px;}.schlagseite-v2-latest__title, .schlagseite-v2-section__title, .schlagseite-v2-hero__title{display: block;overflow: visible;text-overflow: clip;white-space: normal;-webkit-line-clamp: unset;line-clamp: unset;}.schlagseite-v2-latest__title, .schlagseite-v2-section__title{font-size: clamp(18px, 1.35vw, 20px);line-height: 1.2;font-weight: 600;}.schlagseite-v2-section__card--small .schlagseite-v2-section__title{font-size: clamp(14.5px, .95vw, 16px);line-height: 1.18;font-weight: 600;}@media (max-width: 1024px){.schlagseite-v2-section__grid{grid-template-columns: repeat(3, minmax(0, 1fr));grid-template-rows: auto;gap: 18px;}.schlagseite-v2-section__card--feature{grid-column: 1 / -1;grid-row: auto;display: grid;grid-template-columns: 1.15fr 1fr;}}@media (max-width: 767px){.schlagseite-v2-section__grid{grid-template-columns: 1fr;gap: 16px;}.schlagseite-v2-section__card--feature{grid-column: auto;display: block;}.schlagseite-v2-section__card--small .schlagseite-v2-section__title{font-size: 17px;}}@media (min-width: 1025px){.schlagseite-v2-section__grid{display: grid;grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));grid-template-rows: repeat(2, auto);gap: 18px;align-items: stretch;}.schlagseite-v2-section__card--feature{grid-column: 1;grid-row: 1 / 3;align-self: stretch;height: 100%;}.schlagseite-v2-section__card--small:nth-child(2){grid-column: 2;grid-row: 1;}.schlagseite-v2-section__card--small:nth-child(3){grid-column: 3;grid-row: 1;}.schlagseite-v2-section__card--small:nth-child(4){grid-column: 4;grid-row: 1;}.schlagseite-v2-section__card--small:nth-child(5){grid-column: 2;grid-row: 2;}.schlagseite-v2-section__card--small:nth-child(6){grid-column: 3;grid-row: 2;}.schlagseite-v2-section__card--small:nth-child(7){grid-column: 4;grid-row: 2;}}.schlagseite-v2-hero__media, .schlagseite-v2-latest__media, .schlagseite-v2-section__media{position: relative;}.schlagseite-redaktionsbadge, .schlagseite-v2-editorial-badge, .schlagseite-badge-pulse-v0517{--schlagseite-v2-badge-bg: #813732;position: absolute;top: 12px;left: 10px;z-index: 30;display: inline-flex;align-items: center;justify-content: center;max-width: calc(100% - 20px);padding: 6px 10px 5px;color: #fff !important;background: var(--schlagseite-v2-badge-bg) !important;border: 1px solid rgba(255,255,255,.38) !important;border-radius: 3px !important;box-shadow: 0 3px 9px rgba(35,24,22,.24);font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;font-weight: 800;line-height: 1;letter-spacing: .055em;text-transform: uppercase;white-space: nowrap;transform: rotate(-3deg) scale(1);transform-origin: left center;pointer-events: none;animation-name: schlagseite-redaktionsbadge-pulse-v0517 !important;animation-duration: 3.2s !important;animation-timing-function: ease-in-out !important;animation-delay: 0s !important;animation-iteration-count: infinite !important;animation-direction: normal !important;animation-fill-mode: both !important;animation-play-state: running !important;will-change: transform;}@keyframes schlagseite-redaktionsbadge-pulse-v0517{0%, 100%{transform: rotate(-3deg) scale(1);}50%{transform: rotate(-3deg) scale(1.028);}}.schlagseite-v2-hero__card--main .schlagseite-v2-editorial-badge{top: 16px;left: 14px;padding: 7px 11px 6px;font-size: 12px;}.schlagseite-v2-hero__card--side .schlagseite-v2-editorial-badge, .schlagseite-v2-latest__card .schlagseite-v2-editorial-badge, .schlagseite-v2-section__card--small .schlagseite-v2-editorial-badge{top: 9px;left: 8px;padding: 5px 8px 4px;font-size: 9px;letter-spacing: .045em;}.schlagseite-v2-section__card--feature .schlagseite-v2-editorial-badge{top: 12px;left: 10px;font-size: 10px;}@media (max-width: 767px){.schlagseite-redaktionsbadge, .schlagseite-v2-editorial-badge, .schlagseite-badge-pulse-v0517, .schlagseite-v2-hero__card--main .schlagseite-v2-editorial-badge, .schlagseite-v2-hero__card--side .schlagseite-v2-editorial-badge, .schlagseite-v2-latest__card .schlagseite-v2-editorial-badge, .schlagseite-v2-section__card--feature .schlagseite-v2-editorial-badge, .schlagseite-v2-section__card--small .schlagseite-v2-editorial-badge{top: 10px;left: 9px;padding: 6px 9px 5px;font-size: 10px;}}.schlagseite-v2-category-head, .schlagseite-v2-category-current, .schlagseite-v2-category-more, .schlagseite-v2-category-search{--ss-wine: #813732;--ss-brown: #5A302D;--ss-teal: #4D8D96;--ss-card: #FFFDF9;--ss-cream: #F8F3EB;--ss-border: rgba(90, 48, 45, .18);}.schlagseite-v2-category-head{position: relative;overflow: hidden;min-height: 265px;border-bottom: 1px solid rgba(129, 55, 50, .28);background: linear-gradient(90deg, rgba(248,243,235,.995) 0%, rgba(248,243,235,.975) 31%, rgba(248,243,235,.88) 48%, rgba(248,243,235,.42) 67%, rgba(248,243,235,.08) 100% ), var(--ss-cat-hero, none) right center / cover no-repeat, #e9e0d4;}.schlagseite-v2-category-head::after{content: "";position: absolute;inset: 0;pointer-events: none;background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(90,48,45,.03));}.schlagseite-v2-category-head__inner{position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: center;min-height: 265px;padding: 28px 38px 30px;}.schlagseite-v2-category-head__breadcrumb{display: flex;align-items: center;flex-wrap: wrap;gap: 7px;margin-bottom: 18px;color: #76625c;font-family: "Fira Sans", Arial, sans-serif;font-size: 11px;font-weight: 500;line-height: 1.3;}.schlagseite-v2-category-head__breadcrumb a{color: var(--ss-brown);text-decoration: none;}.schlagseite-v2-category-head__breadcrumb a:hover{color: var(--ss-wine);}.schlagseite-v2-category-head__copy{display: grid;grid-template-columns: minmax(0, 1fr) auto;gap: 34px;align-items: center;}.schlagseite-v2-category-head__text{max-width: 670px;}.schlagseite-v2-category-head h1{margin: 0;color: var(--ss-wine);font-family: "Lora", Georgia, serif;font-size: clamp(39px, 3.7vw, 47px);font-weight: 700;line-height: 1.02;letter-spacing: -.025em;}.schlagseite-v2-category-head__tagline{margin: 10px 0 0;color: #2f2927;font-family: "Lora", Georgia, serif;font-size: clamp(20px, 1.85vw, 24px);font-weight: 700;line-height: 1.18;}.schlagseite-v2-category-head__description{max-width: 610px;margin: 10px 0 0;color: #4f413d;font-size: 15px;line-height: 1.5;}.schlagseite-v2-category-head__stamp{display: flex;flex-direction: column;gap: 0;align-self: center;min-width: 176px;margin-top: 30px;padding: 13px 18px 12px;color: #fff;background: var(--ss-wine);border-radius: 2px;box-shadow: 0 7px 18px rgba(70, 45, 38, .16);transform: rotate(-.7deg);font-family: "Fira Sans", Arial, sans-serif;font-size: 17px;font-weight: 800;line-height: 1.04;letter-spacing: .025em;text-align: left;}.schlagseite-v2-category-search{position: relative;display: grid;grid-template-columns: auto minmax(0, 1fr) auto;align-items: stretch;width: 100%;min-height: 48px;margin: 0;background: #fff;border: 1px solid rgba(129,55,50,.32);border-radius: 5px;overflow: hidden;box-shadow: 0 3px 12px rgba(53,35,31,.04);}.schlagseite-v2-category-search__icon{display: flex;align-items: center;justify-content: center;width: 46px;color: var(--ss-wine);font-size: 20px;}.schlagseite-v2-category-search input{min-width: 0;width: 100%;height: 48px;margin: 0;padding: 0 12px;color: var(--ss-brown);background: transparent;border: 0;outline: 0;font: 400 14px/1.2 "Fira Sans", Arial, sans-serif;}.schlagseite-v2-category-search input::placeholder{color: #8a7872;}.schlagseite-v2-category-search button{min-width: 112px;margin: 0;padding: 0 22px;color: #fff;background: var(--ss-wine);border: 0;border-radius: 0;font-family: "Fira Sans", Arial, sans-serif;font-size: 14px;font-weight: 700;cursor: pointer;}.schlagseite-v2-category-search button:hover{background: var(--ss-brown);}.schlagseite-v2-category-current__layout{display: grid;grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);gap: 24px;align-items: stretch;}.schlagseite-v2-category-current__feature, .schlagseite-v2-category-current__sidecard, .schlagseite-v2-category-grid__card{overflow: hidden;background: var(--ss-card);border: 1px solid var(--ss-border);border-radius: 7px;box-shadow: 0 5px 16px rgba(53,35,31,.06);}.schlagseite-v2-category-current__feature{display: flex;flex-direction: column;min-width: 0;}.schlagseite-v2-category-current__side{display: grid;grid-template-rows: repeat(2, minmax(0, 1fr));gap: 16px;min-width: 0;height: 100%;}.schlagseite-v2-category-current__sidecard{display: flex;flex-direction: column;min-width: 0;min-height: 0;height: 100%;}.schlagseite-v2-category-card__media{position: relative;display: block;overflow: hidden;background: #e9e1db;}.schlagseite-v2-category-current__feature .schlagseite-v2-category-card__media{aspect-ratio: 16 / 10;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__media{aspect-ratio: 3 / 2;width: 100%;height: auto;min-height: 0;}.schlagseite-v2-category-grid__card .schlagseite-v2-category-card__media{aspect-ratio: 3 / 2;}.schlagseite-v2-category-card__media .schlagseite-v2-hero__image, .schlagseite-v2-category-card__media .schlagseite-v2-hero__image-placeholder{width: 100%;height: 100%;object-fit: cover;}.schlagseite-v2-category-card__content{padding: 17px 18px 19px;}.schlagseite-v2-category-current__feature .schlagseite-v2-category-card__content{padding: 20px 22px 23px;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__content{display: flex;flex-direction: column;justify-content: flex-start;flex: 1 1 auto;min-width: 0;padding: 11px 13px 13px;}.schlagseite-v2-category-card__category{display: inline-flex;align-items: center;width: fit-content;margin-bottom: 8px;padding: 4px 7px 3px;color: #fff;background: var(--ss-wine);border-radius: 3px;font-family: "Fira Sans", Arial, sans-serif;font-size: 10px;font-weight: 700;line-height: 1;letter-spacing: .035em;text-transform: uppercase;}.schlagseite-v2-category-card__title{margin: 8px 0 0;color: var(--ss-brown);line-height: 1.16;}.schlagseite-v2-category-current__feature .schlagseite-v2-category-card__title{font-size: clamp(25px, 2.5vw, 36px);}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__title{margin-top: 6px;font-size: clamp(15px, 1.25vw, 18px);line-height: 1.18;}.schlagseite-v2-category-grid__card .schlagseite-v2-category-card__title{font-size: clamp(19px, 1.8vw, 24px);}.schlagseite-v2-category-card__title a{color: inherit;text-decoration: none;}.schlagseite-v2-category-card__title a:hover{color: var(--ss-wine);}.schlagseite-v2-category-card__excerpt{margin: 10px 0 0;color: #674f49;font-size: 14px;line-height: 1.52;}.schlagseite-v2-category-card__more{display: inline-flex;align-items: center;gap: 6px;width: fit-content;margin-top: 13px;color: var(--ss-wine);font-family: "Fira Sans", Arial, sans-serif;font-size: 12px;font-weight: 700;text-decoration: none;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__more{margin-top: 8px;font-size: 11px;}.schlagseite-v2-category-card__more:hover{color: var(--ss-teal);}.schlagseite-v2-category-grid{display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 20px;}.schlagseite-v2-category-grid__card{display: flex;flex-direction: column;min-width: 0;}.schlagseite-v2-category-grid__card .schlagseite-v2-category-card__content{display: flex;flex: 1 1 auto;flex-direction: column;}.schlagseite-v2-category-grid__card .schlagseite-v2-category-card__more{margin-top: auto;padding-top: 13px;}.schlagseite-v2-category-pagination{margin-top: 28px;}.schlagseite-v2-category-pagination .page-numbers{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 6px;margin: 0;padding: 0;list-style: none;}.schlagseite-v2-category-pagination .page-numbers li{margin: 0;padding: 0;}.schlagseite-v2-category-pagination a.page-numbers, .schlagseite-v2-category-pagination span.page-numbers{display: inline-flex;align-items: center;justify-content: center;min-width: 36px;height: 36px;padding: 0 10px;color: var(--ss-brown);background: #fff;border: 1px solid rgba(129,55,50,.22);border-radius: 3px;font-family: "Fira Sans", Arial, sans-serif;font-size: 13px;font-weight: 600;text-decoration: none;}.schlagseite-v2-category-pagination span.page-numbers.current, .schlagseite-v2-category-pagination a.page-numbers:hover{color: #fff;background: var(--ss-wine);border-color: var(--ss-wine);}.schlagseite-v2-category-empty{margin: 0;padding: 22px;color: var(--ss-brown);background: #fff;border: 1px solid var(--ss-border);border-radius: 6px;}@media (max-width: 1024px){.schlagseite-v2-category-head{min-height: 245px;}.schlagseite-v2-category-head__inner{min-height: 245px;padding: 26px 26px 28px;}.schlagseite-v2-category-head__copy{gap: 24px;}.schlagseite-v2-category-head__stamp{min-width: 156px;margin-top: 24px;font-size: 15px;}.schlagseite-v2-category-current__layout{grid-template-columns: 1fr;}.schlagseite-v2-category-current__side{grid-template-columns: repeat(2, minmax(0, 1fr));grid-template-rows: none;}.schlagseite-v2-category-current__sidecard{display: flex;flex-direction: column;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__media{aspect-ratio: 3 / 2;height: auto;}.schlagseite-v2-category-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 767px){.schlagseite-v2-category-head{min-height: 0;background: linear-gradient(90deg, rgba(248,243,235,.98) 0%, rgba(248,243,235,.94) 58%, rgba(248,243,235,.72) 100%), var(--ss-cat-hero, none) right center / cover no-repeat, #e9e0d4;}.schlagseite-v2-category-head__inner{min-height: 0;padding: 24px 18px 26px;}.schlagseite-v2-category-head__breadcrumb{margin-bottom: 16px;font-size: 11px;}.schlagseite-v2-category-head__copy{grid-template-columns: 1fr;gap: 18px;}.schlagseite-v2-category-head h1{font-size: 35px;}.schlagseite-v2-category-head__tagline{font-size: 19px;}.schlagseite-v2-category-head__description{font-size: 14px;}.schlagseite-v2-category-head__stamp{min-width: 0;width: fit-content;margin-top: 0;padding: 10px 13px 9px;font-size: 13px;}.schlagseite-v2-category-search{grid-template-columns: 40px minmax(0, 1fr) auto;}.schlagseite-v2-category-search__icon{width: 40px;}.schlagseite-v2-category-search button{min-width: 82px;padding: 0 14px;font-size: 12px;}.schlagseite-v2-category-current__side, .schlagseite-v2-category-grid{grid-template-columns: 1fr;}.schlagseite-v2-category-current__sidecard{display: flex;flex-direction: column;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__media{aspect-ratio: 3 / 2;height: auto;}.schlagseite-v2-category-current__feature .schlagseite-v2-category-card__content, .schlagseite-v2-category-card__content{padding: 15px 16px 17px;}.schlagseite-v2-category-current__feature .schlagseite-v2-category-card__title{font-size: 27px;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__title{font-size: 17px;}}@media (max-width: 480px){.schlagseite-v2-category-current__sidecard{display: flex;flex-direction: column;}.schlagseite-v2-category-current__sidecard .schlagseite-v2-category-card__media{aspect-ratio: 3 / 2;height: auto;}}.schlagseite-v2-latest--news{margin-bottom: 34px;}@supports (content-visibility: auto){.schlagseite-v2-section, .schlagseite-v2-dossier{content-visibility: auto;contain-intrinsic-size: auto 720px;}}
