.tsv-root,
:root {
  --tsv-red: #E04010;
  --tsv-red-soft: #F4D6CF;
  --tsv-black: #000000;
  --tsv-white: #FFFFFF;
  --tsv-gray: #808080;
  --tsv-line: #E5E7EB;
  --tsv-bg: #F7F8FA;
  --tsv-text: #171717;
  --tsv-radius: 8px;
  --tsv-shadow: 0 18px 45px rgba(0, 0, 0, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--tsv-bg);
  color: var(--tsv-text);
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--tsv-red);
}

a:hover,
a:focus {
  color: var(--tsv-black);
}

.tsv-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tsv-main {
  flex: 1;
  background:
    linear-gradient(rgba(247, 248, 250, .93), rgba(247, 248, 250, .96)),
    url("/bilder/1774355665/1774355665-1779897080-bg_hero.jpg") center top / cover no-repeat;
}

.tsv-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.tsv-section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.tsv-grid {
  display: grid;
  gap: 1.25rem;
}

.tsv-content {
  background: var(--tsv-white);
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.tsv-content h1,
.tsv-content h2,
.tsv-content h3,
.tsv-page-title h1 {
  color: var(--tsv-black);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.tsv-content h1,
.tsv-page-title h1 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.normal,
.text {
  font-size: 1rem;
  line-height: 1.65;
}

.pokal {
  color: var(--tsv-red);
  font-weight: 700;
}

.ueberschrift {
  margin: 1.5rem 0 1rem;
  padding-bottom: .35rem;
  border-bottom: 3px solid var(--tsv-red-soft);
  color: var(--tsv-black);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.ueberschrift2 {
  margin: 1.25rem 0 .75rem;
  color: var(--tsv-black);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
}

.ueberschrift3 {
  margin: 1rem 0 .5rem;
  color: var(--tsv-black);
  font-size: 1.1rem;
  font-weight: 700;
}

.link {
  color: var(--tsv-red);
  font-weight: 700;
  text-decoration: none;
}

.link:hover,
.link:focus,
.link_aktiv,
.link_aktive {
  color: var(--tsv-black);
  text-decoration: underline;
}

.bemerkung {
  margin: 1rem 0;
  padding: .75rem 1rem;
  border-left: 4px solid var(--tsv-red);
  background: var(--tsv-red-soft);
  color: var(--tsv-text);
  font-style: italic;
}

.zcontent_news {
  margin: 0 0 1.9rem;
  border-collapse: collapse;
}

.zcontent_news td {
  display: grid;
  grid-template-columns: clamp(150px, 20vw, 210px) minmax(0, 1fr);
  grid-template-areas:
    "category category"
    "title title"
    "image text";
  gap: .35rem 1rem;
  padding: 0;
}

.zcontent_news .kategorie {
  grid-area: category;
  display: block;
  margin: 0;
}

.zcontent_news .ueberschrift {
  grid-area: title;
  display: block;
  margin: 0 0 .45rem;
  padding-bottom: .35rem;
}

.zcontent_news td > div[style*="float:left"] {
  grid-area: image;
  float: none !important;
  align-self: start;
  margin: 0;
  padding: 0 !important;
}

.zcontent_news .bild {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.zcontent_news p {
  grid-area: text;
  margin: 0;
  text-align: left;
}

.zcontent_news .kurz {
  line-height: 1.55;
}

.tsv-page-title {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .58)),
    url("/bilder/1774355665/1774355665-1779897080-bg_hero.jpg") center / cover no-repeat;
  color: var(--tsv-white);
  padding: clamp(2.3rem, 6vw, 4.8rem) 0;
}

.tsv-page-title h1 {
  margin: 0;
  color: var(--tsv-white);
}

.tsv-page-title p {
  max-width: 760px;
  margin: .7rem 0 0;
  color: rgba(255, 255, 255, .78);
}

.tsv-topline {
  background: var(--tsv-black);
  color: var(--tsv-white);
  font-size: .92rem;
}

.tsv-topline__inner,
.tsv-mainnav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.tsv-topline__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.tsv-topline a {
  color: var(--tsv-white);
  text-decoration: none;
}

.tsv-topline__links {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.tsv-topline__links a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  padding: .12rem .5rem;
  font-weight: 700;
}

.tsv-social-link {
  width: 32px;
  min-width: 32px;
  padding: 0 !important;
}

.tsv-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.tsv-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tsv-mainnav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.tsv-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--tsv-white);
  border-bottom: 1px solid var(--tsv-line);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}

.tsv-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--tsv-black);
  text-decoration: none;
  font-weight: 800;
}

