/* basic settings for universal elements */

/* Cookie */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  /* // treatstart */
  font-family: "Inter-Regular", sans-serif;
  line-height: 1.4em;
}

#filterOpen {
  cursor: pointer;
}

/* // treatstart */
/* define h1, h2, h3, h4, p */

/* Cookie */

#cookie_warning {
  font-weight: 400;
  /* padding: 20px 30px; */
  /* margin: 10px; */
  /* border-radius: 3px; */
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  /* border: 2px solid #ddd; */
  z-index: 1000;
  color: white;
  background-color: black;
  box-shadow: 0 5px 15px 4px rgb(0 0 0 / 10%);
  /* font-size: 16px; */
  width: 100%;
}

@media screen and (max-width: 1050px) {
  #cookie_warning {
    max-height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

#cookie_warning::-webkit-scrollbar {
  display: none;
}

#data_cookies {
  font-size: 18px;
}

.cookie_warning_text {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 22px;
}

.cookie_warning_text * {
  line-height: 1.4em !important;
  color: white;
}

#data_cookies .cookie_warning_text {
  font-size: 18px;
  margin: 15px 0 30px;
}

.cookie95p {
  /* width: 95%;
  max-width: 1000px; */
  margin: 0 auto;
}

#data_cookies .cookie95p {
  width: 100%;
  margin: 100px 0;
}

.cookie1000 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px auto;
  max-width: 600px;
  margin: 50px 200px 20px;
}

/* .cookie1000.cookieDatenschutz { */
/* margin: 40px auto; */
/* padding: 0 25px; */
/* padding: 0 40px; */
/* } */

@media screen and (max-width: 1050px) {
  .cookie1000 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto;
    /* max-width: 600px; */
    margin: 50px 200px 20px;
  }
  .cookie1000.cookieDatenschutz {
    margin: 40px auto;
    padding: 0 20px;
    max-width: unset;
  }
}

#data_cookies .cookie1000 {
  margin: 40px auto 20px;
}

.cookieHeader {
  font-size: 26px;
  font-family: "ReplicaLLSub-Bold", sans-serif;
  margin-bottom: 22px;
  color: white;
}

.cookieLeft {
  width: 100%;
}

.cookieRight {
  min-width: 300px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cookieButtonHolder {
  display: flex;
}

.cookieButtonRelHolder,
.cookieButtonMarkHolder {
  display: flex;

  cursor: pointer;
}

.cookieSelect {
  position: relative;
  margin-right: 50px;
}

.cookieSelect * {
  color: white;
}

.cookieSelect input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  left: -1px;
  top: -1px;
  z-index: 7;
  width: 25px;
  -webkit-appearance: none;
  height: 25px;
  margin: 0;
}

#cookie_nec_check {
  cursor: default;
}

.cookieSelect input[type="checkbox"] + label {
  position: relative;
  left: -25px;
}

.cookieSelect input[type="checkbox"] + label::before {
  content: "";
  display: block;
  float: left;
  z-index: 5;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  /* border: 1px solid white;
  border-radius: 50%; */
  margin-right: 20px;
}

#data_cookies .cookieSelect input[type="checkbox"] + label::before {
  border: 1px solid black;
}

.cookieSelect input[type="checkbox"]:checked + label::before {
  background-color: black;
  box-shadow: inset 0px 0px 0px 2px black;
}

.cookieSelect input[type="checkbox"]:checked + label.necText::before {
  opacity: 0.5;
}

#data_cookies .cookieSelect input[type="checkbox"]:checked + label::before {
  background-color: black;
  box-shadow: inset 0px 0px 0px 2px white;
  border-color: black;
}

.cookieRight {
  display: flex;
  flex-direction: row;
  /* align-items: end; */
  font-size: 18px !important;
  margin-bottom: 50px;
}

.cookieSave,
.cookieAcceptAll {
  width: 295px !important;
}

.cookieSave:hover,
.cookieAcceptAll:hover {
  color: white;
  background-color: black;
}

/* .cookieRight button {
  width: 265px;
  color: white;
  background-color: black;
  border-radius: 0px;
  border: 1px solid white;
  font-size: 18px;
}

#data_cookies .cookieRight button.cookieSave {
  background-color: white;
  color: black !important;
  border: 1px solid black;
} */

/* #data_cookies .cookieRight button.cookieSave:hover {
  background-color: black;
  color: white !important;
  border: 1px solid white;
} */

