body {
  font-family: 'Neue Haas Grotesk Paper', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: none;
}

a.w--current {
  color: #333;
}

.kopf {
  position: static;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body {
  font-family: 'Neue Haas Grotesk Paper', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.rahmen {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 20px;
}

.rahmen.linkbox {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.rahmen.fliesstext {
  display: block;
  overflow: auto;
  height: auto;
  max-height: 100vh;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rahmen.foto {
  position: absolute;
  left: 75%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.rahmen.foto.skjsdsdg {
  margin-top: 0px;
  padding-top: 20px;
}

.rahmen.fotopreview {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  opacity: 1;
}

.rahmen.fotopreview.gr-ulich {
  z-index: -100;
}

.verbindung {
  position: relative;
  z-index: 999;
  margin-top: -5px;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  line-height: 62px;
  text-decoration: none;
  white-space: nowrap;
}

.verbindung:active {
  opacity: 0.6;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.verbindung.w--current {
  display: block;
  color: #000;
  text-decoration: none;
}

.verbindung.drinn {
  opacity: 0.6;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.verbindung.vabout {
  width: 220px;
}

.verbindung.vabout.aktuell {
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.verbindung.vabout.aktuell.w--current {
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.verbindung.vcoaching {
  width: 530px;
}

.verbindung.vcoaching.aktuell {
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.verbindung.vzrm {
  width: 530px;
}

.verbindung.vzrm.aktuell {
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.verbindung.mainver {
  position: relative;
  top: -0.1em;
  z-index: 1000;
  width: 530px;
  min-width: 530px;
}

.linkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.babylinkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.babylink {
  margin-top: -5px;
  margin-right: 20px;
  padding-top: 5px;
  padding-right: 0px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.babyort {
  margin-top: -5px;
  margin-right: 20px;
  padding-top: 5px;
  padding-right: 0px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.fliesstext {
  font-size: 20px;
  line-height: 26px;
  text-indent: 96px;
}

.fliesstext._2 {
  display: block;
  overflow: auto;
  background-color: #fff;
  line-height: 26px;
}

.fliesstext._2.list {
  text-indent: 0px;
}

.fliesstext._2.ausbildung {
  margin-bottom: 0px;
  margin-left: 96px;
  text-indent: 0px;
}

.fliesstext._2.ausbildung.noindent {
  margin-bottom: 0px;
  margin-left: 0px;
  text-indent: 0px;
}

.fliesstext._2.ausbildung.deletscht {
  margin-bottom: 20px;
}

.fliesstext._2.deletscht {
  margin-bottom: 20px;
}

.fliesstext._2.noindent {
  text-indent: 0px;
}

.fliesstext._3 {
  display: none;
}

.fliesstext.spezi {
  position: relative;
  z-index: -1;
  text-indent: 0px;
}

.fliesstext.spezi.mobileview {
  display: none;
  overflow: visible;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Medium', sans-serif;
  font-size: 30px;
  line-height: 31px;
  font-weight: 500;
}

.image {
  height: 200px;
}

.slider {
  background-color: transparent;
}

.slide-nav {
  overflow: visible;
}

.slide-nav-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  width: 100%;
  margin-top: 0px;
  margin-left: -96px;
}

.image-2._124742zwe {
  display: none;
  margin-left: 0px;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.foto {
  width: 25vw;
  margin-top: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.bildtr-gerabout {
  position: relative;
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.bildtr-gercoaching {
  position: relative;
  height: 100%;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.bildtr-gerzrm {
  height: 100%;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.grau {
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0;
}

.scrollspace {
  height: 102px;
}

.weissschnitt {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 50vw;
  height: 20px;
  background-color: #fff;
}

.weissschnitt.oben {
  top: 0px;
  bottom: auto;
}

.div-block-3 {
  display: block;
  width: auto;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mitte {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 50%;
  bottom: 0%;
  display: none;
  width: 1.5px;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.strich {
  height: 100%;
  background-color: #000;
}

.trennstrich {
  position: static;
  left: 25%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1.5px;
  height: 100vh;
  margin-left: 0.75px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.trennstrich.contentstrich {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-4 {
  margin-top: 11px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 0px;
}

.text-span {
  display: inline-block;
  margin-top: -12px;
  -webkit-transform: translate(0px, 17px);
  -ms-transform: translate(0px, 17px);
  transform: translate(0px, 17px);
  font-size: 85px;
}

.blocker {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 570px;
  height: 100vh;
  margin-left: 20px;
  padding-right: 0px;
  background-color: #fff;
}

.mobilehead {
  display: none;
}

.spacertopcontent {
  height: 0px;
}

.mobilefoto {
  display: none;
}

.rundo {
  display: inline-block;
  margin-top: -0.19em;
  -webkit-transform: translate(0px, 0.19em);
  -ms-transform: translate(0px, 0.19em);
  transform: translate(0px, 0.19em);
  font-size: 1.39em;
}

.sechstelgeviert {
  margin-right: 0.16em;
  margin-left: 0.16em;
}

.test {
  padding: 20px;
}

.testtext {
  width: 50vw;
  font-family: 'Neue Haas Grotesk Paper', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.z01 {
  position: fixed;
  left: 0%;
  top: -1.2em;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  padding: 1.2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a01 {
  max-width: 840px;
}

.z02 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 1.2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p {
  margin-bottom: 0px;
  font-family: 'Neue Haas Grotesk Display', sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.b01 {
  position: relative;
  top: 0em;
  z-index: 10;
  display: block;
}

.body-2 {
  font-size: 20px;
}

.s01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100vh;
}

.slide {
  background-image: url('../images/a1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.icon {
  overflow: hidden;
}

.icon-2 {
  overflow: hidden;
}

.slide-nav-3 {
  opacity: 0;
}

.left-arrow {
  opacity: 0;
}

.right-arrow-2 {
  opacity: 0;
}

.bigview {
  display: none;
}

@media screen and (max-width: 1024px) {
  .kopf {
    position: fixed;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .content {
    position: absolute;
    top: 66px;
    display: block;
    overflow: visible;
    height: auto;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content.fixmain {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
  }
  .body {
    font-size: 40px;
    line-height: 40px;
  }
  .rahmen.linkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .rahmen.linkbox.mobilehusch {
    display: none;
  }
  .rahmen.fliesstext {
    position: static;
    top: 86px;
    overflow: visible;
    height: auto;
    max-height: none;
    padding-top: 0px;
  }
  .rahmen.fotopreview {
    position: fixed;
    z-index: 9;
    width: 100vw;
    padding-top: 66px;
    background-color: #fff;
  }
  .rahmen.mobilehide {
    display: none;
  }
  .verbindung.w--current {
    line-height: 41.3px;
  }
  .verbindung.vabout {
    width: 154px;
    line-height: 41.3px;
  }
  .verbindung.vcoaching {
    width: 362px;
    line-height: 41.3px;
  }
  .verbindung.vzrm {
    width: 362px;
    line-height: 41.3px;
  }
  .verbindung.mainver {
    width: 362px;
    min-width: 362px;
    line-height: 41.3px;
  }
  .verbindung.mainver.pagehead {
    position: fixed;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: auto;
    min-width: auto;
    font-size: 20px;
    line-height: 26px;
  }
  .babylinkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .babylink {
    font-size: 20px;
    line-height: 24px;
  }
  
  .babyort {
    font-size: 20px;
    line-height: 24px;
  }

  .babylink.zur-ckver {
    position: relative;
    margin-right: 0px;
    margin-left: 20px;
    border-bottom: 2.6px none #000;
    border-radius: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .babylink.zur-ckver.aktuell {
    display: inline-block;
    height: 1.6em;
    border-bottom-style: solid;
    border-bottom-width: 0.13em;
    -webkit-transform: translate(0px, 0.0625em);
    -ms-transform: translate(0px, 0.0625em);
    transform: translate(0px, 0.0625em);
  }
  .babylink.zur-ckver.aktuell.w--current {
    opacity: 1;
    color: #000;
  }
  .fliesstext._2 {
    overflow: visible;
  }
  .fliesstext.spezi {
    margin-bottom: 20px;
  }
  .fliesstext.spezi.mobilehusch {
    display: none;
  }
  .fliesstext.spezi.mobileview {
    display: block;
    margin-bottom: 0px;
  }
  .fliesstext.spezi.mobileview.abstand {
    margin-bottom: 20px;
    text-align: left;
  }
  .weissschnitt.oben.mobilehusch {
    display: none;
  }
  .weissschnitt.mobilehusch {
    display: none;
  }
  .div-block-3.mobilehusch {
    display: none;
  }
  .image-4 {
    margin-top: 0px;
  }
  .text-span {
    -webkit-transform: translate(0px, 17px);
    -ms-transform: translate(0px, 17px);
    transform: translate(0px, 17px);
    font-size: 56.7px;
  }
  .blocker {
    display: none;
    width: 362px;
  }
  .mobilehead {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    padding: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
  }
  .spacertopcontent {
    height: 0px;
  }
  .mobilefoto {
    display: block;
  }
  .mobilefotofoto {
    display: block;
    height: 100%;
    background-image: url('../images/1m.jpg');
    background-position: 50% 50%;
    background-size: 100% 100%;
  }
  .mobilefotofoto.coaching {
    background-image: url('../images/2m.jpg');
  }
  .mobilefotofoto.zrm {
    background-image: url('../images/3m.jpg');
  }
  .rundo {
    margin-top: -0.185em;
    -webkit-transform: translate(0px, 0.175em);
    -ms-transform: translate(0px, 0.175em);
    transform: translate(0px, 0.175em);
    font-size: 1.37em;
  }
  .rundo.baby {
    -webkit-transform: translate(0px, 0.145em);
    -ms-transform: translate(0px, 0.145em);
    transform: translate(0px, 0.145em);
  }
}

@media screen and (max-width: 767px) {
  .content {
    position: absolute;
    top: 73.6px;
    display: block;
    height: auto;
  }
  .content.fixmain {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .rahmen {
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rahmen.linkbox {
    padding-bottom: 16px;
  }
  .rahmen.fliesstext {
    top: 89.6px;
    height: auto;
    padding-right: 16px;
    padding-bottom: 64px;
    padding-left: 16px;
  }
  .rahmen.fotopreview {
    padding-top: 73.6px;
  }
  .rahmen.pagehead {
    padding-bottom: 0px;
  }
  .verbindung.w--current {
    font-size: 32px;
    line-height: 33.04px;
  }
  .verbindung.vabout {
    font-size: 32px;
    line-height: 33.04px;
  }
  .verbindung.vcoaching {
    font-size: 32px;
    line-height: 33.04px;
  }
  .verbindung.vzrm {
    font-size: 32px;
    line-height: 33.04px;
  }
  .verbindung.mainver {
    font-size: 32px;
    line-height: 33.04px;
  }
  .verbindung.mainver.pagehead {
    left: 16px;
    top: 16px;
    width: auto;
    min-width: auto;
    font-size: 16px;
    line-height: 20.8px;
  }
  .babylinkbox {
    margin-top: 16px;
  }
  .babylink {
    margin-right: 16px;
    font-size: 16px;
    line-height: 19.2px;
  }

  .babyort {
    margin-right: 16px;
    font-size: 16px;
    line-height: 19.2px;
  }  

  .babylink.zur-ckver {
    margin-left: 16px;
    font-size: 16px;
    line-height: 20.8px;
  }
  .babylink.zur-ckver.aktuell {
    display: inline-block;
    height: 1.6em;
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: 0.13em;
    border-radius: 0px;
    -webkit-transform: translate(0px, 0.0625em);
    -ms-transform: translate(0px, 0.0625em);
    transform: translate(0px, 0.0625em);
  }
  .fliesstext._2 {
    font-size: 16px;
    line-height: 20.8px;
    text-indent: 76.8px;
  }
  .fliesstext._2.ausbildung {
    margin-left: 78.6px;
  }
  .fliesstext._2.ausbildung.deletscht {
    margin-bottom: 16px;
  }
  .fliesstext.spezi {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20.8px;
  }
  .fliesstext.spezi.mobileview {
    margin-bottom: 0px;
  }
  .fliesstext.spezi.mobileview.abstand {
    margin-bottom: 16px;
  }
  .weissschnitt.mobilehusch {
    display: none;
  }
  .image-4 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .text-span {
    -webkit-transform: translate(0px, 9.067px);
    -ms-transform: translate(0px, 9.067px);
    transform: translate(0px, 9.067px);
    font-size: 45.333px;
  }
  .mobilehead {
    height: 73.6px;
    padding: 16px 16px 16px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .spacertopcontent {
    height: 0px;
  }
}

@media screen and (max-width: 479px) {
  .kopf {
    display: none;
  }
  .kopf.starter {
    display: block;
  }
  .content {
    position: absolute;
    left: 0%;
    top: 63.6px;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    height: auto;
  }
  .content.fixmain {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -ms-grid;
    display: grid;
    overflow: visible;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .rahmen {
    padding: 10px;
  }
  .rahmen.linkbox {
    height: auto;
    padding-bottom: 10px;
  }
  .rahmen.fliesstext {
    height: auto;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }
  .rahmen.fotopreview {
    padding: 63.6px 10px 10px;
  }
  .verbindung.w--current {
    width: 280px;
    min-width: 280px;
  }
  .verbindung.vcoaching {
    width: 290px;
  }
  .verbindung.vzrm {
    width: 290px;
  }
  .verbindung.mainver.pagehead {
    left: 10px;
    top: 10px;
  }
  .babylinkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .babylink {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 19.2px;
  }

  .babyort {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 19.2px;
  }

  .babylink.zur-ckver {
    margin-left: 10px;
  }
  .babylink.zur-ckver.aktuell {
    border-bottom-width: 0.13em;
    text-shadow: 0 1px 2px #fff;
  }
  .fliesstext._2 {
    overflow: visible;
    text-indent: 39.3px;
  }
  .fliesstext._2.ausbildung {
    margin-left: 39.3px;
  }
  .fliesstext._2.ausbildung.deletscht {
    margin-bottom: 10px;
  }
  .fliesstext.spezi {
    margin-bottom: 10px;
  }
  .image-4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .mobilehead {
    height: 63.6px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
  }
  .spacertopcontent {
    overflow: visible;
    height: 0px;
  }
}

@font-face {
  font-family: 'Neue Haas Grotesk Paper';
  src: url('../fonts/NHG-Medium-Paper.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}