.tsv-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.tsv-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .12rem;
}

.tsv-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .65rem;
  border-radius: 4px;
  color: var(--tsv-black);
  font-weight: 700;
  text-decoration: none;
}

.tsv-nav a:hover,
.tsv-nav a:focus,
.tsv-nav__item:hover > a {
  background: var(--tsv-red-soft);
  color: var(--tsv-black);
}

.tsv-nav__home {
  width: 42px;
  justify-content: center;
  padding-left: .45rem !important;
  padding-right: .45rem !important;
}

.tsv-nav__home svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.tsv-nav__item {
  position: relative;
}

.tsv-nav__flyout {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 245px;
  display: none;
  grid-template-columns: 1fr;
  padding: .5rem;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  box-shadow: var(--tsv-shadow);
}

.tsv-nav__item:hover .tsv-nav__flyout,
.tsv-nav__item:focus-within .tsv-nav__flyout {
  display: grid;
}

.tsv-nav__flyout a {
  justify-content: flex-start;
  min-height: 36px;
}

.tsv-nav-toggle,
.tsv-nav-button {
  display: none;
}

.tsv-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .48)),
    url("/bilder/1774355665/1774355665-1779897080-bg_hero.jpg") center / cover no-repeat;
  color: var(--tsv-white);
}

.tsv-hero__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: clamp(430px, 58vw, 640px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.tsv-hero h1 {
  margin: 0;
  color: var(--tsv-white);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: .98;
}

.tsv-hero p {
  max-width: 660px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.tsv-hero__logo {
  display: grid;
  place-items: center;
  min-height: 280px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.tsv-hero__logo img {
  width: min(310px, 75%);
  filter: drop-shadow(0 26px 45px rgba(0, 0, 0, .36));
}

.tsv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.tsv-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: .68rem 1rem;
  background: var(--tsv-red);
  color: var(--tsv-white);
  font-weight: 800;
  text-decoration: none;
}

.tsv-button--light {
  background: var(--tsv-white);
  color: var(--tsv-black);
}

.tsv-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tsv-section-head {
  max-width: 760px;
  margin: 0 0 1.35rem;
}

.tsv-section-head h2 {
  margin: 0;
  color: var(--tsv-black);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.tsv-section-head p {
  margin: .45rem 0 0;
  color: var(--tsv-gray);
}

.tsv-section--sport {
  background: var(--tsv-white);
}

.tsv-sport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.tsv-sport-card {
  min-height: 74px;
  display: flex;
  align-items: center;
  border: 1px solid var(--tsv-line);
  border-left: 4px solid var(--tsv-red);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  color: var(--tsv-black);
  font-weight: 800;
  text-decoration: none;
  padding: .9rem 1rem;
}

.tsv-sport-card:hover,
.tsv-sport-card:focus {
  background: var(--tsv-red-soft);
  color: var(--tsv-black);
}

.tsv-sport-overview {
  display: grid;
  gap: 1.35rem;
}

.tsv-sport-overview__intro {
  max-width: 780px;
}

.tsv-sport-overview__intro h2 {
  margin: 0;
}

.tsv-sport-overview__intro p:last-child {
  margin-bottom: 0;
  color: #4B5563;
  font-size: 1.08rem;
}

.tsv-sport-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tsv-sport-overview-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  color: var(--tsv-black);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.tsv-sport-overview-card img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: .65rem;
  background: #F7F8FA;
}

.tsv-sport-overview-card span {
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: .85rem 1rem;
  border-left: 4px solid var(--tsv-red);
  background: var(--tsv-white);
  line-height: 1.25;
}

.tsv-sport-overview-card--text {
  justify-content: center;
  min-height: 150px;
  border-left: 4px solid var(--tsv-red);
}

.tsv-sport-overview-card--text span {
  min-height: 100%;
  border-left: 0;
}

.tsv-sport-overview-card:hover,
.tsv-sport-overview-card:focus {
  color: var(--tsv-black);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.tsv-sport-overview-card:hover span,
.tsv-sport-overview-card:focus span {
  background: var(--tsv-red-soft);
}

.tsv-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .75rem;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  padding: 0 1rem 1rem;
  color: var(--tsv-black);
  text-decoration: none;
}

.tsv-card img {
  width: calc(100% + 2rem);
  height: 128px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 -1rem .1rem;
}

.tsv-card strong {
  color: var(--tsv-red);
  font-size: 1.12rem;
}

.tsv-card span {
  color: var(--tsv-gray);
}

.tsv-section--partners {
  overflow: hidden;
  background: rgba(255, 255, 255, .74);
}

.tsv-partner-slider {
  width: 100%;
  overflow: hidden;
  padding: .15rem 0 .5rem;
}

.tsv-partner-slider__track {
  width: max-content;
  display: flex;
  gap: 1rem;
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  animation: tsv-partner-scroll 62s linear infinite;
}

.tsv-partner-slider .tsv-partner-logo {
  width: clamp(230px, 24vw, 310px);
  flex: 0 0 clamp(230px, 24vw, 310px);
}

.tsv-partner-slider:hover .tsv-partner-slider__track,
.tsv-partner-slider:focus-within .tsv-partner-slider__track {
  animation-play-state: paused;
}

.tsv-partner-card {
  width: clamp(230px, 24vw, 310px);
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .8rem;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  padding: 1rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
}

.tsv-partner-card strong {
  color: var(--tsv-red);
  font-size: 1.05rem;
  line-height: 1.25;
}

.tsv-partner-card span {
  color: var(--tsv-gray);
  line-height: 1.45;
}

.tsv-partner-card a {
  width: fit-content;
  color: var(--tsv-black);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 64, 16, .32);
}

.tsv-partner-card a:hover,
.tsv-partner-card a:focus {
  color: var(--tsv-red);
  border-bottom-color: var(--tsv-red);
  outline: 0;
}

.tsv-partner-overview {
  display: grid;
  gap: 1.35rem;
}

.tsv-partner-overview__intro h2 {
  margin: 0;
}

.tsv-partner-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tsv-partner-logo {
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
}

.tsv-partner-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

@keyframes tsv-partner-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.tsv-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.25rem;
}

