@charset "utf-8";
/* PAGE */
.page {
  min-height: var(--currentview-height);
  display: flex;
  flex-direction: column;
  width: 100%;
  /* overflow-x: hidden; */
 /* outline: calc(max(100vw, 100dvh)) solid var(--bg-color-strong);*/
}
.page .cookiesettingbox{
  background: transparent;
  color: currentcolor;
}
body:after {
  content: " ";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-image:  url(../../../data/media/goeppingen_logo_berge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center calc((0.5 + 0.5 *  (1 - var(--page-rel-scrolly))) * 200% - 80%); */
  /* transition: background-position 2s; */
  border-radius:
  var(--border-radius);
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0.05;
  filter: grayscale(1);
  background-position: center;
}
body{
  background: rgb(250 250 250 / 1);
}

