@font-face {
  font-family: Patriona;
  src: url('../fonts/Patriona.woff2') format("woff2"), url('../fonts/Patriona.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --adapto--mr-white-lines: #ffffff26;
  --white: white;
  --untitled-ui--gray900: #283038;
  --oranje: #c3ad85;
  --brown-charcoal: #0f0d0b;
  --adapto--mr-site-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --adapto--mr-white: white;
  --charcoal: #0f0f0f;
  --adapto--mr-white-text: #ffffffd9;
  --adapto--mr-site-bg-1: var(--adapto--mr-site-bg-2);
  --green: #288778;
  --fliess-grey: #ccc;
  --dark-grey-light: #2e3135;
  --darkgrey: #1b1d1f;
  --mint: #7affb9;
  --light-grey-charcoal: #767676;
  --light-charcoal: #979797;
  --black: black;
  --adapto--mr-site-bg-2: #ffffffd9;
  --lighter-dark-grey: var(--darkgrey);
  --adapto--mr-primary-100: #005f36;
  --adapto--mr-primary-40: #6294f9;
  --adapto--mr-primary-20: #89affb;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray600: #dfd0cc;
  --untitled-ui--gray50: #f9fafb;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--black: #131313;
}

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

.mr-close-navbar-menu {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 36px;
  right: 24px;
}

.mr-glass-panel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel.w--open {
  background-color: #0000;
}

.mr-glass-panel.button {
  z-index: 5;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--adapto--mr-white-lines);
  opacity: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--untitled-ui--gray900);
  cursor: pointer;
  background-color: #28303800;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5rem .8rem 2rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  position: relative;
  overflow: visible;
}

.mr-glass-panel.button:hover {
  border-color: var(--oranje);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--brown-charcoal);
  background-color: #ffd49400;
  background-image: linear-gradient(38deg, #ffd494cc, #f5dfbecc 69%);
}

.mr-glass-panel.button.weg {
  letter-spacing: -.5px;
  border-radius: 1rem;
  font-size: 1.15rem;
}

.mr-glass-panel.button.button-glow {
  overflow: hidden;
}

.mr-navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.mr-navbar {
  background-color: #0000;
}

.mr-uplit-gradient-wrapper {
  pointer-events: none;
  width: 150%;
  height: 500px;
  display: block;
  position: absolute;
  bottom: 0;
  right: auto;
  overflow: visible;
}

.mr-bold-text {
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white);
  font-weight: 600;
}

.mr-uplit-gradient-wrapper-2 {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.mr-uplit-gradient-wrapper-3 {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 1000px;
  margin-left: 0;
  position: absolute;
  top: 40.6406px;
  bottom: 0;
  left: -646px;
  overflow: visible;
}

.mr-titled-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-section-3 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 12rem;
  display: block;
  position: relative;
  overflow: visible;
}

.mr-section-3.footer {
  z-index: 0;
  background-color: var(--charcoal);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 6rem 6rem;
  display: flex;
  overflow: hidden;
}

.mr-section-3.footer.home {
  background-color: #0f0f0f00;
  padding: 3.5rem 7rem 7rem;
}

