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

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

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

:root {
  --creme: #ffead1;
  --black: black;
  --dark-red: #ba2632;
  --transparent: #0000;
  --light-red: #dd756b;
  --white: white;
  --dark-blue: #056fab;
  --light-blue: #62a2d1;
  --dark-gray: #54595b;
  --light-gray: #9ba0a2;
  --lions-blue: #15397d;
  --lions-gelb: #f6c543;
  --lions_light-blue: #2569ea;
}

.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 {
  background-color: var(--creme);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotocondensed Local, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira Condensed Local, Verdana, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira Condensed Local, Verdana, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: .9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  max-width: 80ch;
  margin-bottom: 0;
}

a {
  color: var(--black);
  margin-top: auto;
  text-decoration: underline;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

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

.section {
  min-height: 100vh;
}

.wrapper {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.flexbox__sbw {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.color_creme {
  background-color: var(--creme);
}

.color__red {
  background-color: var(--dark-red);
}

.color__black {
  background-color: var(--black);
}

.trenner__40px {
  height: 40px;
}

.trenner__20px {
  height: 20px;
}

.img__fit-cover {
  object-fit: cover;
  width: 50%;
  height: 500px;
}

.color__light-red {
  background-color: var(--light-red);
}

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

.color_dark-blue {
  background-color: var(--dark-blue);
}

.color_light-blue {
  background-color: var(--light-blue);
}

.color__dark-gray {
  background-color: var(--dark-gray);
}

.color__light-gray {
  background-color: var(--light-gray);
}

.bildunterschrift {
  font-style: italic;
}

.bildunterschrift.text_creme.max-w_40ch {
  max-width: 40ch;
}

.film {
  width: 100%;
  height: 100%;
  padding-top: 80vh;
  padding-bottom: 80vh;
  position: relative;
}

.regie_1 {
  width: 100%;
  height: 700vh;
}

.cameraman {
  position: absolute;
  inset: 0%;
}

.camera {
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.curtain {
  margin-right: -100vw;
  display: flex;
}

.chronik_section {
  width: 100vw;
  height: 100vh;
}

.chronik_section.bg-creme {
  background-color: var(--creme);
}

.stage_1 {
  flex: none;
  display: flex;
}

.text_red {
  color: var(--dark-red);
  -webkit-text-decoration-color: var(--dark-red);
  text-decoration-color: var(--dark-red);
}

.text_red.h4_30px.flex_top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_red.h2_smaller {
  font-size: 100px;
}

.text_blue {
  color: var(--dark-blue);
  -webkit-text-decoration-color: var(--dark-blue);
  text-decoration-color: var(--dark-blue);
}

.text_blue.h3_small {
  font-size: 55px;
}

.text_blue.h2_100px {
  font-size: 100px;
}

.text_creme {
  color: var(--creme);
  font-weight: 700;
  text-decoration: none;
}

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

._100vw {
  width: 100vw;
}

._60vw {
  width: 60vw;
}

._120vw {
  width: 120vw;
}

.bg_lightblue {
  background-color: var(--light-blue);
}

.bg_lightblue.borderradius_all.brinkhoff_graphic {
  z-index: -1;
  width: 80%;
  height: 40%;
  position: relative;
  top: -30px;
  left: -20px;
}

.bg_lightblue._100vh.w_auto {
  width: auto;
}

.bg_lightblue.borderradius_right._50 {
  padding-right: 20px;
}

.bg_lightred {
  background-color: var(--light-red);
}

.bg_lightred.borderradius_right.uf_graphic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
  top: -5%;
}

.bg_lightred.borderradius_left.wiedersehen_graphic {
  width: 70%;
  height: 20%;
  position: relative;
  top: -5%;
  left: 30%;
}

.bg_lightred.feier_graphic {
  z-index: -1;
  width: 60%;
  height: 40%;
  position: absolute;
  top: 50%;
}

.bg_blue {
  background-color: var(--dark-blue);
}

.trenner__10px {
  height: 10px;
}

.trenner__60px {
  height: 60px;
}

.flexbox {
  display: flex;
}

.flexbox.flex-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.flexbox.align_top {
  justify-content: flex-start;
  align-items: flex-start;
}

.sec_60vw {
  width: 60vw;
  position: relative;
}

.sec_100vw {
  width: 100vw;
  position: relative;
}

.sec_100vw._100vh.bg_red.chronik_kapitel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sec_100vw._100vh.preview_bg {
  background-image: url('../images/lightred_bg_sec-ausstellung_mf_gutschede.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 53vw 40vh;
}

.sec_100vw._100vh.bg {
  background-image: url('../images/bg_red_sec-bildgallerie-fußballtunier.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50vw 100vh;
}

.sec_100vw._100vh.sec_ausstellung_wetter-bildgallerie, .sec_100vw._100vh.sec_tilo_cramm {
  background-image: url('../images/bg_red_sec-bildgallerie-fußballtunier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80vw;
}

.sec_120vw {
  width: 120vw;
  position: relative;
}

.bg_red {
  background-color: var(--dark-red);
}

.bg_lightgray {
  background-color: var(--light-gray);
}

.bg_gray {
  background-color: var(--dark-gray);
}

.bg_creme {
  background-color: var(--creme);
}

.flexitem._90 {
  width: 90%;
}

.flexitem._20 {
  width: 20%;
}

.flexitem._20.absolute_tr {
  position: absolute;
  inset: 0% 0% auto auto;
}

.flexitem._30 {
  width: 30%;
}

.flexitem._40 {
  width: 40%;
}

.flexitem._40.bg_lightred.padding10 {
  padding: 10px;
}

.flexitem._50 {
  width: 50%;
}

.flexitem._50.flexdown_sbw {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flexitem._60 {
  width: 60%;
}

.flexitem._70 {
  width: 70%;
}

.flexitem._80 {
  width: 80%;
}

.flexitem._10 {
  width: 10%;
}

.flexitem._35 {
  width: 35%;
}

.flexitem._25 {
  width: 25%;
}

.flexitem._15 {
  width: 15%;
}

.flexitem._45 {
  width: 45%;
}

.flexitem._65 {
  width: 65%;
}

.flexitem._55 {
  width: 55%;
}

.flexitem._55.right {
  margin-left: auto;
}

.flexitem.flexdown_sbw {
  align-items: flex-start;
}

.sec_140vw {
  width: 140vw;
  position: relative;
}

.sec_140vw._100vh.bg_img-ausstellung-gutschede {
  background-image: url('../images/lightrblue_bg_sec-ausstellung_mf_gutschede.avif'), url('../images/lightred_bg_sec-ausstellung_mf_gutschede.avif');
  background-position: 90% 85%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 40vw 65vh, 70vw 96vh;
}

.sec_80vw {
  width: 80vw;
  position: relative;
}

.text_gray {
  color: var(--dark-gray);
  -webkit-text-decoration-color: var(--dark-gray);
  text-decoration-color: var(--dark-gray);
}

.content_img {
  align-self: flex-start;
  max-width: 40%;
}

.content_img.centered {
  margin-left: auto;
  margin-right: auto;
}

.v-trenner_10px {
  width: 10px;
  display: inline-block;
}

.v-trenner_20px {
  width: 20px;
  display: inline-block;
}

.v-trenner_40px {
  width: 40px;
  display: inline-block;
}

.v-trenner_60px {
  width: 60px;
  display: inline-block;
}

._100vh {
  height: 100vh;
}

._100vh.sec_160vw.bg_image_8-11-15 {
  background-image: url('../images/Gruppe-3.png');
  background-position: 0 0;
  background-size: auto;
}

.borderradius_top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.borderradius_left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.borderradius_right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.h-line {
  border-top: 3px solid var(--dark-gray);
  width: 100%;
  height: 1px;
}

.h-line.chronik_btm-line {
  position: absolute;
  bottom: 5vh;
}

.h-line.lions_btm-line {
  position: absolute;
  bottom: 5%;
}

.v-line {
  border-right: 3px solid var(--dark-gray);
  width: 1px;
}

.v-line.chronik_v-line {
  height: 95vh;
  position: absolute;
  bottom: 5vh;
}

.v-line.chronik_v-line.cvl-right {
  right: 1%;
}

.v-line.chronik_v-line.cvl-left {
  left: 1%;
}

.v-line.lions_v-left {
  height: 95%;
  position: absolute;
  bottom: 5%;
  left: 1%;
}

.v-line.lions_v-right {
  height: 95%;
  position: absolute;
  bottom: 5%;
  right: 1%;
}

.v-line.lions_v-btm-right {
  height: 5%;
  position: absolute;
  bottom: 0%;
  right: 1%;
}

.v-line.lions_v-btm-left {
  height: 5%;
  position: absolute;
  bottom: 0%;
  left: 1%;
}

.text_white {
  color: var(--white);
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.text_white.h3_smaller {
  font-size: 40px;
}

.text_white.h4_small {
  font-size: 20px;
}

.text_white.text_centered {
  text-align: center;
  max-width: none;
}

.text_white.no_max-w.size_25px {
  font-size: 22px;
}

.borderradius_all {
  border-radius: 10px;
}

.centered {
  text-align: center;
}

.centered_linkblock {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

._10 {
  width: 10%;
}

._20 {
  width: 20%;
}

._30 {
  width: 30%;
}

._40 {
  width: 40%;
}

._40.bg_lightblue.borderradius_bottom_right {
  border-bottom-right-radius: 10px;
}

._50 {
  width: 50%;
}

._60 {
  width: 60%;
}

._70 {
  width: 70%;
}

._80 {
  width: 80%;
}

._90 {
  width: 90%;
}

._100 {
  width: 100%;
}

.text_right {
  text-align: right;
}

.icon-container.borderradius_all {
  background-color: var(--white);
  padding: 10px;
}

.h2_120px {
  font-size: 120px;
}

.h2_90px {
  font-size: 90px;
}

.h3_50px {
  font-size: 50px;
}

.img_gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.img_gallery.grid_8-4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.img_gallery.grid_8-4._90vh_max_h {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-height: 90vh;
}

.download_icon {
  width: 30%;
  max-width: 50px;
}

.download_icon.test {
  width: auto;
  max-width: none;
}

.download_icon.small {
  width: auto;
  max-width: 25px;
}

.flexbox_ba {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flexbox_ba._100vh.relative {
  position: relative;
}

.flexbox_centered {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid_3-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text_black {
  color: var(--black);
}

.no_max-w {
  max-width: none;
}

.aaaa {
  width: 100%;
}

.kapitel_gif {
  mix-blend-mode: multiply;
  width: 40vw;
  position: absolute;
}

.kapitel_gif.statue_gif {
  right: 0;
}

.kapitel_gif.idee_gif {
  top: 0;
  left: 0;
}

.borderradius_bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sec_160vw {
  width: 160vw;
  position: relative;
}

.h2_60px {
  font-size: 60px;
}

.h4_30px {
  font-size: 30px;
}

.h4_30px.caps {
  text-transform: uppercase;
}

.grid_2-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.grid_4-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.grid_3-1 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-1.small_grid-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid_2-1 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.imgtest {
  max-width: 400px;
}

.uf_img {
  align-self: center;
  width: auto;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.gray_button {
  background-color: var(--dark-gray);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 20px 40px;
}

.flexdown_sbw {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sec_70vw {
  width: 70vw;
  position: relative;
}

.flexbox_sba {
  justify-content: space-around;
  display: flex;
}

.h3_40px {
  font-size: 40px;
}

.h4_20px {
  font-size: 20px;
}

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

.trenner_200px {
  height: 200px;
}

.slider__text {
  color: #54595b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.p__skulptur {
  color: #ffead1;
  max-width: 40ch;
  font-size: 30px;
}

.h4__creme_tabitem {
  color: #ffead1;
  text-align: left;
  font-size: 4vw;
}

.produkt__sec {
  background-color: #ffead1;
  min-height: 100vh;
}

.bu {
  z-index: 20;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

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

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

.p__white__bold_20 {
  color: #fff;
  font-size: 20px;
}

.btn__blue {
  color: #ffead1;
  background-color: #056fab;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 24px;
}

.btn__blue:hover {
  background-color: #dd756b;
}

.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;
}

.footer__brand {
  color: #ffead1;
  max-width: none;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 10px;
  font-size: 40px;
  line-height: .9;
}

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

.timeline_spende-box {
  background-color: #dd756b;
  padding-top: 6vh;
}

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

.hero_intro_start {
  z-index: 30;
  color: #056fab;
  background-color: #ffead1;
  max-width: 50ch;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

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

.slider__arrow {
  color: #056fab;
  background-color: #ffffff80;
  border-radius: 50%;
  box-shadow: 0 0 10px 6px #0c71c3;
}

.horizontal_line {
  z-index: 20;
  background-color: #54595b;
  height: 3px;
  position: absolute;
  inset: auto 0% 3%;
}

.h2__creme_highlights {
  color: #ffead1;
  text-align: center;
  font-size: 8vw;
}

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

.hoerl__intro-header {
  background-color: #62a2d1;
  border-radius: 0 15px 15px 0;
}

.tab-link-nachtblau {
  background-color: #056fab;
}

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

.hero_image {
  display: none;
}

.tab-link-purpurrot {
  background-color: #ba2632;
}

.fh__textbox_left {
  z-index: 30;
  background-color: #62a2d1;
  width: 60%;
  padding: 3vh 6vw 20vh;
  position: relative;
}

.h4__creme_tabs {
  color: #ffead1;
  font-size: 30px;
}

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

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

.wrapper__aktuells {
  background-color: #ffead1;
  width: 90%;
  margin-left: auto;
}

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

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

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

.main {
  position: relative;
}

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

.main-nav__link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #54595b;
  font-size: 18px;
}

.main-nav__link:hover {
  border-bottom-color: #fff;
}

.main-nav__link.w--current {
  color: #ba2632;
}

.main-nav__link.w--current:visited {
  color: #dd756b;
}

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

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

.fh__img {
  background-color: #dd756b;
  border: 12px solid #dd756b;
  border-radius: 15px;
  width: 80%;
  position: sticky;
  top: 50px;
}

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

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

.h2__creme__poh {
  color: #ffead1;
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.h3__red_100padding {
  color: #ba2632;
  text-align: left;
  max-width: 100%;
  padding-left: 100px;
  font-size: 7vw;
}

.tab__bold {
  font-size: 22px;
}

.footer__p {
  color: #fff;
}

.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;
}

.p__teaser-fh {
  color: #056fab;
  max-width: 40ch;
  font-size: 30px;
}

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

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

.tabs-content {
  overflow: visible;
}

.p__creme {
  color: #ffead1;
  max-width: 80ch;
  line-height: 1.8;
}

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

.h3__red_aktuell {
  color: #056fab;
  text-align: left;
  max-width: 100%;
  font-size: 50px;
}

.fh__sec {
  background-color: #ffead1;
  position: relative;
}

.h5__footer {
  color: #fff;
  font-size: 24px;
}

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

.h2__creme__fh {
  color: #ffead1;
  text-align: left;
  font-size: 9vw;
}

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

.column__50__neu {
  width: 50%;
  margin-right: 40px;
  padding-top: 60px;
  position: relative;
}

.timeline__sec {
  background-color: #ffead1;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
}

.h2__creme__timeline {
  color: #ffead1;
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.h3__red-box-skulptur {
  color: #ffead1;
  text-align: center;
  background-color: #dd756b;
  border-radius: 15px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.bu__grey {
  z-index: 20;
  color: #54595b;
  max-width: 60ch;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.tab-pane-blau {
  background-color: #62a2d1;
  padding: 40px;
}

.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;
}

.slider__datum {
  color: #ba2632;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.hoerl__text {
  padding-left: 100px;
}

.timeline__skulptur-box {
  background-color: #62a2d1;
  padding-top: 6vh;
}

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

.h3__timeline_idee {
  color: #ffead1;
  text-align: center;
  background-color: #62a2d1;
  border-radius: 15px;
  max-width: none;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.tab-pane-purpurrot {
  background-color: #dd756b;
  padding: 40px;
  overflow: visible;
}

.footer {
  background-color: #54595b;
  min-height: 220px;
}

.tab-link-anthrazit {
  background-color: #54595b;
}

.image-3 {
  width: 30px;
}

.footer__logo {
  display: flex;
}

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

.aktuelles__sec {
  background-color: #62a2d1;
  margin-left: auto;
}

.timeline__header {
  background-color: #dd756b;
  border-radius: 15px;
  width: 70%;
  margin-left: 10vw;
}

.footer__cooperation {
  background-color: #dd756b;
  border-radius: 0 0 15px 15px;
  width: 30%;
  height: 100%;
  padding: 10px 40px 60px;
}

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

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

.h3__red-box-spende {
  color: #ffead1;
  text-align: center;
  background-color: #62a2d1;
  border-radius: 15px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

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

.vertikal_line_center {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 50%;
}

.btn__red_start {
  color: #ffead1;
  background-color: #ba2632;
  border-radius: 15px;
  width: 280px;
  padding: 10px 20px;
  font-size: 24px;
}

.btn__red_start:hover {
  background-color: #dd756b;
}

.hero_h1_start {
  z-index: 30;
  max-width: 20ch;
  color: var(--dark-red);
  font-size: 8vw;
  position: relative;
}

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

._2-flex__left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
  position: relative;
  bottom: 0;
}

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

.tab-pane-grau {
  background-color: #9ba0a2;
  padding: 40px;
  overflow: visible;
}

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

.hoerl__info-sec {
  background-color: #ffead1;
  width: 100%;
  height: 100%;
}

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

.main__nav__header {
  z-index: 999;
  background-color: #54595b;
  position: sticky;
  top: 0;
}

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

.dropdown-list.w--open {
  background-color: #54595b;
}

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

.icon-2 {
  color: #fff;
}

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

.main__navbar {
  background-color: #54595b;
  margin-top: 0;
}

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

.vorstand__content {
  background-color: #dd756b;
  border-radius: 0 15px 15px 0;
  width: 60%;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.hero {
  background-color: #ffead1;
  background-image: url('../images/hero__bg_1hero__bg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  position: relative;
}

.vorstand__co {
  background-color: #dd756b;
  border-radius: 15px;
  width: 40%;
  margin-top: -10px;
  margin-left: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.p__akteure {
  color: #fff;
  font-size: 25px;
}

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

.vorstand {
  background-color: #ffead1;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hero_h2_blue {
  color: var(--dark-red);
}

.h2__creme__right {
  color: #ffead1;
  text-align: right;
  font-size: 7vw;
}

.hero_h1 {
  z-index: 30;
  color: var(--dark-red);
  position: relative;
}

.h2__red {
  z-index: 30;
  color: #ba2632;
  background-color: #ffead1;
  font-size: 6vw;
  position: relative;
}

.galerie__slider {
  min-height: 65vh;
}

.btn__red_fh {
  color: #ffead1;
  background-color: #ba2632;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 24px;
}

.btn__red_fh:hover {
  background-color: #dd756b;
}

.vertikal_line_75 {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 75%;
}

.hero__content_100vh {
  width: 100%;
  height: 100vh;
}

.fh-touren__sec, .fh-links__sec {
  background-color: #ffead1;
  position: relative;
}

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

.p__white__bold {
  color: #fff;
}

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

.vertikal_line_55 {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh auto auto 55%;
}

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

.h2__red_fh-links {
  color: #ba2632;
  font-size: 6vw;
}

.h3__creme_5vw {
  color: #ffead1;
  background-color: #62a2d1;
  border-radius: 15px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}

.fh__links {
  z-index: 10;
  background-color: #ffead1;
  background-image: url('../images/bg__light-blue_1bg__light-blue.png'), url('../images/bg__light-red_1bg__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;
}

.vertikal_line_right {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: -3.6vh 7vw auto auto;
}

.horizontal_line-bottom {
  z-index: 20;
  background-color: #54595b;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto auto 3.3vh 0%;
}

.galerie__header {
  z-index: 30;
  background-color: #dd756b;
  background-image: url('../images/bg__light-blue_1bg__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;
}

.text__link_30_blue_kursiv {
  color: #62a2d1;
  font-weight: 700;
}

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

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

.bu_grobfein {
  z-index: 20;
  color: #fff;
  max-width: 30ch;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

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

.h2__creme__galerie {
  color: #ffead1;
  text-align: right;
  font-size: 5vw;
}

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

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

.datenschutz_sec {
  background-color: #ffead1;
  position: relative;
}

.h4__blue {
  color: #056fab;
  font-size: 3vw;
}

.h4__blue_xs {
  color: #056fab;
  font-size: 30px;
}

.h5__datenschutz {
  color: #62a2d1;
  font-size: 24px;
}

.vita__box {
  background-color: #dd756b;
  border-radius: 0 15px 15px 0;
  width: 95%;
}

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

.column__40__neu {
  width: 45vw;
  height: 100%;
  padding-top: 60px;
}

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

.hoerl__h1 {
  color: var(--dark-red);
}

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

.h2__creme__vita {
  color: #ffead1;
  text-align: left;
  font-size: 7vw;
}

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

.link__section {
  background-color: #62a2d1;
  display: block;
}

.link__section:hover {
  background-color: #056fab;
}

.h3__red {
  color: #ba2632;
  text-align: left;
  max-width: 100%;
  font-size: 7vw;
}

.hero_intro {
  z-index: 30;
  color: #056fab;
  background-color: #ffead1;
  max-width: 40ch;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.h2__creme__link {
  float: left;
  color: #ffead1;
  text-align: left;
  padding-top: 20px;
  padding-left: 100px;
  font-size: 6vw;
}

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

.p__vita-liste {
  color: #ffead1;
  padding-left: 100px;
  font-size: 30px;
}

.btn__red {
  color: #ffead1;
  background-color: #ba2632;
  border-radius: 15px;
  width: 260px;
  padding: 10px 20px;
  font-size: 24px;
}

.btn__red:hover {
  background-color: #dd756b;
}

.h2__creme__left {
  color: #ffead1;
  text-align: left;
  padding-left: 100px;
  font-size: 7vw;
}

.h3__red__hoerl {
  color: #ba2632;
  text-align: left;
  max-width: 100%;
  padding-left: 40px;
  font-size: 7vw;
  line-height: 1;
}

.vita__sec {
  background-color: #ffead1;
  width: 100%;
  height: 100%;
}

.h2__partner, .h2__creme__center {
  color: #ffead1;
  text-align: center;
  font-size: 7vw;
}

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

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

.koop__box {
  z-index: 20;
  background-color: #056fab;
  border-radius: 15px;
  width: 50%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

.hero__content__akteure {
  width: 100%;
  min-height: 100vh;
}

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

.koop_sec {
  position: relative;
}

.firmen__box {
  z-index: 20;
  background-color: #056fab;
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.akteure__red-box {
  z-index: 20;
  background-color: #056fab;
  border-radius: 0 15px 15px 0;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.hero_h1__akteure {
  color: var(--dark-red);
}

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

.vertikal_line_partner {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 100%;
  position: absolute;
  top: -3.6vh;
  bottom: auto;
  left: 3vw;
}

.partner__header {
  background-color: #056fab;
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

.vertikal_line_firmen {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 85%;
  position: absolute;
  top: 53px;
  bottom: auto;
  left: 14vh;
}

.line_wrapper {
  background-color: #ffead1;
  position: relative;
}

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

.h2__koop {
  color: #ffead1;
  text-align: right;
  padding-right: 20px;
  font-size: 7vw;
}

.herdecke__img {
  width: 70%;
}

.vertikal_line {
  z-index: 20;
  background-color: #54595b;
  width: 3px;
  height: 99%;
  position: absolute;
  inset: 2vh auto auto 3vw;
}

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

.hombruch__content {
  z-index: 30;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #dd756b;
  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%;
}

.image__box {
  width: 56%;
}

.horizontal_line-top {
  z-index: 40;
  background-color: #54595b;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 2vh auto auto 0%;
}

.h3__white_7vw {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

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

.image__box__bochum {
  width: 45%;
}

.h3__red-box-center {
  color: #ffead1;
  background-color: #dd756b;
  border-radius: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.h3__hagen {
  color: #ffead1;
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

.bochum__content {
  z-index: 30;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #62a2d1;
  border-radius: 15px;
  justify-content: space-between;
  width: 90vw;
  max-width: 1440px;
  margin-top: -20px;
  margin-left: 40px;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.h3__hagen-box {
  color: #ffead1;
  background-color: #dd756b;
  border-radius: 15px;
  width: 70%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.wetter__text {
  width: 50%;
}

.h3_herdecke {
  color: #ffead1;
  background-color: #62a2d1;
  border-radius: 15px;
  width: 50%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.namenstraeger_hero-box {
  z-index: 20;
  background-color: #056fab;
  border-radius: 0 15px 15px 0;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.h3__dark-blue-box-center {
  color: #ffead1;
  background-color: #62a2d1;
  border-radius: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.liste__white__bold {
  color: #fff;
  max-width: none;
  font-size: 20px;
  line-height: 2.2;
}

.bochum__text {
  width: 38%;
}

.h3__red__center__wetter {
  color: #056fab;
  text-align: center;
  max-width: 100%;
  font-size: 7vw;
}

.hombruch__text {
  width: 60%;
}

.namenstraeger {
  z-index: 0;
  background-color: #ffead1;
  min-height: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.flex_bottom {
  align-items: flex-end;
  display: flex;
}

.sec_90vw {
  width: 90vw;
  position: relative;
}

.sec_90vw._100vh.bg_lightblue._100vh_max {
  max-height: 100vh;
}

.flex_v-bottom {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.grid_3-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-3.grid_center {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

._100-_h {
  height: 100%;
}

._100-_h.w_auto {
  width: auto;
}

.grid_3-2_alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

._65 {
  width: 65%;
}

.sec_110vw {
  width: 110vw;
  position: relative;
}

.ch_width_alt {
  max-width: 100ch;
}

.flex_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flex_v-sa {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.flex_v-sa._100vh {
  justify-content: space-around;
}

.gid-5-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  place-items: center stretch;
}

.wrapper_extra_wide {
  width: 98%;
  max-width: 2800px;
  margin-left: auto;
  margin-right: auto;
}

.trenner_10vw {
  height: 10vw;
}

.trenner__130px {
  height: 130px;
}

.abschluss-table_instance {
  display: block;
}

.abschluss-table_cell {
  text-align: left;
  border: 1px #000;
  padding: 8px;
}

.abschluss-table_row {
  text-align: left;
  border: 1px #000;
}

.abschluss-table_row.table_border {
  border-bottom-style: solid;
  border-bottom-color: var(--creme);
}

.abschluss-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px #000;
  width: 100%;
}

.flex_bg_blue_element {
  z-index: -1;
  width: 30%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flex_bg_blue_element.bg_lightblue {
  height: 40%;
}

.p_caps_bold {
  text-transform: uppercase;
  font-weight: 700;
}

.flex_t-sbw {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.trenner__80px {
  height: 80px;
}

.p_bold {
  font-weight: 700;
}

._55 {
  width: 55%;
}

.trenner_100px {
  height: 100px;
}

.section-3.none {
  display: none;
}

.break {
  word-break: break-all;
}

.on_mobile {
  display: none;
}

.text_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.tb_50 {
  width: 50%;
}

.trenner_30px {
  height: 30px;
}

.flex_v-sbw {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.hero_h1_chronik {
  z-index: 30;
  color: var(--dark-red);
  position: relative;
}

.bold-text-2 {
  color: var(--dark-red);
}

.stage_2, .stage_3, .stage_4 {
  flex: none;
  display: flex;
}

.h2__creme {
  color: #ffead1;
  text-align: center;
}

.intro__flex {
  background-color: #ba2632;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.h4__creme {
  color: #ffead1;
  text-align: center;
}

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

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

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

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

.regie_2 {
  width: 100%;
  height: 3000vh;
}

.regie_3 {
  width: 100%;
  height: 2900vh;
}

.regie_4 {
  width: 100%;
  height: 700vh;
}

.header {
  z-index: 999;
  position: sticky;
  top: 0;
}

.hero_lions {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.sec_lions-about {
  position: relative;
}

.list_nopoints {
  padding-left: 0;
  list-style-type: none;
}

.lions_kontakt {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.lions_kontakt:hover {
  text-decoration: underline;
}

.flex-bottom {
  align-items: flex-end;
}

.lions_hero_grafik {
  width: 60%;
  max-width: 750px;
}

.flexbox_mobile {
  display: flex;
}

.verlinkung_icon {
  width: 30%;
  max-width: 50px;
}

.absolute_article {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

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

.text_lions-blue {
  color: var(--lions-blue);
  -webkit-text-decoration-color: var(--dark-red);
  text-decoration-color: var(--dark-red);
}

.text_lions-blue_line-plus {
  color: var(--lions-blue);
  -webkit-text-decoration-color: var(--dark-blue);
  text-decoration-color: var(--dark-blue);
  line-height: 1.4;
}

.bg_light-lionsgelb {
  background-color: var(--lions-gelb);
}

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

  h2 {
    font-size: 100px;
  }

  h3 {
    font-size: 50px;
  }

  p {
    max-width: none;
    font-size: 16px;
  }

  img {
    max-width: 400px;
  }

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

  .flexbox__sbw {
    flex-flow: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trenner__40px {
    height: 30px;
  }

  .trenner__40px.remove_color {
    background-color: var(--transparent);
  }

  .trenner__20px {
    height: 10px;
  }

  .trenner__20px.none {
    display: none;
  }

  .film {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

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

  .cameraman {
    position: static;
  }

  .camera {
    width: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .curtain {
    margin-right: 0;
    display: block;
  }

  .stage_1 {
    display: block;
  }

  .bg_lightblue.borderradius_all._20 {
    width: 100%;
  }

  .bg_lightblue.borderradius_top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg_lightblue.borderradius_top.bottom.borderradius_all-mobile, .bg_lightblue.borderradius_top.bottom.borderradius_top-mobile._80 {
    border-radius: 10px;
  }

  .bg_lightblue._100vh.remove_color {
    background-color: var(--transparent);
  }

  .bg_lightblue._100vh.borderradius_top-mobile {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg_lightblue._100vh.borderradius_all-mobile {
    border-radius: 10px;
  }

  .bg_lightblue.borderradius_right._50 {
    width: 100%;
  }

  .bg_lightblue.borderradius_right.borderradius_special {
    border-bottom-left-radius: 0;
  }

  .bg_lightblue.borderradius_right._90.borderradius_top-mobile {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bg_lightblue.borderradius_left.borderradius_bottom-mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg_lightblue._80.borderradius_bottom.remove_color {
    background-color: var(--transparent);
  }

  .bg_lightblue.borderradius_bottom.borderradius_none-mobile {
    border-radius: 0;
  }

  .bg_lightblue.borderradius_tob-mobile {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg_lightblue.borderradius_bottom-mobile {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .bg_lightred.borderradius_top._90.borderradius_all-mobile {
    border-radius: 10px;
  }

  .bg_lightred.borderradius_top._90, .bg_lightred.borderradius_right._80 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bg_lightred.borderradius_right.uf_graphic.borderradius_bottom-mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg_lightred.borderradius_right.borderradius-top-mobile {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bg_lightred._100vh.none {
    display: none;
  }

  .bg_lightred._100vh.borderradius_all-mobile {
    border-radius: 10px;
  }

  .bg_lightred.borderradius_bottom.borderradius_bottom-mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg_lightred._70.borderradius_right {
    border-radius: 0;
    width: 100%;
  }

  .bg_lightred.borderradius_left.remove_color {
    background-color: var(--transparent);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bg_lightred.borderradius_left.borderradius_bottom-mobile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg_lightred.feier_graphic.borderradius_right.remove_color {
    background-color: var(--transparent);
  }

  .bg_lightred.borderradius_all-mobile {
    border-radius: 10px;
  }

  .trenner__10px {
    height: 5px;
  }

  .trenner__10px.none {
    display: none;
  }

  .trenner__60px {
    height: 50px;
  }

  .flexbox {
    flex-flow: row;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flexbox.bg_lightblue._100vh.remove_color {
    background-color: var(--transparent);
  }

  .sec_60vw, .sec_100vw {
    width: auto;
    margin-bottom: 40px;
  }

  .sec_100vw._100vh.bg_red.chronik_kapitel {
    height: 50vw;
  }

  .sec_100vw._100vh.preview_bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sec_100vw._100vh.bg {
    background-size: 105vw 100vh;
  }

  .sec_100vw._100vh.sec_ausstellung_wetter-bildgallerie {
    background-color: var(--light-red);
    background-image: none;
  }

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

  .sec_120vw._100vh {
    height: auto;
  }

  .flexitem._20 {
    width: 100%;
  }

  .flexitem._20.absolute_tr {
    position: static;
  }

  .flexitem._30, .flexitem._40 {
    width: 100%;
  }

  .flexitem._40.bg_lightred._100vh.remove_color {
    background-color: var(--transparent);
  }

  .flexitem._50, .flexitem._80, .flexitem._10 {
    width: 100%;
  }

  .flexitem._10.none {
    display: none;
  }

  .flexitem.bg_lightblue.borderradius_all.remove_color {
    background-color: var(--transparent);
  }

  .flexitem.bg_lightblue.borderradius_left._40 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .flexitem.bg_lightblue._100vh._80, .flexitem._60, .flexitem._35, .flexitem._25, .flexitem._45 {
    width: 100%;
  }

  .flexitem._45.bg_lightblue._100vh.borderradius_all-mobile {
    border-radius: 10px;
  }

  .flexitem._65 {
    width: 100%;
  }

  .flexitem._65.bg_lightblue._100vh.borderradius_left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .flexitem._65.bg_lightblue._100vh.borderradius_left.borderradius_all-mobile {
    border-radius: 10px;
  }

  .flexitem._55, .flexitem._55.bg_lightblue._100vh, .flexitem._70 {
    width: 100%;
  }

  .flexitem.absolute_article {
    position: static;
  }

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

  .sec_140vw._100vh.bg_img-ausstellung-gutschede {
    background-image: url('../images/lightrblue_bg_sec-ausstellung_mf_gutschede.avif'), url('../images/lightred_bg_sec-ausstellung_mf_gutschede.avif');
    background-position: 90% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 100vw 70vh, cover;
    padding-bottom: 40px;
  }

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

  .v-trenner_10px {
    width: 5px;
    display: none;
  }

  .v-trenner_20px {
    width: 10px;
    display: none;
  }

  .v-trenner_40px {
    width: 30px;
    display: none;
  }

  .v-trenner_60px {
    display: none;
  }

  ._100vh {
    height: auto;
  }

  .borderradius_top, .borderradius_left, .borderradius_right {
    border-radius: 10px;
  }

  .h-line.chronik_btm-line {
    display: none;
  }

  .h-line.lions_btm-line {
    bottom: 3%;
  }

  .v-line.chronik_v-line.cvl-right, .v-line.chronik_v-line.cvl-left {
    display: none;
  }

  .v-line.lions_v-left, .v-line.lions_v-right {
    height: 97%;
    bottom: 3%;
  }

  .v-line.lions_v-btm-right, .v-line.lions_v-btm-left {
    height: 3%;
  }

  .text_white.h3_smaller.break {
    word-break: break-all;
  }

  ._30 {
    width: 100%;
  }

  ._30.bg_lightred._100vh.remove_color {
    background-color: var(--transparent);
    width: 100%;
  }

  ._30.none {
    display: none;
  }

  ._40.color_light-blue.flexbox {
    width: 100%;
  }

  ._40.color_light-blue.flexbox.added_pading {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._40.bg_lightblue.borderradius_bottom.remove_color {
    background-color: var(--transparent);
  }

  ._40.bg_lightblue.borderradius_bottom_right {
    border-radius: 10px;
    width: 100%;
  }

  ._40.borderradius_right.bg_lightred, ._50, ._60, ._70, ._80, ._90 {
    width: 100%;
  }

  .h2_120px {
    font-size: 90px;
  }

  .h2_90px {
    font-size: 70px;
  }

  .h3_50px {
    font-size: 40px;
  }

  .img_gallery.grid_8-4._90vh_max_h {
    max-height: none;
  }

  .flexbox_ba._100vh.relative {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flexbox_centered {
    display: block;
  }

  .no_max-w {
    max-width: 400px;
  }

  .kapitel_gif.statue_gif {
    display: none;
  }

  .kapitel_gif.idee_gif {
    display: none;
    top: 5%;
  }

  .borderradius_bottom {
    border-radius: 10px;
  }

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

  .h2_60px {
    font-size: 50px;
  }

  .h4_30px {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .uf_img {
    max-width: none;
    height: 70vh;
  }

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

  .flexbox_sba {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trenner_200px.none {
    display: none;
  }

  .p__skulptur {
    font-size: 22px;
  }

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

  .hero__content {
    height: auto;
  }

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

  .hero_image {
    display: block;
  }

  .flex__center {
    flex-flow: column;
    display: block;
  }

  .flex__left_center {
    display: block;
  }

  .footer__kontakt {
    width: 60%;
  }

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

  .h3__red_100padding {
    font-size: 9vw;
  }

  .footer__p {
    font-size: 16px;
  }

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

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

  .p__creme {
    max-width: 60ch;
  }

  .h3__red_aktuell {
    font-size: 9vw;
  }

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

  .flex_space-btw {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .column__50__neu {
    padding-top: 20px;
  }

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

  .btn__text {
    font-size: 29px;
  }

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

  .hero_h1_start {
    font-size: 11vw;
  }

  .burger_icon {
    color: #ffead1;
  }

  .vorstand__content {
    width: 60%;
  }

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

  .h2__creme__right {
    font-size: 12vw;
  }

  .hero__content_100vh {
    height: auto;
  }

  .h2__creme__galerie {
    font-size: 12vw;
  }

  .btn__text_roboto {
    font-size: 29px;
  }

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

  .datenschutz_sec {
    height: auto;
  }

  .h4__blue, .h4__blue_xs {
    font-size: 22px;
  }

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

  .column__40__neu {
    padding-top: 20px;
  }

  .column__60__neu {
    height: 100%;
    padding-top: 20px;
  }

  .hoerl__h1 {
    font-size: 17vw;
  }

  .h2__creme__vita {
    font-size: 12vw;
  }

  .h3__red {
    font-size: 9vw;
  }

  .hero_intro {
    font-size: 4vw;
  }

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

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

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

  .h3__red__hoerl {
    font-size: 9vw;
  }

  .h2__partner, .h2__creme__center {
    font-size: 17vw;
  }

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

  .koop__box {
    width: 95%;
  }

  .firmen__content {
    width: 70%;
  }

  .hero__content__akteure {
    height: auto;
  }

  .firmen__sec, .koop_sec {
    margin-top: 40px;
  }

  .firmen__box {
    width: 95%;
  }

  .akteure__red-box {
    width: 90%;
  }

  .hero_h1__akteure {
    font-size: 19vw;
  }

  .akteure__content__blue-box {
    width: 70%;
  }

  .partner__header {
    width: 95%;
  }

  .partner__content {
    width: 90%;
  }

  .koop_content {
    width: 70%;
  }

  .h2__koop {
    font-size: 17vw;
  }

  .partner__sec {
    margin-top: 40px;
  }

  .koop_img.lions_logo {
    width: 60%;
  }

  .wetter__content {
    width: 90vw;
  }

  .hombruch__content, .herdecke__content {
    width: 80vw;
  }

  .bochum__content {
    width: 90vw;
  }

  .namenstraeger_hero-box {
    width: 90%;
  }

  .liste__white__bold {
    font-size: 18px;
  }

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

  .sec_90vw._100vh.bg_lightblue._100vh_max {
    max-height: none;
  }

  .sec_90vw._100vh.bg_lightblue._100vh_max.borderradius_all {
    border-radius: 0;
  }

  ._65 {
    width: 100%;
  }

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

  .wrapper_extra_wide {
    width: 95%;
  }

  .trenner_10vw.none {
    display: none;
  }

  .trenner__130px {
    height: 50px;
  }

  .abschluss-table_cell {
    font-size: 16px;
  }

  .flex_bg_blue_element.bg_lightblue.none {
    display: none;
  }

  .flex_t-sbw {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trenner__80px {
    height: 50px;
  }

  ._55 {
    width: 100%;
  }

  .section-3.none {
    display: none;
  }

  .break {
    word-break: break-all;
  }

  .on_mobile {
    display: block;
  }

  .padding-mobile-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .none_mobile {
    display: none;
  }

  .text_link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .max_w-400px {
    max-width: 400px;
  }

  .section-4 {
    border-bottom-right-radius: 0;
  }

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

  .hero_h1_chronik {
    font-size: 11vw;
  }

  .stage_2, .stage_3, .stage_4 {
    display: block;
  }

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

  .intro__section, .regie_2, .regie_3, .regie_4 {
    width: auto;
    height: auto;
  }

  .lions_kontakt.bg_lightblue.borderradius_all {
    width: 50%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .flexbox_mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .verlinkung_icon {
    max-width: 45px;
  }
}

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

  h2 {
    font-size: 80px;
  }

  h3 {
    font-size: 40px;
  }

  p {
    font-size: 14px;
  }

  img {
    max-width: 400px;
  }

  .flexbox__sbw {
    display: block;
  }

  .trenner__40px {
    height: 20px;
  }

  .text_red.h4_30px._50 {
    width: auto;
  }

  .text_blue.break {
    word-break: break-all;
  }

  .text_creme {
    max-width: none;
  }

  .bg_lightblue.borderradius_all._20, .bg_lightblue.borderradius_right._50 {
    width: auto;
  }

  .bg_lightblue._80.borderradius_bottom, .bg_lightred.borderradius_top._90 {
    width: 100%;
  }

  .bg_lightred._100vh.none {
    display: none;
  }

  .bg_lightred._70.borderradius_right {
    width: 100%;
    height: 100%;
  }

  .bg_lightred.feier_graphic.borderradius_right, .trenner__10px.none_mobile, .trenner__10px.none {
    display: none;
  }

  .trenner__60px {
    height: 40px;
  }

  .flexbox {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sec_100vw._100vh {
    height: auto;
  }

  .sec_100vw._100vh.bg {
    background-size: 109vw 100%;
  }

  .sec_100vw._100vh.sec_ausstellung_wetter-bildgallerie {
    background-size: 100vw 200vh;
  }

  .flexitem, .flexitem._20 {
    width: auto;
  }

  .flexitem._20.absolute_tr {
    width: auto;
    position: static;
  }

  .flexitem._30, .flexitem._40, .flexitem._50, .flexitem._80, .flexitem.bg_lightblue.borderradius_all._100vh._40, .flexitem.bg_lightblue._100vh._80, .flexitem._60, .flexitem._35, .flexitem._25, .flexitem._45, .flexitem._65, .flexitem._55, .flexitem._55.bg_lightblue._100vh {
    width: auto;
  }

  .sec_140vw._100vh.bg_img-ausstellung-gutschede {
    background-image: url('../images/lightred_bg_sec-ausstellung_mf_gutschede.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100vw 250vh;
  }

  .v-trenner_40px {
    width: 20px;
  }

  .v-trenner_40px.none_mobile {
    display: none;
  }

  .v-trenner_60px {
    width: 40px;
  }

  .h-line.chronik_btm-line, .v-line.chronik_v-line.cvl-right, .v-line.chronik_v-line.cvl-left {
    display: none;
  }

  .text_white.h3_smaller.break {
    word-break: break-all;
  }

  ._10, ._20 {
    width: 100%;
  }

  ._30 {
    width: auto;
  }

  ._30.none {
    display: none;
  }

  ._40 {
    width: 100%;
  }

  ._40.bg_lightblue.borderradius_bottom_right, ._40.borderradius_right.bg_lightred {
    width: auto;
  }

  ._50 {
    width: 100%;
  }

  ._50._100vh, ._60 {
    width: auto;
  }

  ._60.img_400px {
    max-width: 400px;
  }

  ._70 {
    width: 100%;
  }

  ._80 {
    width: 100%;
    max-width: none;
  }

  ._80.img_400px {
    max-width: 400px;
  }

  ._90 {
    width: 100%;
    max-width: none;
  }

  ._90.max_w-400px {
    max-width: 400px;
  }

  .h2_120px {
    font-size: 80px;
  }

  .img_gallery._90 {
    width: auto;
  }

  .flexbox_ba._100vh.relative, .flexbox_centered {
    display: block;
  }

  .grid_2-2 {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .grid_2-1.small_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .uf_img {
    height: 50vh;
  }

  .flexbox_sba {
    display: block;
  }

  ._60 {
    width: 100%;
    max-width: none;
    display: block;
  }

  ._60.max_w-400px {
    max-width: 400px;
  }

  .trenner_200px {
    display: none;
  }

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

  .p__skulptur {
    max-width: 100%;
  }

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

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

  .fh__img-box {
    width: 100%;
  }

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

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

  .footer__brand {
    font-size: 15vw;
  }

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

  .hero_intro_start {
    font-size: 5vw;
  }

  .flex_colum_tab {
    flex-flow: column;
  }

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

  .hero_image {
    display: block;
  }

  .fh__textbox_left {
    width: 100%;
  }

  .fh__flex {
    flex-flow: column;
  }

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

  .footer__kontakt {
    width: 100%;
  }

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

  .h2__creme__poh {
    font-size: 17vw;
  }

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

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

  .h3__red_aktuell {
    font-size: 9vw;
  }

  .flex_space-btw {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .timeline__sec {
    padding-top: 0;
  }

  .h2__creme__timeline {
    font-size: 11vw;
  }

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

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

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

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

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

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

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

  .footer__cooperation {
    width: 100%;
  }

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

  .footer__lions-logo {
    width: 33%;
  }

  .vertikal_line_center {
    display: none;
  }

  .hero_h1_start {
    font-size: 14vw;
  }

  .column__tabs {
    width: 100%;
  }

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

  .timeline_idee__left {
    width: 80%;
  }

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

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

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

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

  .h2__creme__right {
    font-size: 13vw;
  }

  .hero_h1 {
    font-size: 22vw;
  }

  .h2__red {
    font-size: 14vw;
  }

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

  .fh__textbox_right, .fh__touren {
    width: 100%;
  }

  .vertikal_line_55 {
    display: none;
  }

  .galerie_image {
    width: 95%;
  }

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

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

  .fh__links {
    width: 100%;
  }

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

  .touren__img-box {
    width: 100%;
  }

  .touren__flex {
    flex-flow: column;
  }

  .bu_grobfein {
    max-width: 50ch;
  }

  .fh__img-box_45 {
    width: 100%;
  }

  .h2__creme__galerie {
    font-size: 13vw;
  }

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

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

  .column__40__neu {
    width: 100%;
  }

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

  .hoerl__h1 {
    font-size: 25vw;
  }

  .h2__creme__vita {
    font-size: 13vw;
  }

  .image__box_100 {
    width: 100%;
  }

  .link__float-left {
    float: none;
  }

  .h3__red {
    font-size: 18vw;
  }

  .hero_intro {
    font-size: 5vw;
  }

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

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

  .h2__creme__left {
    font-size: 17vw;
  }

  .h3__red__hoerl {
    font-size: 16vw;
  }

  .h2__partner {
    font-size: 15vw;
  }

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

  .firmen__content {
    width: 90%;
  }

  .hero__content__akteure {
    padding-right: 20px;
  }

  .akteure__red-box {
    width: 95%;
  }

  .akteure__content__blue-box {
    width: 90%;
  }

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

  .koop_content {
    width: 90%;
  }

  .h2__koop {
    font-size: 15vw;
  }

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

  .wetter__content {
    flex-flow: column;
  }

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

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

  .image__box {
    width: 100%;
  }

  .h3__white_7vw {
    font-size: 10vw;
  }

  .herdecke__content {
    flex-flow: column;
  }

  .image__box__bochum {
    width: 100%;
  }

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

  .h3__hagen {
    font-size: 10vw;
  }

  .bochum__content {
    flex-flow: column;
  }

  .h3__hagen-box {
    width: 80%;
  }

  .wetter__text {
    width: 100%;
  }

  .h3_herdecke {
    width: 90%;
  }

  .namenstraeger_hero-box {
    width: 95%;
  }

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

  .bochum__text {
    width: 100%;
  }

  .h3__red__center__wetter {
    font-size: 10vw;
  }

  .hombruch__text {
    width: 100%;
  }

  .sec_90vw._100vh {
    width: auto;
  }

  ._65 {
    width: 100%;
  }

  .flex_bg {
    display: block;
  }

  .trenner__130px {
    height: 40px;
  }

  .abschluss-table_cell {
    font-size: 14px;
  }

  .flex_t-sbw {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .trenner__80px {
    height: 40px;
  }

  ._55 {
    width: auto;
  }

  .section-3.none {
    display: none;
  }

  .remove_color {
    background-color: var(--transparent);
  }

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

  .h4__creme {
    text-align: center;
  }

  .lions_kontakt.bg_lightblue.borderradius_all {
    width: 60%;
    margin-top: 30px;
  }

  .verlinkung_icon {
    max-width: 40px;
  }
}

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

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 30px;
  }

  p {
    max-width: none;
    font-size: 18px;
  }

  img, .wrapper {
    max-width: none;
  }

  .trenner__40px {
    height: 24px;
  }

  .text_red.text_right {
    text-align: left;
    font-size: 30px;
  }

  .text_red.h2_smaller {
    font-size: 71px;
  }

  .text_red.h2_90px.text_right {
    text-align: right;
    font-size: 45px;
  }

  .text_red.break {
    word-break: break-all;
  }

  .text_blue.h3_small, .text_blue.h2_120px {
    font-size: 40px;
  }

  .text_blue.h3_40px {
    font-size: 25px;
  }

  .text_blue.h2_100px {
    font-size: 50px;
  }

  .text_creme.h2_90px {
    font-size: 40px;
  }

  .text_creme.h3_50px.nobreak {
    word-break: normal;
  }

  .bg_lightred._70.borderradius_right {
    height: 85vh;
  }

  .trenner__60px {
    height: 24px;
  }

  .sec_60vw._100vh {
    margin-bottom: 20px;
  }

  .sec_100vw._100vh {
    width: 100%;
    margin-bottom: 21px;
  }

  .sec_100vw._100vh.preview_bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sec_100vw._100vh.bg {
    background-size: 100vw;
  }

  .sec_100vw._100vh.sec_ausstellung_wetter-bildgallerie {
    margin-bottom: 20px;
  }

  .flexitem._90, .flexitem._70 {
    width: 100%;
  }

  .sec_80vw._100vh {
    margin-bottom: 20px;
  }

  ._100vh.sec_160vw.bg_image_8-11-15 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text_white.h3_smaller {
    font-size: 30px;
  }

  .text_white.h4_small.break {
    word-break: break-all;
  }

  .text_white.bildunterschrift {
    font-size: 14px;
  }

  .centered_linkblock {
    width: 100%;
    padding-top: 20px;
  }

  ._40.color_light-blue.flexbox {
    padding-left: 7px;
    padding-right: 7px;
  }

  ._50, ._70, ._80, ._90 {
    width: 100%;
  }

  .h2_120px {
    font-size: 70px;
  }

  .h2_90px {
    font-size: 60px;
  }

  .h3_50px {
    word-break: break-all;
    font-size: 30px;
  }

  .h3_50px.text_red.nobreak, .h3_50px.nobreak {
    word-break: normal;
  }

  .img_gallery._90 {
    grid-template-rows: auto auto auto auto;
  }

  .img_gallery.grid_8-4._90vh_max_h {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .download_icon {
    display: none;
  }

  .flexbox_ba._100vh.relative {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_3-2._70 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .kapitel_gif.statue_gif, .kapitel_gif.idee_gif {
    display: none;
  }

  .h2_60px {
    font-size: 40px;
  }

  .h4_30px.text_right.text_white {
    text-align: right;
  }

  .heading-5 {
    word-break: break-all;
    font-size: 25px;
  }

  .grid_2-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid_4-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid_3-1.small_grid-gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .uf_img {
    display: none;
  }

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

  .h3_40px {
    font-size: 30px;
  }

  ._60 {
    width: 100%;
  }

  .grid-5-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .h4__creme_tabitem {
    font-size: 10vw;
  }

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

  .p__white__bold_20 {
    font-size: 17px;
  }

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

  .hero_intro_start {
    font-size: 18px;
  }

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

  .horizontal_line {
    display: none;
  }

  .h2__creme_highlights {
    font-size: 21vw;
  }

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

  .hero_image {
    display: block;
  }

  .fh__textbox_left {
    padding-bottom: 5vh;
  }

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

  .trenner__96px {
    height: 48px;
  }

  .fh__img {
    width: 90%;
  }

  .card-slider__content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .h3__red_aktuell {
    font-size: 12vw;
  }

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

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

  .column__50__neu {
    margin-right: 0;
  }

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

  .hoerl__text {
    padding-left: 20px;
  }

  .btn__text {
    margin-right: 0;
  }

  .footer__logo {
    flex-flow: column;
  }

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

  .footer__cooperation {
    min-height: 150px;
  }

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

  .footer__lions-logo {
    width: 60%;
  }

  .vertikal_line_center {
    display: none;
  }

  .btn__red_start {
    margin-bottom: 20px;
  }

  .hero_h1_start {
    font-size: 14vw;
  }

  .column__tabs {
    margin-right: 0;
  }

  .card-slider__mask {
    width: auto;
  }

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

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

  .hero {
    background-size: contain;
  }

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

  .p__akteure {
    font-size: 17px;
  }

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

  .h2__creme__right {
    font-size: 13vw;
  }

  .hero_h1 {
    font-size: 50px;
  }

  .h2__red {
    font-size: 36px;
  }

  .btn__red_fh {
    margin-bottom: 20px;
  }

  .vertikal_line_75 {
    display: none;
  }

  .p__white__bold {
    font-size: 17px;
  }

  .vertikal_line_55 {
    display: none;
  }

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

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

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

  .h2__creme__galerie {
    font-size: 13vw;
  }

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

  .column__40__neu {
    margin-right: 0;
  }

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

  .h2__creme__vita {
    font-size: 23vw;
  }

  .h3__red {
    font-size: 17vw;
  }

  .hero_intro {
    font-size: 20px;
  }

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

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

  .btn__red {
    margin-bottom: 20px;
  }

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

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

  .h2__partner, .h2__creme__center {
    font-size: 17vw;
  }

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

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

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

  .hero__content__akteure {
    width: auto;
  }

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

  .vertikal_line_partner {
    display: none;
  }

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

  .vertikal_line_firmen {
    display: none;
  }

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

  .h2__koop {
    font-size: 17vw;
  }

  .herdecke__img {
    width: 100%;
  }

  .vertikal_line {
    display: none;
  }

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

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

  .hombruch__image {
    width: 80%;
  }

  .horizontal_line-top {
    display: none;
  }

  .h3__white_7vw {
    font-size: 16vw;
  }

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

  .h3__hagen {
    font-size: 20vw;
  }

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

  .h3__hagen-box {
    width: 90%;
  }

  .liste__white__bold {
    font-size: 18px;
  }

  .h3__red__center__wetter {
    font-size: 11vw;
  }

  .sec_90vw._100vh {
    margin-bottom: 20px;
  }

  .sec_90vw._100vh.bg_lightblue._100vh_max {
    max-height: none;
  }

  .grid_3-3.grid_center {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._100-_h.w_auto {
    width: 100%;
  }

  .grid_3-2_alt {
    grid-auto-flow: row;
  }

  ._65 {
    width: 100%;
  }

  .flex_bg {
    display: block;
  }

  .gid-5-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: start;
    place-items: start;
  }

  .wrapper_extra_wide {
    width: 95%;
    max-width: none;
    margin-bottom: 19px;
  }

  .trenner__130px, .trenner__80px {
    height: 24px;
  }

  .section-3 {
    display: none;
  }

  .heading-6 {
    font-size: 60px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .heading-8, .break {
    word-break: break-all;
  }

  .nobreak {
    word-break: normal;
  }

  .none {
    display: none;
  }

  .hero_h1_chronik {
    font-size: 50px;
  }

  .h2__creme {
    font-size: 21vw;
  }

  .intro__flex {
    height: 80vh;
  }

  .h4__creme {
    font-size: 10vw;
  }

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

  .lions_kontakt.bg_lightblue.borderradius_all {
    width: 70%;
    margin-top: 20px;
  }

  .verlinkung_icon {
    max-width: 30px;
  }

  .text_lions-blue {
    font-size: 60px;
  }

  .text_lions-blue_line-plus {
    font-size: 23px;
  }
}

#w-node-_3009c337-17b3-fc7f-00d8-7a9c2a4811db-2a4811bb, #w-node-_3009c337-17b3-fc7f-00d8-7a9c2a4811dc-2a4811bb {
  align-self: stretch;
}

#w-node-_3009c337-17b3-fc7f-00d8-7a9c2a4811de-2a4811bb {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: stretch;
}

#w-node-_870478cf-f4ff-53bf-5c13-1adab136bee5-b136bedc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a2172cb4-e90c-ba45-bc8d-115a137a7db2-b441ef53 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ea42dc96-bcb0-fa30-4198-531dd4eae564-b441ef53 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b238d60d-619c-aec1-961b-d5b25077a6f7-b441ef53 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8c891425-6a2a-0aa0-ec37-6c052ef20d52-b441ef53 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_494dd347-af58-9c5d-7567-5492515a3792-7ebf45b3, #w-node-_890b625c-80a8-102b-8da4-3081d1a67470-7ebf45b3, #w-node-_50e8bdfd-3324-73d1-b677-e922264f0b4a-7ebf45b3, #w-node-_64cb2010-a7e9-963a-1af4-49e9cfc6f126-7ebf45b3, #w-node-_367f645e-ef04-1264-027f-ec671f001d47-7ebf45b3 {
  align-self: start;
}

#w-node-_9d05a5cb-0992-77e1-9d41-7044da55adbe-7ebf45b3, #w-node-fc9cff37-0ed9-ddeb-085b-fecc0838c03d-7ebf45b3, #w-node-_407f5f2b-ef7b-07d8-8229-ae9bfe0d28ba-7ebf45b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_869a9c49-f6dc-112e-2ace-0a65d17cc35b-7ebf45b3, #w-node-_5482718c-c4ba-1975-f8d1-7df69f0e72a6-7ebf45b3, #w-node-_039a5a35-6d92-bcaa-db3d-b9e5c9c7a128-7ebf45b3, #w-node-e3b2cd41-96b5-ca38-6756-1552eb324322-7ebf45b3, #w-node-ec7ed1b2-5a40-b7e6-9581-69328cda45b0-7ebf45b3, #w-node-fe3cfa0a-9a29-e878-dffe-86c70f416679-7ebf45b3, #w-node-ef59f1b5-2d23-69e9-cdeb-0502db9858dd-7ebf45b3, #w-node-cbffc251-6121-9f4f-17d1-3705256da5ff-7ebf45b3 {
  align-self: start;
}

#w-node-e3773b1a-db68-fc1a-15ad-82bc0a99f85a-7ebf45b3 {
  align-self: stretch;
}

#w-node-b44b2b48-0edf-0f29-db61-0bf7456d0a88-7ebf45b3, #w-node-eeca29f7-c11e-38ff-8cab-864ef0d05c9e-7ebf45b3 {
  align-self: start;
}

#w-node-_2c9cbc43-dcf2-a441-88fe-56b9f279777e-7ebf45b3, #w-node-_1b299946-7ca7-966e-8e69-42b56d3a41b1-7ebf45b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2334fbde-a4e3-15b1-23ab-044661350b7e-7ebf45b3 {
  align-self: start;
}

#w-node-bdf07551-27dc-d66a-3296-58d188fa1cc8-7ebf45b3, #w-node-_9fac7b2f-2672-70ad-b73a-11ac1cc98aa5-7ebf45b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6b868c66-0fe6-73d6-0e86-7c0fc35395ad-c35395a0, #w-node-_159b4945-a2ed-35cf-7999-e99f5f0e7625-5f0e7609 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dfb7c051-6de5-87f9-3fa2-40afaf25952d-af2594f8, #w-node-dfb7c051-6de5-87f9-3fa2-40afaf25952e-af2594f8, #w-node-dfb7c051-6de5-87f9-3fa2-40afaf25952f-af2594f8, #w-node-dfb7c051-6de5-87f9-3fa2-40afaf259530-af2594f8, #w-node-dfb7c051-6de5-87f9-3fa2-40afaf259531-af2594f8, #w-node-dfb7c051-6de5-87f9-3fa2-40afaf259532-af2594f8 {
  align-self: stretch;
}

#w-node-_74c65b32-3b79-abe8-dc3a-1de9148ec78f-f3bb49f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_8c891425-6a2a-0aa0-ec37-6c052ef20d52-b441ef53 {
    grid-area: 1 / 3 / 3 / 4;
    align-self: center;
  }
}


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