:root {
  --tsv-ausr-green: #43a826;
  --tsv-ausr-green-dark: #2d8617;
  --tsv-ausr-black: #050605;
  --tsv-ausr-white: #ffffff;
  --tsv-ausr-border: #e4e6e3;
}

/* The7 / WPBakery: alte Seitenüberschrift, Abstände und Seitenbegrenzung entfernen */
.tsv-ausruester-active .entry-title,
.tsv-ausruester-active .page-title,
.tsv-ausruester-active .page-header,
.tsv-ausruester-active .post-header,
.tsv-ausruester-active .entry-header,
.tsv-ausruester-active #fancy-header,
.tsv-ausruester-active .fancy-header,
.tsv-ausruester-active .page-title-wrapper,
.tsv-ausruester-active .page-inner-title,
.tsv-ausruester-active .title-area,
.tsv-ausruester-active .breadcrumbs,
.tsv-ausruester-active .dt-breadcrumb-for-mobile,
.tsv-ausruester-active .page-top-line {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tsv-ausruester-active #main,
.tsv-ausruester-active .site-content,
.tsv-ausruester-active .content,
.tsv-ausruester-active .content-area,
.tsv-ausruester-active .entry-content,
.tsv-ausruester-active .wf-wrap,
.tsv-ausruester-active .wf-container-main,
.tsv-ausruester-active .wf-container,
.tsv-ausruester-active .page-content,
.tsv-ausruester-active .page-wrapper,
.tsv-ausruester-active .container,
.tsv-ausruester-active .wrap {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tsv-ausruester-active .entry-content,
.tsv-ausruester-active .content {
  margin: 0 !important;
  padding: 0 !important;
}

.tsv-ausruester-active .sidebar,
.tsv-ausruester-active #sidebar {
  display: none !important;
}

.tsv-ausr-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

.tsv-ausr-page *,
.tsv-ausr-page *::before,
.tsv-ausr-page *::after {
  box-sizing: border-box;
}

.tsv-ausr-page img {
  display: block;
  max-width: 100%;
}

.tsv-ausr-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.tsv-ausr-hero {
  min-height: 570px;
  background:
    radial-gradient(circle at 78% 26%, rgba(58, 152, 42, .20), transparent 24%),
    linear-gradient(90deg, #030504 0%, #07100a 50%, #102018 100%);
  color: #fff;
}

.tsv-ausr-hero__grid {
  min-height: 570px;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  align-items: stretch;
}

.tsv-ausr-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px 36px 58px 0;
}

.tsv-ausr-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(58px, 6vw, 86px);
  line-height: .96;
  letter-spacing: -3px;
  font-weight: 800;
}

.tsv-ausr-hero__copy > p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.94);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.45;
}

.tsv-ausr-11ts-logo {
  width: 280px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 30px;
}

.tsv-ausr-button {
  min-height: 56px;
  padding: 15px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #52b733, #34931f);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 800;
  transition: transform .2s ease, filter .2s ease;
}

.tsv-ausr-button span {
  font-size: 28px;
  font-weight: 400;
  line-height: .7;
}

.tsv-ausr-button:hover,
.tsv-ausr-button:focus {
  transform: translateY(-2px);
  filter: brightness(.95);
  color: #fff !important;
}

.tsv-ausr-external-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
}

.tsv-ausr-external-note svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tsv-ausr-hero__visual {
  min-height: 570px;
  overflow: hidden;
}

.tsv-ausr-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tsv-ausr-intro {
  background: #fff;
}

.tsv-ausr-intro__grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: stretch;
}

.tsv-ausr-intro__text,
.tsv-ausr-official {
  padding-block: 56px;
}

.tsv-ausr-intro__text {
  padding-right: 62px;
}

.tsv-ausr-intro__text h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
  letter-spacing: -1px;
}

.tsv-ausr-line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: var(--tsv-ausr-green);
}

.tsv-ausr-intro__text p {
  max-width: 650px;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.62;
  color: #292c29;
}