.tsv-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, .75fr);
  gap: 1.25rem;
  align-items: start;
}

.tsv-contact-info {
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.tsv-contact-logo {
  width: 96px;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.tsv-contact-info h2 {
  margin: 0;
  color: var(--tsv-black);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.tsv-contact-info p {
  margin: .45rem 0 0;
}

.tsv-contact-list {
  display: grid;
  gap: .9rem;
  margin-top: 1.25rem;
}

.tsv-contact-list strong {
  display: block;
  color: var(--tsv-red);
  font-size: .92rem;
}

.tsv-contact-list a {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  padding-bottom: .08rem;
  border-bottom: 1px solid rgba(224, 64, 16, .24);
  color: var(--tsv-black);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.tsv-contact-list a:hover,
.tsv-contact-list a:focus {
  border-bottom-color: var(--tsv-red);
  color: var(--tsv-red);
  outline: 0;
}

.tsv-contact-map {
  margin-top: 1.35rem;
  overflow: hidden;
  border-radius: var(--tsv-radius);
}

.tsv-contact-map iframe {
  width: 100%;
  min-height: 260px;
  display: block;
  border: 0;
}

.tsv-sidebar {
  align-self: start;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
  padding: 1.25rem;
}

.tsv-sidebar__box {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid var(--tsv-line);
}

.tsv-sidebar__box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.tsv-sidebar__box h2,
.tsv-sidebar__box h3 {
  margin-top: 0;
  color: var(--tsv-red);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.tsv-sidebar__box ul {
  display: grid;
  gap: .35rem;
  padding-left: 1.1rem;
  margin: .6rem 0 0;
}

.tsv-sidebar__box a {
  overflow-wrap: anywhere;
  font-weight: 700;
}

.tsv-sidebox-contact {
  display: grid;
  gap: 1rem;
}

.tsv-sidebox-contact h2,
.tsv-sidebox-contact h3 {
  margin: 0;
}

.tsv-sidebox-contact address {
  margin: 0;
  font-style: normal;
  line-height: 1.45;
}

.tsv-sidebox-contact__image {
  margin: 0;
}

.tsv-sidebox-contact__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--tsv-radius);
  border: 1px solid var(--tsv-line);
}

.tsv-sidebox-contact__list {
  display: grid;
  gap: .85rem;
  margin: 0;
}

.tsv-sidebox-contact__row {
  display: grid;
  gap: .28rem;
  padding-top: .85rem;
  border-top: 1px solid var(--tsv-line);
}

.tsv-sidebox-contact__row > strong {
  display: block;
  color: var(--tsv-red);
  font-weight: 800;
  line-height: 1.25;
}

.tsv-sidebox-contact a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.tsv-sidebox-contact span {
  display: block;
  margin-top: .15rem;
  color: var(--tsv-gray);
  font-size: .92rem;
}

.tsv-sidebox-contact--quiet .tsv-sidebox-contact__row > strong {
  color: var(--tsv-black);
}

.tsv-sidebox-contact--quiet a {
  color: var(--tsv-black);
  text-decoration-color: rgba(226, 44, 29, .35);
  text-underline-offset: .18em;
}

.tsv-sidebox-contact--quiet a:hover,
.tsv-sidebox-contact--quiet a:focus-visible {
  color: var(--tsv-red);
  text-decoration-color: currentColor;
}

.tsv-sidebox {
  display: grid;
  gap: .85rem;
}

.tsv-sidebox h2,
.tsv-sidebox h3 {
  margin: 0;
}

.tsv-sidebox__media {
  padding-top: .7rem;
  border-top: 1px solid var(--tsv-line);
}

.tsv-sidebox__links {
  display: grid;
  gap: .55rem;
  padding-top: .7rem;
  border-top: 1px solid var(--tsv-line);
}

.tsv-sidebox__links a {
  display: block;
  padding: .7rem .85rem;
  color: var(--tsv-black);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius-sm);
  background: var(--tsv-soft);
}

.tsv-sidebox__links a:hover,
.tsv-sidebox__links a:focus-visible {
  color: var(--tsv-white);
  border-color: var(--tsv-red);
  background: var(--tsv-red);
}

.tsv-sidebox__schedule {
  display: grid;
  gap: .65rem;
}

.tsv-sidebox__day {
  display: grid;
  gap: .35rem;
  padding-top: .7rem;
  border-top: 1px solid var(--tsv-line);
}

.tsv-sidebox__day h3 {
  color: var(--tsv-red);
  font-size: 1.12rem;
  line-height: 1.1;
}

.tsv-sidebox__day p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  align-items: baseline;
  margin: 0;
}

.tsv-sidebox__day p strong {
  color: var(--tsv-black);
  font-weight: 800;
  line-height: 1.25;
}

.tsv-sidebox__day p span {
  color: var(--tsv-gray);
  font-size: .92rem;
  line-height: 1.25;
  white-space: nowrap;
}

.tsv-form-fields {
  display: grid;
  gap: 1rem;
}

.tsv-form-intro {
  margin: 0 0 .25rem;
  color: var(--tsv-gray);
}

.tsv-field {
  display: grid;
  gap: .38rem;
}

.tsv-field label {
  color: var(--tsv-black);
  font-weight: 700;
}

.tsv-field input[type="text"],
.tsv-field input[type="email"],
.tsv-field input[type="tel"],
.tsv-field textarea,
.tsv-field select,
.auswahl {
  width: 100%;
  min-height: 44px;
  padding: .7rem .78rem;
  border: 1px solid var(--tsv-line);
  border-radius: 4px;
  background: var(--tsv-white);
  color: var(--tsv-text);
  font: inherit;
}

.tsv-field textarea {
  min-height: 160px;
  resize: vertical;
}

.tsv-field input:focus,
.tsv-field textarea:focus,
.tsv-field select:focus {
  outline: 2px solid var(--tsv-red-soft);
  border-color: var(--tsv-red);
}

.tsv-field--checkbox label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  font-weight: 400;
}

