@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --textfarbe: #505050;
  --fides-blau: #0085cd;
  --bg-body: #f7f7f7;
  --fides-grün: #93c11a;
}

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

body {
  color: var(--textfarbe);
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.headerbild-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  flex: 1;
  height: auto;
  display: block;
}

.header-text-wrapper {
  z-index: 111;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  display: flex;
  position: absolute;
  inset: 27% auto auto 18%;
}

.header-text-wrapper.start {
  flex-wrap: nowrap;
  width: auto;
}

.header-text-wrapper.leistungen {
  display: none;
}

.header-text-wrapper.start-copy {
  flex-wrap: nowrap;
  width: auto;
}

.heading {
  background-color: var(--fides-blau);
  color: #fff;
  letter-spacing: 1px;
  white-space: normal;
  padding: 11px 37px;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.body-fides {
  background-color: var(--bg-body);
  height: auto;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 15px;
}

.nav-section {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px .6px silver;
}

.logo-fides {
  width: 204px;
  margin-left: 25px;
}

.app-wrapper-1 {
  border-left: 7px solid var(--fides-grün);
  background-color: var(--fides-blau);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  display: flex;
}

.app-wrapper-1:hover {
  border-left-color: var(--fides-blau);
  background-color: var(--fides-grün);
}

.div-block-logo {
  flex-direction: row-reverse;
  justify-content: space-around;
  margin-left: 177px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 17px;
  text-decoration: none;
}

.image-5 {
  flex: 0 auto;
}

.navbar-3 {
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 151px;
  display: flex;
}

.nav-bar-wrapper {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.nav-link {
  color: #6d6d6d;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 15px;
}

.nav-link:hover {
  color: var(--fides-blau);
}

.nav-link.w--current {
  padding-left: 21px;
  padding-right: 21px;
  font-size: 15px;
}

.wrapper-inhalt {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span-2 {
  color: #c11a1a;
  font-size: 32px;
}

.centered-container {
  text-align: center;
  cursor: auto;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph-8 {
  margin-top: 31px;
  margin-bottom: 31px;
  padding-left: 46px;
  padding-right: 46px;
}

.paragraph-8.cta {
  margin-top: 3px;
  margin-bottom: 25px;
  padding-left: 81px;
  padding-right: 81px;
  font-size: 17px;
  line-height: 27px;
}

.subhead-cta {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.paragraph-10 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-2 {
  background-color: var(--fides-blau);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 9px;
}

.button-2:hover {
  background-color: var(--fides-grün);
}

.cta-heading {
  color: var(--fides-blau);
  letter-spacing: .7px;
  text-indent: 0;
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.cta-heading:hover {
  transform: translate(0, -1px);
}

.footer {
  text-align: center;
  background-color: #d8d8d8;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.block-bild-unten {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  place-items: center stretch;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-footer {
  color: #777;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--fides-blau);
}

.paragraph-11 {
  color: #777;
  margin-bottom: 0;
}

.app-button-1 {
  overflow: visible;
}

.body-2 {
  cursor: auto;
  background-color: #f7f7f7;
  font-family: Roboto, Trebuchet MS, sans-serif;
  box-shadow: 0 1px 10px 1px #b6b6b6;
}

.bold-text-2 {
  color: var(--fides-blau);
}

.text-span-3 {
  color: var(--fides-blau);
  font-size: 18px;
  line-height: 25px;
  position: relative;
  top: auto;
}

.image-9 {
  z-index: 5;
  background-color: #0000;
  height: 59%;
  margin-top: -79px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 15px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-span-4 {
  background-color: #0000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 35px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  margin-top: -13px;
  margin-bottom: 43px;
}

.link-block.google-play {
  width: 200px;
  margin-top: 48px;
}

.link-block.google-play:hover {
  margin-top: 48px;
}

.link-block.apple-ios {
  width: 200px;
}

.link-block.idwell {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-3 {
  line-height: 35px;
}

.paragraph-14 {
  text-align: right;
  margin-bottom: 0;
  margin-right: 15px;
}

.logo-google-play {
  cursor: pointer;
  mix-blend-mode: normal;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.logo-google-play:hover {
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: 0;
  transform: translate(0, -1px);
}

.idwell-logo {
  cursor: pointer;
}

.idwell-logo:hover {
  transform: translate(0, -1px);
}

.nav-section-1 {
  z-index: 999;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px .6px silver;
}

.div-block-logo-1 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-left: 14%;
  display: flex;
}

.div-block-logo-1.w--current {
  justify-content: space-between;
  margin-left: auto;
}

.logos-app {
  width: 64%;
  margin-left: 131px;
}

.image-haeserblock {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.inhalt-leistungen-box {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: block;
}

.inhalt-leistungen-box.unter {
  padding-left: 20px;
}

.headerbild-leistungen-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.header-box-start-copy {
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.image-startseite-box {
  flex: 0 auto;
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.centered-container-copy {
  text-align: center;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.grid-leistungen {
  grid-column-gap: 22px;
  flex: 0 auto;
  grid-auto-flow: row;
  place-items: start;
  width: 100%;
  padding-bottom: 21px;
}

.grid-leistungen.unternehmen {
  text-align: left;
}

.bold-text-4 {
  color: var(--fides-blau);
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  font-size: 21px;
  font-weight: 400;
  display: flex;
}

.heading-8 {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 14px 14px 0 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-leist-inhalt {
  margin-top: 17px;
}

.section-map {
  height: 100vh;
}

.container-map {
  background-color: #fff;
  height: 100vh;
}

.paragraph-17 {
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 24px;
}

.heading-9 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.heading-9.kontakt {
  color: var(--fides-blau);
  margin-top: 0;
}

.kontakt-box {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 54px;
  padding-left: 163px;
  padding-right: 163px;
  display: flex;
}

.paragraph-18-copy {
  width: 100%;
  padding-right: 0%;
  font-size: 15px;
  line-height: 23px;
}

.point {
  color: var(--fides-blau);
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.bold-text-5 {
  font-size: 21px;
}

.centered-container-unter {
  text-align: center;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-untern-inhalt {
  width: 100%;
  margin-top: 17px;
}

.paragraph-18-unter {
  text-align: left;
  width: 100%;
  padding-right: 0%;
  line-height: 23px;
}

.body-3, .body-4 {
  background-color: var(--bg-body);
}

.div-block-ber-box {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-ber-box.partner {
  margin-top: 10px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto 124px 124px 124px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.grid-4.partner {
  grid-template-rows: auto 124px 124px 124px auto;
}

.wrapper-inhalt-partner {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 5%;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-partner {
  border-bottom: 1px solid var(--fides-blau);
  color: var(--fides-blau);
  width: 100%;
  margin-left: 0;
  padding-bottom: 17px;
  font-size: 32px;
  font-weight: 400;
  overflow: hidden;
}

.grid-leistungen2 {
  grid-column-gap: 22px;
  flex: 0 auto;
  grid-auto-flow: row;
  place-items: start;
  width: 100%;
  padding-bottom: 21px;
}

.image-14 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.link-block-3 {
  height: auto;
  margin-bottom: 38px;
}

.div-block-8, .div-block-9 {
  width: 50%;
}

.div-block-9.text {
  text-align: left;
}

.italic-text-4.heading {
  background-color: #0000;
}

.menu-button {
  font-size: 42px;
}

.heading-headerbild {
  color: #fff;
  letter-spacing: 1px;
  white-space: normal;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 0;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
}

.wrapper-heeding-1 {
  background-color: var(--fides-blau);
  margin-top: 11px;
  margin-bottom: 11px;
}

.wrapper-heeding-1.unten-app {
  transition: opacity;
}

.wraper-impressum {
  align-items: flex-start;
}

.paragraph-19 {
  margin-bottom: 30px;
}

.nav-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-10 {
  background-color: #fff0;
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.logo-apple-store {
  cursor: pointer;
}

.logo-apple-store:hover {
  transform: translate(0, -1px);
}

.textblock-app {
  width: 37.7em;
  padding-left: 42px;
  padding-right: 42px;
}

.text-app {
  color: var(--textfarbe);
  text-align: justify;
  column-count: auto;
  column-rule-style: none;
  white-space: normal;
  column-gap: 24px;
  font-family: Roboto, Trebuchet MS, sans-serif;
  font-size: 15px;
}

.logos-app-copy {
  width: 81%;
  margin-left: 0;
  display: block;
}

.div-block-12, .partner-headline-wrapper {
  overflow: hidden;
}

.partner-headline-wrapper.kontakt {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.link-block-cta-start {
  text-decoration: none;
}

.link-block-cta-start:hover {
  color: #0000;
  margin-top: 0;
  transform: translate(0, -1px);
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: 27%;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 900px;
  display: flex;
  overflow: visible;
}

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

@media screen and (max-width: 991px) {
  .header-text-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: .7rem;
    inset: 0% auto auto 0%;
  }

  .heading {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.4em;
  }

  .nav-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 13px;
  }

  .app-wrapper-1 {
    flex: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    overflow: hidden;
  }

  .div-block-logo {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph-2 {
    margin-left: 15px;
    font-size: 14px;
  }

  .paragraph-2.app-button {
    padding-left: 8px;
    font-size: 12px;
  }

  .navbar-3 {
    z-index: 9999;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    margin-left: 0;
    overflow: visible;
  }

  .nav-bar-wrapper {
    justify-content: center;
    width: 33%;
    position: static;
    inset: 0%;
  }

  .nav-link {
    color: #000;
    border-bottom: 2px solid #b8b8b8;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 37px 10px 37px 27px;
    display: flex;
  }

  .nav-link:hover {
    color: #fff;
  }

  .wrapper-inhalt {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-bild-unten {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
    width: 100%;
  }

  .app-button-1 {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .nav-section-1 {
    z-index: 9999;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    overflow: visible;
  }

  .div-block-logo-1 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-logo-1.w--current {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-app {
    flex: 0 auto;
    margin-left: 0;
  }

  .image-startseite-box {
    width: 100%;
  }

  .kontakt-box {
    padding-left: 81px;
    padding-right: 81px;
  }

  .wrapper-inhalt-partner, .heading-partner {
    width: 100%;
  }

  .div-block-9.text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon.mobile {
    font-size: 51px;
  }

  .menu-button.w--open {
    color: var(--textfarbe);
    background-color: #fff;
  }

  .heading-headerbild {
    margin-top: auto;
    margin-bottom: auto;
    padding: 13px 14px 10px;
    font-size: 1.4em;
  }

  .wrapper-heeding-1 {
    margin-top: -3px;
  }

  .wrapper-heeding-1.oben-start, .wrapper-heeding-1.oben-app, .wrapper-heeding-1.oben-start {
    margin-top: 25px;
  }

  .nav-menu {
    z-index: 99999;
    background-color: #a1a1a1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .nav-container {
    flex: 0 auto;
    display: block;
  }

  .div-block-11 {
    margin-top: 40px;
  }

  .textblock-app {
    width: 61%;
  }

  .logos-app-copy {
    flex: 0 auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-text-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    font-size: .5rem;
    inset: 0%;
  }

  .heading {
    margin-top: auto;
    padding: 12px 14px;
    font-size: 3.8em;
  }

  .app-wrapper-1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .paragraph-2 {
    flex: 0 auto;
    padding-left: 11px;
    font-size: 14px;
  }

  .navbar-3 {
    margin-left: 20px;
  }

  .nav-link {
    width: 100%;
    padding-left: 27px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .wrapper-inhalt {
    flex-direction: column;
  }

  .footer {
    padding: 40px 20px;
  }

  .block-bild-unten {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-9 {
    margin-top: 0;
  }

  .div-block-4 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-6 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .div-block-6.desk {
    align-items: flex-start;
    margin-top: 37px;
  }

  .link-block.google-play {
    margin-top: 0;
  }

  .link-block.apple-ios {
    margin-top: 10px;
  }

  .link-block.apple-ios.google-playstore {
    margin-bottom: 16px;
  }

  .div-block-logo-1 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-logo-1.w--current {
    justify-content: center;
    margin-left: auto;
    padding-top: 0;
  }

  .logos-app {
    width: 89%;
    margin-left: 0;
    padding-top: 8px;
  }

  .header-box-start-copy {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
  }

  .image-startseite-box {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }

  .paragraph-17 {
    text-align: left;
    margin-bottom: 20px;
  }

  .kontakt-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-ber-box.datensch {
    width: 100%;
    overflow: hidden;
  }

  .heading-partner {
    width: 100%;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .div-block-9.text {
    width: 90%;
  }

  .italic-text-3 {
    font-size: .7em;
  }

  .italic-text-4.heading {
    font-size: 2.8em;
    display: inline;
  }

  .italic-text-4.heading.oben {
    font-size: 2.8em;
  }

  .italic-text-4.heading.unten {
    font-size: 2.4em;
  }

  .menu-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .heading-headerbild {
    margin-top: auto;
    padding: 12px 14px;
    font-size: 9px;
  }

  .heading-headerbild.app {
    font-size: 1.2em;
  }

  .heading-headerbild.app-copy {
    font-size: 5px;
  }

  .heading-headerbild.app-copy.start {
    font-size: 9px;
  }

  .heading-headerbild.leist {
    font-size: 5px;
  }

  .wrapper-heeding-1 {
    height: 45px;
  }

  .wrapper-heeding-1.oben-start, .wrapper-heeding-1.oben-app, .wrapper-heeding-1.oben-start {
    height: 45px;
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .wrapper-heeding-1.oben-start.leist {
    font-size: .3rem;
  }

  .wrapper-heeding-1.unten-start.leeist {
    font-size: .2rem;
  }

  .nav-menu {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    display: flex;
    inset: 0% auto;
    overflow: hidden;
  }

  .nav-container {
    overflow: visible;
  }

  .div-block-10 {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-11 {
    justify-content: flex-start;
    padding-left: 22px;
  }

  .textblock-app {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-app {
    text-align: left;
    margin-bottom: 0;
  }

  .logos-app-copy {
    width: 61%;
    margin-left: 0;
    padding-top: 8px;
  }

  .html-embed {
    margin-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .headerbild-wrapper {
    background-image: url('../images/fidelitas_gebaeude.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 69px;
    display: flex;
    top: auto;
    overflow: hidden;
  }

  .image-2 {
    flex: 1;
    padding: 0;
    display: none;
  }

  .header-text-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0%;
  }

  .header-text-wrapper.start, .header-text-wrapper.start-copy {
    margin-top: 0;
  }

  .heading {
    padding: 0 8px;
    font-size: 3em;
    line-height: 37px;
  }

  .app-wrapper-1 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .image-5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-3 {
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    place-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .nav-bar-wrapper {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-inhalt {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .centered-container {
    text-align: center;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8.cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-bild-unten {
    justify-content: center;
  }

  .paragraph-11 {
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
    line-height: 33px;
  }

  .app-button-1 {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .bold-text-2 {
    line-height: 22px;
  }

  .text-span-3, .text-span-4 {
    line-height: 26px;
  }

  .div-block-6.desk {
    margin-top: 0;
  }

  .bold-text-3 {
    line-height: 26px;
  }

  .nav-section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-logo-1 {
    text-align: center;
    text-decoration: none;
  }

  .div-block-logo-1.w--current {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-app {
    flex: 0 auto;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    display: block;
  }

  .headerbild-leistungen-box {
    background-image: url('../images/Haeuserblock2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 70px;
  }

  .header-box-start-copy {
    background-image: url('../images/fidelitas_gebaeude.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 109px;
    min-height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px;
  }

  .image-startseite-box {
    background-image: url('../images/fidelitas_gebaeude.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .centered-container-copy {
    text-align: left;
  }

  .container-map {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-17 {
    margin-bottom: 20px;
  }

  .kontakt-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 61px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container-unter {
    text-align: left;
  }

  .div-block-ber-box {
    width: 100%;
    overflow: hidden;
  }

  .div-block-ber-box.partner {
    text-align: center;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .wrapper-inhalt-partner {
    justify-content: flex-start;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    padding-top: 42px;
  }

  .heading-partner {
    width: 100%;
    margin-left: 0;
  }

  .image-13 {
    margin-bottom: 24px;
  }

  .image-15 {
    padding-top: 30px;
  }

  .link-block-4 {
    margin-top: -28px;
    padding-top: 0;
  }

  .div-block-8 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .italic-text-4 {
    font-size: .5em;
  }

  .italic-text-4.heading, .italic-text-4.heading.oben.app, .italic-text-4.heading.unten.app {
    font-size: .4em;
  }

  .icon {
    color: #000;
    width: 100%;
    font-size: 30px;
    text-decoration: none;
  }

  .icon.mobile {
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
  }

  .menu-button {
    text-align: center;
    background-color: #0000;
    padding: 0 22px;
    font-size: 21px;
  }

  .menu-button.w--open {
    text-align: center;
    background-color: #fff;
  }

  .heading-headerbild {
    padding: 0 8px;
    font-size: 45px;
    line-height: 26px;
  }

  .heading-headerbild.app {
    font-size: 45px;
    line-height: 26px;
  }

  .heading-headerbild.app-copy.leist {
    font-size: 34px;
  }

  .heading-headerbild.app-copy.start.oben {
    font-size: 45px;
  }

  .heading-headerbild.leist {
    font-size: 34px;
  }

  .wrapper-heeding-1 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 22px;
  }

  .wrapper-heeding-1.oben-start, .wrapper-heeding-1.oben-app, .wrapper-heeding-1.oben-start {
    margin-top: -10px;
    margin-bottom: 14px;
  }

  .paragraph-19 {
    width: 100%;
  }

  .nav-menu {
    text-align: center;
    background-color: #525252;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    flex: 0 auto;
    display: none;
  }

  .div-block-11 {
    margin-top: 10px;
    padding-left: 0;
  }

  .textblock-app {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-app {
    text-align: left;
    padding-left: 9px;
    padding-right: 9px;
  }

  .logos-app-copy {
    flex: 0 auto;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    display: block;
  }

  .html-embed {
    margin-left: 0;
  }
}

#w-node-eda6bab6-4745-20b9-a00d-511c0f8d9c1d-1f57da80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09d253d6-79e6-5b89-0e14-3717f84f54be-f84f54bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_09d253d6-79e6-5b89-0e14-3717f84f54c0-f84f54bc, #w-node-_09d253d6-79e6-5b89-0e14-3717f84f54c2-f84f54bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c713bc-e103-a8a2-a624-dc78946bfc48-a957da83, #w-node-_29c713bc-e103-a8a2-a624-dc78946bfc79-a957da83, #w-node-_29c713bc-e103-a8a2-a624-dc78946bfcaa-a957da83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-fe1e1b65-80a4-4a91-f974-b4cc6f570179-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109dd-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109df-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109e1-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109e3-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109e5-9a57da86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c141395b-7b0e-982c-061f-ee41ef8109e7-9a57da86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-db191067-25cc-5187-3f2d-4661b03475b8-2e57da89, #w-node-f9004b12-8be4-0ae2-a637-5fceb6ae2520-2e57da89, #w-node-db191067-25cc-5187-3f2d-4661b03475be-2e57da89, #w-node-db191067-25cc-5187-3f2d-4661b03475c4-2e57da89, #w-node-_07aca87e-2f59-8274-ae40-e0b77c8c68ae-2e57da89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_09d253d6-79e6-5b89-0e14-3717f84f54be-f84f54bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_09d253d6-79e6-5b89-0e14-3717f84f54c0-f84f54bc, #w-node-_09d253d6-79e6-5b89-0e14-3717f84f54c2-f84f54bc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe1e1b65-80a4-4a91-f974-b4cc6f570179-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109dd-9a57da86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c141395b-7b0e-982c-061f-ee41ef8109df-9a57da86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-c141395b-7b0e-982c-061f-ee41ef8109e1-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109e3-9a57da86, #w-node-c141395b-7b0e-982c-061f-ee41ef8109e5-9a57da86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c141395b-7b0e-982c-061f-ee41ef8109e7-9a57da86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}