.tsv-ausr-official {
  border-left: 1px solid #dfe2df;
  padding-left: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tsv-ausr-official > span {
  margin-bottom: 24px;
  color: #222;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tsv-ausr-official__brand {
  display: flex;
  align-items: center;
  gap: 28px;
}

.tsv-ausr-official__brand img {
  width: 128px;
  height: 128px;
  object-fit: contain;
}

.tsv-ausr-official__brand strong {
  color: var(--tsv-ausr-green-dark);
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.08;
  text-transform: uppercase;
}

.tsv-ausr-showcase {
  width: 100%;
  overflow: hidden;
  background: #131313;
}

.tsv-ausr-showcase img {
  width: 100%;
  min-height: 390px;
  max-height: 500px;
  object-fit: cover;
  object-position: center center;
}

.tsv-ausr-benefits {
  padding: 48px 0 56px;
  background: #fafafa;
}

.tsv-ausr-benefits h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.tsv-ausr-line--center {
  margin-inline: auto;
  margin-bottom: 30px;
}

.tsv-ausr-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tsv-ausr-benefit-card {
  min-height: 180px;
  padding: 28px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--tsv-ausr-border);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

.tsv-ausr-benefit-card__icon {
  color: var(--tsv-ausr-green-dark);
}

.tsv-ausr-benefit-card__icon svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tsv-ausr-benefit-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 1.2;
}

.tsv-ausr-benefit-card p {
  margin: 0;
  color: #4b4e4b;
  font-size: 15px;
  line-height: 1.55;
}

.tsv-ausr-cta {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: var(--tsv-ausr-cta-image);
  background-size: cover;
  background-position: center 45%;
  color: #fff;
}

.tsv-ausr-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(0,0,0,.40), rgba(0,0,0,.85) 70%),
    linear-gradient(90deg, rgba(0,0,0,.80), rgba(8,15,9,.68), rgba(0,0,0,.84));
}

.tsv-ausr-cta__content {
  position: relative;
  z-index: 1;
  padding-block: 40px;
  text-align: center;
}

.tsv-ausr-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
}

.tsv-ausr-cta p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.tsv-ausr-external-note--center {
  justify-content: center;
}

.tsv-ausr-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, #101210, #090a09);
  color: #fff;
}

.tsv-ausr-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 28px;
  align-items: center;
}

.tsv-ausr-footer__club {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tsv-ausr-footer__club img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.tsv-ausr-footer strong,
.tsv-ausr-footer span,
.tsv-ausr-footer a {
  display: block;
}

.tsv-ausr-footer strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
}

.tsv-ausr-footer span,
.tsv-ausr-footer a {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.tsv-ausr-footer__contact {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.tsv-ausr-footer__social {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.tsv-ausr-footer__social span {
  display: flex;
  gap: 20px;
}

.tsv-ausr-footer a:hover {
  color: #70cb55;
}

@media (max-width: 980px) {
  .tsv-ausr-hero__grid,
  .tsv-ausr-intro__grid {
    grid-template-columns: 1fr;
  }

  .tsv-ausr-hero__copy {
    padding-right: 0;
  }

  .tsv-ausr-hero__visual {
    min-height: 420px;
  }

  .tsv-ausr-intro__text {
    padding-right: 0;
  }

  .tsv-ausr-official {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dfe2df;
  }

  .tsv-ausr-benefit-grid {
    grid-template-columns: 1fr;
  }

  .tsv-ausr-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .tsv-ausr-shell {
    width: min(100% - 28px, 1220px);
  }

  .tsv-ausr-hero__copy {
    padding-block: 42px;
  }

  .tsv-ausr-hero h1 {
    font-size: 55px;
    letter-spacing: -2px;
  }

  .tsv-ausr-hero__visual {
    min-height: 320px;
  }

  .tsv-ausr-intro__text,
  .tsv-ausr-official {
    padding-block: 38px;
  }

  .tsv-ausr-official__brand {
    gap: 18px;
  }

  .tsv-ausr-official__brand img {
    width: 90px;
    height: 90px;
  }

  .tsv-ausr-showcase img {
    min-height: 260px;
  }

  .tsv-ausr-benefit-card {
    grid-template-columns: 62px 1fr;
    padding: 22px;
  }

  .tsv-ausr-benefit-card__icon svg {
    width: 54px;
    height: 54px;
  }

  .tsv-ausr-footer__grid {
    grid-template-columns: 1fr;
  }

  .tsv-ausr-footer__contact,
  .tsv-ausr-footer__social {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }
}