.tsv-field--checkbox input {
  width: 18px;
  height: 18px;
  margin-top: .22rem;
  accent-color: var(--tsv-red);
}

.tsv-required {
  color: var(--tsv-red);
  font-weight: 800;
}

.tsv-contact-form .g-recaptcha {
  margin: 1rem 0 .9rem;
}

.tsv-contact-form input[type="submit"],
.tsv-contact-form button[type="submit"],
.tsv-contact-form button:not([type]),
.tsv-contact-form .g-recaptcha,
.tsv-contact-form .button,
.tsv-contact-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1.25rem;
  border: 0;
  border-radius: 4px;
  background: var(--tsv-red);
  color: var(--tsv-white);
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(224, 64, 16, .22);
}

.tsv-contact-form input[type="submit"]:hover,
.tsv-contact-form input[type="submit"]:focus,
.tsv-contact-form button[type="submit"]:hover,
.tsv-contact-form button[type="submit"]:focus,
.tsv-contact-form button:not([type]):hover,
.tsv-contact-form button:not([type]):focus,
.tsv-contact-form .g-recaptcha:hover,
.tsv-contact-form .g-recaptcha:focus,
.tsv-contact-form .button:hover,
.tsv-contact-form .button:focus,
.tsv-contact-form .btn:hover,
.tsv-contact-form .btn:focus {
  background: var(--tsv-black);
  color: var(--tsv-white);
  outline: 2px solid var(--tsv-red-soft);
  outline-offset: 2px;
}

.tsv-footer {
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 214, 207, .18), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(224, 64, 16, .18), transparent 32%),
    linear-gradient(135deg, #000000 0%, #191919 48%, #050505 100%);
  color: var(--tsv-white);
}