.mr-titled-section-2 {
  z-index: 3;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mr-uplit-gradient-wrapper-4 {
  pointer-events: none;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-body-text-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text-4.mr-bold-text {
  color: var(--adapto--mr-white);
  font-family: Geist, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.mr-small-text {
  color: var(--adapto--mr-white-text);
  margin-bottom: -2px;
  margin-right: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-container---main-4 {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mr-social-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.mr-social-links.weg {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.mr-footer-copyright-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mr-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-footer-bottom.mr-bordered-style {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--adapto--mr-white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  padding-top: 1.5rem;
  display: grid;
  position: relative;
}

.mr-footer-link {
  opacity: 1;
  color: var(--adapto--mr-white);
  font-family: Geist, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.mr-footer-link:hover {
  opacity: 1;
  color: var(--oranje);
}

.mr-footer-menu {
  z-index: 3;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.mr-footer-menus {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 1;
  display: flex;
  position: relative;
}

.mr-footer-large-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-footer-large-menu-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mr-container---s-2 {
  flex: none;
  width: 100%;
  max-width: 416px;
}

.mr-container---s-2.mr-contains-large-menu {
  max-width: 40%;
}

.mr-footer-top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mr-footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mr-footer-wrapper.mr-increased-gap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

.image {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.link-block {
  z-index: 3;
  width: auto;
  height: 33px;
  position: relative;
}

.link-block.w--current {
  height: 47.5px;
}

.link {
  color: var(--adapto--mr-white);
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: var(--adapto--mr-site-bg-1);
  -webkit-text-stroke-color: var(--oranje);
}

.button {
  opacity: .8;
  color: #dda639;
  cursor: none;
  background-color: #031b1e;
  border: 2px solid #dda639;
  border-radius: 100px;
  padding: 1vw 4vw;
}

.button:hover {
  opacity: 1;
}

.mr-container---main-5 {
  z-index: 10;
  width: auto;
  max-width: 85%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mr-navbar-justified-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-4 {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
  position: relative;
}

.subline-headline-1 {
  z-index: 5;
  color: #283038;
  max-width: 95%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 155%;
  position: relative;
}

.subline-headline-1.w {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 160%;
}

.subline-headline-1.w.mid {
  text-align: center;
  align-self: center;
  max-width: 90%;
  margin-top: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}

.headline-1 {
  color: #283038;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 115%;
  text-decoration-style: solid;
}

.headline-1.w {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 100%;
  font-family: Geist, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 110%;
}

.headline-1.w.mid {
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  max-width: 90%;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 115%;
}

.headline-1.w._90 {
  max-width: 90%;
}

.headline-1.white {
  width: 65%;
  color: var(--white);
  letter-spacing: -.5px;
  font-family: Geist, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 115%;
}

.wrapper {
  background-color: var(--brown-charcoal);
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper.impressum {
  padding-top: 8rem;
}

.image-5 {
  z-index: 12;
  height: 3rem;
  position: relative;
}

.w {
  width: 100%;
  max-width: 100%;
  color: var(--white);
  text-align: center;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: .9rem;
}

.w.l {
  z-index: 5;
  opacity: 0;
  text-align: left;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}

.head-section {
  background-image: url('../images/marianluebbermann-webdesigner-webflow.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 85vh;
  padding-bottom: 7rem;
  padding-left: 7rem;
  display: flex;
  position: relative;
}

.head-section.ibbenbueren {
  background-image: url('../images/webdesign-ibbenburen.avif');
  background-position: -25%;
  background-attachment: fixed;
  height: 100vh;
}

.head-section.lengerich {
  background-image: url('../images/website-hahn-pflanzen..avif');
  background-position: 0%;
  height: 100vh;
}

.head-section.blog {
  background-image: url('../images/webdesign-blog-marian.jpg');
  background-position: 50%;
  background-size: auto;
}

.head-section.ref-seiten {
  background-image: none;
  height: 100vh;
  padding-left: 0;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 9rem 7rem;
  display: flex;
  position: relative;
}

.div-block-5.plus {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 14rem;
  padding-right: 14rem;
}

.div-block-5.refs {
  padding-top: 0;
  padding-left: 7rem;
  padding-right: 7rem;
}

.overlay {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 85vh;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: center start;
  height: auto;
}

.grid-3._4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
}

.grid-3._4rem.longer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: 75vh;
  grid-template-columns: .75fr 1.25fr;
  place-items: center start;
}

.grid-3._4rem.longer.auto {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.img-100 {
  z-index: 1;
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.img-100.no {
  border-radius: .75rem;
  height: auto;
}

.img-100._1rem {
  margin-top: 1rem;
}

.img-100._1rem.noslide {
  background-color: var(--charcoal);
}

.img-100.cover {
  object-fit: cover;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-6._60 {
  z-index: 2;
  width: 65%;
  position: relative;
}

.div-block-6._75 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.div-block-6._90 {
  z-index: 1;
  width: 90%;
  height: auto;
  position: relative;
}

.div-block-6.mid {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
}

.div-block-6.mid._5vh {
  margin-bottom: 10vh;
}

.div-block-6._100.duo {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.h2 {
  max-width: 75%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.h2.patr {
  text-align: center;
  font-family: Patriona, Arial, sans-serif;
}

.h2.patr._60 {
  max-width: 75%;
  margin-bottom: 1rem;
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 400;
}

.h2.patr._60.bigger {
  max-width: none;
  font-size: 7rem;
}

.h2.patr._60.bigger._100 {
  margin-bottom: 0;
  line-height: 100%;
}

.h2.enger {
  max-width: 100%;
}

.h2.enger._0-bot {
  margin-bottom: 0;
}

.h2._100 {
  max-width: 100%;
  margin-bottom: 1rem;
  line-height: 110%;
}

.fliess {
  color: var(--charcoal);
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 160%;
}

.fliess.w {
  color: var(--white);
  text-align: left;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.fliess.w._85 {
  max-width: 85%;
}

.fliess.w._85.enger {
  max-width: 60%;
}

.fliess.w.link:hover {
  color: var(--green);
}

.fliess.w.gr {
  color: var(--fliess-grey);
  font-weight: 200;
}

.fliess.w._80.mid {
  text-align: center;
}

.fliess.w._50 {
  margin-top: 0;
}

.fliess.w._1-5rem {
  font-size: 1.5rem;
}

.fliess.w._75 {
  max-width: 75%;
}

.fliess.w.unten-rem {
  margin-bottom: 2rem;
}

.fliess.w.mid {
  text-align: left;
}

.fliess.w._60 {
  max-width: 60%;
}

.fliess.w._2rem-bot {
  margin-bottom: 2rem;
}

.div-block-7 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0f0d0bbf;
  background-image: linear-gradient(41deg, #0f0d0ba6 19%, #2a25208c 50%, #a4855c54 70%, #0f0d0ba6);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 1.25rem;
  padding: 1.25rem 2.5rem;
  display: flex;
  position: relative;
}

.typo-links {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 9rem 7rem;
  display: flex;
  overflow: hidden;
}

.typo-links._3rem {
  position: relative;
  overflow: visible;
}

.typo-links._3rem.mehr {
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: visible;
}

.typo-links._3rem.mehr._100vh {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.div-block-8 {
  z-index: 2;
  opacity: .33;
  object-fit: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.code-embed.mr-glass-panel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.code-embed.mr-glass-panel.inner {
  padding: 6rem;
}

.normal--navbar {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 14rem;
  padding-right: 14rem;
  display: flex;
  position: fixed;
}

.bold-text-5 {
  font-weight: 600;
}

.branches-frei {
  z-index: 1;
  border-radius: 8px;
  width: 50%;
  position: absolute;
  bottom: -7.5%;
  right: -10%;
  overflow: hidden;
}

.text-span-8 {
  text-decoration: underline;
}

.link-3 {
  color: var(--white);
  cursor: pointer;
  font-size: 1.25rem;
  text-decoration: none;
  transition: color .3s;
}

.link-3:hover {
  color: var(--oranje);
}

.abdunkler.nurmobil {
  z-index: 0;
  background-image: linear-gradient(360deg, var(--brown-charcoal) 5%, #fff0 39%, #fff0 62%);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.abdunkler.nurmobil.higher {
  background-image: linear-gradient(360deg, var(--charcoal) 8%, #00000045 58%, #fff0 100%, #fff0 100%, #fff0);
}

.bold-text-7, .text-span-12 {
  font-weight: 600;
}

.mr-section-4 {
  background-color: #0f0d0b00;
  align-self: stretch;
  padding-top: 45px;
  padding-bottom: 45px;
}

.mr-container---main-6 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14rem;
  padding-right: 14rem;
}

.mr-logos-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.mr-logos-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.mr-logo-group {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 54px;
  display: flex;
}

.mr-logo-group-image {
  opacity: .85;
  width: 125px;
  max-width: none;
}

.mr-logo-group-image.smaller {
  width: 100px;
}

.mr-logo-group-image.smaller.bitmore {
  width: 75px;
}

.mr-scrim {
  background-image: linear-gradient(90deg, var(--charcoal), #131a2700 10%, #0f1f3c00 90%, var(--charcoal));
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.head-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.section-einstieg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--brown-charcoal);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 9rem 14rem;
  display: flex;
}

._50 {
  max-width: 50%;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: flex;
}

.icon {
  display: block;
}

.image-7 {
  align-self: flex-start;
  width: 10vw;
}

.grid-5 {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: 40vh 40vh 42.5vh 42.5vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.grid-5.mobile {
  display: none;
}

.grid-5.desk {
  grid-auto-rows: 40vh;
}

.left-arrow {
  z-index: 3;
}

.div-block-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves-grid-faq-1 {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  position: relative;
}

.waves-expandable-master-faq-1 {
  max-width: none;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  border-top: 1px solid var(--dark-grey-light);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  background-color: var(--oranje);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  background-color: var(--oranje);
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves---expand-space {
  height: 24px;
}

.h3 {
  max-width: 80%;
  color: var(--white);
  font-family: Geist, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.h3.mr-footer-wrapper {
  max-width: none;
  color: var(--white);
}

.mr-accordion-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  transition: opacity .2s;
  display: flex;
}

.mr-accordion-title:hover {
  opacity: .7;
}

.text-block-3 {
  overflow: visible;
}

._80 {
  max-width: 65%;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-grid-blog-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--darkgrey);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tablet-mockup-animation {
  z-index: 2;
  width: 100%;
  position: relative;
}

.ipad-mockup {
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.section-tablet-scroll-animation {
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: visible;
}

._3d-tablet-inner {
  box-shadow: 0 2px 5px #0003;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.ipad-screen {
  z-index: 3;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
  overflow: hidden;
}

.mr-titled-section-3 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-downlit-gradient-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.mr-horizontal-gallery-set {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.embed-100 {
  width: 100%;
  height: auto;
}

.embed-100.mr-glass-panel.inner {
  z-index: 5;
  background-color: var(--brown-charcoal);
  background-image: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4rem 6rem;
  position: relative;
}

.embed-100.mr-glass-panel.inner.tablet-glow {
  background-image: linear-gradient(222deg, #ebdbc11a, #0000);
  position: absolute;
}

.box_component {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-exterior {
  z-index: 1;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.box-interior {
  background-color: var(--brown-charcoal);
  object-fit: contain;
  background-image: linear-gradient(#e2e8ff00, #e2e8ff08);
  border: 1px solid #e2e8ff1a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.gradient-line {
  border-radius: 1px;
  margin: -100%;
  position: absolute;
  inset: 0%;
}

.slider-author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.slider-icon {
  width: auto;
  height: 3rem;
  color: var(--mint);
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.slider-avatar {
  object-fit: cover;
  border: 2px solid #ffffffbf;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 1px;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  width: 2rem;
  height: 2rem;
  color: var(--brown-charcoal);
  justify-content: center;
  align-items: center;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  display: flex;
}

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

.image-cover.mr-glass-panel.img {
  border-radius: 20px;
  padding: 0;
}

.left-arrow-hidden {
  display: none;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff0;
  background-image: linear-gradient(220deg, #ffffffe6, #fff6);
  border-radius: 9px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 48px;
  height: 3.5rem;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: var(--white);
}

.slider-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1.33fr;
  width: 100%;
  height: 70vh;
}

.slide-nav-hidden {
  display: none;
}

.slider-image {
  height: 100%;
  position: relative;
}

.slider-control-row {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  right: -3rem;
}

.slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-author {
  color: var(--light-grey-charcoal);
  letter-spacing: .08px;
  margin-top: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  line-height: 145%;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff0;
  background-image: linear-gradient(220deg, #ffffffe6, #fff6);
  border-radius: 9px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 48px;
  height: 3.5rem;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: var(--white);
}

.right-arrow-hidden {
  display: none;
}

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

.slider-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-2, .mask {
  height: auto;
}

.wider {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 65%;
  display: flex;
}

.div-block-10._100 {
  height: 100%;
}

.div-block-10._80 {
  max-width: 80%;
}

.logo-kunde {
  height: 4.5rem;
  padding: 3rem 0 0 3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.text-span-14 {
  background-image: linear-gradient(0deg, var(--light-charcoal), white 65%);
  text-transform: none;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
  font-family: Patriona, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  overflow: visible;
}

.text-span-15 {
  color: #ccc;
}

.eyebrow {
  color: #c3ad85;
  letter-spacing: 1px;
  font-family: Geist, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.black-wrap {
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #0f0d0bed, #fff0);
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.black-wrap._80 {
  width: 80%;
  max-width: 80%;
}

.pfeil {
  margin-left: 5px;
}

.text-span-17, .text-span-18 {
  color: var(--fliess-grey);
}

.text-span-19 {
  color: var(--fliess-grey);
  font-weight: 300;
}

.wrapper-gradient {
  position: relative;
}

.text-span-20 {
  color: var(--fliess-grey);
}

.tablet-glow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.mobile-buttons.call, .mobile-buttons.mail {
  display: none;
}

.div-block-8-copy {
  z-index: 2;
  opacity: .33;
  object-fit: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .div-block-4 {
    max-width: 60%;
  }

  .subline-headline-1.w {
    max-width: 75%;
  }

  .headline-1.w {
    max-width: 80%;
  }

  .head-section {
    padding-left: 14rem;
  }

  .div-block-5 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .div-block-5.plus {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .grid-3 {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    grid-template-columns: 1fr 1.25fr;
  }

  .img-100.no {
    height: auto;
  }

  .div-block-6._75 {
    width: 85%;
  }

  .h2.patr._60 {
    max-width: 65%;
  }

  .h2.enger {
    max-width: 75%;
  }

  .typo-links {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .normal--navbar {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .div-block-10 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .mr-close-navbar-menu {
    pointer-events: auto;
  }

  .mr-uplit-gradient-wrapper, .mr-uplit-gradient-wrapper-2, .mr-uplit-gradient-wrapper-3 {
    height: 300px;
  }

  .mr-titled-section {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-section-3 {
    padding: 5rem 5rem 7.5rem;
  }

  .mr-section-3.footer {
    padding: 3rem;
  }

  .mr-titled-section-2 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: center;
    align-items: flex-start;
  }

  .mr-uplit-gradient-wrapper-4 {
    height: 300px;
  }

  .mr-container---main-4 {
    max-width: 100%;
  }

  .mr-footer-large-menu-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    max-width: 80%;
  }

  .mr-container---s-2.mr-contains-large-menu {
    max-width: 100%;
  }

  .mr-footer-top-row {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
  }

  .mr-footer-wrapper.mr-increased-gap {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .button {
    text-align: center;
    cursor: pointer;
    flex: 1;
    padding: 14px 50px;
    font-size: 2vw;
  }

  .mr-container---main-5 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 85%;
  }

  .subline-headline-1 {
    text-align: left;
  }

  .subline-headline-1.w.mid {
    max-width: 100%;
    margin-top: 0;
  }

  .headline-1.w.mid {
    font-size: 3.5rem;
  }

  .image-5 {
    object-fit: contain;
    height: 4rem;
    max-height: 100%;
    display: block;
    position: relative;
  }

  .head-section {
    background-position: 60% 100%;
    height: 87.5vh;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }

  .head-section.ibbenbueren {
    background-position: 33%;
  }

  .div-block-5 {
    padding: 7rem 3rem;
  }

  .div-block-5.plus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .overlay {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .img-100.no {
    object-fit: cover;
    object-position: 50% 12.5%;
    width: 50%;
    height: 33vh;
  }

  .div-block-6._60 {
    z-index: 2;
    width: 100%;
  }

  .div-block-6._75 {
    width: 100%;
  }

  .div-block-6._100.duo {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2.patr._60 {
    max-width: 100%;
  }

  .fliess.w._85.enger {
    max-width: 70%;
  }

  .fliess.w._50 {
    max-width: 100%;
  }

  .div-block-7 {
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .typo-links {
    padding-bottom: 4.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .typo-links._3rem {
    padding-bottom: 4.5rem;
  }

  .normal--navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .abdunkler.nurmobil {
    display: none;
  }

  .mr-section-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mr-container---main-6 {
    max-width: 680px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 30vh 30vh 30vh 30vh;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .section-tablet-scroll-animation {
    margin-bottom: 6rem;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .mr-titled-section-3 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .mr-downlit-gradient-wrapper {
    height: 300px;
  }

  .box-interior {
    width: 100%;
  }

  .slider-grid {
    flex-flow: wrap-reverse;
    height: auto;
    display: flex;
  }

  .slider-control-row {
    right: 0;
  }

  .wider {
    max-width: 75%;
  }

  .div-block-10 {
    width: 100%;
  }

  .black-wrap {
    background-image: linear-gradient(2deg, #0f0d0bed, #fff0);
    width: 100%;
    height: 50%;
  }

  .mobile-buttons.call, .mobile-buttons.mail {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mr-glass-panel.button {
    padding-left: 1.5rem;
  }

  .mr-uplit-gradient-wrapper, .mr-uplit-gradient-wrapper-2, .mr-uplit-gradient-wrapper-3 {
    height: 40vw;
  }

  .mr-section-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mr-section-3.footer {
    padding-bottom: 3rem;
  }

  .mr-section-3.footer.home {
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mr-uplit-gradient-wrapper-4 {
    height: 40vw;
  }

  .mr-footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .subline-headline-1 {
    text-align: left;
    font-size: 18px;
  }

  .headline-1.w.mid {
    font-size: 3rem;
  }

  .headline-1.white {
    width: 100%;
    font-size: 3rem;
  }

  .head-section {
    background-attachment: scroll;
    height: 100svh;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .head-section.ibbenbueren {
    background-position: 50%;
  }

  .div-block-5 {
    padding: 3rem 2rem;
  }

  .grid-3 {
    grid-row-gap: 2rem;
    flex-flow: row;
    display: flex;
  }

  .grid-3._4rem.longer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
  }

  .div-block-6.mid {
    z-index: 2;
  }

  .div-block-6._100.duo {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    font-size: 3rem;
  }

  .h2.patr._60 {
    z-index: 5;
    font-size: 3rem;
    position: relative;
  }

  .fliess.w._85, .fliess.w._50 {
    max-width: 100%;
  }

  .div-block-7 {
    margin-top: 0;
  }

  .typo-links._3rem.mehr {
    padding-bottom: 16rem;
  }

  .normal--navbar {
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .branches-frei {
    width: 85%;
    bottom: 0%;
    right: -15%;
  }

  .mr-logo-group {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-right: 48px;
  }

  .mr-logo-group-image {
    max-height: 21px;
  }

  .grid-5 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .mr-downlit-gradient-wrapper {
    height: 40vw;
  }

  .embed-100.mr-glass-panel.inner {
    padding: 2rem;
  }

  .box-interior {
    width: 85vw;
  }

  .slider-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-10 {
    width: 100%;
  }

  .mobile-buttons.call, .mobile-buttons.mail {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mr-close-navbar-menu {
    top: 24px;
  }

  .mr-glass-panel {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel.button {
    white-space: nowrap;
    border-radius: .5rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.33rem;
  }

  .mr-glass-panel.button.weg {
    font-size: .6rem;
  }

  .mr-glass-panel.button.mobnon {
    display: none;
  }

  .mr-glass-panel.button._2rem-top {
    justify-content: space-between;
    margin-top: 2rem;
  }

  .mr-uplit-gradient-wrapper, .mr-uplit-gradient-wrapper-2, .mr-uplit-gradient-wrapper-3 {
    height: 35vw;
  }

  .mr-titled-section {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-section-3 {
    padding: 0 2rem 6rem;
  }

  .mr-section-3.footer {
    padding: 2rem 1rem;
  }

  .mr-section-3.footer.home {
    padding-bottom: 1.5rem;
  }

  .mr-titled-section-2 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-uplit-gradient-wrapper-4 {
    height: 35vw;
  }

  .mr-body-text-4 {
    font-size: 14px;
  }

  .mr-body-text-4.mr-bold-text {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
  }

  .mr-small-text {
    margin-bottom: 0;
    font-size: 13px;
  }

  .mr-social-links.weg {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mr-footer-copyright-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-top: 2rem;
  }

  .mr-footer-copyright-wrapper.mobnon {
    display: none;
  }

  .mr-footer-bottom.mr-bordered-style {
    border-top-style: none;
    padding-top: 0;
    display: flex;
  }

  .mr-footer-link {
    font-size: 1rem;
  }

  .mr-footer-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1rem;
  }

  .mr-footer-menus {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mr-footer-large-menu {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .mr-footer-large-menu-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    font-family: Manrope;
  }

  .mr-footer-top-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .mr-footer-wrapper.mr-increased-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image.out {
    vertical-align: baseline;
    display: block;
  }

  .button {
    text-align: center;
    padding: 15px 20px;
    font-size: 4vw;
  }

  .mr-container---main-5 {
    max-width: none;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 15vh;
    padding-top: 0;
  }

  .subline-headline-1 {
    font-size: 17px;
  }

  .subline-headline-1.w.mid {
    margin-top: 0;
    font-size: 1rem;
  }

  .subline-headline-1.w._90 {
    max-width: 95%;
  }

  .headline-1.w {
    max-width: 100%;
    font-size: 2.5rem;
  }

  .headline-1.w.mid {
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    max-width: 100%;
    font-size: 1.75rem;
    position: relative;
    overflow: visible;
  }

  .headline-1.white {
    font-size: 2.5rem;
  }

  .wrapper {
    overflow: hidden;
  }

  .image-5 {
    width: 9rem;
    height: auto;
  }

  .w.l {
    opacity: 100;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .head-section {
    background-image: url('../images/marianluebbermann-webdesign.avif');
    background-position: 65% 100%;
    background-size: auto 55%;
    height: 100vh;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .head-section.ibbenbueren {
    background-position: 75% 115%;
    background-size: auto 60%;
  }

  .head-section.lengerich {
    background-position: 75% 100%;
  }

  .div-block-5 {
    flex-flow: column;
    padding: 3rem 2rem;
  }

  .div-block-5.plus {
    padding: 4rem 1rem;
  }

  .div-block-5._2rem-top-mob {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .overlay {
    height: 100vh;
    margin-top: 0;
    display: block;
  }

  .overlay.mob-non {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .grid-3._4rem.longer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-3._4rem.longer.auto {
    flex-flow: wrap;
  }

  .img-100.no {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 50vh;
    margin-bottom: 1rem;
  }

  .img-100.no.mob-none {
    display: none;
  }

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .div-block-6._60, .div-block-6._75 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-6._90 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .div-block-6._90.unten-rem-mob {
    margin-bottom: 4rem;
  }

  .div-block-6.mid {
    z-index: 0;
  }

  .div-block-6._100.duo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .h2 {
    max-width: 85%;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .h2.patr._60 {
    z-index: 0;
    text-align: center;
    max-width: 95%;
  }

  .h2.enger {
    max-width: 75%;
    margin-bottom: 0;
  }

  .h2._100 {
    max-width: 95%;
  }

  .fliess.w {
    font-size: 1.25rem;
  }

  .fliess.w._85 {
    line-height: 165%;
  }

  .fliess.w._85.enger {
    max-width: 100%;
  }

  .fliess.w.gr {
    font-size: 1.2rem;
  }

  .fliess.w._50 {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .fliess.w._1-5rem {
    direction: ltr;
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 300;
  }

  .fliess.w._75 {
    max-width: 95%;
    font-size: 1.2rem;
  }

  .fliess.w._75.mobnon {
    display: none;
  }

  .fliess.w.unten-rem {
    max-width: 100%;
    font-size: 1.2rem;
  }

  .fliess.w.unten-rem.mob-95 {
    max-width: 95%;
  }

  .fliess.w._2rem-bot {
    font-size: 1.2rem;
  }

  .div-block-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem 1.5rem 1rem 1rem;
  }

  .typo-links {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 3rem 2rem;
  }

  .typo-links._3rem.mehr {
    padding-top: 6rem;
    padding-bottom: 17.5rem;
    overflow: visible;
  }

  .div-block-8 {
    opacity: 1;
    height: 30vh;
  }

  .code-embed.mr-glass-panel {
    height: 90vh;
  }

  .code-embed.mr-glass-panel.inner {
    height: auto;
    padding: 1.5rem;
  }

  .normal--navbar {
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .branches-frei {
    overflow: hidden;
  }

  .branches-frei.ml-parallax {
    width: 95%;
    bottom: -12.5%;
    right: -30%;
  }

  .abdunkler {
    height: 33vh;
    position: absolute;
  }

  .abdunkler.nurmobil {
    z-index: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(#fff0, #000 81%);
    width: 100%;
    height: 55vh;
    display: flex;
  }

  .bold-text-7 {
    font-weight: 600;
  }

  .mr-section-4 {
    padding: 2rem;
  }

  .mr-container---main-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mr-logo-group-image {
    max-height: 1.5rem;
    overflow: visible;
  }

  .mr-logo-group-image.smaller {
    max-height: 3rem;
  }

  .grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .grid-5.mobile {
    display: flex;
  }

  .grid-5.desk {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-9 {
    width: 100%;
  }

  .waves-grid-faq-1 {
    flex-flow: column;
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .waves-expandable-master-faq-1 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .waves---expandable-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves---expand-space {
    height: 1.25rem;
  }

  .text-block-3 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .section-tablet-scroll-animation {
    width: 100%;
    margin-bottom: 0;
  }

  .section-tablet-scroll-animation.mob-none {
    display: none;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .mr-titled-section-3 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-downlit-gradient-wrapper {
    height: 35vw;
  }

  .box_component {
    width: 100%;
  }

  .box-interior {
    width: auto;
  }

  .slider-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .slider-control-row {
    margin-top: 0;
    top: -1rem;
    bottom: auto;
  }

  .wider {
    max-width: 100%;
  }

  .logo-kunde {
    height: 3rem;
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .text-span-14 {
    padding-right: 5px;
  }

  .text-span-15 {
    font-size: 1.2rem;
  }

  .eyebrow {
    line-height: 125%;
  }

  .black-wrap {
    background-image: linear-gradient(180deg, var(--brown-charcoal) 79%, #fff0);
    align-self: flex-start;
    height: 65%;
    top: 0;
    bottom: auto;
  }

  .black-wrap._80 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-gradient {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .mobile-buttons {
    border: 1px solid var(--white);
    background-color: #3898ec00;
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
  }

  .mobile-buttons.call {
    background-image: url('../images/phone.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    padding: 1rem;
    display: block;
  }

  .mobile-buttons.mail {
    background-image: url('../images/mail-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
  }

  .div-block-12 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-8-copy {
    opacity: 1;
    height: 30vh;
  }
}

#w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb3f-d226ed78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb48-d226ed78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a624a2db-cc6d-420b-497d-44afbc88a57b-bc88a566 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3d0185da-849d-ad57-7df6-2b1a904c04f0-904c04ee {
  place-self: center start;
}

#w-node-_0768160f-09a4-5cc8-9b1c-14a6090ee849-904c04ee {
  justify-self: end;
}

#w-node-_4d8b1b87-354a-32c1-0ef4-fa8711cf3e67-11cf3e60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49eead6f-bb62-ff42-4411-7012c75a50fa-c75a50f6 {
  place-self: center start;
}

#w-node-_2e962956-45eb-7639-8738-f22f4f4c1316-4f4c12fd {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_2e962956-45eb-7639-8738-f22f4f4c131a-4f4c12fd {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_2e962956-45eb-7639-8738-f22f4f4c131e-4f4c12fd, #w-node-_2e962956-45eb-7639-8738-f22f4f4c1322-4f4c12fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_019f50f2-79b1-a868-b1b1-985c60fba271-4f4c12fd, #w-node-_97956cb8-791d-3a28-6f9c-e1aaba6700cf-4f4c12fd {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_97956cb8-791d-3a28-6f9c-e1aaba6700d2-4f4c12fd {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_97956cb8-791d-3a28-6f9c-e1aaba6700d5-4f4c12fd, #w-node-_97956cb8-791d-3a28-6f9c-e1aaba6700d8-4f4c12fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46baf381-91e3-1c78-a8a4-19e9bd815c7c-bd815c79, #w-node-c0acef09-2607-eecc-adff-49f38d7d0c88-bdb41243, #w-node-_38ca404c-7236-c766-d6ec-83baa5d20f22-bdb41243 {
  place-self: center start;
}

#w-node-_1dd67fd6-822d-373e-4f1d-48a67519ba3c-bdb41243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dd67fd6-822d-373e-4f1d-48a67519ba46-bdb41243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4b77569a-3e4d-3710-6e9c-9d3a6d766dbd-b1a3808f {
  place-self: center start;
}

#w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb3f-b1a3808f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb48-b1a3808f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db597929-7d95-9f9f-7298-a1ef7dfd4da6-67c6368e, #w-node-_037bc477-b55b-34eb-b2d2-df78c03985a7-67c6368e, #w-node-_8709dd10-d187-4c71-f66e-919746cc53f3-67c6368e, #w-node-bc47492f-f6f1-c932-5341-0f43d55a65c9-67c6368e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_49eead6f-bb62-ff42-4411-7012c75a50f9-c75a50f6, #w-node-_46baf381-91e3-1c78-a8a4-19e9bd815c7b-bd815c79 {
    place-self: center start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb3f-d226ed78, #w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb48-d226ed78, #w-node-_1dd67fd6-822d-373e-4f1d-48a67519ba3c-bdb41243, #w-node-_1dd67fd6-822d-373e-4f1d-48a67519ba46-bdb41243, #w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb3f-b1a3808f, #w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb48-b1a3808f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7fd0fa44-6d6a-6514-3a22-10b1ae22bb3f-d226ed78, #w-node-_1dd67fd6-822d-373e-4f1d-48a67519ba3c-bdb41243 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Patriona';
  src: url('../fonts/Patriona.woff2') format('woff2'), url('../fonts/Patriona.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosanssymbols 2';
  src: url('../fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}