/* .cookieHover:hover {
  background-color: white;
  color: black !important;
} */
/* .cookieHover:hover,
#cookie_warning .cookieRight button.cookieAcceptAll {
  background-color: white;
  color: black !important;
} */

.cookie_warning_text a {
  text-decoration: underline;
}

#cookie_warning #cookie_consent,
#data_cookies #cookie_consent {
  background-color: #1a1a1a;
  border: 2px solid transparent;
  font: inherit;
}

/* #cookie_warning button:first-of-type {
  margin-right: 10px;
} */

#cookie_warning button,
#data_cookies button {
  padding: 10px 20px;
  color: white;
  transition: all 0.1s linear;
  cursor: pointer;
  margin-top: 15px;
}

#cookie_warning button {
  /* color: black; */
  /* background-color: white; */
}

/* LP Cookie */
.cookie1000.cookieLP {
  margin: 30px auto;
  max-width: 1000px;
}

.cookieRight.cookieLP {
  margin-bottom: 0;
}

.markButton.cookieLP {
  border: 2px solid white;
  margin-left: 50px;
}

.necButton.cookieLP {
  background-color: darkgrey;
  margin-left: 50px;
}

.necButton,
.markButton {
  margin-left: 20px !important;
}

.markButton.cookieLP.checked {
  background-color: white;
}

#cookie_warning.cookieLP {
  padding: 0 20px;
}

#cookie_warning.cookieLP button {
  background-color: black;
  outline: none;
  border: 2px solid white;
  font-size: 20px;
}

#cookie_warning.cookieLP button:hover {
  background-color: white;
  color: black;
}

a {
  text-decoration: none;
}

.lang_btn {
  display: inline;
  cursor: pointer;
}

.langSwitch {
  color: lightgrey;

  display: none;
}

.langSwitch .activeLang {
  color: black;
}

@media screen and (max-width: 830px) {
  .cookie1000,
  .cookieButtonHolder {
    flex-direction: column;
  }

  #data_cookies {
    width: 95%;
    margin: auto;
  }

  .cookieRight button {
    width: 100%;
  }

  .cookieSelect {
    margin-bottom: 10px;
  }

  .cookieButtonHolder {
    margin: 30px 0;
  }
}

/* end Cookie */

/* lightbox */
a.lb-close {
  position: absolute;
  top: 0px;
  right: 40px;
}

.lb-outerContainer {
  background: transparent !important;
}

.lightbox .lb-image {
  border: 0px transparent !important;
}

.lb-data .lb-details {
  /*	float: right !important;
	text-align: right !important;*/
}

.lb-data .lb-caption {
  /*	font-size: 22px !important;*/
}

.lb-data .lb-number {
  /*	font-size: 20px !important;*/
}

.lb-prev,
.lb-next {
  background-size: 31px 35px !important;
}

.lb_credits {
  font-size: 14px;
  font-family: "Equitan Sans W03 Italic";
  margin: 0px auto 5px;
  text-align: left;
  line-height: 16px;
}

#lightbox.no_text_lb,
#lightbox.no_text_lb .lb-nav {
  width: calc(100% - 81px);
  left: 50px !important;
}

@media screen and (max-width: 800px) {
  #lightbox.no_text_lb {
  }

  #lightbox.no_text_lb .lb-dataContainer {
  }

  #lightbox.no_text_lb .lb-dataContainer .lb-data .lb-close {
    position: fixed;
    top: 20px;
  }
}

#lightbox.no_text_lb .lb-dataContainer {
  background: transparent;
}

#lightbox.no_text_lb .lb-data .lb-close {
  background: url(../img/X_white.svg) top right no-repeat;
}

/* end lighbox */

/* general */

img {
  border: 0px;
}

img,
iframe,
video {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  border: 0;
}

a:hover {
  text-decoration: none !important;
}

.ui-tooltip {
  font-size: 12px;
}

#container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

/********* WEBSITE *********/

body {
  /*   height: 100%;
  overflow: auto; */
  -webkit-text-size-adjust: 100%;
  font-family: "Times New Roman", "Arial";
  font-weight: 400;
  font-weight: 400;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
  font-size: 18px;
  touch-action: manipulation;

  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.noScroll {
  height: 100%;
  overflow: hidden;
}

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

/* STIFTUNG STARK */

/** landing page______________________________ **/

.mobileElem {
  display: none;
}

#menu_holder {
  /* background-color:black; */
  width: 100%;
  /* margin: 0 36px;  */
  /* height: 9.3vw; */
}

.logoTextHolder {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* font-size: 48px;
  font-weight: 100;
  text-align: justify;
  width: 100%;
  font-size: 6.40vw; */
}