.tsv-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(170px, .7fr) minmax(220px, .8fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: 3rem 0 2.2rem;
}

.tsv-footer img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.tsv-footer h2 {
  margin: 0 0 .75rem;
  color: var(--tsv-red-soft);
  font-size: 1rem;
}

.tsv-footer p {
  margin: 0 0 .75rem;
  color: rgba(255, 255, 255, .78);
}

.tsv-footer a {
  display: block;
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}

.tsv-footer a:hover,
.tsv-footer a:focus {
  color: var(--tsv-white);
}

.tsv-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tsv-footer__brand strong {
  color: var(--tsv-white);
  font-size: 1.06rem;
}

.tsv-footer__claim {
  max-width: 330px;
}

.tsv-footer__contact {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .86);
  font-style: normal;
}

.tsv-footer__contact > span,
.tsv-footer__contact > a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
}

.tsv-footer__contact svg {
  width: 18px;
  height: 18px;
  margin-top: .18rem;
  fill: var(--tsv-red-soft);
}

.tsv-footer__system {
  display: grid;
  gap: .35rem;
  justify-items: start;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .72);
  font-size: .92rem;
  text-align: left;
}

.tsv-footer__system * {
  text-align: left !important;
}

.tsv-footer__meta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(280px, 1.3fr) minmax(140px, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
}

.tsv-footer__meta span:nth-child(2) {
  justify-self: center;
  text-align: center;
}

.tsv-footer__meta a {
  display: inline-flex;
  color: rgba(255, 255, 255, .78);
}

.tsv-footer__login {
  justify-self: end;
  font-weight: 800;
}

.tsv-news-slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--tsv-radius);
  background: var(--tsv-black);
  color: var(--tsv-white);
}

.tsv-news-slider__track {
  display: flex;
  transition: transform .45s ease;
}

.tsv-news-slider__slide {
  min-width: 100%;
}

.tsv-news-card {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(0, 1.05fr);
  min-height: 300px;
}

.tsv-news-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.tsv-news-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .9rem;
  padding: clamp(1.35rem, 4vw, 2.5rem);
}

.tsv-news-card__label {
  width: fit-content;
  padding: .28rem .65rem;
  border-radius: 4px;
  background: var(--tsv-red-soft);
  color: var(--tsv-black);
  font-size: .88rem;
  font-weight: 800;
}

.tsv-news-card__title {
  margin: 0;
  color: var(--tsv-white);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.08;
}

.tsv-news-card__link {
  width: fit-content;
}

.tsv-news-slider__loading {
  padding: 2rem;
  color: rgba(255, 255, 255, .75);
  text-align: center;
}

.tsv-news-slider__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  background: rgba(0, 0, 0, .72);
  color: var(--tsv-white);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.tsv-news-slider__control--prev {
  left: .75rem;
}

.tsv-news-slider__control--next {
  right: .75rem;
}

.tsv-news-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .85rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: .42rem;
}

.tsv-news-slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
}

.tsv-news-slider__dots button.is-active {
  width: 24px;
  background: var(--tsv-red);
}

.tsv-editor-article {
  display: grid;
  gap: 1.4rem;
  max-width: 980px;
}

.tsv-editor-article__header {
  display: grid;
  gap: .45rem;
}

.tsv-editor-article__kicker {
  margin: 0;
  color: var(--tsv-red);
  font-weight: 800;
  text-transform: uppercase;
}

.tsv-editor-article__header h2 {
  margin: 0;
}

.tsv-editor-article__lead {
  max-width: 760px;
  margin: 0;
  color: #4B5563;
  font-size: 1.15rem;
  font-weight: 600;
}

.tsv-editor-article__media {
  margin: 0;
}

.tsv-editor-article__media img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
  border-radius: var(--tsv-radius);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}

.tsv-editor-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.tsv-editor-media-grid figure {
  margin: 0;
}

.tsv-editor-media-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: var(--tsv-radius);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

.tsv-editor-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin: 0;
}

.tsv-editor-gallery-grid figure {
  margin: 0;
}

.tsv-editor-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: var(--tsv-radius);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
}

.tsv-editor-gallery-grid figcaption {
  margin-top: .45rem;
  color: var(--tsv-black);
  font-weight: 800;
  text-align: center;
}

.tsv-content img[data-tsv-lightbox="true"] {
  cursor: zoom-in;
}

.tsv-lightbox-open {
  overflow: hidden;
}

.tsv-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(0, 0, 0, .86);
}

.tsv-lightbox.is-active {
  display: grid;
}

