body {
  background-color: white;
  position: absolute;
  top: 0;
  width: 100vw;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Open Sans";
  overflow-x: clip;
}
body .headwrap {
  position: fixed;
  z-index: 10;
}
body a {
  transition: 200ms;
}
body a:hover {
  color: rgba(0, 0, 0, 0.75);
  transform: scale(1.05);
  transition: 200ms;
}
body #toggleButton {
  z-index: 10001;
  position: relative;
  font-size: 2rem;
  border: none;
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0);
  transition: 500ms ease-in-out;
}
body #toggleButton.button-active {
  transform: rotate(315deg);
  transition: 500ms ease-in-out;
  color: white;
}
body #toggleButton.button-active:hover {
  color: rgba(0, 0, 0, 0.75);
}
body #toggleButton:hover {
  color: rgb(188, 209, 0);
}
body #toggleDiv {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: linear-gradient(90deg, rgb(188, 209, 0) 20%, rgba(188, 209, 0, 0.6) 100%);
  transition: 500ms ease-in-out;
  padding: 1rem 5rem;
  box-sizing: border-box;
  color: white;
}
body #toggleDiv ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  list-style-type: none;
}
body #toggleDiv ul li {
  font-size: 2rem;
}
body #toggleDiv ul li > a {
  text-transform: uppercase;
}
body #toggleDiv ul li a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
body #toggleDiv ul li a:hover {
  text-decoration: underline;
}
body #toggleDiv ul li ul {
  display: flex;
  max-width: 350px;
  flex-direction: column;
  padding: 0.3rem 0.3rem 1.5rem 1rem;
  margin: 0.2rem;
}
body #toggleDiv ul li ul li {
  font-size: 1.25rem;
}
body #toggleDiv ul li ul li a {
  color: rgba(0, 0, 0, 0.75);
  text-transform: unset;
}
body #toggleDiv.hidden {
  transform: translateX(-100%);
}
body header {
  padding: 0.5rem 1rem;
  width: calc(100vw - 2rem);
  color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
body header a.logo {
  position: relative;
  display: flex;
  left: 0;
  width: 14vw;
  transition: 500ms;
}
body header a.logo.scrolled {
  width: 9vw;
}
body header a.logo img {
  width: 100%;
}
body header a.resp-button {
  display: none;
}
body header a {
  color: rgb(188, 209, 0);
  text-decoration: none;
}
body header .info {
  width: 100%;
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
  gap: 1rem;
}
body header .info .social {
  font-size: 1.25rem;
  display: flex;
}
body header .info .social a {
  margin: 0 5px;
}
body header .info .social .language {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
body header .info .social .language img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
body aside.logo {
  display: flex;
  position: fixed;
  z-index: 10;
  top: 60vh;
  width: 15vw;
}
body aside.logo a {
  padding: 10%;
}
body aside.logo a img {
  max-width: 100%;
  width: 100%;
}
body .menu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-size: 1.5rem;
  gap: 1rem;
}
body .menu > ul.rex-navi1 {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 20px;
}
body .menu > ul.rex-navi1 li {
  padding: 0.5rem;
  position: relative;
}
body .menu > ul.rex-navi1 li:hover {
  background-color: rgb(255, 255, 255);
}
body .menu > ul.rex-navi1 li:hover ul {
  display: flex;
  font-size: 1rem;
  position: absolute;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  flex-direction: column;
  list-style-type: none;
  gap: 1rem;
  padding: 10px;
  margin: 0;
  left: 0;
  padding-top: 20px;
}
body .menu > ul.rex-navi1 li:hover ul li {
  padding: unset;
}
body .menu > ul.rex-navi1 li:hover ul li ul {
  display: none;
}
body .menu > ul.rex-navi1 ul {
  display: none;
}
body .menu > ul.rex-navi1 ul:hover {
  display: flex;
}
body .menu > ul.rex-navi1 ul a:hover {
  color: rgb(188, 209, 0);
}
body .menu > ul.rex-navi1 a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
body .menu > ul.rex-navi1 a:hover {
  color: rgb(188, 209, 0);
}
body section.hero-section {
  width: 100vw;
  background-image: url("../img/Rembold_Moverscan_fin.png");
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 5vh;
  max-height: 61vh;
  position: relative;
}
body section.hero-section .wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
body section.hero-section .slider {
  position: relative;
  height: 100%;
}
body section.hero-section .slider .mySlides {
  width: 100%;
  height: 100%;
}
body section.hero-section .slider .mySlides img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body section.hero-section .slider .arrows {
  position: absolute;
  width: calc(100% - 80px);
  bottom: 40%;
  justify-content: space-between;
  display: flex;
  padding: 0 40px;
}
body section.hero-section .slider .arrows .prev, body section.hero-section .slider .arrows .next {
  color: rgb(188, 209, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  font-size: 2em;
  cursor: pointer;
  padding: 14px;
  border: 1px solid rgb(188, 209, 0);
  border-radius: 2px;
}
body main > div.section:first-of-type {
  margin: 13vh auto 30vh !important;
}
body main > .section {
  margin: 13vh auto 30vh !important;
}
body main > .section ~ .section {
  margin: 30vh auto !important;
}
body main {
  position: relative;
  margin: auto;
  color: rgba(0, 0, 0, 0.75);
}
body main .headpic {
  min-height: 61vh;
  position: relative;
}
body main .headpic .quote {
  position: absolute;
  bottom: 0;
  color: black;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1rem;
}
body main .headpic .quote p {
  margin: 0;
}
body main a {
  color: rgb(188, 209, 0);
}
body main .referenzen {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  max-width: 900px;
  margin: auto;
}
body main .referenzen .referenz {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body main .referenzen .referenz img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main .textright {
  width: 100vw;
}
body main .textright .text-markdown {
  max-width: 900px;
  width: 65%;
  margin: auto;
}
body main .section > a {
  background-color: rgb(188, 209, 0);
  color: white;
  border-radius: 2rem;
  padding: 1rem;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}
body main .section {
  max-width: 900px;
  width: 65%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin: 30vh auto;
}
body main .section:first-of-type, body main .section:nth-of-type(1) {
  margin: 13vh auto 30vh;
}
body main .section.galerie {
  width: 95vw;
  max-width: unset;
}
body main .section.galerie .images figure {
  width: 100%;
  filter: saturate(0.8);
  transition: 200ms;
}
body main .section.galerie .images figure:hover {
  transform: scale(1.05);
  filter: saturate(1);
}
body main .section.galerie .images figure a {
  width: 100%;
}
body main .section.galerie .images figure a img {
  width: 100%;
}
body main .section h6 {
  display: none;
}
body main .section .images {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5vw;
}
body main .section .mpwrap {
  grid-column: span 6;
  display: flex;
  justify-content: space-around;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
body main .section .mpwrap a.mps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  word-wrap: anywhere;
  text-align: center;
  align-items: center;
}
body main .section .mpwrap a.mps img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}
body main .section h1, body main .section h6 {
  grid-column: span 6;
}
body main .section h1 {
  font-size: 2.5rem;
  font-weight: lighter;
}
body main .section .left, body main .section .right {
  grid-column: span 3;
}
body main .section .c-1 {
  grid-column: span 2;
}
body main .section .both {
  grid-column: span 6;
}
body main .section .news {
  grid-column: span 6;
  padding: 20px;
  border: 2px solid rgb(188, 209, 0);
  position: relative;
}
body main .section .news::before {
  position: absolute;
  top: -37px;
  left: -2px;
  background-color: rgb(188, 209, 0);
  content: "News";
  padding: 7px;
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
}
body main .section .re-news {
  grid-column: span 6;
  padding: 20px;
  border: 2px solid rgb(188, 209, 0);
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  background-color: rgba(188, 209, 0, 0.3);
}
body main .section .re-news .rexmedia {
  max-width: 100%;
  max-height: 100%;
}
body main .textright, body main .textleft {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
body main .textright .picture img, body main .textleft .picture img {
  max-width: 100%;
}
body .spacer {
  position: relative;
  height: 10vh;
}
body .body-bg-image {
  display: none;
  position: fixed;
  height: 40%;
  bottom: 125px;
  left: 60px;
  opacity: 0.3;
  z-index: -5;
}
body footer {
  position: absolute;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  bottom: 0;
  width: calc(100vw - 2rem);
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
}
body footer a {
  color: rgb(188, 209, 0);
  text-decoration: none;
}
body footer .multidomain a {
  padding: 0 20px;
}
body footer .multidomain a img {
  max-height: 50px;
}
body footer .impdat {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
}

@media only screen and (max-width: 1600px) {
  body .body-bg-image {
    display: none;
  }
  body main .section .images {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1920px) {
  body aside.logo {
    top: 0.5rem;
    bottom: unset;
    width: 10vw;
    left: 1rem;
    padding: 0;
  }
  body aside.logo a {
    padding: 0;
  }
  body main .textright {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1600px), only screen and (max-height: 700px) {
  body #toggleDiv {
    overflow: scroll;
  }
  body #toggleDiv ul.rex-navi1 {
    flex-direction: column;
    gap: 2rem;
    margin: 2vh 0 10vh 0;
  }
  body #toggleDiv ul.rex-navi1 ul {
    width: 100%;
    max-width: unset;
  }
  body #toggleDiv ul.rex-navi1 ul li {
    width: 100%;
  }
  body #toggleDiv ul.rex-navi1 ul li a {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body aside.logo {
    top: 0vh;
    width: 16vh;
    right: 0;
    left: unset;
  }
  body aside.logo a {
    padding: 10%;
  }
  body main .referenzen {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body main .referenzen .referenz {
    justify-content: center;
    display: flex;
  }
  body main .referenzen .referenz img {
    max-width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main .section {
    grid-template-columns: 1fr;
  }
  body main .section h1 {
    grid-column: span 1;
  }
  body main .section .images {
    grid-template-columns: 1fr;
  }
  body main .section .images figure {
    display: flex;
  }
  body main .section .images figure a {
    width: 100%;
  }
  body main .section .images figure a img {
    width: 100%;
  }
  body header a.resp-button {
    display: block;
    position: absolute;
    top: 15px;
    font-size: 2rem;
  }
  body header .info {
    display: none;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgba(188, 209, 0, 0.2);
    color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    gap: 20px;
  }
  body header .info a {
    color: rgba(0, 0, 0, 0.75);
  }
  body footer .multidomain a img {
    max-height: 25px;
  }
}
@media only screen and (max-width: 650px) {
  body .menu {
    width: calc(100vw - 40px);
    left: 0;
  }
  body div.info {
    width: calc(100% - 40px);
    top: 55px;
  }
  body main {
    width: 85%;
  }
  body main .section {
    display: flex;
    flex-direction: column;
  }
  body main .section .images {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  body main .section .mpwrap {
    display: block;
  }
  body main .section .mpwrap a.mps {
    max-width: 50%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  body footer {
    position: absolute;
    display: flex;
    flex-direction: column;
  }
  body footer .multidomain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px;
  }
}/*# sourceMappingURL=redesign.css.map */