.logoTextHolder:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.fundedProjectsElemHolder {
  max-height: 2000px;
  overflow: hidden;
  transition: all 200ms ease;
}

.fundedProjectsElemHolder.opened {
  height: unset !important;
  max-height: 10000px;
  transition: all 200ms ease;
}

.fundedProjectsHeaderRight {
  cursor: pointer;
}

.moreElem {
  cursor: pointer;
  text-align: end;
  font-size: 22px;
}

.threeColGrid {
  display: grid;
  grid-gap: 9px;
  grid-template-columns: repeat(3, 1fr);
}

.fullWidthFrontHolder {
  position: relative;

  width: 100%;
  height: 400px;
  /* height: calc(100vh - 9.3vw); */
  background-color: darkgrey;
}

.fullWidthFrontHolder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imprintAndPrivacy {
  display: flex;
  margin-bottom: 0 !important;
}

.headerElem {
  margin: 10px 0;
}

.headerElemSpan {
  font-size: 36px;
  margin: 10px 50px 10px 0;
}

.marginated {
  width: calc(100% - 40px);
  margin: 0 auto 50px;
}

.marginated-lr {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.projectElem {
  margin-bottom: 18px;
}

.projectImg {
  width: 100%;
  height: 20vw;
  background-color: lightgray;
}

.projectImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threeColumns {
  column-count: 3;
  column-width: 300px;
  column-gap: 9px;
  font-size: 18px;
  hyphens: auto;
}

.endlogoHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.endlogoHolder > img {
  width: 300px;
  height: 400px;
}

.endlogoHolder .arrowHolder img {
  width: 20px;
  rotate: 180deg;
  margin-bottom: 15px;
}

.arrowHolder {
  display: flex;
  align-items: center;
  flex-direction: column;

  cursor: pointer;
}

.toplogoHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;

  display: flex;
  justify-content: center;
  width: 600px;

  cursor: pointer;
}

.topArrowHolder {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50%;

  display: flex;
  justify-content: center;
  width: 15px;

  cursor: pointer;
}

.topArrowHolder img {
  filter: invert(1);
}

.invertedMarquee {
  border-bottom: none;
  margin-bottom: 20px;
}

.invertedHolder {
  display: flex;

  font-size: 48px;
  line-height: 100px;
  height: 100px;
}

.fullWidthHolder {
  /* width: 100vw; */
  width: 1000vw;
  margin-left: -36px;

  overflow: hidden;

  cursor: pointer;
}

.bmElemRight {
  display: flex;
  animation-name: marquee;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes marquee {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.robotoLight {
  font-weight: 300;
}

/* cateegory/overview pages */

#overview_page_holder {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  min-height: calc(100vh - 217px);
}

#overview_elements_container {
  min-height: calc(100vh - 385px);
}

.overview_elements {
  width: 100%;
  margin: 80px auto;
  /* width: calc(100% + 30px); */
  max-width: unset;
  /* transform: translate(-15px, 0px); */
}

.landing_overview_item {
  position: relative;
  width: calc(33.3% - 20px);
  /* max-width: 350px; */
  font-size: 32px;
  font-size: clamp(20px, 3vw, 38px);
  display: block;
  margin-bottom: 40px;
}

#desktop_menu_holder {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 40px);
  margin: auto;
}

#desktop_menu_holder .rightSide .desktopMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  height: 100%;
}

#desktop_menu_holder .rightSide {
  height: 100%;
}

#mobile_menu_right {
  display: none;

  width: 40px;
  height: 50px;
  position: relative;
  background: transparent;

  margin-right: 20px;

  cursor: pointer;
}

.mobile_menu_hr {
  transition: all ease-out 0.5s;
  width: 100%;
  height: 2px;
  border: none;
  position: absolute;
  background-color: #000;
  /* left: -8px; */
}

#menu_hr_1 {
  top: 25%;
}

#menu_hr_2 {
  top: 49%;
  display: block;
}

#menu_hr_3 {
  top: 75%;
}

#desktop_menu_holder .menuBarHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menuBarHolder {
  height: 100px;
}

.menu_item {
  position: relative;
  display: flex;
  align-items: end;

  margin-left: 20px;
}

.menuItemText {
  cursor: pointer;
}

.subMenuItems {
  display: none;
  position: absolute;
  top: 100%;

  font-size: 14px;

  width: 100%;
  min-width: 160px;
  background-color: white;
  padding-top: 20px;

  overflow: hidden;
}