.tsv-lightbox__figure {
  width: min(100%, 1180px);
  max-height: 90vh;
  display: grid;
  gap: .85rem;
  margin: 0;
}

.tsv-lightbox__image {
  max-width: 100%;
  max-height: 82vh;
  display: block;
  justify-self: center;
  object-fit: contain;
  border-radius: var(--tsv-radius);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .42);
}

.tsv-lightbox__caption {
  justify-self: center;
  max-width: 860px;
  margin: 0;
  color: var(--tsv-white);
  text-align: center;
  font-weight: 700;
}

.tsv-lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  color: var(--tsv-white);
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.tsv-lightbox__close:hover,
.tsv-lightbox__close:focus-visible {
  background: var(--tsv-red);
  outline: none;
}

.tsv-top-button {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 80;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 4px;
  background: var(--tsv-red);
  color: var(--tsv-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.75rem);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.tsv-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tsv-top-button:hover,
.tsv-top-button:focus-visible {
  background: var(--tsv-black);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
  outline: none;
}

.tsv-editor-article__body {
  max-width: 820px;
}

.tsv-editor-article__body p:first-child {
  margin-top: 0;
}

.tsv-editor-facts,
.tsv-editor-download {
  max-width: 820px;
  padding: 1.2rem;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: rgba(255, 255, 255, .86);
}

.tsv-editor-facts h3,
.tsv-editor-download h3 {
  margin-top: 0;
  color: var(--tsv-red);
}

.tsv-editor-facts > p {
  margin: .95rem 0 0;
}

.tsv-editor-facts > p:last-child {
  margin-bottom: 0;
}

.tsv-editor-jumpnav {
  gap: .7rem;
  padding: 1rem 1.15rem;
}

.tsv-editor-jumpnav h3 {
  margin-bottom: 0;
}

.tsv-editor-jumpnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tsv-editor-jumpnav li {
  margin: 0;
}

.tsv-editor-jumpnav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: .42rem .75rem;
  color: var(--tsv-black);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius-sm);
  background: var(--tsv-white);
}

.tsv-editor-jumpnav a:hover,
.tsv-editor-jumpnav a:focus-visible {
  color: var(--tsv-white);
  border-color: var(--tsv-red);
  background: var(--tsv-red);
}

.tsv-editor-fact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tsv-line);
}

.tsv-editor-fact-list li {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: .5rem 1.25rem;
  align-items: baseline;
  min-width: 0;
  padding: .85rem 0;
  border-bottom: 1px solid var(--tsv-line);
}

.tsv-editor-fact-list strong {
  display: block;
  color: var(--tsv-red);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.2;
}

.tsv-editor-fact-list span {
  display: block;
  min-width: 0;
  color: var(--tsv-black);
  font-weight: 800;
  line-height: 1.3;
}

.tsv-editor-facts dl {
  display: grid;
  gap: .75rem;
  margin: 0;
}

.tsv-editor-facts dl div {
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr);
  gap: .25rem 1rem;
  align-items: baseline;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--tsv-line);
}

.tsv-editor-facts dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tsv-editor-facts dt {
  color: var(--tsv-black);
  font-weight: 800;
}

.tsv-editor-facts dd {
  margin: 0;
  min-width: 0;
}

.tsv-editor-map {
  width: 100%;
  max-width: 980px;
  display: grid;
  gap: .8rem;
  margin-inline: auto;
}

.tsv-editor-map h3 {
  margin: 0;
  color: var(--tsv-red);
}

.tsv-editor-map p {
  max-width: 780px;
  margin: 0;
}

.tsv-editor-map__content {
  width: min(100%, 860px);
  margin: .2rem auto 0;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
}

.tsv-editor-map__content > * {
  margin-inline: auto;
}

.tsv-editor-map iframe,
.tsv-editor-map__content iframe {
  width: 100%;
  min-height: 320px;
  display: block;
  border: 0;
}

.tsv-video-embed {
  width: min(100%, 860px);
  margin: 1rem auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--tsv-radius);
  border: 1px solid var(--tsv-line);
  background: var(--tsv-black);
}

.tsv-video-embed--vertical {
  width: min(100%, 240px);
  margin-top: 0;
  aspect-ratio: 9 / 16;
}

.tsv-video-embed iframe,
.tsv-video-embed video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.tsv-video-embed video {
  object-fit: contain;
}

.tsv-editor-map figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: var(--tsv-radius);
  background: var(--tsv-white);
}

.tsv-editor-map img {
  width: 100%;
  display: block;
}

.tsv-editor-map figcaption {
  padding: .75rem 1rem;
  color: var(--tsv-gray);
  font-size: .95rem;
}

