/**
$max: fontsize for desktop in px
$lineHeight: lineheight for desktop in px
$min: fontsize for mobile in px
$marginBottom: factor of the bottommargin to the base of 40px on desktop --> ist umgestellt, war vorher marginTop
*/
.mono_footer {
  background: var(--black);
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mono_footer {
    padding: 0 15px;
    flex-direction: row;
    min-height: 190px;
  }
}
.mono_footer.mono_container {
  padding: 25px 0 25px 0;
}
@media (min-width: 568px) {
  .mono_footer.mono_container {
    padding: 35px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .mono_footer.mono_container {
    padding: 35px 0 45px 0;
  }
}
@media (min-width: 1024px) {
  .mono_footer.mono_container {
    padding: 0;
  }
}
.mono_footer__wrapper {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1392px;
  --grid_gap: 43;
  gap: calc(var(--grid_gap) * 1px);
}
@media (min-width: 568px) {
  .mono_footer__wrapper {
    flex-direction: column;
    --grid_gap: 31;
  }
}
@media (min-width: 1024px) {
  .mono_footer__wrapper {
    flex-direction: row;
    --grid_gap: 8;
  }
}
@media (min-width: 1140px) {
  .mono_footer__wrapper {
    --grid_gap: 0;
  }
}
.mono_footer__wrapper-left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 568px) {
  .mono_footer__wrapper-left {
    width: 50%;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .mono_footer__wrapper-left {
    flex-direction: row;
    width: calc(66.6666666667% - var(--grid_gap) * 1px * 0.3333333333);
  }
}
@media (min-width: 1024px) {
  .mono_footer__wrapper-left {
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    max-width: 60%;
    gap: 14px;
  }
}
.mono_footer__wrapper-right {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 568px) {
  .mono_footer__wrapper-right {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .mono_footer__wrapper-right {
    width: calc(33.3333333333% - var(--grid_gap) * 1px * 0.6666666667);
    position: relative;
  }
}
@media (min-width: 1024px) {
  .mono_footer__wrapper-right {
    flex-direction: row;
    width: 100%;
    max-width: 40%;
  }
}
.mono_footer__wrapper-right p {
  color: var(--white);
}
.mono_footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .mono_footer__nav {
    justify-content: left;
    display: flex;
    padding: 0;
    margin-top: 0;
    gap: 10px;
    width: 75%;
  }
}
.mono_footer__nav .mono_footer__nav {
  margin-top: 0;
}
.mono_footer__nav a {
  border-bottom: 2px solid transparent;
  transition: border-bottom 100ms;
  letter-spacing: 0.2px;
  text-decoration: none;
  font-size: 16px;
  font-size: clamp(0.8rem, calc( 0vw  + 1rem), 1rem);
  line-height: 120%;
}
.mono_footer__nav a:hover {
  color: var(--blue);
}
.mono_footer__nav p {
  margin-bottom: 0;
  font-size: 16px;
  font-size: clamp(0.8rem, calc( 0vw  + 1rem), 1rem);
  line-height: 120%;
}
.mono_footer__nav-wrapper {
  order: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mono_footer__nav-wrapper {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .mono_footer__nav-wrapper {
    margin-top: 0;
    order: 2;
    width: 100%;
    flex-direction: row;
    max-width: 156px;
  }
}
@media (min-width: 1024px) {
  .mono_footer__nav-wrapper {
    max-width: 100%;
  }
}
.mono_footer__left {
  padding: 0;
  gap: 7px;
  display: flex;
  flex-direction: column;
  order: 1;
  width: 100%;
}
.mono_footer__left p {
  color: var(--white);
  font-size: 16px;
  font-size: clamp(0.8rem, calc( 0vw  + 1rem), 1rem);
  line-height: 120%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mono_footer__left {
    width: 100%;
    max-width: 220px;
    padding: 0;
    gap: 6px;
  }
}
@media (min-width: 1024px) {
  .mono_footer__left {
    width: 100%;
    margin-top: 0;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
.mono_footer__left-text {
  color: var(--white);
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.mono_footer__left-street p {
  margin: 0;
  color: var(--grey);
}
.mono_footer__left-post p {
  margin: 0;
  color: var(--grey);
}
.mono_footer__left-logo {
  margin-bottom: 50px;
}
.mono_footer__left-logo img {
  max-width: 220px;
  height: fit-content;
}
@media (min-width: 1024px) {
  .mono_footer__left-logo img {
    max-width: 320px;
  }
}
.mono_footer__right {
  padding: 15px;
  margin-top: 17px;
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mono_footer__right p, .mono_footer__right a {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mono_footer__right-phone a, .mono_footer__right-fax a {
  text-decoration: none;
}
.mono_footer__right-mail a {
  text-decoration: none;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .mono_footer__right-mail a {
    text-decoration: underline;
  }
}
@media (min-width: 568px) {
  .mono_footer__right {
    width: 75%;
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .mono_footer__right {
    width: 100%;
    max-width: 220px;
    margin-top: 0;
    padding-top: 0;
    gap: 6px;
    position: relative;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .mono_footer__right {
    width: 100%;
    margin-top: 0;
    order: 1;
    padding-left: 60px;
    padding-right: 0;
    max-width: unset;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1140px) {
  .mono_footer__right {
    padding-left: 0;
  }
}
.mono_footer__nav-link, .mono_footer__nav-link:visited, .mono_footer__nav-link:active, .mono_footer__nav-link:focus {
  color: var(--grey-light);
}