@font-face {
  font-family: FF Meta Pro;
  src: url('../fonts/4649.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FF Meta Pro;
  src: url('../fonts/4531.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FF Meta Pro;
  src: url('../fonts/4650.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --tbr-blue: #270c6e;
  --whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>: whitesmoke;
  --white: white;
  --tbr-gray: #d3d6d9;
  --font: "FF Meta Pro", Arial, sans-serif;
  --black: black;
  --jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>: #d64672;
  --yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>: #b9d646;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heroheader {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--tbr-blue);
  color: var(--tbr-blue);
  background-image: url('../images/250718_TBR-F_KeyVisual_TagDesFriedhofs_RGB_RZ_Hintergrund.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  grid-template-rows: min-content min-content min-content auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  padding: 0 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heroheader._2-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  background-image: url('../images/250723_TBR-F_KeyVisual_TagDesFriedhofs_RGB_RZ_Himmel.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.lako-claim-weiss {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
  height: auto;
  max-height: 12vh;
}

.parallax {
  z-index: 9;
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  object-fit: cover;
  width: 10vw;
  height: auto;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax.loewe {
  top: 53vh;
  left: 27vw;
}

.parallax.bruecke {
  top: 116.8vh;
  left: 6vw;
}

.parallax.land {
  top: 86vh;
  left: 85vw;
}

.mainnav {
  z-index: 9;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  font-family: Bergisch;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 33vh;
  left: 8vw;
}

.mainnav-link {
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  perspective-origin: 0 0;
  transform-origin: 0 0;
  color: var(--tbr-blue);
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 .4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.95rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  transform: rotateX(0)rotateY(-10deg)rotateZ(0)skew(0deg, -10deg);
}

.mainnav-link:hover {
  margin-left: 1.5rem;
}

.mainnav-link.w--current {
  color: var(--tbr-blue);
  margin-left: 1.5rem;
}

.cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cta-wrapper.centered {
  justify-content: center;
  align-items: flex-start;
}

.cta-wrapper.sticky {
  z-index: 99;
  grid-column-gap: 1rem;
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  place-content: center space-between;
  align-items: center;
  padding: .5rem 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.lako-logo-weiss {
  object-fit: contain;
  object-position: 0% 0%;
  flex: 0 auto;
  width: auto;
  height: auto;
  max-height: 15vh;
  text-decoration: none;
  overflow: hidden;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tbr-blue);
  color: var(--white);
  border: 0 solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 6.5rem 6rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.section.blue {
  background-color: var(--tbr-blue);
  color: var(--white);
}

.section.footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--tbr-gray);
  color: var(--tbr-blue);
  flex-flow: wrap;
  justify-content: center;
  padding: 6.5rem 6rem;
  display: flex;
}

.h2 {
  z-index: 1;
  font-family: var(--font);
  color: var(--tbr-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  text-decoration: none;
  position: relative;
}

.h2.white {
  z-index: 1;
  color: var(--white);
}

.h2.left {
  text-align: left;
}

.frame-40 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.slider-box-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider-box-image.sponsoring-icon {
  background-color: var(--white);
  object-fit: contain;
  flex: none;
}

.slider-box-image.large {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
}

.slider-box-image.large.portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: 100%;
}

.slider-box-image.large.square {
  aspect-ratio: 1;
}

.frame-48 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  text-decoration: none;
  display: flex;
}

.h3 {
  z-index: 1;
  font-family: var(--font);
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.9rem;
  text-decoration: none;
  position: relative;
}

.h3.white, .h3.white.centered {
  color: var(--white);
}

.h3.white.sticky {
  position: sticky;
  top: 3rem;
}

.h3.centered {
  text-align: center;
}

.teaser {
  font-family: var(--font);
  color: var(--tbr-blue);
  -webkit-hyphens: auto;
  hyphens: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.95rem;
  text-decoration: none;
}

.teaser.centered {
  text-align: center;
}

.teaser.centered.whitesmoke {
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.teaser.whitesmoke {
  color: var(--white);
}

.teaser.no-hyphens {
  -webkit-hyphens: none;
  hyphens: none;
}

.filter {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.filter.hidden {
  display: none;
}

.filter-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.filter-row-headline {
  font-family: var(--font);
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.liste {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.liste.hidden {
  display: none;
}

.programm-kachel {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  border-bottom: .125rem solid var(--tbr-blue);
  background-color: var(--white);
  color: var(--tbr-blue);
  border-radius: .25rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.programm-kachel:hover {
  border-bottom-color: var(--tbr-blue);
  background-color: var(--tbr-gray);
  color: var(--tbr-blue);
}

.programm-kachel.inaktiv {
  opacity: .2;
  cursor: not-allowed;
}

.programm-kachel.empty {
  background-color: var(--tbr-gray);
  color: #d64672;
  border-bottom-color: #d64672;
}

.programm-kachel.whitesmoke {
  border-bottom-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  font-size: 1rem;
  line-height: 1.3rem;
}

.programm-kachel.whitesmoke:hover {
  border-bottom-width: .125rem;
  border-bottom-color: var(--black);
  color: var(--black);
}

.h4 {
  font-family: var(--font);
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
  text-decoration: none;
}

.h4.jazzberry {
  color: #d64672;
}

.h4.inherit {
  font-family: var(--font);
  font-size: 1.5rem;
  line-height: 1.95rem;
}

.filter-tag-row {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.filter-tag-row.hidden {
  display: none;
}

.filter-tag {
  font-family: var(--font);
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.filter-tag.datum {
  color: #d64672;
}

.filter-tag.startzeit {
  color: #b9d646;
}

.filter-tag.ort {
  color: var(--tbr-blue);
}

.filter-tag.veranstaltung {
  color: var(--tbr-gray);
}

.headline-teaser {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.headline-teaser.left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-box {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.slider-box.hidden {
  display: none;
}

.slider-box-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: grid;
}

.slider-box-wrapper._4-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-box-wrapper.hidden {
  display: none;
}

.slider-box-text-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.slider-box-element {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.leaderboard-box {
  grid-row-gap: 2svh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.progress-bar {
  grid-column-gap: 10px;
  border: 1px solid var(--tbr-blue);
  background-color: var(--tbr-blue);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 1%;
  height: 45px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.leaderboard-headline {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.leaderboard-percentage {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.sponsor-kachel-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.sponsor-logo {
  aspect-ratio: 3 / 2;
  background-color: var(--white);
  object-fit: contain;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: 200px;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sponsor-text-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  padding: 128px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

._250212_wjw_lako-2026_logo_rgb_rz_lila {
  object-fit: contain;
  object-position: 50% 0%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.footer-block-2 {
  grid-row-gap: 1.3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footertext {
  font-family: var(--font);
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.95rem;
  text-decoration: none;
}

.footertext.link {
  text-decoration: underline;
  transition: all .4s ease-in-out;
}

.footertext.link:hover {
  color: var(--tbr-blue);
}

.footer-block-3 {
  grid-row-gap: 1.3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  text-decoration: none;
  display: flex;
}

.logo-platin-sponsoren {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 12px;
  max-width: 45%;
  height: auto;
}

.logo-platin-sponsoren.hidden {
  display: none;
}

.footer-block-4 {
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.cta1-1 {
  grid-column-gap: 0px;
  border: .125rem solid var(--black);
  background-color: var(--black);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  border-radius: 10rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
  font-family: Rethink Sans;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.cta1-1:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--black);
}

.cta1-1.jazzberry {
  border-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  background-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta1-1.jazzberry:hover {
  border-color: var(--black);
  color: var(--black);
}

.cta1-1.black {
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta1-1.black:hover {
  border-color: var(--black);
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  color: var(--black);
}

.cta1-1.yellowgreen {
  border-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  background-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
}

.cta1-1.yellowgreen:hover {
  border-color: var(--black);
}

.cta1-1.purple-heart {
  border-color: var(--tbr-blue);
  background-color: var(--tbr-blue);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta1-1.purple-heart:hover {
  border-color: var(--tbr-blue);
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  color: var(--tbr-blue);
}

.cta1-1.shamrock {
  border-color: var(--tbr-gray);
  background-color: var(--tbr-gray);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta1-1.shamrock:hover {
  border-color: var(--black);
  color: var(--black);
}

.cta1-1-text {
  font-family: var(--font);
  text-align: center;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.cta1-2 {
  border: .125rem solid var(--white);
  background-color: var(--white);
  font-family: var(--font);
  color: var(--tbr-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.cta1-2:hover {
  border-color: var(--black);
  color: var(--black);
}

.cta1-2.jazzberry {
  color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
}

.cta1-2.jazzberry:hover {
  border-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
}

.cta1-2.black {
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta1-2.yellowgreen {
  color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
}

.cta1-2.yellowgreen:hover {
  border-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
}

.cta1-2.purple-heart {
  color: var(--tbr-blue);
}

.cta1-2.purple-heart:hover {
  border-color: var(--tbr-blue);
}

.cta1-2.shamrock {
  color: var(--tbr-gray);
}

.cta1-2.shamrock:hover {
  border-color: var(--tbr-gray);
}

.cta1-2.white {
  background-color: #fff;
}

.cta1-2-text {
  font-family: var(--font);
  text-align: center;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.cta1-2-text.black {
  color: var(--black);
}

.cta2-1 {
  border: .125rem solid var(--white);
  background-color: var(--white);
  font-family: var(--font);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.cta2-1:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta2-1.jazzberry {
  border-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
}

.cta2-1.jazzberry:hover {
  border-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  background-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta2-1.yellowgreen {
  border-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
}

.cta2-1.yellowgreen:hover {
  border-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  background-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta2-1.purple-heart {
  border-color: var(--tbr-blue);
  color: var(--tbr-blue);
}

.cta2-1.purple-heart:hover {
  border-color: var(--tbr-blue);
  background-color: var(--tbr-blue);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta2-1.shamrock {
  border-color: var(--tbr-gray);
  color: var(--tbr-gray);
}

.cta2-1.shamrock:hover {
  border-color: var(--tbr-gray);
  background-color: var(--tbr-gray);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.cta2-1.whitesmoke {
  background-color: #0000;
}

.cta2-1.whitesmoke:hover {
  border-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  color: var(--tbr-blue);
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: inline-flex;
}

.h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3rem;
}

.h5.whitesmoke {
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.grid-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.copy {
  z-index: 1;
  font-family: var(--font);
  color: var(--tbr-blue);
  -webkit-hyphens: auto;
  hyphens: auto;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  position: relative;
}

.copy.whitesmoke {
  color: var(--white);
  text-align: left;
  flex: none;
}

.copy.whitesmoke.centered, .copy.centered {
  text-align: center;
}

.copy.big {
  font-size: 1.5rem;
  line-height: 1.95rem;
}

.copy.big.white {
  color: var(--white);
  width: 100%;
  max-width: 1100px;
}

.copy.big.centered {
  color: var(--white);
}

.sponsor-kachel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--black);
  color: var(--black);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.sponsor-kachel:hover {
  border-bottom-color: var(--tbr-blue);
  color: var(--tbr-blue);
  background-color: #fff;
}

.div-block-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.h1 {
  font-family: var(--font);
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
}

.h1.white {
  color: var(--white);
  -webkit-hyphens: none;
  hyphens: none;
  font-weight: 700;
}

.h1.white.centered {
  filter: drop-shadow(0px 0px .25rem var(--tbr-blue));
  text-align: center;
  position: relative;
}

.h1-cta-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  background-image: url('../images/250723_TBR-F_KeyVisual_TagDesFriedhofs_RGB_RZ_L.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100vh;
  padding: 20vh 0 6rem 6rem;
  display: flex;
}

.countdown-cta-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.countdown-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.countdown-number {
  font-family: var(--font);
  color: var(--white);
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  text-decoration: none;
}

.countdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 7rem;
  display: flex;
}

.collection-item {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  flex-flow: wrap;
  display: flex;
}

.programm-liste-wrapper {
  width: 100%;
  max-width: 1100px;
}

.pagination {
  grid-column-gap: 1rem;
  padding-top: 3rem;
}

.kontakt-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  font-family: var(--font);
  color: var(--black);
  max-width: 100vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.filter-input {
  margin-left: 0;
  display: none;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.filter-btn {
  border: .125rem solid var(--tbr-blue);
  background-color: var(--white);
  font-family: var(--font);
  color: var(--tbr-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.filter-btn:hover {
  border-color: var(--tbr-blue);
  background-color: var(--tbr-blue);
  color: var(--white);
}

.filter-btn.jazzberry {
  border-top-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  border-right-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  border-bottom-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  border-left-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  background-color: #0000;
}

.filter-btn.jazzberry:hover {
  border-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  background-color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.filter-btn.yellowgreen {
  border-top-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  border-right-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  border-bottom-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  border-left-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  background-color: #0000;
}

.filter-btn.yellowgreen:hover {
  border-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  background-color: var(--yellowgreen\<deleted\|variable-5fedfd0a-5d3a-e122-2c9e-0f153de8ab8d\>);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.filter-btn.purple-heart {
  border-top-color: var(--tbr-blue);
  border-right-color: var(--tbr-blue);
  border-bottom-color: var(--tbr-blue);
  border-left-color: var(--tbr-blue);
  color: var(--tbr-blue);
  background-color: #0000;
}

.filter-btn.purple-heart:hover {
  border-color: var(--tbr-blue);
  background-color: var(--tbr-blue);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.filter-btn.shamrock {
  border-top-color: var(--tbr-gray);
  border-right-color: var(--tbr-gray);
  border-bottom-color: var(--tbr-gray);
  border-left-color: var(--tbr-gray);
  color: var(--tbr-gray);
  background-color: #0000;
}

.filter-btn.shamrock:hover {
  border-color: var(--tbr-gray);
  background-color: var(--tbr-gray);
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
}

.filter-btn.clear-btn {
  background-color: var(--white);
}

.filter-btn.clear-btn:hover {
  background-color: var(--tbr-blue);
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.container {
  align-self: center;
  width: 100%;
  max-width: 1100px;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 1100px;
}

.empty-state {
  padding: 0;
}

.collection-item-3 {
  width: 100%;
}

.code-embed {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.code-embed.video {
  aspect-ratio: 16 / 7.5;
  object-fit: cover;
}

.invisible {
  color: var(--jazzberry-jam\<deleted\|variable-5c20ca56-b9cf-ef5d-da1e-517269164c4b\>);
  flex: none;
  width: 100%;
  height: 0;
  max-height: 0;
  font-family: Rethink Sans;
  font-size: 0;
  font-weight: 800;
  line-height: 0;
}

.overlay-back {
  z-index: 11;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 66.6vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.overlay-content {
  z-index: 11;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  filter: drop-shadow(0 0 24px #00000080);
  flex-flow: column;
  width: 33.3vw;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.overlay-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.overlay-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-link {
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans;
  font-size: 1.5svh;
  font-weight: 800;
  line-height: 1.95svh;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.text-link:hover {
  padding-left: 20px;
}

.overlay-blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.desc {
  color: var(--black);
  flex: none;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rethink Sans;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.desc.sep {
  margin-right: .25rem;
}

.desc-main-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.desc-sub-wrapper {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #0000;
  max-width: none;
}

.navbar.mainnav {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  display: block;
  top: 33%;
  left: 3rem;
}

.navbar.mobilenav {
  display: none;
}

.navbar-container {
  flex-flow: column;
  max-width: none;
  padding: 0;
}

.nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: var(--tbr-blue);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  transform: none;
}

.menu-button {
  transform-style: preserve-3d;
}

.slider {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33vw;
  height: auto;
  display: flex;
}

.mask {
  flex: none;
  width: 100%;
  overflow: visible;
}

.slide {
  width: auto;
  height: auto;
  margin-right: 24px;
}

.more-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tbr-blue);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 10rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.more-info:hover {
  background-color: var(--white);
  color: var(--tbr-blue);
}

.fs_cmsslider_popup {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  margin: 0;
  font-family: Rethink Sans;
  font-size: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-content-wrapper {
  color: var(--black);
  height: 100vh;
  font-size: 1rem;
  line-height: 1.3rem;
}

.more-info-text {
  color: inherit;
  font-family: Rethink Sans;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.hide {
  display: none;
}

.link-block {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  width: auto;
  max-width: 20%;
}

.link-block-2.w--current {
  max-width: 20%;
}

.about-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .75rem;
  max-width: 45%;
  height: auto;
  overflow: hidden;
}

.spacer-l {
  width: 100%;
  height: 5.2rem;
  padding-right: 0;
  display: block;
}

.heroheader-medium {
  z-index: 1;
  object-position: 50% 50%;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heroheader-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/250718_TBR-F_KeyVisual_TagDesFriedhofs_RGB_RZ_Mittelgrund.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
}

.heroheader-wrapper.right {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.spacer-m {
  width: 100%;
  height: 3.9rem;
  padding-right: 0;
  display: block;
}

.spacer-s {
  width: 100%;
  height: 2.6rem;
  padding-right: 0;
  display: block;
}

.gastgeber-logo {
  max-width: 22%;
}

.spacer-xs {
  width: 100%;
  height: 1.3rem;
  padding-right: 0;
  display: block;
}

.arrow-external {
  color: inherit;
  fill: currentColor;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
}

.image-2 {
  flex: none;
  width: 300px;
  height: auto;
}

.inherit {
  color: inherit;
}

.spacer-xl {
  width: 100%;
  height: 7.8rem;
  padding-right: 0;
  display: block;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 3.9rem;
  flex-flow: wrap;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.menu-button-2 {
  transform-style: preserve-3d;
}

.footer-wrapper {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  display: grid;
  position: relative;
}

.logo-platin-sponsoren-img {
  object-fit: contain;
  width: auto;
  height: auto;
}

.unmute-button {
  z-index: 99;
  color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  cursor: pointer;
  mix-blend-mode: lighten;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
}

.unmute-button.parallax {
  z-index: 98;
  position: absolute;
  inset: auto;
}

.unmute-button.parallax.mute-button {
  z-index: 99;
}

.heroheader-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-bildmarke {
  object-fit: fill;
  object-position: 0% 0%;
  flex: 0 auto;
  align-self: center;
  width: 3rem;
  max-width: none;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.link-block-sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--tbr-blue);
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 4rem;
  margin-right: 3rem;
  text-decoration: none;
  display: flex;
}

.link-block-sticky.w--current {
  display: inline-flex;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.3rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-span {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-container-new {
  color: var(--tbr-blue);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.nav-menu-3 {
  color: var(--tbr-blue);
  flex-flow: wrap;
  width: auto;
  height: 4rem;
  font-weight: 700;
  display: flex;
}

.navbar-new {
  background-color: var(--white);
  color: var(--tbr-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  border-bottom: .125rem solid var(--white);
  color: var(--tbr-blue);
  transition: all .4s ease-in-out;
}

.nav-link:hover {
  border-bottom-color: var(--tbr-blue);
}

.nav-link.w--current {
  border-bottom-color: var(--tbr-blue);
  color: var(--tbr-blue);
}

.lights {
  z-index: 0;
  width: 100vw;
  height: 120vh;
  position: fixed;
  inset: 0%;
}

.intext-link {
  color: var(--tbr-blue);
  text-decoration: underline;
  transition: all .4s ease-in-out;
}

.intext-link:hover {
  text-decoration: none;
}

.intext-link.white {
  color: var(--white);
}

.kapitelicon {
  width: 12rem;
  height: auto;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: none;
}

.image-wrapper {
  z-index: 0;
  background-image: url('../images/250723_TBR-F_KeyVisual_TagDesFriedhofs_RGB_RZ_R.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.icon-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.image-wrapper-2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-2-columns.square {
  grid-template-columns: 1fr 1fr;
}

.text-span-2 {
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.lichter {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100vh;
}

.filter-tag-2 {
  color: var(--tbr-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.filter-tag-2.datum {
  color: #d64672;
}

.filter-tag-2.startzeit {
  color: #b9d646;
}

.filter-tag-2.ort {
  color: #7347d6;
}

.filter-tag-2.veranstaltung {
  color: #47d7ac;
}

.mobile-only {
  display: none;
}

@media screen and (min-width: 1920px) {
  .heroheader {
    padding-bottom: 20rem;
  }

  .parallax {
    width: 8vw;
  }

  .parallax.loewe {
    left: 20vw;
  }

  .parallax.bruecke {
    top: 120vh;
  }

  .section.footer {
    grid-column-gap: 5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .h1.white {
    font-size: 7rem;
    line-height: 7rem;
  }

  .heroheader-wrapper.right {
    justify-content: center;
  }

  .div-block-4 {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .heroheader._2-columns {
    height: 90vh;
  }

  .parallax {
    width: 15vw;
  }

  .parallax.loewe {
    top: 15vh;
    left: 83vw;
  }

  .parallax.bruecke {
    top: 100.6vh;
    left: 4vw;
  }

  .parallax.land {
    top: 65.3vh;
    left: 62.6vw;
  }

  .mainnav-link {
    float: left;
    clear: both;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    font-family: Bergisch;
    font-size: 3rem;
    line-height: 3rem;
    display: inline-block;
    left: auto;
    right: auto;
  }

  .mainnav-link.w--current {
    color: var(--tbr-blue);
  }

  .mainnav-link._2nd-level {
    background-color: var(--tbr-blue);
    color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  }

  .section {
    padding: 4rem 3rem;
  }

  .section.footer {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 4rem 3rem;
  }

  .frame-40 {
    grid-row-gap: 2.6rem;
    grid-template-columns: 1fr;
  }

  .frame-48 {
    max-width: 100%;
  }

  .teaser.whitesmoke {
    color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  }

  .slider-box-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .slider-box-wrapper._4-columns {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .slider-box-text-wrapper {
    max-width: 48vw;
  }

  .slider-box-element {
    width: 50vw;
  }

  .sponsor-kachel-wrapper {
    flex-flow: wrap;
  }

  .sponsor-logo {
    max-width: 50%;
  }

  .sponsor-text-wrapper {
    max-width: 90%;
  }

  ._250212_wjw_lako-2026_logo_rgb_rz_lila {
    width: auto;
    max-width: 20vw;
    height: auto;
  }

  .footer-block-2, .footer-block-3, .footer-block-4 {
    max-width: none;
  }

  .h1-cta-wrapper {
    background-position: 100% 100%;
    background-size: contain;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h1-cta-wrapper.desktop-only {
    display: none;
  }

  .h1-cta-wrapper.mobile-only {
    background-image: none;
    height: 90vh;
    display: flex;
  }

  .countdown-cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    flex-flow: wrap;
  }

  .overlay-back {
    width: 100vw;
    height: 33.3vh;
  }

  .overlay-content {
    width: 100%;
    height: 100%;
  }

  .navbar.mainnav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 0;
    padding: 0;
    display: none;
    top: 1svh;
    left: 1svw;
    right: 1svw;
  }

  .navbar.mobilenav {
    z-index: 998;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    display: block;
  }

  .navbar-container {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .nav-menu {
    color: var(--tbr-blue);
    background-color: #0000;
    flex-flow: column;
    height: 98vh;
    margin: 0;
    padding: 3rem 0;
    position: relative;
  }

  .menu-button {
    background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
    color: var(--tbr-blue);
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    transition: all .4s ease-in-out;
    display: flex;
    position: fixed;
    inset: 45% auto 0% 1.5rem;
    transform: skew(0deg, -10deg)rotateX(0)rotateY(-10deg)rotateZ(0);
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: var(--tbr-blue);
    color: var(--tbr-gray);
  }

  .slider {
    width: 50vw;
  }

  .fs_cmsslider_popup {
    flex-flow: column;
    display: none;
  }

  .overlay-content-wrapper {
    height: 66.6vh;
  }

  .link-block.w--current {
    max-width: 50%;
    margin-bottom: 3rem;
  }

  .link-block.mobile-nav.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 6rem;
  }

  .link-block-2.w--current {
    max-width: 50%;
  }

  .about-image {
    max-width: 100%;
  }

  .heroheader-medium {
    width: 100%;
    max-width: 100%;
  }

  .nav-wrapper {
    background-color: var(--tbr-gray);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .gastgeber-logo {
    max-width: 40%;
  }

  .icon {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
  }

  .div-block-4 {
    max-width: none;
  }

  .menu-button-2 {
    background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
    color: var(--tbr-blue);
    align-items: center;
    padding: 1rem;
    transition: all .4s ease-in-out;
    transform: skew(0deg, -10deg)rotateX(0)rotateY(-10deg)rotateZ(0);
  }

  .menu-button-2:hover {
    background-color: var(--tbr-gray);
    color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
  }

  .menu-button-2.w--open {
    background-color: var(--tbr-blue);
  }

  .menu-button-2.w--open:hover {
    background-color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
    color: var(--tbr-gray);
  }

  .menu-button-wrapper {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .icon-2 {
    color: inherit;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 2.6rem;
    display: flex;
  }

  .nav-menu-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--tbr-gray);
    color: var(--whitesmoke\<deleted\|variable-98d50acd-8c17-35df-b984-2232803fee57\>);
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100vh;
    margin: 0;
    padding: 3rem 8rem;
    font-size: 1rem;
    line-height: 1.3rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .container-2 {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .footer-wrapper {
    grid-row-gap: 2.6rem;
    flex-flow: wrap;
  }

  .logo-bildmarke {
    width: auto;
    height: 3rem;
  }

  .link-block-sticky.w--current {
    display: inline-flex;
  }

  .div-block-6 {
    flex-flow: wrap;
  }

  .navbar-container-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-menu-3 {
    background-color: var(--white);
    height: auto;
  }

  .navbar-new {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-link {
    border-bottom-color: var(--tbr-gray);
    background-color: var(--white);
    padding: 2rem 3rem;
  }

  .image-wrapper {
    background-position: 0 100%;
    background-size: contain;
  }

  .image-wrapper.desktop-only {
    display: none;
  }

  .lichter {
    object-fit: contain;
    object-position: 0% 100%;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem;
    display: inline-flex;
  }

  .menu-button-3.w--open {
    background-color: var(--tbr-blue);
  }

  .mobile-only {
    z-index: 0;
    display: block;
    position: relative;
  }

  .icon-3 {
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heroheader {
    grid-template-columns: 1fr 1fr;
  }

  .parallax.loewe {
    top: 14vh;
  }

  .parallax.bruecke {
    top: 88vh;
  }

  .parallax.land {
    top: 52.3vh;
    left: 69vw;
  }

  .teaser {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .programm-kachel {
    padding: 1.5rem;
  }

  .slider-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-box-wrapper {
    grid-column-gap: 16px;
  }

  .slider-box-text-wrapper {
    max-width: 58vw;
  }

  .slider-box-element {
    width: 60vw;
  }

  .sponsor-kachel-wrapper {
    flex-flow: column;
  }

  ._250212_wjw_lako-2026_logo_rgb_rz_lila {
    width: auto;
    height: auto;
  }

  .footer-block-2 {
    max-width: 100%;
  }

  .footertext, .copy.big {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .sponsor-kachel {
    padding: 1.5rem;
  }

  .h1 {
    font-size: 3rem;
    line-height: 3.9rem;
  }

  .h1.white {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .h1-cta-wrapper.mobile-only {
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: flex-start;
  }

  .countdown-cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 60vw;
  }

  .link-block-2.w--current {
    height: auto;
  }

  .spacer-l {
    height: 2.6rem;
  }

  .spacer-m {
    height: 1.95rem;
  }

  .spacer-s {
    height: 1.3rem;
  }

  .gastgeber-logo {
    max-width: 45%;
  }

  .spacer-xs {
    height: .65rem;
  }

  .spacer-xl {
    height: 3.25rem;
  }

  .nav-menu-2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .logo-bildmarke {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-wrapper-2-columns {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heroheader {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parallax.bruecke {
    top: 96vh;
  }

  .parallax.land {
    top: 45.9vh;
  }

  .mainnav-link {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .cta-wrapper.sticky {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section, .section.footer {
    padding: 3rem 1rem;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .h2.white {
    text-align: left;
  }

  .frame-40 {
    grid-row-gap: 1.3rem;
  }

  .h3 {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }

  .teaser.centered {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .programm-kachel {
    grid-row-gap: 1.3rem;
    padding: 1rem;
  }

  .h4, .h4.inherit {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .slider-box-wrapper {
    grid-row-gap: 1rem;
  }

  .slider-box-text-wrapper {
    max-width: 68vw;
  }

  .slider-box-element {
    width: 100%;
  }

  .sponsor-logo {
    max-width: 100%;
  }

  .footer-block-2 {
    grid-row-gap: 1.3rem;
  }

  .grid-wrapper {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
  }

  .logo-platin-sponsoren {
    aspect-ratio: auto;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-block-4 {
    grid-row-gap: 1.3rem;
  }

  .cta1-2, .cta2-1, .copy.big.centered {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-3.inherit {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    padding-top: 1.3rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .h1.white {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .h1-cta-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .countdown-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .countdown-number {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .countdown {
    width: 5rem;
  }

  .body {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .slider {
    width: 70vw;
  }

  .more-info {
    width: 2.5rem;
    height: 2.5rem;
  }

  .link-block.w--current {
    max-width: none;
    margin-bottom: 2rem;
  }

  .link-block.mobile-nav.w--current {
    margin-bottom: 3rem;
  }

  .heroheader-wrapper.right {
    margin-bottom: 2rem;
  }

  .gastgeber-logo {
    max-width: none;
  }

  .arrow-external {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .div-block-4 {
    grid-row-gap: 2.6rem;
    max-width: none;
  }

  .menu-button-2 {
    padding: .5rem;
    font-size: 1.5rem;
    line-height: 1.95rem;
  }

  .menu-button-2.w--open {
    padding: .5rem;
  }

  .icon-2 {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }

  .nav-menu-2 {
    align-content: space-between;
    padding: 2rem;
  }

  .footer-wrapper {
    grid-row-gap: 1.3rem;
  }

  .logo-bildmarke {
    height: 2rem;
  }

  .link-block-sticky.w--current {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    height: 3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 1rem;
  }

  .div-block-6 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .navbar-container-new {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    padding: 1rem;
  }

  .image-wrapper-2-columns, .image-wrapper-2-columns.square {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button-3 {
    padding: 1rem;
    display: inline-flex;
  }
}

#w-node-_7ccf4d8a-7054-85be-9ed7-7ad45d23402b-4b479fb8, #w-node-_0f6cfb66-9044-a890-37a0-9240027129ec-4b479fb8 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-d2077427-6a6f-ee06-f202-26231bc26bc6-4b479fb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a49a-4b479fb8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a4a0-4b479fb8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a4a6-4b479fb8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_359f4759-b70d-0ce1-c6c3-0cdeb3f17797-4b479fb8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_359f4759-b70d-0ce1-c6c3-0cdeb3f1779d-4b479fb8 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-bd5df235-bb5a-a2d2-ccae-f0f02228b3a2-4b479fb8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_63d7e57f-3884-7b7d-28f4-e723362e853b-4b479fb8 {
    place-self: center end;
  }

  #w-node-dcf620b1-ee03-01f0-0f76-9aa49d16ef46-4b479fb8 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-d38a18a5-e9d9-6293-5d72-4e11f0c945b8-4b479fb8, #w-node-e03823ab-61e7-7e1a-6249-a37a53eac5b7-4b479fb8 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-_7ccf4d8a-7054-85be-9ed7-7ad45d234026-4b479fb8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a49a-4b479fb8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a4a0-4b479fb8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9f1cf13e-50bc-46d0-5193-6fbd1fc9a4a6-4b479fb8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_359f4759-b70d-0ce1-c6c3-0cdeb3f1779d-4b479fb8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e8de2e3b-a6e7-0ab6-ee91-052b812d51c4-812d51bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f6cfb66-9044-a890-37a0-9240027129e9-4b479fb8, #w-node-_57af4164-0e32-a881-52d7-3babef59567d-4b479fb8, #w-node-c720d121-cddc-d033-46f2-edfd4f312ec7-4b479fb8, #w-node-_190794c6-40fd-0186-c93d-1f38dbc07174-4b479fb8, #w-node-d2077427-6a6f-ee06-f202-26231bc26bc7-4b479fb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_63d7e57f-3884-7b7d-28f4-e723362e853b-4b479fb8 {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'FF Meta Pro';
  src: url('../fonts/4649.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FF Meta Pro';
  src: url('../fonts/4531.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FF Meta Pro';
  src: url('../fonts/4650.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}