.subMenuItem {
  padding: 5px 0;
}

#desktop_menu_holder .menuBarHolder a {
  margin-left: 5px;
}

.leftSide {
  height: 100px;
  /* height: 100%; */
  /* width: 200px; */
}

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

.logoHolder img {
  height: 100%;
  width: 100%;
}

.loginHolder {
  text-align: right;
}

.titleWrapper {
  position: relative;

  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.titleHolder {
  display: inline;
  margin: 0 auto;

  padding: 5px 10px;

  background-color: #00de8a;
  color: white;

  font-size: 48px;
  font-weight: 300;

  display: none;
}

.titleHolderMobile {
  display: none;

  margin: 0 auto;
  margin-bottom: 10px;

  padding: 5px 10px;

  background-color: #00de8a;
  color: white;

  font-size: 48px;
  font-weight: 300;
}

.subtitleWrapper {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 80px;
  text-align: center;

  line-height: 1.5em;

  font-weight: 300;
}

.subtitleHeader {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;

  font-weight: 400;
}

.subtitleText {
  line-height: 2em;
}

.collapsibleButton {
  display: flex;
  justify-content: center;

  text-align: center;

  cursor: pointer;
}

.collapsibleContainer {
  margin-top: 40px;

  display: none;
}

.collapsibleContainer.opened {
  display: block;
}

.collapsibleButtonText {
  position: relative;
}

.collapsibleButtonText::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid grey;
}

.collapsibleButton .arrow {
  width: 20px;
  height: 20px;

  margin-left: 10px;
  transform: rotate(-90deg);

  display: flex;
  justify-content: center;
  align-items: center;

  transition: all 400ms ease;
}

.opened .arrow {
  transform: rotate(90deg);
}

.collapsibleButton .arrow img {
  width: 15px;
  height: 15px;
}

.collapsibleInfo {
  text-align: center;
  font-weight: 300;
}

.filterBar {
  position: relative;
  margin: 50px auto 0;
  width: 60%;

  border: 1px solid black;
  z-index: 1;
}

.filterBarInput {
  height: 50px;
  /* padding: 5px; */
}

#tagFilterInput {
  outline: none;
  border: none;
  padding-left: 5px;
  height: 100%;
  width: calc(100% - 100px);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.filterBarButton {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border-left: 1px solid #343434;

  cursor: pointer;
}

.triangleDown {
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  border-top: 10px solid lightgrey;

  transform: translateY(5px);
}

.filterElem {
  height: 80%;
  display: inline-flex;
  align-items: center;
  line-height: 100%;
  margin: 5px 0;
  font-size: 18px;
}

.filterElemClose {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  transform: translateY(3px);
}

.filterElemClose img {
  filter: invert(100%) sepia(0%) saturate(14%) hue-rotate(317deg)
    brightness(105%) contrast(105%);
}

.filterInputHolder {
  height: 0;
  overflow: hidden;
}

.filterInputHolder.opened {
  transform: translateX(-1px);
  width: calc(100% + 2px);
  min-height: 50px;
  border: 1px solid black;
  /* border-bottom: none; */
  background-color: white;
}

.newFilterCollect {
  height: 100%;
}

.filterCollapse {
  height: 0;
  overflow: hidden;
}

.filterCollapse.opened {
  transform: translateX(-1px);
  width: calc(100% + 2px);
  height: auto;
  border: 1px solid black;
  border-top: none;
  background-color: white;
}

.selectElement {
  padding: 5px 5px;
  cursor: pointer;
}

.selectElement.hiddenTag {
  display: none !important;
}

.groupContainer {
  max-width: 1200px;
  margin: 100px auto;

  font-weight: 300;
}

.groupSectionBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.groupSectionTitle {
  font-size: 28px;
}

.groupElemBlock {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.groupElemWrapper {
  /* width: calc((100% / 3) - 20px); */
  margin-bottom: 50px;
}

.elemImgWrapper,
.elemVideoWrapper {
  width: 100%;
  height: 100%;
}

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

.elemVideoWrapper {
  position: relative;
  /* display: none; */
}

.elemVideoWrapper .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 60px;
  height: 60px;

  cursor: pointer;
}

.elemVideoWrapper.playing .playButton {
  display: none;
}

.elemImgWrapper {
  display: none;
}

.groupElemContent {
  height: 200px;
}

.groupElemCat,
.groupElemTitle,
.groupElemText {
  margin-top: 10px;
}

.groupElemTitle {
  font-size: 22px;
  font-weight: 400;
}

