@font-face {
  font-family: Saira Condensed Black Local;
  src: url('../fonts/Saira_Condensed-Black_local.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed Bold Local;
  src: url('../fonts/Roboto-Condensed-Bold_local.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed Regular Local;
  src: url('../fonts/Roboto-Condensed-Regular_local.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed Italic Local;
  src: url('../fonts/RobotoCondensed-Italic-local.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --heavy-red: #ba2632;
  --blue: #056fab;
  --creme: #ffead1;
  --grey: #54595b;
  --white: white;
  --leight_red: #dd756b;
  --light__blue: #62a2d1;
  --lightgrey: #9ba0a2;
  --light__grey: var(--grey);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Roboto Condensed Regular Local, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

h1 {
  color: var(--heavy-red);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--blue);
  max-width: 25ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.4;
}

p {
  max-width: 80ch;
  margin-bottom: 20px;
  font-size: 18px;
}

a {
  text-decoration: none;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

img {
  max-width: 100%;
  display: block;
}

.hero {
  background-color: var(--creme);
  background-image: url('../images/hero__bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  height: 100vh;
  position: relative;
}

.intro__flex {
  background-color: var(--heavy-red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.extraschicht {
  background-color: var(--creme);
  justify-content: center;
  align-items: center;
  width: 110vw;
  height: 100vh;
  padding-left: 40px;
  position: relative;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100vh;
  display: flex;
}

.intro__section {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.item_auto {
  flex: none;
  height: 100vh;
}

.main-nav__link {
  border-bottom: 2px solid var(--grey);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.main-nav__link:hover {
  border-bottom-color: var(--white);
}

.main-nav__link.w--current {
  color: var(--heavy-red);
}

.main-nav__link.w--current:visited {
  color: var(--leight_red);
}

.wrapper {
  width: 95%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero__content {
  width: 100%;
  height: 100%;
}

.hero_intro {
  z-index: 30;
  background-color: var(--creme);
  color: var(--blue);
  max-width: 40ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 2vw;
  line-height: 1.6;
  position: relative;
}

.flex__center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.lions__logo {
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
  display: block;
}

.horizontal_line {
  background-color: var(--grey);
  height: 3px;
  position: absolute;
  inset: auto 0% 3%;
}

.vertikal_line {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 99%;
  position: absolute;
  inset: 2vh auto auto 3vw;
}

.intro__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2__creme, .h4__creme {
  color: var(--creme);
  text-align: center;
}

.h2__red {
  z-index: 30;
  background-color: var(--creme);
  color: var(--heavy-red);
  font-size: 6vw;
  position: relative;
}

.h2__blue {
  color: var(--blue);
  font-size: 5vw;
}

.flex_colum {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.column__50__neu {
  width: 50vw;
  height: 100%;
  margin-right: 40px;
  position: relative;
}

.column__60__neu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  height: 100vh;
  position: relative;
}

.extra__img {
  width: 800px;
  position: absolute;
}

.column__50__extraschicht {
  background-image: url('../images/bg_red.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 510px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.extra__link-box {
  background-color: var(--light__blue);
  flex-flow: column;
  width: 300px;
  height: 90%;
  padding-top: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.item__wrapper {
  width: 98%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pdf_btn {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.pdf__btn {
  color: var(--white);
  text-align: center;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.wrapper__brinkhoffs {
  background-color: var(--creme);
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  position: relative;
}

.h3_breit {
  z-index: 30;
  background-color: var(--creme);
  max-width: none;
  position: relative;
}

.brinkfoff__flex {
  justify-content: flex-start;
  align-items: flex-end;
  width: 80vw;
  padding-right: 40px;
  display: flex;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.brink__datum {
  z-index: 30;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 25%;
  margin-right: 40px;
  padding: 20px 40px;
  position: relative;
}

.brink__img {
  z-index: 20;
  width: 37%;
  margin-right: 20px;
  position: relative;
}

.brink__text {
  background-color: var(--leight_red);
  align-self: flex-start;
  width: 30%;
  padding: 20px;
}

.paragraph {
  color: var(--white);
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.brinkhoffs_section {
  max-width: 80vw;
}

.wrbk__section {
  background-color: var(--creme);
  width: 100%;
  height: 100%;
}

.wrbk__wrapper {
  border-left: 30px solid var(--light__blue);
  width: 100%;
  height: 100%;
  position: relative;
}

.wrbk__flex {
  justify-content: space-between;
  display: flex;
}

.wrbk__text {
  z-index: 20;
  align-self: center;
  width: 60vw;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}

.wrbk__image {
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: relative;
}

.h4__blue {
  color: var(--blue);
  font-size: 3vw;
}

.wrbk_h2 {
  color: var(--creme);
  font-size: 8vw;
}

.bu {
  z-index: 20;
  color: var(--white);
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

._2022-01-25__section {
  background-color: var(--creme);
  width: 100%;
  height: 100%;
  position: relative;
}

._2022-01-25__wrapper {
  width: 100%;
  height: 100%;
}

._2022-01-25__flex {
  height: 100%;
  display: flex;
}

._2022-01-25__text {
  z-index: 20;
  align-self: center;
  padding-right: 40px;
  position: relative;
}

._2022-01-25__image {
  padding-top: 140px;
  position: relative;
}

._2022-01-25__header {
  padding-left: 60px;
}

._2022-01-25__p {
  background-color: var(--leight_red);
  color: var(--white);
  align-self: flex-start;
  padding: 20px 20px 20px 60px;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.red-box__absolute {
  z-index: 20;
  background-color: var(--leight_red);
  width: 60%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0 auto;
}

.image {
  z-index: 20;
  position: relative;
}

.track__01 {
  background-color: var(--creme);
  height: 800vh;
  position: relative;
}

.idea__ani {
  mix-blend-mode: multiply;
  max-width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.skulptur_ani {
  mix-blend-mode: multiply;
  max-width: 40%;
  position: absolute;
  inset: auto 3% 6% auto;
}

.creme__sec {
  background-color: var(--creme);
  height: 100vh;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.flex__left {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.anregung_text {
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 3vw;
}

.anregung__datum {
  z-index: 30;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 0 15px 0 0;
  margin-bottom: 0;
  margin-right: 60px;
  padding: 20px 40px;
  font-size: 7vw;
  position: relative;
}

.link__item {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link__box {
  flex: none;
}

.link__text {
  color: var(--heavy-red);
  text-align: center;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  text-decoration: underline;
}

.link__text:hover {
  color: var(--blue);
}

.youtube__icon {
  margin-bottom: 10px;
}

.anregung__img {
  z-index: 20;
  border-radius: 15px;
  width: 100%;
  position: relative;
}

.abholung__h3 {
  color: var(--heavy-red);
  max-width: 100%;
  margin-top: 0;
  font-size: 4.2vw;
  line-height: .9;
}

.h1__red {
  line-height: 1;
}

.erkundung__h1 {
  color: var(--blue);
}

.erkundung__img-box {
  background-color: var(--light__blue);
  border-radius: 15px 0 0 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: -60px;
  padding: 40px;
  display: flex;
  position: relative;
}

.erkundung__red-box {
  z-index: 0;
  background-color: var(--leight_red);
  border-radius: 15px 0 0 15px;
  width: 67%;
  height: 72%;
  position: absolute;
  inset: 60% 0 auto auto;
}

.beschluss__sec {
  background-color: var(--creme);
  width: 65vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.beschluss__text {
  border: 50px solid var(--creme);
  background-color: var(--leight_red);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.beschluss__datum {
  color: var(--creme);
}

.beschluss__h1 {
  color: var(--blue);
  line-height: .8;
}

.p__teaser-white {
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 22px;
}

.online__sec__blue {
  background-color: var(--light__blue);
  width: 65vw;
  height: 100vh;
  padding-left: 80px;
  position: relative;
  overflow: hidden;
}

.online__img {
  width: 70%;
  margin-left: auto;
}

.online__h3 {
  color: var(--white);
}

.grobfein_img-column {
  padding-right: 10px;
}

.grobfein__img {
  object-fit: cover;
  width: auto;
}

.bu_grobfein {
  z-index: 20;
  color: var(--white);
  max-width: 30ch;
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.hero_h1 {
  z-index: 30;
  position: relative;
}

.grobfein__img-box {
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grobfein__h3 {
  max-width: 20ch;
  font-size: 3.5vw;
  line-height: 1.1;
}

.wpwr_flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 95%;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 60px;
  display: flex;
}

.wpwr__img-box {
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wpwr__img {
  z-index: 20;
  border-radius: 15px;
  width: 80%;
  position: relative;
}

.column__40__neu {
  width: 40vw;
  height: 100%;
}

.sec__60 {
  background-color: var(--creme);
  width: 60vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.h1__creme {
  color: var(--creme);
  text-align: right;
}

.h2__xs-creme {
  color: var(--creme);
  font-size: 5vw;
}

.p__partner {
  color: var(--creme);
  max-width: 70%;
  padding-right: 40px;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.partner__img {
  background-color: var(--white);
  border-radius: 15px;
  width: 25%;
  height: auto;
  padding: 20px;
}

.trenner__48px {
  flex: none;
  width: 100%;
  height: 48px;
}

.creme__sec-90 {
  background-color: var(--creme);
  width: 80vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.abholung__left-img {
  width: 86%;
}

.bu__grey {
  z-index: 20;
  color: var(--grey);
  max-width: 60ch;
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.abholung__left {
  background-color: var(--light__blue);
  background-image: url('../images/bg__light-red.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 20vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: 100vh;
  padding-left: 60px;
  display: flex;
}

.abholung__h3__creme {
  color: var(--creme);
  max-width: 30ch;
  margin-top: 0;
  font-size: 2.8vw;
}

.p__creme {
  color: var(--creme);
  max-width: 80ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  line-height: 1.8;
}

.abholung__right-box {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.abholung__right-flex {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.abholung__galerie-box {
  justify-content: space-between;
  margin-right: 10px;
  display: flex;
}

.abholung_galerie-2bilder, .abholung_galerie-1bild {
  width: 48%;
}

.p_galerie-text {
  color: var(--heavy-red);
  max-width: 20%;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.zweibr_datum {
  color: var(--creme);
  font-size: 5vw;
}

.zweibr__artikel {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.preview_1__sec {
  background-color: var(--creme);
  height: 100vh;
}

.preview_flex {
  background-image: url('../images/bg__light-blue.png'), url('../images/bg__light-red.png');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw 30vh, 60vw 50vh;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.preview_15vw {
  width: 15vw;
  padding-left: 40px;
}

.preview_60vw {
  width: 50vw;
  padding-left: 40px;
}

.preview_30vw {
  background-color: var(--light__blue);
  width: 34vw;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.preview_img {
  width: 36vw;
}

.body {
  font-size: 1vw;
}

.flex__left__anregung {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.flex_colum__grobfein {
  justify-content: flex-start;
  height: 100vh;
  display: flex;
}

.flex__center_grobfein {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.flex__colum_grobfein {
  background-color: var(--leight_red);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
}

.h1__red__6vw {
  font-size: 6vw;
  line-height: 1;
}

.p__teaser-wpwr {
  color: var(--grey);
  max-width: 40ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 30px;
}

.h2__blue_wpwr {
  color: var(--blue);
  font-size: 8vw;
}

.column__60__partner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  height: 100vh;
  position: relative;
}

.partern__text {
  border: 50px solid var(--creme);
  background-color: var(--leight_red);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex__left_abholung {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.column__50__abholung {
  width: 50vw;
  height: 100%;
  margin-right: 40px;
}

.h3__blue_3vw {
  max-width: none;
  font-size: 3vw;
}

.ausstellung_img-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  padding-right: 10px;
}

.flex__left-__ausstellug {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.h2__datum-blau__grobfein {
  color: var(--blue);
  text-align: right;
  font-size: 7vw;
}

.column__40__wpwr {
  width: 40vw;
  height: 100%;
}

.abholung__h3__red {
  color: var(--heavy-red);
  max-width: 30ch;
  margin-top: 0;
  font-size: 2.8vw;
}

.flex__left-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.main {
  position: relative;
}

.scroll__down {
  z-index: 40;
  background-color: var(--white);
  border-radius: 20px;
  width: 140px;
  padding: 10px;
  position: sticky;
  inset: 10vh auto auto 0%;
}

.scroll__p {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.erkundung__p {
  z-index: 30;
  background-color: var(--leight_red);
  color: var(--white);
  border-radius: 0 15px 15px 0;
  max-width: 50ch;
  padding: 40px 40px 40px 60px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 1.5vw;
  position: relative;
}

.scroll__frame {
  height: 120vh;
  position: absolute;
  inset: 1% auto auto 1%;
}

.image__box-blue__2022-01-05 {
  z-index: 20;
  background-color: var(--light__blue);
  padding: 40px 40px 100px;
  position: relative;
}

.vorstand {
  background-color: var(--creme);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.vorstand__content {
  background-color: var(--leight_red);
  border-radius: 0 15px 15px 0;
  width: 40%;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.h2__creme__right {
  color: var(--creme);
  text-align: right;
  font-size: 7vw;
}

.vorstand__p {
  color: var(--white);
  font-size: 23px;
}

.vorstand__co {
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 40%;
  margin-top: -60px;
  margin-left: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.footer {
  background-color: var(--grey);
  min-height: 220px;
}

.footer__cooperation {
  background-color: var(--leight_red);
  border-radius: 0 0 15px 15px;
  width: 30%;
  height: 100%;
  padding: 10px 40px 60px;
}

.footer__kontakt {
  width: 70%;
  padding: 20px 40px;
}

.h5__footer {
  color: var(--white);
  font-size: 24px;
}

.footer__logo {
  display: flex;
}

.footer__lions-logo {
  width: 11%;
  height: 17%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__p {
  color: var(--white);
}

.footer__brand {
  color: var(--creme);
  max-width: none;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 10px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 40px;
  line-height: .9;
}

.akteure__red-box {
  z-index: 20;
  background-color: var(--blue);
  border-radius: 0 15px 15px 0;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.akteure__content__blue-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 40%;
  margin-top: -20px;
  margin-left: 40px;
  padding: 40px 20px 20px;
  display: flex;
}

.p__white__bold {
  color: var(--white);
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.namenstraeger {
  z-index: 0;
  background-color: var(--creme);
  min-height: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.akteure__blue-box__right {
  background-color: var(--blue);
  border-radius: 15px 0 0 15px;
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h3__red-box-center {
  background-color: var(--leight_red);
  color: var(--creme);
  border-radius: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.site__hero {
  background-color: var(--creme);
  background-image: url('../images/hero__bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 724px;
  min-height: 100vh;
  position: relative;
}

.trenner__96px {
  flex: none;
  width: 100%;
  height: 96px;
}

.wetter__content {
  z-index: 30;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 75vw;
  margin-top: -20px;
  margin-left: 40px;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.liste__white__bold {
  color: var(--white);
  max-width: none;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 20px;
  line-height: 2.2;
}

.image__box {
  width: 56%;
}

.h3__white_7vw {
  color: var(--white);
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

.hombruch__content {
  z-index: 30;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 70vw;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 110px;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.hombruch__image {
  width: 24%;
}

.wetter__text {
  width: 50%;
}

.hombruch__text {
  width: 60%;
}

.h2__creme__center {
  color: var(--creme);
  text-align: center;
  font-size: 7vw;
}

.h3__red__center__wetter {
  color: var(--blue);
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

.h3__dark-blue-box-center {
  background-color: var(--light__blue);
  color: var(--creme);
  border-radius: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.hero__content__akteure {
  width: 100%;
  height: 100%;
}

.h3__hagen-box {
  background-color: var(--leight_red);
  color: var(--creme);
  border-radius: 15px;
  width: 70%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.h3__hagen {
  color: var(--creme);
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

.h3_herdecke {
  background-color: var(--light__blue);
  color: var(--creme);
  border-radius: 15px;
  width: 50%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.herdecke__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 90vw;
  margin-top: -20px;
  margin-left: 8vw;
  margin-right: 110px;
  padding: 40px 20px 20px;
  display: flex;
}

.herdecke__img {
  width: 70%;
}

.bochum__content {
  z-index: 30;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 90vw;
  max-width: 1440px;
  margin-top: -20px;
  margin-left: 40px;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.bochum__text {
  width: 38%;
}

.image__box__bochum {
  width: 56%;
}

.koop__box {
  z-index: 20;
  background-color: var(--blue);
  border-radius: 15px;
  width: 50%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.h2__koop {
  color: var(--creme);
  text-align: right;
  padding-right: 20px;
  font-size: 7vw;
}

.koop_sec {
  position: relative;
}

.koop_content {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 40%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: 220px;
  padding: 40px 20px 20px;
  position: relative;
}

.flex_column__koop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.partner__header {
  background-color: var(--blue);
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.h2__partner {
  color: var(--creme);
  text-align: center;
  font-size: 7vw;
}

.partner__content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light__blue);
  border-radius: 15px;
  width: 70%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px 20px 60px;
}

.horizontal_line-top {
  z-index: 40;
  background-color: var(--grey);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 2vh auto auto 0%;
}

.horizontal_line-bottom {
  z-index: 20;
  background-color: var(--grey);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto auto 3.3vh 0%;
}

.line_wrapper {
  background-color: var(--creme);
  position: relative;
}

.vertikal_line_right {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh 7vw auto auto;
}

.firmen__sec {
  margin-top: -80px;
  position: relative;
}

.firmen__box {
  z-index: 20;
  background-color: var(--blue);
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.firmen__content {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 70%;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 220px;
  padding: 40px 20px 20px;
  position: relative;
}

.vertikal_line_firmen {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 85%;
  position: absolute;
  top: 53px;
  bottom: auto;
  left: 14vh;
}

.vertikal_line_partner {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
  top: -3.6vh;
  bottom: auto;
  left: 3vw;
}

.hoerl__info-sec {
  background-color: var(--creme);
  width: 100%;
  height: 100%;
}

.hoerl__intro-header {
  background-color: var(--light__blue);
  border-radius: 0 15px 15px 0;
}

.h2__creme__left {
  color: var(--creme);
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.hoerl__text {
  padding-left: 100px;
}

.h3__red {
  color: var(--heavy-red);
  text-align: left;
  max-width: 100%;
  font-size: 7vw;
}

.flex_space-btw {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.btn__red {
  background-color: var(--heavy-red);
  color: var(--creme);
  border-radius: 15px;
  width: 260px;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__red:hover {
  background-color: var(--leight_red);
}

.btn__side {
  float: right;
  vertical-align: middle;
  width: 20%;
  padding-top: 10px;
}

.btn__text {
  float: left;
  margin-right: 20px;
  font-size: 40px;
}

.btn__blue {
  background-color: var(--blue);
  color: var(--creme);
  border-radius: 15px;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__blue:hover {
  background-color: var(--leight_red);
}

.btn__video {
  float: right;
  vertical-align: middle;
  width: 29%;
  padding-top: 10px;
}

.vita__sec {
  background-color: var(--creme);
  width: 100%;
  height: 100%;
}

.vita__box {
  background-color: var(--leight_red);
  border-radius: 0 15px 15px 0;
  width: 95%;
}

.h2__creme__vita {
  color: var(--creme);
  text-align: left;
  font-size: 7vw;
}

.p__vita-liste {
  color: var(--creme);
  padding-left: 100px;
  font-size: 30px;
}

.hoerl__homepage_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link__float-left {
  float: left;
  padding-left: 40px;
  display: block;
}

.h2__creme__link {
  float: left;
  color: var(--creme);
  text-align: left;
  padding-top: 20px;
  padding-left: 100px;
  font-size: 6vw;
}

.h3__red__hoerl {
  color: var(--heavy-red);
  text-align: left;
  max-width: 100%;
  padding-left: 40px;
  font-size: 7vw;
  line-height: 1;
}

.btn__1-column-box {
  width: 300px;
  margin-left: 100px;
  padding-top: 40px;
}

.main__nav-wrapper {
  width: 95%;
  max-width: 1800px;
}

.main__nav__header {
  z-index: 999;
  background-color: var(--grey);
  position: sticky;
  top: 0;
}

.main__navbar {
  background-color: var(--grey);
  margin-top: 0;
}

.main__nav-logo {
  float: left;
  margin-top: 6px;
}

.main__nav-brand {
  width: 250px;
  padding-bottom: 10px;
}

.h5__datenschutz {
  color: var(--light__blue);
  font-size: 24px;
}

.datenschutz_sec {
  background-color: var(--creme);
  position: relative;
}

.h4__blue_xs {
  color: var(--blue);
  font-size: 30px;
}

.hero__kontakt {
  background-color: var(--creme);
  background-image: url('../images/hero__bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  height: 90vh;
  padding-bottom: 40px;
  position: relative;
}

.p__teaser-fh {
  color: var(--blue);
  max-width: 40ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 30px;
}

.text__link_30_blue_kursiv {
  color: var(--light__blue);
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-weight: 700;
}

.fh__sec {
  background-color: var(--creme);
  position: relative;
}

.fh__flex {
  justify-content: space-between;
  display: flex;
}

.fh__textbox_right {
  z-index: 30;
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin-top: -10vh;
  padding: 3vh 6vw 3vh 2vw;
  display: flex;
  position: relative;
}

.fh__img-box {
  width: 48%;
  padding-bottom: 60px;
}

.h2__creme__fh {
  color: var(--creme);
  text-align: left;
  font-size: 9vw;
}

.h3__creme_5vw {
  background-color: var(--light__blue);
  color: var(--creme);
  border-radius: 15px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}

.fh__img {
  border: 12px solid var(--leight_red);
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 80%;
  position: sticky;
  top: 50px;
}

.flex__center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.fh__textbox_left {
  z-index: 30;
  background-color: var(--light__blue);
  width: 60%;
  padding: 3vh 6vw 20vh;
  position: relative;
}

.vertikal_line_center {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 50%;
}

.vertikal_line_55 {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 55%;
}

.fh__links {
  z-index: 10;
  background-color: var(--creme);
  background-image: url('../images/bg__light-blue.png'), url('../images/bg__light-red.png');
  background-position: 50% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 32vw, 30vw;
  width: 55%;
  padding-top: 3vh;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.fh__img-box_45 {
  width: 45%;
  padding-bottom: 60px;
}

.btn__red_fh {
  background-color: var(--heavy-red);
  color: var(--creme);
  border-radius: 15px;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__red_fh:hover {
  background-color: var(--leight_red);
}

.btn__text_roboto {
  float: left;
  margin-right: 20px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 40px;
}

.fh-touren__sec, .fh-links__sec {
  background-color: var(--creme);
  position: relative;
}

.fh__touren {
  z-index: 30;
  background-color: var(--creme);
  width: 55%;
  padding-top: 3vh;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.vertikal_line_75 {
  z-index: 20;
  background-color: var(--grey);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 75%;
}

.touren__img-box {
  z-index: 40;
  width: 31%;
  position: relative;
}

.touren__flex {
  justify-content: flex-start;
  display: flex;
}

.galerie__header {
  z-index: 30;
  background-color: var(--leight_red);
  background-image: url('../images/bg__light-blue.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50vw;
  border-radius: 15px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5vw;
  position: relative;
}

.h2__creme__galerie {
  color: var(--creme);
  text-align: right;
  font-size: 5vw;
}

.galerie_image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h2__red_fh-links {
  color: var(--heavy-red);
  font-size: 6vw;
}

.hero_h1_start {
  z-index: 30;
  max-width: 20ch;
  font-size: 8vw;
  position: relative;
}

.hero__start {
  background-color: var(--creme);
  background-image: url('../images/hero__bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
}

.btn__red_start {
  background-color: var(--heavy-red);
  color: var(--creme);
  border-radius: 15px;
  width: 280px;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__red_start:hover {
  background-color: var(--leight_red);
}

.hero_intro_start {
  z-index: 30;
  background-color: var(--creme);
  color: var(--blue);
  max-width: 50ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 1.7vw;
  line-height: 1.6;
  position: relative;
}

.timeline__sec {
  background-color: var(--creme);
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
}

.timeline__img {
  z-index: 50;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline__header {
  background-color: var(--leight_red);
  border-radius: 15px;
  width: 70%;
  margin-left: 10vw;
}

.timeline__idee-box {
  padding-top: 6vh;
}

.timeline_idee__left {
  width: 40%;
  height: 100%;
  padding-left: 1vw;
}

.h3__timeline_idee {
  background-color: var(--light__blue);
  color: var(--creme);
  text-align: center;
  border-radius: 15px;
  max-width: none;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.timeline__icon {
  mix-blend-mode: multiply;
}

.timeline_idee__right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 1vw;
}

.flex__left_center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.timeline__skulptur-box {
  background-color: var(--light__blue);
  padding-top: 6vh;
}

.h3__red-box-skulptur {
  background-color: var(--leight_red);
  color: var(--creme);
  text-align: center;
  border-radius: 15px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.h2__creme__timeline {
  color: var(--creme);
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.p__skulptur {
  color: var(--creme);
  max-width: 40ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 30px;
}

.flex__left_center-change {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.timeline_spende-box {
  background-color: var(--leight_red);
  padding-top: 6vh;
}

.h3__red-box-spende {
  background-color: var(--light__blue);
  color: var(--creme);
  text-align: center;
  border-radius: 15px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.card-slider__dot-navi {
  position: static;
}

.card-slider {
  background-color: #fff0;
  height: auto;
  padding-top: 40px;
  padding-left: 7.5vh;
}

.card-slider.overflow-hidden {
  padding-bottom: 40px;
  overflow: hidden;
}

.slider__text {
  color: var(--grey);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.text-link__blue {
  float: left;
  color: #0c71c3;
  letter-spacing: 1px;
  border-bottom: 2px solid #0c71c3;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.text-link__blue:hover {
  color: #e09900;
  border-bottom-color: #e09900;
}

.image-3 {
  width: 30px;
}

.card-slider__content-wrapper {
  padding: 0 24px 24px;
}

.card-slider__slide {
  border-radius: 4px;
  width: 344px;
  max-width: 92.5vw;
  margin-right: 40px;
  box-shadow: 0 2px 5px #0003;
}

.card-slider__mask {
  width: 344px;
  height: auto;
  overflow: visible;
}

.aktuell__card {
  background-color: #fff;
  border-radius: 20px;
  width: 344px;
  max-width: 92.5vw;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 25px #959595;
}

.slider__arrow {
  color: var(--blue);
  background-color: #ffffff80;
  border-radius: 50%;
  box-shadow: 0 0 10px 6px #0c71c3;
}

.aktuelles__sec {
  background-color: var(--light__blue);
  margin-left: auto;
}

.wrapper__aktuells {
  background-color: var(--creme);
  width: 90%;
  margin-left: auto;
}

.h3__red_aktuell {
  color: var(--blue);
  text-align: left;
  max-width: 100%;
  font-size: 50px;
}

.slider__datum {
  color: var(--heavy-red);
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.link_block__slider {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link_block__slider.hidden {
  display: none;
}

.link__section {
  background-color: var(--light__blue);
  display: block;
}

.link__section:hover {
  background-color: var(--blue);
}

.h3__red_100padding {
  color: var(--heavy-red);
  text-align: left;
  max-width: 100%;
  padding-left: 100px;
  font-size: 7vw;
}

.produkt__sec {
  background-color: var(--creme);
  min-height: 100vh;
}

.h4__creme_tabs {
  color: var(--creme);
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 30px;
}

.tab-link-nachtblau {
  background-color: var(--blue);
}

.tab-pane-purpurrot {
  background-color: var(--leight_red);
  padding: 40px;
  overflow: visible;
}

.tab-link-purpurrot {
  background-color: var(--heavy-red);
}

.tab-link-anthrazit {
  background-color: var(--grey);
}

.column__tabs {
  width: 48%;
  height: 100%;
}

.h4__creme_tabitem {
  color: var(--creme);
  text-align: left;
  font-size: 4vw;
}

.tab-pane-blau {
  background-color: var(--light__blue);
  padding: 40px;
}

.tab-pane-grau {
  background-color: var(--lightgrey);
  padding: 40px;
  overflow: visible;
}

.tab__bold {
  font-size: 22px;
}

.flex_colum_tab {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.wrapper__tabs {
  width: 95%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabs__img-box {
  z-index: 20;
  max-height: 100%;
}

.tabs-content {
  overflow: visible;
}

.h4__creme__3vw {
  color: var(--creme);
  font-size: 2.5vw;
}

.h2__white__5vw {
  color: var(--white);
  font-size: 5vw;
}

.h2__creme__preview {
  color: var(--creme);
  font-size: 6vw;
}

.h4__blue_preview {
  color: var(--blue);
  font-size: 2.8vw;
}

.grobfein__text {
  padding-top: 20px;
  padding-left: 5vw;
  padding-right: 3vw;
}

.track__02 {
  background-color: var(--creme);
  height: 800vh;
  position: relative;
}

.p__teaser-white_online {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 22px;
}

.partern_15-07__text {
  border: 50px solid var(--creme);
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.h2__partner_15-07 {
  color: var(--heavy-red);
  font-size: 3.5vw;
}

.newsletter_sec {
  background-color: var(--creme);
  height: 100vh;
  padding-top: 40px;
}

.h2__red_newsletter {
  z-index: 30;
  color: var(--heavy-red);
  text-align: right;
  max-width: 5ch;
  font-size: 8vw;
  position: relative;
}

.column__20__neu {
  width: 20vw;
  height: 100%;
}

.h2__creme_newsletter {
  color: var(--blue);
  text-align: left;
  font-size: 4vw;
}

.padding_red {
  background-color: var(--leight_red);
  padding: 20px;
}

.btn__blue_xs {
  background-color: var(--blue);
  color: var(--creme);
  border-radius: 15px;
  max-width: 180px;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__blue_xs:hover {
  background-color: var(--leight_red);
}

.btn__text_xs {
  float: left;
  margin-right: 20px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.galerie__slider {
  min-height: 65vh;
}

.red_bg {
  background-color: var(--leight_red);
  height: 100%;
  padding: 20px;
}

.h2__white__4vw {
  color: var(--white);
  font-size: 4vw;
}

.gutschede_sec {
  background-color: var(--creme);
  height: 100vh;
}

.h2__creme_gutschede {
  color: var(--creme);
  text-align: left;
  flex: 1;
  margin-right: 40px;
}

.gutschede__content {
  padding-right: 40px;
}

.p__white__bold_20 {
  color: var(--white);
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 20px;
}

.btn__blue_xs_auto {
  background-color: var(--blue);
  color: var(--creme);
  border-radius: 15px;
  align-self: center;
  padding: 10px 20px;
  font-family: Saira Condensed Black Local, sans-serif;
  font-size: 24px;
}

.btn__blue_xs_auto:hover {
  background-color: var(--leight_red);
}

.btn__video_auto {
  float: left;
  vertical-align: middle;
  width: 10%;
}

.blue__bg__flex-left {
  background-color: var(--light__blue);
  padding: 20px;
}

.galerie_gutschede {
  z-index: 30;
  background-color: var(--light__blue);
  align-self: center;
  width: 50vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column__60__gutschede {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
}

.flex__left_schede {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.column__60__gutschede_1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
}

.column__30__gutschede {
  width: 1500px;
  height: 100%;
}

.h2__gutschede {
  color: var(--heavy-red);
  font-size: 6vw;
  line-height: 1;
}

.guteschede_text {
  padding-right: 10px;
}

.gutschede__article {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gutschede__intro {
  border: 50px solid var(--creme);
  background-color: var(--light__blue);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex__left-center__gutschede {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 40px;
  display: flex;
}

.h4__creme_gutschede {
  color: var(--creme);
  text-align: center;
  max-width: 35ch;
  font-size: 2vw;
}

.galerie__slider_gutschede {
  background-color: var(--light__blue);
  height: 70ch;
}

.icon {
  color: var(--white);
}

.gutschede__img {
  justify-content: flex-start;
  align-items: center;
}

.zweibruecker__datum {
  z-index: 30;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 0 15px 0 0;
  margin-bottom: 0;
  margin-right: 60px;
  padding: 20px 40px;
  font-size: 5vw;
  position: relative;
}

.zbh_img {
  z-index: 20;
  border-radius: 15px;
  max-height: 60vh;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3__zbh {
  color: var(--heavy-red);
  max-width: 100%;
  margin-top: 0;
  font-size: 3vw;
  line-height: .9;
}

.galerie_zbh {
  z-index: 30;
  background-color: var(--light__blue);
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.galerie_zbh_img {
  margin-left: auto;
  margin-right: auto;
}

.schleuser-haus_sec {
  background-color: var(--creme);
  height: 100vh;
}

.schleuser__flex {
  background-color: var(--light__blue);
  justify-content: space-between;
  width: 70vw;
  height: 90%;
  margin-top: 5%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h2__red__schleuser {
  color: var(--heavy-red);
  text-align: left;
  padding-top: 4vh;
  font-size: 6vw;
}

.schleuser__plakat, .schleuser__datum {
  width: 30vw;
}

.h3__white_3vw {
  color: var(--white);
  text-align: left;
  max-width: 100%;
  margin-left: -22vw;
  font-size: 3vw;
}

.column__70__neu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  height: 100vh;
  position: relative;
}

.link__fliess {
  color: var(--blue);
  text-align: center;
  font-family: Roboto Condensed Bold Local, sans-serif;
  line-height: 1.1;
  text-decoration: underline;
}

.link__fliess:hover {
  color: var(--blue);
}

.schleuser_text {
  margin-top: 5vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.schleuser_img {
  max-height: 70vh;
}

.galerie__box {
  background-color: var(--leight_red);
  width: 40vw;
  height: 100%;
  padding: 20px;
}

.lightbox-link {
  width: 44%;
  margin-right: 10px;
  padding-bottom: 10px;
}

.h4__blue_xs_swh {
  color: var(--blue);
  max-width: 36ch;
  font-size: 2vw;
}

.bu__grey_schleuser {
  z-index: 20;
  color: var(--grey);
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.abschluss__sec {
  background-color: var(--creme);
  height: 100vh;
}

.bu__grey_abschluss {
  z-index: 20;
  color: var(--grey);
  font-family: Roboto Condensed Italic Local, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.preview_10vw {
  width: 15vw;
  padding-left: 10px;
}

.p__creme_abschluss {
  color: var(--creme);
  max-width: 80ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.abschluss__30vw {
  background-color: var(--light__blue);
  width: 34vw;
  padding: 20px;
}

.track__03 {
  background-color: var(--creme);
  height: 500vh;
  position: relative;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--grey);
}

.abrechnung_sec {
  background-color: var(--creme);
  height: 100vh;
  position: relative;
}

.p__abschluss {
  margin-bottom: 10px;
}

.rechnung__box {
  background-color: var(--leight_red);
  padding: 40px 10px 20px;
}

.rechnung__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.p__creme_rechnung {
  color: var(--creme);
  max-width: 80ch;
  margin-bottom: 5px;
  font-family: Roboto Condensed Bold Local, sans-serif;
}

.rechnung__grid_2sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.p__creme_line {
  border-bottom: 2px solid var(--creme);
  color: var(--creme);
  max-width: 80ch;
  font-family: Roboto Condensed Bold Local, sans-serif;
  line-height: 1.8;
}

.column__30__neu {
  width: 30vw;
  height: 100%;
}

.h2__creme_brinkhoffs, .h2__creme_highlights {
  color: var(--creme);
  text-align: center;
  font-size: 8vw;
}

.h4__blue_wiedersehen {
  color: var(--blue);
  font-size: 3vw;
}

.h2__red_wiedersehen {
  z-index: 30;
  background-color: var(--creme);
  color: var(--heavy-red);
  font-size: 6vw;
  position: relative;
}

.h1__red_hzb {
  line-height: 1;
}

.column__30__schleuser {
  flex: none;
  width: 30vw;
  height: 100%;
  margin-right: 40px;
  position: relative;
}

.btn__text__zbh {
  float: left;
  margin-right: 20px;
  font-family: Roboto Condensed Bold Local, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.zbh_text {
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 3vw;
}

.flex__left__zbh {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
}

.h4__creme_zbh {
  color: var(--creme);
  text-align: center;
  max-width: 35ch;
  font-size: 2vw;
}

.h2__creme__poh {
  color: var(--creme);
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.hero_h1_chronik {
  z-index: 30;
  position: relative;
}

.hero_image {
  display: none;
}

.last_chronik {
  background-color: var(--creme);
  background-image: url('../images/hero__bg_1.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  height: 100vh;
  position: relative;
}

.h1__red__wpwr {
  font-size: 6vw;
  line-height: 1;
}

.h2__white__preview {
  color: var(--white);
  font-size: 5vw;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .intro__flex {
    width: auto;
    height: 60vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
    height: auto;
  }

  .intro__section {
    width: auto;
    height: auto;
  }

  .item_auto, .hero__content {
    height: auto;
  }

  .hero_intro {
    font-size: 4vw;
  }

  .flex__center {
    flex-flow: column;
  }

  .column__60__neu {
    height: 100%;
  }

  .wrapper__brinkhoffs {
    height: auto;
  }

  .h3_breit {
    font-size: 80px;
  }

  .brinkfoff__flex {
    flex-flow: column;
  }

  .brink__datum {
    width: auto;
    margin-bottom: 40px;
  }

  .brink__img {
    width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brink__text {
    width: auto;
  }

  .h4__blue {
    font-size: 22px;
  }

  .track__01 {
    height: auto;
  }

  .creme__sec {
    height: 100%;
  }

  .anregung_text {
    padding-left: 20px;
  }

  .anregung__datum {
    margin-right: 20px;
  }

  .link__item {
    width: 180px;
  }

  .link__text {
    font-size: 18px;
  }

  .erkundung__h1 {
    font-size: 12vw;
  }

  .beschluss__text {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p__teaser-white {
    font-size: 20px;
  }

  .grobfein__img-box {
    border-radius: 15px;
    padding: 40px 20px;
  }

  .wpwr_flex {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wpwr__img-box {
    height: 100vh;
  }

  .sec__60 {
    width: 100%;
    height: 100%;
  }

  .h2__xs-creme {
    font-size: 7vw;
  }

  .creme__sec-90 {
    width: 100%;
    height: 100%;
  }

  .abholung__left {
    background-image: url('../images/bg__creme.png');
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: auto;
    height: 100%;
  }

  .abholung__h3__creme {
    font-size: 6vw;
  }

  .p__creme {
    max-width: 60ch;
  }

  .zweibr__artikel {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .preview_1__sec {
    height: 100%;
  }

  .preview_flex {
    flex-flow: column;
  }

  .preview_15vw, .preview_60vw, .preview_30vw, .preview_img {
    width: 100%;
  }

  .flex_colum__grobfein {
    height: 100%;
  }

  .flex__center_grobfein {
    flex-flow: column;
    height: 100%;
  }

  .p__teaser-wpwr {
    font-size: 22px;
  }

  .column__60__partner {
    width: 100vw;
    height: 100%;
  }

  .partern__text {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex__left_abholung {
    flex-flow: column;
  }

  .column__50__abholung {
    width: 100%;
    padding-left: 40px;
  }

  .ausstellung_img-column {
    width: 90%;
  }

  .column__40__wpwr {
    width: 70vw;
  }

  .abholung__h3__red {
    font-size: 6vw;
  }

  .flex__left-center {
    flex-flow: column;
  }

  .erkundung__p {
    padding: 20px;
  }

  .vorstand__content {
    width: 60%;
  }

  .h2__creme__right {
    font-size: 12vw;
  }

  .footer__cooperation {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__kontakt {
    width: 60%;
  }

  .h5__footer {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .footer__p {
    font-size: 16px;
  }

  .burger_icon {
    color: var(--creme);
  }

  .akteure__red-box {
    width: 90%;
  }

  .akteure__content__blue-box {
    width: 70%;
  }

  .akteure__blue-box__right {
    width: 90%;
  }

  .site__hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .wetter__content {
    width: 90vw;
  }

  .liste__white__bold {
    font-size: 18px;
  }

  .hombruch__content {
    width: 80vw;
  }

  .h2__creme__center {
    font-size: 17vw;
  }

  .hero_h1__akteure {
    font-size: 19vw;
  }

  .hero__content__akteure {
    height: auto;
  }

  .herdecke__content {
    width: 80vw;
  }

  .bochum__content {
    width: 90vw;
  }

  .koop__box {
    width: 95%;
  }

  .h2__koop {
    font-size: 17vw;
  }

  .koop_sec {
    margin-top: 40px;
  }

  .koop_content {
    width: 70%;
  }

  .koop_img.lions_logo {
    width: 60%;
  }

  .partner__sec {
    margin-top: 40px;
  }

  .partner__header {
    width: 95%;
  }

  .h2__partner {
    font-size: 17vw;
  }

  .partner__content {
    width: 90%;
  }

  .firmen__sec {
    margin-top: 40px;
  }

  .firmen__box {
    width: 95%;
  }

  .firmen__content {
    width: 70%;
  }

  .h2__creme__left {
    padding-left: 60px;
    font-size: 10vw;
  }

  .h3__red {
    font-size: 9vw;
  }

  .btn__text {
    font-size: 29px;
  }

  .h2__creme__vita {
    font-size: 12vw;
  }

  .p__vita-liste {
    font-size: 24px;
  }

  .hoerl__h1 {
    font-size: 17vw;
  }

  .h2__creme__link {
    width: 15ch;
    padding-left: 60px;
    font-size: 10vw;
  }

  .h3__red__hoerl {
    font-size: 9vw;
  }

  .h5__datenschutz {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .datenschutz_sec {
    height: auto;
  }

  .h4__blue_xs {
    font-size: 22px;
  }

  .hero__kontakt {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .p__teaser-fh {
    font-size: 22px;
  }

  .h2__creme__fh {
    padding-left: 60px;
    font-size: 10vw;
  }

  .flex__center-top {
    flex-flow: column;
  }

  .btn__text_roboto {
    font-size: 29px;
  }

  .h2__creme__galerie {
    font-size: 12vw;
  }

  .hero_h1_start {
    font-size: 11vw;
  }

  .hero__start {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .hero_intro_start {
    max-width: 60ch;
    font-size: 3vw;
  }

  .h2__creme__timeline {
    padding-left: 60px;
    font-size: 10vw;
  }

  .p__skulptur {
    font-size: 22px;
  }

  .h3__red_aktuell, .h3__red_100padding {
    font-size: 9vw;
  }

  .h4__creme__3vw, .h4__blue_preview {
    font-size: 22px;
  }

  .grobfein__text {
    padding-left: 20px;
  }

  .track__02 {
    height: auto;
  }

  .p__teaser-white_online {
    font-size: 20px;
  }

  .partern_15-07__text {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2__partner_15-07 {
    font-size: 7vw;
  }

  .btn__text_xs {
    font-size: 29px;
  }

  .column__60__gutschede, .column__60__gutschede_1 {
    height: 100%;
  }

  .guteschede_text {
    width: 90%;
  }

  .gutschede__article {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .gutschede__intro {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex__left-center__gutschede {
    flex-flow: column;
  }

  .gutschede__img {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .zweibruecker__datum {
    margin-right: 20px;
  }

  .column__70__neu {
    height: 100%;
  }

  .link__fliess {
    font-size: 18px;
  }

  .abschluss__sec {
    height: 100%;
  }

  .preview_10vw {
    width: 100%;
  }

  .p__creme_abschluss {
    max-width: 60ch;
  }

  .abschluss__30vw {
    width: 100%;
  }

  .track__03 {
    height: auto;
  }

  .abrechnung_sec {
    width: 100%;
    height: 100%;
  }

  .p__creme_rechnung, .p__creme_line {
    max-width: 60ch;
  }

  .h2__red_wiedersehen {
    font-size: 11vw;
  }

  .btn__text__zbh {
    font-size: 29px;
  }

  .zbh_text {
    padding-left: 20px;
  }

  .h2__creme__poh {
    padding-left: 60px;
    font-size: 10vw;
  }

  .hero_h1_chronik {
    font-size: 11vw;
  }

  .hero_image {
    display: block;
  }

  .last_chronik {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 100% 100%;
    background-size: 670px;
  }

  .intro__flex {
    height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__content {
    padding-right: 20px;
  }

  .hero_intro {
    font-size: 5vw;
  }

  .h4__creme {
    text-align: center;
  }

  .h2__red {
    font-size: 14vw;
  }

  .h2__blue {
    font-size: 9vw;
  }

  .column__50__neu {
    width: 100%;
    height: auto;
  }

  .column__60__neu {
    width: 100%;
    padding-bottom: 2vh;
  }

  .brinkfoff__flex {
    width: 100%;
  }

  .brink__img {
    z-index: 30;
  }

  .brink__text {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .brinkhoffs_section {
    max-width: 100%;
  }

  .wrbk__flex {
    flex-flow: column;
    justify-content: flex-start;
  }

  .wrbk__text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .wrbk__image {
    height: auto;
  }

  .wrbk_h2 {
    font-size: 14vw;
  }

  .bu {
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2022-01-25__wrapper {
    padding-top: 40px;
  }

  ._2022-01-25__flex {
    flex-flow: column;
  }

  ._2022-01-25__image {
    padding-top: 0;
  }

  .creme__sec {
    height: 100%;
    padding-right: 0;
  }

  .flex__left {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .anregung_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .anregung__datum {
    border-bottom-right-radius: 15px;
  }

  .link__box {
    padding-top: 20px;
  }

  .abholung__h3 {
    font-size: 7vw;
  }

  .h1__red {
    font-size: 23vw;
  }

  .erkundung__img-box {
    border-radius: 15px;
    width: 80%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .beschluss__sec {
    width: 100%;
    height: 100%;
  }

  .beschluss__text {
    padding-left: 20px;
    padding-right: 40px;
  }

  .beschluss__datum {
    font-size: 14vw;
  }

  .beschluss__h1 {
    font-size: 15vw;
  }

  .online__text {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .online__sec__blue {
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .grobfein_img-column {
    width: 100%;
  }

  .grobfein__img {
    height: 100%;
  }

  .bu_grobfein {
    max-width: 50ch;
  }

  .hero_h1 {
    font-size: 22vw;
  }

  .grobfein__img-box {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grobfein__h3 {
    font-size: 9vw;
  }

  .wpwr_flex {
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .wpwr__img-box {
    height: 100%;
    padding: 40px;
  }

  .column__40__neu {
    width: 100%;
  }

  .sec__60 {
    height: 100%;
  }

  .p__partner {
    max-width: 100%;
    padding-right: 0;
  }

  .partner__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .creme__sec-90 {
    width: 100vw;
    height: 100%;
  }

  .bu__grey {
    max-width: 50ch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .abholung__left {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .abholung__right-box {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .abholung__right-flex {
    flex-flow: column;
    width: 100%;
  }

  .abholung__galerie-box {
    flex-flow: row;
  }

  .p_galerie-text {
    max-width: 100%;
  }

  .zweibr__artikel {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .preview_15vw, .preview_60vw, .preview_30vw {
    padding-left: 20px;
  }

  .flex__left__anregung {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex_colum__grobfein {
    padding-left: 20px;
  }

  .flex__colum_grobfein {
    flex-flow: column;
  }

  .h1__red__6vw {
    font-size: 13vw;
  }

  .h2__blue_wpwr {
    font-size: 18vw;
  }

  .column__60__partner {
    width: 100%;
  }

  .partern__text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .flex__left_abholung {
    flex-flow: column;
  }

  .column__50__abholung {
    width: 100%;
  }

  .h3__blue_3vw {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 6vw;
  }

  .ausstellung_img-column {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex__left-__ausstellug {
    flex-flow: column;
    height: auto;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .h2__datum-blau__grobfein {
    margin-top: 40px;
    padding-right: 40px;
    font-size: 13vw;
  }

  .column__40__wpwr {
    width: 100%;
  }

  .scroll__down {
    display: none;
  }

  .erkundung__p {
    font-size: 3vw;
  }

  .vorstand__content {
    width: 90%;
    margin-top: 0;
  }

  .h2__creme__right {
    font-size: 13vw;
  }

  .vorstand__co {
    width: 60%;
    margin-top: -20px;
    margin-left: auto;
  }

  .footer__cooperation, .footer__kontakt {
    width: 100%;
  }

  .footer__lions-logo {
    width: 33%;
  }

  .footer__brand {
    font-size: 15vw;
  }

  .akteure__red-box {
    width: 95%;
  }

  .akteure__content__blue-box {
    width: 90%;
  }

  .h3__red-box-center {
    width: 80%;
  }

  .site__hero {
    background-size: 670px;
    min-height: auto;
  }

  .wetter__content {
    flex-flow: column;
  }

  .image__box {
    width: 100%;
  }

  .h3__white_7vw {
    font-size: 10vw;
  }

  .hombruch__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .hombruch__image {
    width: 40%;
    margin-left: auto;
  }

  .wetter__text, .hombruch__text {
    width: 100%;
  }

  .h3__red__center__wetter {
    font-size: 10vw;
  }

  .h3__dark-blue-box-center {
    width: 90%;
  }

  .hero_h2_blue {
    max-width: 100%;
    font-size: 12vw;
  }

  .hero__content__akteure {
    padding-right: 20px;
  }

  .h3__hagen-box {
    width: 80%;
  }

  .h3__hagen {
    font-size: 10vw;
  }

  .h3_herdecke {
    width: 90%;
  }

  .herdecke__content {
    flex-flow: column;
  }

  .herdecke__img {
    width: 100%;
    margin-left: auto;
  }

  .bochum__content {
    flex-flow: column;
  }

  .bochum__text, .image__box__bochum {
    width: 100%;
  }

  .h2__koop {
    font-size: 15vw;
  }

  .koop_content {
    width: 90%;
  }

  .h2__partner {
    font-size: 15vw;
  }

  .partner__content {
    width: 90%;
    padding-left: 20px;
  }

  .firmen__content {
    width: 90%;
  }

  .h2__creme__left {
    font-size: 17vw;
  }

  .hoerl__text {
    padding-left: 60px;
    padding-right: 20px;
  }

  .h3__red {
    font-size: 18vw;
  }

  .flex_space-btw {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2__creme__vita {
    font-size: 13vw;
  }

  .hoerl__h1 {
    font-size: 25vw;
  }

  .hoerl__homepage_sec {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link__float-left {
    float: none;
  }

  .h2__creme__link {
    width: 11ch;
    font-size: 17vw;
  }

  .h3__red__hoerl {
    font-size: 16vw;
  }

  .image__box_100 {
    width: 100%;
  }

  .datenschutz_sec, .hero__kontakt {
    background-size: 670px;
  }

  .p__teaser-fh {
    max-width: 100%;
  }

  .fh__flex {
    flex-flow: column;
  }

  .fh__textbox_right, .fh__img-box {
    width: 100%;
  }

  .h2__creme__fh {
    padding-left: 0;
    font-size: 17vw;
  }

  .h3__creme_5vw {
    width: 90%;
    margin-top: 0;
    font-size: 12vw;
  }

  .fh__img {
    margin-bottom: 40px;
    position: static;
  }

  .fh__textbox_left {
    width: 100%;
  }

  .vertikal_line_center, .vertikal_line_55 {
    display: none;
  }

  .fh__links, .fh__img-box_45, .fh__touren, .touren__img-box {
    width: 100%;
  }

  .touren__flex {
    flex-flow: column;
  }

  .galerie__header {
    width: 95%;
    margin-right: auto;
  }

  .h2__creme__galerie {
    font-size: 13vw;
  }

  .galerie_image {
    width: 95%;
  }

  .h2__red_fh-links {
    font-size: 17vw;
  }

  .hero_h1_start {
    font-size: 14vw;
  }

  .hero__start {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero_intro_start {
    font-size: 5vw;
  }

  .timeline__sec {
    padding-top: 0;
  }

  .timeline__header {
    width: 95%;
    margin-left: 0;
  }

  .timeline_idee__left {
    width: 80%;
  }

  .h3__timeline_idee {
    width: 90%;
    font-size: 13vw;
  }

  .timeline_idee__right {
    width: 90%;
    padding-bottom: 12vh;
  }

  .flex__left_center {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .h3__red-box-skulptur {
    width: 80%;
    margin-top: -90px;
    font-size: 13vw;
  }

  .h2__creme__timeline {
    font-size: 11vw;
  }

  .p__skulptur {
    max-width: 100%;
  }

  .flex__left_center-change {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .h3__red-box-spende {
    width: 80%;
    margin-top: -90px;
    font-size: 13vw;
  }

  .slider__text, .text-link__blue {
    background-color: #ffffff80;
    font-size: 18px;
  }

  .h3__red_aktuell {
    font-size: 9vw;
  }

  .slider__datum {
    background-color: #ffffff80;
    font-size: 18px;
  }

  .h3__red_100padding {
    padding-left: 60px;
    font-size: 18vw;
  }

  .column__tabs {
    width: 100%;
  }

  .h4__creme_tabitem {
    text-align: left;
    font-size: 7vw;
  }

  .flex_colum_tab {
    flex-flow: column;
  }

  .h2__white__5vw {
    font-size: 9vw;
  }

  .h2__creme__preview {
    font-size: 12vw;
  }

  .grobfein__text {
    padding-left: 20px;
    padding-right: 40px;
  }

  .partern_15-07__text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .newsletter_sec {
    height: auto;
  }

  .h2__red_newsletter {
    max-width: 30ch;
    font-size: 17vw;
  }

  .column__20__neu {
    width: 100%;
  }

  .h2__creme_newsletter {
    font-size: 12vw;
  }

  .padding_red {
    padding-left: 40px;
  }

  .red_bg {
    height: auto;
    padding-left: 40px;
  }

  .h2__white__4vw {
    font-size: 9vw;
  }

  .galerie_gutschede {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .column__60__gutschede {
    width: 100%;
  }

  .flex__left_schede {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .column__60__gutschede_1, .column__30__gutschede {
    width: 100%;
  }

  .h2__gutschede {
    font-size: 15vw;
  }

  .guteschede_text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutschede__article {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .gutschede__intro {
    padding-left: 20px;
    padding-right: 40px;
  }

  .flex__left-center__gutschede {
    padding-left: 40px;
  }

  .h4__creme_gutschede {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .galerie__slider_gutschede {
    height: auto;
  }

  .gutschede__img {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .zweibruecker__datum {
    border-radius: 15px;
    font-size: 9vw;
  }

  .h3__zbh {
    font-size: 6vw;
  }

  .galerie_zbh {
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galerie_zbh_img {
    width: 95%;
    max-height: 56vh;
  }

  .schleuser-haus_sec {
    height: auto;
  }

  .schleuser__flex {
    flex-flow: column;
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    padding-bottom: 5vh;
  }

  .h2__red__schleuser {
    font-size: 16vw;
  }

  .schleuser__plakat {
    width: 100%;
  }

  .schleuser__datum {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .h3__white_3vw {
    margin-left: 0;
    font-size: 5vw;
  }

  .column__70__neu {
    width: 100%;
  }

  .schleuser_text {
    padding-bottom: 5vh;
  }

  .schleuser_img {
    max-height: 100vh;
  }

  .galerie__box {
    width: auto;
  }

  .h4__blue_xs_swh {
    font-size: 5vw;
  }

  .bu__grey_schleuser, .bu__grey_abschluss {
    max-width: 50ch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview_10vw, .abschluss__30vw {
    padding-left: 20px;
  }

  .abrechnung_sec {
    width: 100vw;
    height: 100%;
  }

  .rechnung__box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }

  .column__30__neu {
    width: 100%;
  }

  .image-5 {
    z-index: 30;
  }

  .h4__blue_wiedersehen {
    font-size: 6vw;
  }

  .h2__red_wiedersehen {
    font-size: 14vw;
  }

  .h1__red_hzb {
    font-size: 20vw;
  }

  .column__30__schleuser {
    width: 100%;
    height: auto;
  }

  .btn__text__zbh {
    font-size: 24px;
  }

  .newsletter_content {
    padding-top: 20px;
    padding-left: 40px;
  }

  .zbh_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex__left__zbh {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .h4__creme_zbh {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }

  .h2__creme__poh {
    font-size: 17vw;
  }

  .hero_image {
    display: block;
  }

  .bold-text {
    font-size: 18vw;
  }

  .last_chronik {
    background-position: 100% 100%;
    background-size: 670px;
  }

  .h1__red__wpwr {
    font-size: 13vw;
  }

  .h2__white__preview {
    font-size: 14vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 57px;
  }

  p {
    font-size: 18px;
  }

  .hero {
    background-size: contain;
  }

  .intro__flex {
    height: 80vh;
  }

  .extraschicht {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item_auto {
    height: auto;
  }

  .hero__content {
    width: auto;
    padding-left: 20px;
  }

  .hero_intro {
    font-size: 20px;
  }

  .lions__logo {
    width: 120px;
    height: 120px;
  }

  .horizontal_line, .vertikal_line {
    display: none;
  }

  .h2__creme {
    font-size: 21vw;
  }

  .h4__creme {
    font-size: 10vw;
  }

  .h2__red {
    font-size: 36px;
  }

  .h2__blue {
    font-size: 46px;
  }

  .flex_colum {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .column__50__neu {
    margin-right: 0;
  }

  .extra__img {
    width: auto;
    position: relative;
  }

  .column__50__extraschicht {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
  }

  .extra__link-box {
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .wrapper__brinkhoffs {
    height: auto;
  }

  .h3_breit {
    font-size: 31px;
  }

  .brinkfoff__flex {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brink__datum {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brink__img {
    width: auto;
    margin-right: 0;
    padding: 0 20px;
  }

  .brink__text {
    width: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrbk__section {
    border-top: 20px solid var(--light__blue);
  }

  .wrbk__flex {
    flex-flow: column;
  }

  .wrbk__text {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrbk__image {
    height: auto;
    margin-left: -31px;
    padding-left: 0;
    padding-right: 20px;
  }

  .wrbk_h2 {
    font-size: 18vw;
  }

  ._2022-01-25__flex {
    flex-flow: column;
  }

  ._2022-01-25__text {
    padding-right: 20px;
  }

  ._2022-01-25__image {
    padding-top: 20px;
  }

  ._2022-01-25__header {
    padding-left: 20px;
  }

  ._2022-01-25__p {
    max-width: 100ch;
    padding-left: 20px;
    padding-right: 10px;
  }

  .heading {
    font-size: 28px;
  }

  .idea__ani, .skulptur_ani {
    max-width: 70%;
  }

  .anregung_text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .anregung__datum {
    border-radius: 15px;
    font-size: 20vw;
  }

  .abholung__h3 {
    font-size: 40px;
  }

  .erkundung__h1 {
    font-size: 65px;
  }

  .erkundung__img-box {
    width: 100%;
  }

  .beschluss__text {
    border-width: 20px;
  }

  .beschluss__datum {
    font-size: 65px;
  }

  .beschluss__h1 {
    font-size: 17vw;
  }

  .p__teaser-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .online__sec__blue {
    padding-left: 0;
  }

  .online__img {
    width: 100%;
  }

  .online__h3 {
    font-size: 32px;
  }

  .hero_h1 {
    font-size: 50px;
  }

  .grobfein__img-box {
    padding-top: 20px;
  }

  .grobfein__h3 {
    line-height: 1;
  }

  .wpwr_flex {
    padding-left: 20px;
  }

  .wpwr__img-box {
    padding-top: 20px;
  }

  .column__40__neu {
    margin-right: 0;
  }

  .h1__creme {
    font-size: 65px;
  }

  .p__partner {
    font-size: 16px;
  }

  .abholung__left {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .abholung__h3__creme {
    font-size: 7vw;
  }

  .abholung__galerie-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .abholung_galerie-2bilder, .abholung_galerie-1bild {
    width: 90%;
  }

  .zweibr_datum {
    font-size: 9vw;
  }

  .zweibr__artikel {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .preview_flex {
    background-image: url('../images/bg__light-blue.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100vw 30vh;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex__left__anregung {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex_colum__grobfein, .flex__colum_grobfein {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .partern__text {
    border-width: 20px;
    padding-right: 20px;
  }

  .column__50__abholung {
    margin-right: 0;
    padding-left: 20px;
  }

  .h3__blue_3vw {
    font-size: 6vw;
  }

  .ausstellung_img-column {
    padding-bottom: 20px;
  }

  .column__40__wpwr {
    margin-right: 0;
  }

  .abholung__h3__red {
    font-size: 9vw;
  }

  .erkundung__p {
    padding-left: 40px;
  }

  .image__box-blue__2022-01-05 {
    background-color: var(--creme);
    padding: 0 10px 40px;
  }

  .vorstand__content {
    width: 95%;
    padding-left: 10px;
  }

  .h2__creme__right {
    font-size: 13vw;
  }

  .vorstand__p {
    font-size: 20px;
  }

  .vorstand__co {
    width: 90%;
    padding-left: 20px;
  }

  .footer__cooperation {
    min-height: 150px;
  }

  .footer__logo {
    flex-flow: column;
  }

  .footer__lions-logo {
    width: 60%;
  }

  .footer__brand {
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 20vw;
  }

  .akteure__content__blue-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-left: 20px;
  }

  .p__white__bold {
    font-size: 17px;
  }

  .site__hero {
    background-size: contain;
    min-height: auto;
  }

  .trenner__96px {
    height: 48px;
  }

  .wetter__content {
    width: 95vw;
    margin-left: 20px;
  }

  .liste__white__bold {
    font-size: 18px;
  }

  .h3__white_7vw {
    font-size: 16vw;
  }

  .hombruch__content {
    width: 90vw;
    margin-left: 0;
  }

  .hombruch__image {
    width: 80%;
  }

  .h2__creme__center {
    font-size: 17vw;
  }

  .h3__red__center__wetter {
    font-size: 11vw;
  }

  .hero__content__akteure {
    width: auto;
  }

  .h3__hagen-box {
    width: 90%;
  }

  .h3__hagen {
    font-size: 20vw;
  }

  .herdecke__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90vw;
  }

  .herdecke__img {
    width: 100%;
  }

  .bochum__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95vw;
    margin-left: 20px;
  }

  .h2__koop {
    font-size: 17vw;
  }

  .koop_content {
    flex-flow: column;
    width: 100%;
    margin-top: -30px;
    margin-left: 20px;
  }

  .flex_column__koop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: auto;
    height: auto;
    padding-right: 20px;
  }

  .h2__partner {
    font-size: 17vw;
  }

  .partner__content {
    flex-flow: column;
    width: 100%;
    margin-top: -30px;
  }

  .horizontal_line-top, .horizontal_line-bottom, .vertikal_line_right {
    display: none;
  }

  .firmen__content {
    flex-flow: column;
    width: 85%;
    margin-top: -30px;
    margin-left: 30px;
  }

  .vertikal_line_firmen, .vertikal_line_partner {
    display: none;
  }

  .h2__creme__left {
    padding-left: 0;
    font-size: 21vw;
  }

  .hoerl__text {
    padding-left: 20px;
  }

  .h3__red {
    font-size: 17vw;
  }

  .flex_space-btw {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .btn__red {
    margin-bottom: 20px;
  }

  .btn__text {
    margin-right: 0;
  }

  .h2__creme__vita {
    font-size: 23vw;
  }

  .p__vita-liste {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .h2__creme__link {
    width: auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 21vw;
  }

  .h3__red__hoerl {
    padding-left: 20px;
    font-size: 17vw;
  }

  .btn__1-column-box {
    margin-left: 0;
    padding-left: 20px;
  }

  .main__nav-brand.w--current {
    width: 200px;
  }

  .datenschutz_sec, .hero__kontakt {
    background-size: contain;
  }

  .fh__img-box {
    padding-bottom: 0;
  }

  .h2__creme__fh {
    padding-left: 0;
    font-size: 19vw;
  }

  .fh__img {
    width: 90%;
  }

  .fh__textbox_left {
    padding-bottom: 5vh;
  }

  .vertikal_line_center, .vertikal_line_55 {
    display: none;
  }

  .fh__img-box_45 {
    padding-bottom: 6vh;
  }

  .btn__red_fh {
    margin-bottom: 20px;
  }

  .vertikal_line_75 {
    display: none;
  }

  .touren__img-box {
    padding-bottom: 6vh;
  }

  .h2__creme__galerie {
    font-size: 13vw;
  }

  .h2__red_fh-links {
    font-size: 36px;
  }

  .hero_h1_start {
    font-size: 14vw;
  }

  .btn__red_start {
    margin-bottom: 20px;
  }

  .hero_intro_start {
    font-size: 18px;
  }

  .timeline__header {
    margin-left: auto;
    margin-right: auto;
  }

  .h2__creme__timeline {
    text-align: center;
    padding-left: 0;
    font-size: 13vw;
  }

  .card-slider.overflow-hidden, .card-slider__content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-slider__slide {
    width: 94%;
    max-width: none;
  }

  .card-slider__mask {
    width: auto;
  }

  .aktuell__card {
    width: auto;
    max-width: none;
  }

  .wrapper__aktuells {
    margin-left: auto;
    margin-right: auto;
  }

  .h3__red_aktuell {
    font-size: 12vw;
  }

  .h3__red_100padding {
    text-align: center;
    padding-left: 0;
    font-size: 17vw;
  }

  .column__tabs {
    margin-right: 0;
  }

  .h4__creme_tabitem {
    font-size: 10vw;
  }

  .flex_colum_tab {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .h2__white__5vw {
    font-size: 46px;
  }

  .h2__creme__preview {
    font-size: 36px;
  }

  .grobfein__text {
    padding-left: 0;
    padding-right: 0;
  }

  .p__teaser-white_online {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .partern_15-07__text {
    border-width: 20px;
    padding-right: 20px;
  }

  .column__20__neu {
    margin-right: 0;
  }

  .h2__creme_newsletter {
    font-size: 21vw;
  }

  .padding_red {
    padding-left: 20px;
  }

  .btn__blue_xs {
    max-width: none;
    margin-bottom: 10px;
  }

  .btn__text_xs {
    margin-right: 0;
  }

  .red_bg {
    padding-left: 20px;
  }

  .h2__white__4vw {
    font-size: 46px;
  }

  .h2__creme_gutschede {
    font-size: 21vw;
  }

  .p__white__bold_20 {
    font-size: 17px;
  }

  .column__30__gutschede {
    margin-right: 0;
  }

  .h2__gutschede {
    font-size: 17vw;
  }

  .gutschede__article {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .gutschede__intro {
    border-width: 20px;
  }

  .flex__left-center__gutschede {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4__creme_gutschede {
    font-size: 10vw;
  }

  .gutschede__img {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .zweibruecker__datum {
    border-radius: 15px;
    font-size: 20vw;
  }

  .h3__white_3vw {
    font-size: 16vw;
  }

  .schleuser_text {
    margin-top: 3vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .h4__blue_xs_swh {
    font-size: 5vw;
  }

  .p__creme_rechnung {
    font-size: 17px;
  }

  .column__30__neu {
    margin-right: 0;
  }

  .h2__creme_brinkhoffs {
    font-size: 13vw;
  }

  .h2__creme_highlights {
    font-size: 21vw;
  }

  .h4__blue_wiedersehen {
    font-size: 7vw;
  }

  .column__30__schleuser, .btn__text__zbh {
    margin-right: 0;
  }

  .newsletter_content {
    padding-left: 20px;
  }

  .zbh_text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex__left__zbh {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .h4__creme_zbh {
    text-align: left;
    font-size: 10vw;
  }

  .h2__creme__poh {
    text-align: center;
    padding-left: 0;
    font-size: 17vw;
  }

  .hero_h1_chronik {
    font-size: 50px;
  }

  .hero_image {
    display: block;
  }

  .last_chronik {
    background-size: contain;
  }

  .h1__red__wpwr {
    font-size: 16vw;
  }

  .h2__white__preview {
    font-size: 46px;
  }
}

#w-node-_0e26c834-3ba8-1fab-ebc8-0470b94a26ae-b94a2694, #w-node-_0e26c834-3ba8-1fab-ebc8-0470b94a26cd-b94a2694, #w-node-_0e26c834-3ba8-1fab-ebc8-0470b94a26d8-b94a2694, #w-node-_0e26c834-3ba8-1fab-ebc8-0470b94a26df-b94a2694 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Saira Condensed Black Local';
  src: url('../fonts/Saira_Condensed-Black_local.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed Bold Local';
  src: url('../fonts/Roboto-Condensed-Bold_local.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed Regular Local';
  src: url('../fonts/Roboto-Condensed-Regular_local.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed Italic Local';
  src: url('../fonts/RobotoCondensed-Italic-local.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}