.tsv-download-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .65rem .9rem;
  border: 1px solid var(--tsv-red);
  border-radius: 4px;
  background: var(--tsv-red);
  color: var(--tsv-white);
  font-weight: 800;
  text-decoration: none;
}

.tsv-download-link:hover,
.tsv-download-link:focus {
  background: var(--tsv-black);
  border-color: var(--tsv-black);
  color: var(--tsv-white);
}

.tsv-download-list {
  display: grid;
  gap: .85rem;
  margin-top: 1rem;
}

.tsv-download-card {
  width: min(100%, 520px);
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-radius: 6px;
  background: var(--tsv-red);
  color: var(--tsv-white);
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(224, 64, 16, .22);
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.tsv-download-card:hover,
.tsv-download-card:focus {
  transform: translateY(-1px);
  background: var(--tsv-black);
  color: var(--tsv-white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.tsv-pdf-icon {
  width: 34px;
  height: 44px;
  display: grid;
  align-items: end;
  justify-items: center;
  padding-bottom: 5px;
  border: 2px solid currentColor;
  border-radius: 3px;
  color: var(--tsv-white);
  font-size: .62rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.tsv-pdf-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: var(--tsv-red);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.tsv-download-card:hover .tsv-pdf-icon::before,
.tsv-download-card:focus .tsv-pdf-icon::before {
  background: var(--tsv-black);
}

.tsv-download-card__text {
  min-width: 0;
  display: grid;
  gap: .15rem;
}

.tsv-download-card__text strong {
  color: inherit;
  font-size: 1.05rem;
  line-height: 1.25;
}

.tsv-download-card__text span {
  color: rgba(255, 255, 255, .86);
  font-size: .92rem;
  font-weight: 700;
}

.tsv-download-card__arrow {
  color: inherit;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.tsv-file-downloads {
  max-width: 620px;
  display: grid;
  gap: 1.45rem;
}

.tsv-file-downloads__group {
  display: grid;
  gap: .75rem;
}

.tsv-file-downloads__group h3 {
  margin: 0;
  color: var(--tsv-red);
}

.tsv-file-downloads__group p {
  margin: -.45rem 0 .15rem;
  color: var(--tsv-gray);
}

.tsv-file-downloads__list {
  display: grid;
  gap: .75rem;
}

.tsv-file-download {
  min-height: 78px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 42px;
  gap: 1rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid var(--tsv-line);
  border-radius: 6px;
  background: var(--tsv-white);
  color: var(--tsv-black);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tsv-file-download:hover,
.tsv-file-download:focus {
  transform: translateY(-1px);
  border-color: rgba(224, 64, 16, .32);
  color: var(--tsv-black);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
}

.tsv-file-download__icon {
  width: 32px;
  height: 40px;
  display: grid;
  align-items: end;
  justify-items: center;
  padding-bottom: 5px;
  border: 2px solid var(--tsv-red);
  border-radius: 3px;
  color: var(--tsv-red);
  font-size: .58rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.tsv-file-download__icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 11px;
  height: 11px;
  border-left: 2px solid var(--tsv-red);
  border-bottom: 2px solid var(--tsv-red);
  background: var(--tsv-white);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.tsv-file-download__text {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.tsv-file-download__text strong {
  color: var(--tsv-black);
  font-size: 1.02rem;
  line-height: 1.25;
}

.tsv-file-download__text span {
  color: var(--tsv-gray);
  font-size: .93rem;
}

.tsv-file-download__arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tsv-red-soft);
  color: var(--tsv-red);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.tsv-file-download:hover .tsv-file-download__arrow,
.tsv-file-download:focus .tsv-file-download__arrow {
  background: var(--tsv-red);
  color: var(--tsv-white);
}

.tsv-link-directory {
  max-width: 720px;
  display: grid;
  gap: 1.45rem;
}

.tsv-link-directory--wide {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 1.75rem;
  align-items: start;
}

.tsv-link-directory__group {
  display: grid;
  gap: .75rem;
}

.tsv-link-directory__group h3 {
  margin: 0;
  color: var(--tsv-red);
}

.tsv-link-directory__list {
  display: grid;
  gap: .75rem;
}

.tsv-link-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 1rem;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid var(--tsv-line);
  border-radius: 6px;
  background: var(--tsv-white);
  color: var(--tsv-black);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tsv-link-card:hover,
.tsv-link-card:focus {
  transform: translateY(-1px);
  border-color: rgba(224, 64, 16, .32);
  color: var(--tsv-black);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
}

.tsv-link-card__text {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.tsv-link-card__text strong {
  color: var(--tsv-black);
  font-size: 1.02rem;
  line-height: 1.25;
}

.tsv-link-card__text span {
  color: var(--tsv-gray);
  font-size: .93rem;
  overflow-wrap: anywhere;
}

.tsv-link-card__arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tsv-red-soft);
  color: var(--tsv-red);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.tsv-link-card:hover .tsv-link-card__arrow,
.tsv-link-card:focus .tsv-link-card__arrow {
  background: var(--tsv-red);
  color: var(--tsv-white);
}

.tsv-press-archive {
  display: grid;
  gap: 1.5rem;
}

.tsv-press-years {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .85rem;
}

.tsv-press-year-card {
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border: 1px solid var(--tsv-line);
  border-left: 4px solid var(--tsv-red);
  border-radius: 6px;
  background: var(--tsv-white);
  color: var(--tsv-black);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tsv-press-year-card:hover,
.tsv-press-year-card:focus {
  transform: translateY(-1px);
  border-color: rgba(224, 64, 16, .34);
  color: var(--tsv-black);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
}

.tsv-press-year-card strong {
  color: var(--tsv-red);
  font-family: Teko, Ubuntu, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.tsv-press-year-card span {
  color: var(--tsv-gray);
}

.tsv-press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.tsv-press-card {
  overflow: hidden;
  display: grid;
  border: 1px solid var(--tsv-line);
  border-radius: 6px;
  background: var(--tsv-white);
  color: var(--tsv-black);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tsv-press-card:hover,
.tsv-press-card:focus {
  transform: translateY(-1px);
  border-color: rgba(224, 64, 16, .34);
  color: var(--tsv-black);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .10);
}

.tsv-press-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: var(--tsv-bg);
}

.tsv-press-card__body {
  display: grid;
  gap: .25rem;
  padding: .85rem 1rem 1rem;
}

.tsv-press-card__body strong {
  color: var(--tsv-black);
  line-height: 1.25;
}

.tsv-press-card__body span {
  color: var(--tsv-gray);
  font-size: .93rem;
}

.tsv-press-card--pdf {
  min-height: 160px;
  align-content: center;
  padding-top: 1rem;
}

.tsv-press-card--pdf .tsv-pdf-icon {
  margin-left: 1rem;
  color: var(--tsv-red);
}

.tsv-press-card--pdf .tsv-pdf-icon::before {
  background: var(--tsv-white);
}

@media (max-width: 1040px) {
  .tsv-link-directory--wide {
    grid-template-columns: 1fr;
  }

  .tsv-nav-button {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 9px;
    border: 1px solid var(--tsv-line);
    border-radius: 4px;
    cursor: pointer;
  }

  .tsv-nav-button span {
    height: 2px;
    background: var(--tsv-black);
  }

  .tsv-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--tsv-white);
    border-top: 1px solid var(--tsv-line);
  }

  .tsv-nav-toggle:checked ~ .tsv-nav {
    display: flex;
  }

  .tsv-nav__flyout {
    position: static;
    display: grid;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 1rem;
  }

  .tsv-hero__inner,
  .tsv-layout,
  .tsv-contact-layout,
  .tsv-footer__inner {
    grid-template-columns: 1fr;
  }

  .tsv-hero__logo {
    min-height: 180px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 2rem;
  }

  .tsv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsv-sport-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsv-sport-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsv-partner-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsv-partner-slider__track {
    width: auto;
    overflow-x: auto;
    padding: 0 1rem .5rem;
    animation: none;
  }
}

@media (max-width: 680px) {
  .tsv-topline__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: .5rem 0;
  }

  .tsv-brand span {
    max-width: 160px;
    line-height: 1.15;
  }

  .tsv-card-grid,
  .tsv-sport-grid,
  .tsv-sport-overview__grid,
  .tsv-partner-overview__grid,
  .tsv-editor-media-grid,
  .tsv-editor-gallery-grid,
  .tsv-news-card {
    grid-template-columns: 1fr;
  }

  .tsv-sport-overview-card {
    min-height: 190px;
  }

  .tsv-news-card img {
    min-height: 210px;
    max-height: 260px;
  }

  .zcontent_news td {
    grid-template-columns: 1fr;
    grid-template-areas:
      "category"
      "title"
      "image"
      "text";
    gap: .4rem;
  }

  .zcontent_news .bild {
    max-height: 220px;
  }

  .tsv-news-slider__control {
    top: 105px;
  }

  .tsv-editor-fact-list li,
  .tsv-editor-facts dl div {
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  .tsv-footer__meta {
    flex-direction: column;
  }
}