.groupElemLink {
  position: relative;
  display: inline;

  font-size: 16px;
}

.groupElemLink::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid grey;
}

/* category ------------------------ */

.goLeftWrapper {
  font-weight: 300;

  position: absolute;
  left: 0;

  display: flex;
}

.goRightWrapper {
  font-weight: 300;

  position: absolute;
  right: 0;
  top: 0;

  display: flex;
}

.goLeftArrow {
  margin-right: 20px;

  /* display: inline-block; */
  transform: scale(1, 1.7) translate(0px, 5px);
  color: #9f9f9f;
  /* margin: 0px 4px 0px 6px; */
}

.goRightArrow {
  margin-left: 20px;

  /* display: inline-block; */
  transform: scale(1, 1.7) translate(0px, 5px);
  color: #9f9f9f;
  /* margin: 0px 4px 0px 6px; */
}

#overviewElementsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;

  max-width: 1200px;

  margin: 0 auto;

  /* width: calc((100% / 3) - 20px); */
}

.groupContainer {
  max-width: 1200px;
  margin: 100px auto;

  font-weight: 300;
}

.overviewSectionBar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.overviewSectionTitle {
  font-size: 28px;
}

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

.overviewElemWrapper {
  /* width: calc((100% / 3) - 20px); */
  margin-bottom: 50px;
}

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

.overviewElemContent {
  height: 200px;
  font-weight: 300;
}

.overviewElemCat,
.overviewElemTitle,
.overviewElemText {
  margin-bottom: 10px;
}

.overviewElemTitle {
  font-size: 24px;
  font-weight: 400;
}

.overviewElemLink {
  position: relative;
  display: inline;

  font-size: 16px;
}

.overviewElemLink::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid grey;
}

/* detail ------------------------------- */

.detailSubSubtitle {
  margin-top: 20px;
  font-size: 14px;
  color: grey;
}

.sepLine {
  width: 80%;
  margin: 50px auto;
  /* max-width: 600px; */
  height: 2px;
  background-color: grey;
}

.teilen {
  font-weight: 400;
  max-width: 600px;
  margin: 10px auto;
}

.iconsHolder {
  display: flex;
  height: 40px;

  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}

.iconsHolder img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 1050px) {
  /* .leftSide {
    height: 100%;
    width: 150px;
  } */
  .leftSide {
    height: 100px;
    /* height: 100%; */
    width: 200px;
  }

  #container {
    /* margin-top: 160px; */
  }

  .logoTextHolder * {
    font-size: 5vw !important;
  }

  #desktop_menu_holder .rightSide .desktopMenu {
    display: none;
  }

  #desktop_menu_holder .rightSide #mobile_menu_right {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
  }

  #desktop_menu_holder {
    /* height: 140px; */
  }

  #overviewElementsContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .groupElemBlock {
    /* width: calc((100% / 2) - 20px); */
    grid-template-columns: repeat(2, 1fr);
  }

  .titleHolderDesktop {
    display: none;
  }

  .titleHolderMobile {
    display: block;
  }

  .titleHolder {
    margin-top: 80px;
    max-width: 80%;
    font-size: 36px;
  }

  #landing_overview_elements .titleHolder {
    display: none;
    margin-top: 0;
  }

  .filterBar {
    width: unset;
  }
}

@media screen and (max-width: 700px) {
  .mobileElem {
    display: block;
  }

  .headerElem * {
    font-size: 36px !important;
  }

  .threeColGrid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .projectImg {
    height: calc((100vw - 72px) * 2 / 3);
  }

  .logoTextHolder {
    font-size: 5vw;
  }

  /* .topText {
    font-size: 4vw;
  } */

  .invertedHolder * {
    font-size: 48px !important;
  }

  .threeColumns {
    font-size: 22px !important;
  }

  /* .fundedProjectsElemHolder {
    max-height: unset;
    overflow: unset;
  } */

  /* .moreElem {
    display: none;
  } */

  .topArrowHolder {
    bottom: 150px;
  }

  .headerElemSpan {
    font-size: 22px;
    margin: 10px 0px 10px 0;
  }

  .imprintAndPrivacy {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
  }
}

@media screen and (max-width: 700px) {
  #overviewElementsContainer {
    grid-template-columns: repeat(1, 1fr);

    grid-gap: 0px;
  }

  .groupElemBlock {
    grid-template-columns: repeat(1, 1fr);

    grid-gap: 0px;
  }

  .groupElemWrapper {
    width: 100%;
  }
}
