h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.nav {
  width: 100%;
}

.nav.custom-container {
  height: auto;
}

.navwrapper {
  position: relative;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 69px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navwrapper.navscroll {
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 18px 11px -15px rgba(0, 0, 0, 0.06);
  font-family: Poppins, sans-serif;
}

.navwrapper.navscroll.navfix {
  top: -74px;
}

.navwrapper.home {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navwrapper.navscroll {
  position: fixed;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 18px 11px -15px rgba(0, 0, 0, 0.06);
  font-family: Poppins, sans-serif;
}

.body {
  overflow: visible;
  height: auto;
  background-color: #f8f9fc;
  font-family: 'Helvetica Neue';
}

.body.bodyimpressum {
  overflow: visible;
  font-family: Poppins, sans-serif;
}

.body.bodydatenschutz {
  overflow: visible;
  font-family: Poppins, sans-serif;
  line-height: 24px;
}

.body.category {
  overflow: auto;
}

.body.body-home {
  overflow: hidden;
}

.body.body-home.color {
  background-color: #f6f9fc;
}

.body.body-mediation {
  background-color: #f8f9fc;
  font-family: Poppins, sans-serif;
}

.body._404 {
  overflow: hidden;
}

.logocontainer {
  min-width: 155px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.linkcontainer {
  float: right;
  clear: left;
  color: #b29898;
}

.categorylink {
  display: inline-block;
  margin: 0px 5px;
  padding: 12px 20px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.categorylink:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(43, 72, 104, 0.05);
  color: #14212a;
}

.categorylink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(40, 56, 69, 0.5);
  font-weight: 400;
}

.categorylink.unfocus {
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #435361;
  font-size: 14px;
}

.categorylink.unfocus:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  background-color: rgba(203, 208, 214, 0.25);
  color: #22313d;
}

.categorylink.unfocus:focus {
  color: #474747;
}

.bgcontainer {
  position: fixed;
  left: auto;
  top: -200px;
  right: 20vw;
  z-index: -3;
  display: inline-block;
  overflow: hidden;
  width: 20%;
  height: 200vh;
  float: right;
  background-color: #fefeff;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.main {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main.main-home {
  display: block;
  height: 75vh;
}

.main.main-ueber-uns {
  display: block;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.h1 {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #122433;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}

.h1.h1impressum {
  display: block;
  margin-top: auto;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}

.cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.colleft {
  position: relative;
  display: inline-block;
  width: 75%;
  max-width: 800px;
}

.colright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 23px;
  font-weight: 400;
}

.h2.h2impressum {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 28px;
  font-weight: 600;
}

.h2.kontakt {
  margin-bottom: 110px;
  font-family: Poppins, sans-serif;
  color: #5a6b79;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.btn {
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #ffb225;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.btn:hover {
  background-color: #df9715;
}

.btn.btn404 {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-weight: 600;
}

.btn.btnnav {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  padding: 12px 21px;
  background-color: #ffb224;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 14px;
  font-weight: 600;
}

.btn.btnnav:hover {
  background-color: #e79f19;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #121a20;
}

.btn.btn-startseite {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ffb224;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 15px;
  font-weight: 600;
}

.btn.btn-startseite:hover {
  background-color: #e9a01a;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.orange {
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  float: right;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-weight: 600;
}

.btn.orange:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.btnnav {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  padding: 12px 21px;
  background-color: #ffb224;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 14px;
  font-weight: 600;
}

.btn.btnnav:hover {
  background-color: #e79f19;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #121a20;
}

.bgorange {
  position: fixed;
  right: -8.5vw;
  bottom: -8.2vw;
  z-index: -2;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  background-image: url('../images/Logo_small.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.24;
}

.logotext {
  width: 110px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.logoicon {
  width: 35px;
}

.mobilenav {
  display: none;
}

.mobilenavstroke {
  width: 45px;
  border: 1px solid #43515c;
  color: #43515c;
}

.contentwrapper {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 150px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Helvetica Neue';
  color: #3d3d3d;
}

.contentwrapper.content-impressum {
  width: 70%;
  margin-right: 80px;
  margin-bottom: 100px;
  margin-left: 80px;
}

.contentwrapper.datenschutz {
  margin-bottom: 100px;
}

.listimpressum {
  list-style-type: none;
}

.listimpressum.bullets {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 24px;
  list-style-type: disc;
}

.listitemimpressum {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.h3.h3impressum {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.backtop {
  position: fixed;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 15px 20px -8px rgba(228, 228, 230, 0.4);
  -webkit-transition: padding 300ms cubic-bezier(.713, .72, 0, .989);
  transition: padding 300ms cubic-bezier(.713, .72, 0, .989);
}

.backtop:hover {
  padding-bottom: 10px;
}

.arrowimg {
  max-width: 30%;
}

.h4.h4impressum {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.plink {
  font-family: Poppins, sans-serif;
  color: #74a4d9;
}

.mobilelink {
  color: #ffb224;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  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: 73%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404heading {
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: 'Helvetica Neue';
  color: rgba(116, 164, 217, 0.07);
  font-size: 26em;
  line-height: 0px;
  font-weight: 500;
}

._404p {
  margin-top: 14px;
  font-family: 'Helvetica Neue';
  color: #65737e;
  font-size: 1.6em;
}

.content-colums {
  width: 90%;
}

.colum-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 87px;
  padding-right: 0px;
  padding-left: 0px;
}

.colum-content {
  padding-left: 30px;
}

.side-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 11px;
  margin-right: 8px;
  color: #838383;
  font-size: 17px;
  list-style-type: decimal;
}

.side-nav-item {
  margin-bottom: 40px;
  margin-left: 25px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.side-nav-item:hover {
  padding-left: 5px;
}

.side-nav-link {
  color: #838383;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.side-nav-link:hover {
  color: #74a4d9;
}

.side-nav-link:active {
  color: #303030;
}

.side-nav-link:focus {
  color: #3d3d3d;
}

.sidebar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
}

.list-home {
  padding-left: 25px;
  list-style-type: none;
}

.list-item-home {
  margin-bottom: 10px;
  padding-left: 35px;
  background-image: url('../images/arrow.svg');
  background-position: 0% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}

.footer {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.footer.footer-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  margin-bottom: 10px;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.footer-list.ueber-uns {
  margin-top: 70px;
  margin-bottom: 0px;
}

.footer-list.impressum {
  margin-bottom: 25px;
}

.footer-list.datenschutz {
  margin-bottom: 25px;
}

.footer-list-item {
  margin-right: 20px;
  margin-left: 20px;
  color: #8b959c;
  font-size: 12px;
}

.seperator {
  position: relative;
  width: auto;
  height: 100%;
  border-style: solid;
  border-width: 0.1px;
  border-color: rgba(67, 81, 92, 0.11);
}

.footer-link {
  display: inline-block;
  padding: 2px 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #8494a0;
  font-size: 11px;
  text-decoration: none;
}

.footer-link:hover {
  color: #43515c;
}

.footer-link.w--current {
  color: #43515c;
}

.up-placeholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 0px;
  height: 0px;
}

.header-wrapper {
  display: inline-block;
  width: 100%;
  background-color: #e7f0f7;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-wrapper.ueber-uns {
  width: 100%;
}

.content-wrapper.ueber-uns.custom-container {
  width: 100%;
  padding-top: 140px;
}

.header-h1 {
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  color: #2a353d;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
}

.header-h1.kontakt {
  margin-bottom: 60px;
}

.header-h1.beruns {
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-content-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vw;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.image-content-all.stephan {
  position: relative;
  min-height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-content-box {
  position: relative;
  left: -119px;
  display: inline-block;
  overflow: hidden;
  width: 26vw;
  height: 35vw;
  max-height: 400px;
  max-width: 300px;
  min-height: 310px;
  min-width: 230px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  border-radius: 10px;
  background-image: url('../images/Marion_small.jpg');
  background-position: 100% 50%;
  background-size: cover;
  box-shadow: 0 30px 40px -14px rgba(0, 0, 0, 0.14);
}

.image-content-box:hover {
  box-shadow: 0 30px 40px -14px rgba(0, 0, 0, 0.14);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-content-box.stephan {
  left: -66px;
  background-image: url('../images/Stephan_small_1.jpg');
  background-position: 100% 0%;
}

.image-content-box.stephan:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-name-box {
  position: absolute;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: hsla(0, 0%, 100%, 0.81);
  background-image: none;
  opacity: 0.9;
  -webkit-filter: none;
  filter: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.image-h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  color: #152029;
  font-size: 18px;
  font-weight: 600;
}

.image-subheading {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #5385bd;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.list-item {
  margin-bottom: 18px;
  padding-left: 35px;
  background-image: url('../images/arrow.svg');
  background-position: 0% 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}

.list-item.long {
  background-position: 0% 4px;
  line-height: 24px;
}

.list-item.mediation {
  margin-bottom: 14px;
  padding-left: 27px;
  background-image: url('../images/np_dot_2342339_FFB224.svg');
  background-position: -2% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #283845;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
}

.list-item.co-mediation {
  margin-bottom: 14px;
  padding-left: 28px;
  background-image: url('../images/plus.svg');
  background-position: 0% 6px;
  background-size: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list {
  width: 35vw;
  margin-top: 9vw;
}

.list.mediation {
  width: 100%;
  margin-top: auto;
  padding-left: 0px;
  list-style-type: none;
}

.content-wrapper {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-wrapper.co-mediation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper.last {
  margin-bottom: 30px;
}

.content-wrapper.custom-container {
  width: 70%;
}

.content-wrapper.narrow-container {
  max-width: 840px;
}

.content-wrapper.narrow-container-copy {
  max-width: 840px;
}

.header-p {
  margin-top: 100px;
  margin-bottom: 110px;
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.h2-mediation {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #0d2030;
  font-size: 20px;
  font-weight: 600;
}

._2-columns-list {
  color: #43515c;
}

._2-columns-list.co-mediation {
  margin-right: auto;
  margin-left: auto;
}

.column-left {
  padding-right: 0px;
  padding-left: 0px;
}

.column-right {
  padding-right: 0px;
  padding-left: 20px;
}

.more-info {
  display: block;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.more-info-container {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  -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;
  background-color: #fff;
}

.more-info-container.other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.more-info-columns {
  width: 70%;
  height: 100%;
}

.more-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 12vw;
  -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;
  border-radius: 20px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.link-container:hover {
  box-shadow: 0 4px 40px -10px rgba(0, 0, 0, 0.1);
}

.link-container.orange {
  -webkit-transition: background-position 400ms cubic-bezier(0, .241, 0, 1.013), box-shadow 200ms ease;
  transition: background-position 400ms cubic-bezier(0, .241, 0, 1.013), box-shadow 200ms ease;
}

.link-container.orange:hover {
  background-image: url('../images/MP_logo.svg');
  background-position: -20px -20px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.more-info-link {
  display: inline-block;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.arrow-away {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-away.kontakt {
  display: none;
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}

.arrow-away.arrow-inside {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bg-line {
  position: absolute;
  display: inline-block;
  height: 210px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #f0f0f0;
}

.more-info-p {
  position: relative;
  display: inline;
  font-family: Poppins, sans-serif;
  color: #43515c;
  text-align: center;
}

.more-info-footer {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.more-info-footer-link {
  font-family: Poppins, sans-serif;
  color: #74a4d9;
  font-weight: 400;
  text-decoration: none;
}

.co-mediation-title {
  margin-top: 80px;
}

.title-1 {
  margin-bottom: 15px;
  color: #43515c;
  font-size: 18px;
  font-weight: 300;
}

.title-2 {
  display: inline-block;
  color: #ffb224;
  font-size: 38px;
  line-height: 53.199999999999996px;
  font-weight: 600;
}

.body-co-mediation {
  background-color: #f8f9fc;
  font-family: Poppins, sans-serif;
}

.vorteile-co-mediation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #43515c;
}

.paragraph-4 {
  margin-top: 70px;
  margin-bottom: 0px;
  color: #43515c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.h3-alternative {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #283845;
  font-size: 20px;
  font-weight: 600;
}

.h3-alternative.break {
  margin-top: 70px;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-5.ending {
  margin-bottom: 0px;
  color: #43515c;
}

.dots-big {
  position: relative;
  top: -178px;
  right: -312px;
  width: 132px;
  height: 75px;
  background-image: url('../images/dots-big1.svg');
  background-position: 50% 50%;
  background-size: 144px;
}

.dots-big.stephan {
  top: -150px;
  right: -45px;
  width: 101px;
  height: 161px;
  background-image: url('../images/dots-big2.svg');
  background-size: 100px;
  line-height: 21px;
}

.dots-small {
  position: relative;
  top: 186px;
  right: 18px;
  width: 125px;
  height: 41px;
  background-image: url('../images/dots-small1.svg');
  background-position: 50% 50%;
  background-size: 125px;
}

.dots-small.stephan {
  top: 181px;
  right: -172px;
  width: 61px;
  height: 94px;
  background-image: url('../images/dots-small2.svg');
  background-size: 60px;
}

.secondary-btn {
  margin-left: 20px;
  padding: 14px 25px;
  border-radius: 8px;
  background-color: rgba(67, 81, 92, 0.03);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #47535c;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-btn:hover {
  background-color: rgba(67, 81, 92, 0.1);
  color: #4a5761;
}

.secondary-btn.ueberuns {
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.cta-container-home {
  margin-top: 35px;
}

.body-kontakt {
  background-color: #f8f9fc;
  font-family: Poppins, sans-serif;
}

.email-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 70px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 40px -10px hsla(0, 0%, 82.7%, 0.4);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.email-box:hover {
  box-shadow: 0 20px 40px 0 hsla(0, 0%, 82.7%, 0.4);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.mail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
}

.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 70px;
  -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;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffb224;
}

.email {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #43515c;
  font-size: 16px;
  text-decoration: none;
}

.image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.weitere-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12vh;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 80px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  border-radius: 9px;
  background-color: #f4f6f8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #43515c;
  text-decoration: none;
}

.info-box:hover {
  background-color: #eaeef1;
}

.info-text {
  display: inline-block;
  color: #71828f;
}

.image-titel {
  position: relative;
  z-index: -2;
  margin-top: 9px;
  font-family: Poppins, sans-serif;
  color: #43515c;
  font-weight: 400;
  text-align: center;
}

.orange-cover {
  position: relative;
  z-index: -9999;
  display: block;
  width: 440px;
  height: 170px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  background-image: url('../images/MP_logo.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.body-2 {
  background-color: #f8f9fc;
  font-family: Poppins, sans-serif;
}

.kontakt-box {
  margin-top: 80px;
  margin-bottom: 17px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #43515c;
}

.kontakt-text {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.content-wrapper-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-style {
  overflow: hidden;
  margin-top: 50px;
  padding-left: 10px;
  border-left: 4px solid #ffb224;
}

.custom-container {
  width: 90%;
  height: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-container.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-text {
  max-width: 650px;
}

.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
}

.img-link-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.img-home {
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 18px 20px -16px rgba(0, 63, 112, 0.3);
}

.banner-text {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 22px;
  font-weight: 600;
}

.banner {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 80px -20px rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.banner:hover {
  box-shadow: none;
}

.bold-text {
  line-height: 26px;
  font-weight: 600;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.paragraph-9 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.paragraph-10 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.p-big {
  font-family: Poppins, sans-serif;
}

.image-2 {
  margin-top: 3px;
}

.navigation {
  top: -10%;
}

.navigation-2 {
  top: -10%;
}

.categorylink-2 {
  display: inline-block;
  margin: 0px 5px;
  padding: 12px 20px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.categorylink-2:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(43, 72, 104, 0.05);
  color: #14212a;
}

.categorylink-2.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(40, 56, 69, 0.5);
  font-weight: 400;
}

.categorylink-2.unfocus {
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #435361;
  font-size: 14px;
}

.categorylink-2.unfocus:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  background-color: rgba(203, 208, 214, 0.25);
  color: #22313d;
}

.categorylink-2.unfocus:focus {
  color: #474747;
}

.btn-2 {
  padding: 12px 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #ffb225;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.btn-2:hover {
  background-color: #df9715;
  box-shadow: 0 7px 8px -3px rgba(255, 178, 37, 0.4);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-2.btnnav {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  padding: 12px 21px;
  background-color: #ffb224;
  box-shadow: none;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #283845;
  font-size: 14px;
  font-weight: 600;
}

.btn-2.btnnav:hover {
  background-color: #e79f19;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #121a20;
}

.btn-2.btnnav.home {
  display: none;
}

.image-3 {
  margin-top: 5px;
}

.image-4 {
  margin-top: 5px;
}

.mobilelink-2 {
  color: #ffb224;
}

.mobilenavstroke-2 {
  width: 45px;
  border: 1px solid #43515c;
  color: #43515c;
}

.corona-box {
  display: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #588bec;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.ck-button__txt {
  color: #000;
  font-weight: 600;
}

.ck-button__txt.secondary {
  font-weight: 400;
}

.ck-attr-btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8f9fa;
}

.ck-txt-link {
  display: inline-block;
  margin-top: 6px;
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #588bec;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #4879d6;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 34rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 0.4rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  font-family: Poppins, sans-serif;
  color: #515750;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #ffb224;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #eca522;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  margin-left: 20px;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: #f7f7f7;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 400;
}

.ck-button-w.is--secondary:hover {
  background-color: #f0f0f0;
  color: #262926;
  text-decoration: none;
}

.ck-css-styles {
  display: none;
}

.ck-modal__exit-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -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;
  border-radius: 0.25rem;
  background-color: #f5f5f5;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: #e7e7e7;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  display: block;
  max-width: 30rem;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 900px;
  margin-top: 10vh;
  margin-bottom: -50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ueber-mich-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 263px;
  min-width: 430px;
  padding: 28px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 35px -13px rgba(0, 0, 0, 0.08);
  -o-object-fit: contain;
  object-fit: contain;
}

.card-image-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 130px;
  height: 160px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/Stephan_small.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.card-image-container.marion {
  background-image: url('../images/Marion_small_1.jpg');
}

.card-text-container {
  height: 148px;
  max-width: 68%;
  margin-bottom: 10px;
}

.card-text-block {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, 0.56);
  font-weight: 400;
}

.card-text-block.stephan {
  margin-bottom: 0px;
}

.h2-card {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 37.5px;
  font-weight: 600;
}

.card-highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 240px;
  height: 240px;
  border-radius: 210px;
  background-color: hsla(0, 0%, 100%, 0.22);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.columns {
  position: relative;
  min-height: 100vh;
  margin-top: 40px;
}

.column {
  min-height: 100vh;
}

.column-2 {
  min-height: 100vh;
}

@media screen and (min-width: 1920px) {
  .nav.custom-container {
    width: 85%;
  }

  .navwrapper.navscroll {
    top: -80px;
  }

  .categorylink.w--current {
    font-size: 16px;
  }

  .categorylink.unfocus {
    font-size: 16px;
  }

  .title {
    min-height: 410px;
  }

  .h1 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 49px;
  }

  .colleft {
    max-width: 1000px;
  }

  .colright {
    max-width: 650px;
  }

  .btn.btnnav {
    font-size: 16px;
  }

  .btn.btn-startseite {
    padding: 15px 35px;
    font-size: 16px;
  }

  .btn.btnnav {
    font-size: 16px;
  }

  .list-item-home {
    padding-left: 36px;
    background-size: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .footer-link {
    font-size: 13px;
  }

  .image-content-all.stephan {
    min-height: 55vh;
  }

  .image-name-box {
    max-height: 110px;
  }

  .dots-big.stephan {
    width: 104px;
  }

  .secondary-btn {
    padding: 15px 35px;
    font-size: 16px;
  }

  .custom-container {
    width: 85%;
    max-width: 2000px;
  }

  .title-text {
    max-width: 800px;
  }

  .categorylink-2.w--current {
    font-size: 16px;
  }

  .categorylink-2.unfocus {
    font-size: 16px;
  }

  .btn-2.btnnav {
    font-size: 16px;
  }

  .columns {
    min-height: 60vh;
  }

  .column {
    min-height: 60vh;
  }

  .column-2 {
    min-height: 60vh;
  }
}

@media screen and (max-width: 991px) {
  .navwrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 6.8vw;
  }

  .navwrapper.navscroll {
    top: -130px;
    padding-left: 6.8vw;
  }

  .navwrapper.navscroll.navfix {
    display: block;
  }

  .navwrapper.navscroll {
    top: -130px;
    padding-left: 6.8vw;
  }

  .body {
    overflow: visible;
    height: auto;
  }

  .body.body-home {
    overflow: visible;
    background-color: #e7f0f7;
  }

  .logocontainer {
    position: relative;
    z-index: 10;
  }

  .logocontainer.w--current {
    position: relative;
    z-index: 3;
  }

  .linkcontainer {
    display: none;
  }

  .bgcontainer {
    position: absolute;
    top: 300px;
    right: auto;
    width: 100vw;
    height: 720px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main {
    height: auto;
  }

  .main.main-home {
    height: auto;
  }

  .title {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 37.5px;
  }

  .h1.h1impressum {
    font-size: 35px;
  }

  .cols {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .colleft {
    width: 100%;
    margin-top: 50px;
    margin-bottom: auto;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .colright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 46px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .h2 {
    margin-bottom: 41px;
  }

  .h2.h2impressum {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .btn {
    margin-top: 60px;
    margin-right: 50px;
    float: right;
  }

  .btn.btn404 {
    margin-right: 0px;
  }

  .btn.btn-mobile-nav {
    margin-top: 45px;
  }

  .btn.btn-startseite {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 0px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn.orange {
    margin-right: 0px;
  }

  .bgorange {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 20vw;
    height: 20vw;
    background-position: 14% 20%;
    background-size: 40vw 40vw;
  }

  .mobilenav {
    display: inline-block;
    margin-left: auto;
    float: right;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobilenavbg {
    position: fixed;
    left: 0%;
    top: -560px;
    right: 0%;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }

  .mobilenavbg.scroll {
    left: 100%;
  }

  .burgermenu {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-left: 0px;
    padding: 10px;
    float: right;
    cursor: pointer;
  }

  .mobilenavstroke._2 {
    width: 30px;
    margin-top: 7px;
    border-color: #000;
    border-radius: 20px;
  }

  .mobilenavstroke._3 {
    width: 30px;
    margin-top: 7px;
    border-color: #000;
    border-radius: 20px;
  }

  .mobilenavstroke._1 {
    width: 30px;
    margin-top: 0px;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .mobilenavlinks {
    width: 100%;
    margin-top: 80px;
  }

  .mobilenavlink {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    color: #43515c;
    font-size: 19px;
    line-height: 38px;
    text-align: right;
  }

  .mobilenavlink._1 {
    margin-right: 0px;
  }

  .mobilenavlink._2 {
    margin-right: 0px;
  }

  .contentwrapper {
    margin-top: 10px;
  }

  .contentwrapper.content-impressum {
    margin-right: 50px;
    margin-left: 50px;
  }

  .contentwrapper.datenschutz {
    margin-bottom: 125px;
  }

  .h3.h3impressum {
    font-size: 20px;
  }

  .backtop {
    width: 70px;
    height: 70px;
  }

  .arrowimg {
    width: 40px;
  }

  .mobilelink {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
    color: #43515c;
    font-size: 25px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .mobilelink:focus {
    color: rgba(67, 81, 92, 0.6);
  }

  .mobilelink.w--current {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
  }

  ._404heading {
    margin-top: 140px;
    font-family: 'Helvetica Neue';
    font-size: 18.9em;
    font-weight: 500;
  }

  ._404p {
    font-size: 1.4em;
  }

  .side-nav {
    font-size: 16px;
  }

  .side-nav-link {
    font-size: 16px;
  }

  .list-item-home {
    font-size: 16px;
    line-height: 25px;
  }

  .footer {
    margin-bottom: 0px;
  }

  .footer.footer-home {
    position: static;
    margin-bottom: 0px;
  }

  .footer-list {
    margin-bottom: 0px;
    padding-top: 121px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .footer-list.ueber-uns {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .footer-list.impressum {
    margin-bottom: 0px;
  }

  .list-mobile-tablet {
    margin-top: 30px;
    padding-left: 0px;
  }

  .header-h1 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .image-content-all {
    margin-top: 10vw;
    margin-bottom: 20px;
  }

  .image-content-box {
    left: -67px;
    width: 38vw;
    height: 40vw;
    max-height: 430px;
    max-width: 335px;
  }

  .image-content-box.stephan {
    left: -67px;
  }

  .image-name-box {
    opacity: 0.9;
  }

  .list-item.co-mediation {
    line-height: 25.6px;
  }

  .list {
    width: auto;
    margin-top: 1vw;
  }

  .content-wrapper {
    width: 80%;
  }

  .content-wrapper.co-mediation {
    width: 80%;
  }

  .content-wrapper.last {
    margin-bottom: 35px;
  }

  .header-p {
    font-weight: 300;
  }

  .more-info-column {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .link-container {
    width: 100%;
  }

  .link-container:hover {
    box-shadow: none;
  }

  .bg-line {
    height: 17vw;
  }

  .title-1 {
    font-weight: 400;
  }

  .title-2 {
    line-height: 57px;
  }

  .paragraph-4 {
    line-height: 25.6px;
  }

  .h3-alternative {
    color: #283845;
  }

  .dots-big {
    left: 200px;
    right: 0px;
    width: 180px;
    height: 78px;
  }

  .dots-big.stephan {
    left: 6.4vw;
    top: -174px;
    right: 0px;
    width: 110px;
    height: 110px;
  }

  .dots-small.stephan {
    left: 184px;
    right: 0px;
    width: 90px;
    height: 80px;
  }

  .btn-nav-mobile {
    position: relative;
    display: block;
    width: 30%;
    margin: 60px auto 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    float: none;
    font-family: Poppins, sans-serif;
    color: #283845;
    font-weight: 600;
  }

  .secondary-btn {
    margin-left: 0px;
    padding: 12px 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .cta-container-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-wrapper-kontakt {
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .custom-container {
    width: 95%;
  }

  .image-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .banner-text {
    line-height: 35.2px;
    text-align: center;
  }

  .mobilenavbggrey {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .btn-2 {
    margin-top: 60px;
    margin-right: 50px;
    float: right;
  }

  .mobilelink-2 {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
    color: #43515c;
    font-size: 25px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .mobilelink-2:focus {
    color: rgba(67, 81, 92, 0.6);
  }

  .mobilelink-2.w--current {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
  }

  .mobilenavstroke-2._1 {
    width: 30px;
    margin-top: 0px;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .mobilenavstroke-2._2 {
    width: 30px;
    margin-top: 7px;
    border-color: #000;
    border-radius: 20px;
  }

  .mobilenavstroke-2._3 {
    width: 30px;
    margin-top: 7px;
    border-color: #000;
    border-radius: 20px;
  }

  .mobilenavlink-2 {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    color: #43515c;
    font-size: 19px;
    line-height: 38px;
    text-align: right;
  }

  .mobilenavlink-2._2 {
    margin-right: 0px;
  }

  .mobilenavlink-2._1 {
    margin-right: 0px;
  }

  .mobilenavbg-2 {
    position: fixed;
    left: 0%;
    top: -560px;
    right: 0%;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }

  .mobilenavbg-2.scroll {
    left: 100%;
  }

  .ck-cookie-w {
    display: block;
  }

  .cards-container {
    width: 100%;
    min-width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  .ueber-mich-card {
    width: 48%;
    min-width: auto;
  }

  .card-text-container {
    height: 150px;
    max-width: 20vw;
  }

  .card-text-block {
    margin-bottom: 0px;
  }

  .card-text-block.stephan {
    margin-bottom: 0px;
  }

  .h2-card {
    overflow: visible;
    max-width: 20vw;
  }

  .card-highlight {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navwrapper.navscroll.navfix {
    padding-top: 0px;
  }

  .body.category {
    overflow: hidden;
  }

  .body.body-home.color {
    overflow: hidden;
  }

  .colright {
    width: auto;
  }

  .btn.orange {
    width: 80%;
    max-width: 330px;
    margin-top: 40px;
  }

  .mobilenavbg {
    top: -580px;
  }

  .burgermenu.ueberunsscroll {
    clear: right;
  }

  .colum-navigation {
    display: none;
  }

  .footer-list {
    margin-top: -40px;
  }

  .header-h1.beruns {
    margin-bottom: 25px;
  }

  .image-content-box {
    left: -132px;
    height: 50vw;
  }

  .image-content-box.stephan {
    left: -98px;
  }

  .list-item.mediation {
    margin-bottom: 20px;
  }

  .column-right {
    padding-left: 0px;
  }

  .bg-line {
    height: 30vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .more-info-p {
    font-size: 15px;
    line-height: 25px;
  }

  .dots-big {
    left: 305px;
    width: 121px;
    height: 76px;
  }

  .dots-big.stephan {
    height: 104px;
  }

  .dots-small.stephan {
    width: 60px;
  }

  .content-wrapper-kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-cookie-w {
    display: block;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .cards-container {
    width: 100%;
    min-width: auto;
    padding-right: 17px;
    padding-left: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ueber-mich-card {
    width: 47%;
    max-height: none;
    min-width: auto;
    padding: 15px 13px 12px;
  }

  .card-image-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 48vw;
    border-radius: 0px;
    background-position: 50% 0%;
  }

  .card-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    margin-top: 50vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .card-text-block {
    display: none;
  }

  .h2-card {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .card-highlight {
    display: none;
  }

  .column-2 {
    min-height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 479px) {
  .nav.custom-container {
    z-index: 8;
    width: 100%;
  }

  .navwrapper {
    margin: 10px auto 1px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navwrapper.navscroll {
    top: -129px;
    display: block;
    width: 100%;
    padding-left: 10px;
  }

  .navwrapper.home {
    top: 0px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navwrapper.navscroll {
    top: -130px;
    padding-left: 20px;
  }

  .body {
    overflow: visible;
    height: auto;
  }

  .body.category {
    overflow: visible;
    background-color: #f7f8fc;
  }

  .body.body-home {
    background-color: #e7f0f7;
  }

  .body.body-home.color {
    overflow: visible;
  }

  .logocontainer {
    position: relative;
    z-index: 1;
    width: 60%;
    margin-left: 10px;
    padding-right: 0px;
  }

  .logocontainer.w--current {
    z-index: 1;
    margin-left: 15px;
  }

  .linkcontainer {
    display: none;
  }

  .bgcontainer {
    position: absolute;
    left: auto;
    top: 231px;
    overflow: hidden;
    width: 100vw;
    height: 810px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main {
    overflow: hidden;
    height: auto;
  }

  .title {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .h1 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 600;
    text-align: left;
  }

  .h1.h1impressum {
    font-size: 30px;
  }

  .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .colleft {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .colleft.home {
    width: 95%;
  }

  .colright {
    width: 90%;
    height: auto;
    max-height: none;
    min-width: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 10;
    -webkit-flex: 10 auto;
    -ms-flex: 10 auto;
    flex: 10 auto;
  }

  .h2 {
    margin-bottom: 38px;
    font-size: 6vw;
    line-height: 28px;
  }

  .h2.h2impressum {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .h2.kontakt {
    margin-right: 65px;
    margin-bottom: 70px;
    margin-left: 65px;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 400;
  }

  .btn {
    position: relative;
    top: 30px;
    width: 200px;
    margin-top: 0px;
    box-shadow: 0 12px 11px -6px rgba(255, 178, 37, 0.4);
  }

  .btn:hover {
    box-shadow: none;
  }

  .btn.btn404 {
    width: 70%;
    margin-top: 30px;
    margin-right: 0px;
  }

  .btn.btn-mobile-nav {
    top: 0px;
    width: 86%;
    margin-right: 20px;
  }

  .btn.btn-mobile-nav.w--current {
    display: none;
  }

  .btn.btn-startseite {
    position: static;
    top: 0px;
    display: block;
    width: 98%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 0px;
  }

  .btn.orange {
    position: static;
    width: 95%;
    margin-top: 40px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bgorange {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    display: none;
    overflow: hidden;
    width: 30vw;
    height: 30vw;
    background-position: 10% 10%;
    background-size: 50vw 50vw;
    opacity: 0.3;
  }

  .logotext {
    width: 50%;
    max-width: 130px;
    min-width: 80px;
    margin-left: 10px;
  }

  .logoicon {
    width: 20%;
    max-width: 40px;
    min-width: 30px;
  }

  .mobilenav {
    position: relative;
    display: inline-block;
    clear: both;
  }

  .mobilenavbg {
    position: fixed;
    left: 0%;
    top: -500px;
    bottom: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .mobilenavbg.scroll {
    left: 100%;
  }

  .burgermenu {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-top: 3px;
    padding: 10px;
    float: right;
    clear: both;
    cursor: pointer;
  }

  .burgermenu.scroll {
    margin-top: 0px;
  }

  .mobilenavstroke {
    width: 30px;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
  }

  .mobilenavstroke._2 {
    width: 30px;
    margin-top: 7px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavstroke._3 {
    width: 30px;
    margin-top: 7px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavstroke._1 {
    width: 30px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavlinks {
    position: relative;
    width: 100%;
    margin-top: 87px;
    float: none;
  }

  .mobilenavlink {
    margin-top: 0px;
    margin-right: 0px;
    color: #43515c;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
  }

  .mobilenavlink._0 {
    margin-right: 0px;
  }

  .contentwrapper {
    margin-top: 40px;
  }

  .contentwrapper.content-impressum {
    width: 85%;
    margin-bottom: 0px;
  }

  .contentwrapper.datenschutz {
    margin-bottom: 65px;
  }

  .listimpressum {
    font-size: 13px;
  }

  .h3.h3impressum {
    font-size: 19px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .backtop {
    display: none;
  }

  .mobilelink {
    font-family: Poppins, sans-serif;
    color: #43515c;
    font-size: 22px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .mobilelink:focus {
    color: rgba(67, 81, 92, 0.5);
  }

  .mobilelink.w--current {
    text-align: center;
  }

  .utility-page-content {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  ._404heading {
    margin-top: 140px;
    color: rgba(116, 164, 217, 0.08);
    font-size: 18em;
  }

  ._404p {
    width: 70%;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Helvetica Neue';
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
  }

  .colum-navigation {
    display: none;
  }

  .colum-content {
    padding-right: 5px;
    padding-left: 5px;
  }

  .list-home {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .list-item-home {
    display: block;
    height: auto;
    padding-left: 27px;
    background-size: 17px;
    font-size: 15px;
    line-height: 25.6px;
    font-weight: 400;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer.footer-home {
    display: block;
    margin-top: 0px;
  }

  .footer-list {
    margin-top: 40px;
    padding-top: 50px;
    padding-left: 0px;
    clear: both;
  }

  .footer-list.ueber-uns {
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-list.impressum {
    margin-bottom: 25px;
  }

  .footer-list.datenschutz {
    margin-bottom: 45px;
  }

  .footer-list-item {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px;
    font-size: 10px;
  }

  .seperator {
    margin-right: 8px;
    margin-left: 2vw;
  }

  .list-mobile-tablet {
    padding-left: 0px;
  }

  .header-wrapper {
    z-index: -999;
  }

  .content-wrapper.ueber-uns {
    padding-top: 0px;
  }

  .content-wrapper.ueber-uns.custom-container {
    padding-top: 190px;
  }

  .header-h1 {
    width: 90%;
    margin: 50px auto;
    font-size: 9vw;
  }

  .header-h1.co-mediation {
    font-size: 8vw;
  }

  .header-h1.kontakt {
    margin-bottom: 30px;
    font-weight: 600;
  }

  .header-h1.beruns {
    width: 90%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .image-content-all {
    margin-top: 50px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-content-all.stephan {
    min-height: 60vh;
    margin-top: 50px;
  }

  .image-content-box {
    left: auto;
    right: auto;
    overflow: hidden;
    width: 32vw;
    height: 32vw;
    max-height: 440px;
    max-width: 340px;
  }

  .image-content-box.stephan {
    left: 0px;
    right: 0px;
  }

  .image-name-box {
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
  }

  .list-item {
    margin-bottom: 22px;
    line-height: 25.6px;
  }

  .list-item.long {
    line-height: 25.6px;
  }

  .list-item.mediation {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .list {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .content-wrapper {
    width: 88%;
  }

  .content-wrapper.co-mediation {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.narrow-container {
    width: 88%;
  }

  .header-p {
    margin-top: 70px;
    margin-bottom: 90px;
    color: #283845;
    line-height: 25.6px;
  }

  .h2-mediation {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .column-right {
    padding-left: 0px;
  }

  .more-info {
    margin-top: 70px;
  }

  .more-info-container {
    margin-top: 80px;
  }

  .link-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .more-info-link {
    color: #588bec;
  }

  .bg-line {
    height: 60vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .more-info-p {
    font-size: 15px;
    line-height: 24px;
  }

  .more-info-footer {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .more-info-footer-link {
    color: #588bec;
  }

  .co-mediation-title {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }

  .title-1 {
    display: inline-block;
    margin-bottom: 8px;
  }

  .title-2 {
    display: inline-block;
    font-size: 230%;
    line-height: 40px;
    text-align: center;
  }

  .vorteile-co-mediation {
    margin-bottom: 50px;
  }

  .paragraph-4 {
    margin-top: 100px;
  }

  .h3-alternative {
    margin-top: 0px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-5 {
    margin-top: 20px;
  }

  .paragraph-5.ending {
    margin-top: 0px;
  }

  .dots-big {
    display: none;
  }

  .dots-big.stephan {
    display: none;
  }

  .dots-small {
    display: none;
  }

  .btn-nav-mobile {
    top: auto;
    display: block;
    width: 85%;
    margin: 40px auto;
    padding: 14px 0px;
    float: none;
    box-shadow: none;
    font-family: Poppins, sans-serif;
    color: #283845;
    font-weight: 600;
  }

  .secondary-btn {
    display: block;
    width: 98%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
  }

  .secondary-btn.ueberuns {
    margin-top: 0px;
    font-size: 14px;
  }

  .cta-container-home {
    display: block;
    width: 95%;
    margin: 60px auto 20px;
  }

  .email-box {
    z-index: 60;
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .email {
    font-size: 12px;
  }

  .weitere-info {
    margin-top: 90px;
  }

  .info-box {
    width: 40%;
    height: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .image-titel {
    display: none;
  }

  .orange-cover {
    width: 250px;
    height: 160px;
    margin-bottom: 50px;
  }

  .kontakt-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
  }

  .content-wrapper-kontakt {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .custom-container {
    width: 100%;
    max-width: 1800px;
  }

  .custom-container.scroll {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .title-text {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-div {
    max-width: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-home {
    width: 90%;
  }

  .banner-text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .banner {
    width: 90%;
    max-width: none;
    padding: 30px;
  }

  .image-2 {
    margin-top: 5px;
  }

  .mobilenavbggrey {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .btn-2 {
    position: relative;
    top: 30px;
    width: 200px;
    margin-top: 0px;
    box-shadow: 0 12px 11px -6px rgba(255, 178, 37, 0.4);
  }

  .mobilelink-2 {
    font-family: Poppins, sans-serif;
    color: #43515c;
    font-size: 22px;
    line-height: 70px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
  }

  .mobilelink-2:focus {
    color: rgba(67, 81, 92, 0.5);
  }

  .mobilelink-2.w--current {
    text-align: center;
  }

  .mobilenavstroke-2 {
    width: 30px;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
  }

  .mobilenavstroke-2._1 {
    width: 30px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavstroke-2._2 {
    width: 30px;
    margin-top: 7px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavstroke-2._3 {
    width: 30px;
    margin-top: 7px;
    border-width: 1px;
    border-color: #383838;
  }

  .mobilenavlink-2 {
    margin-top: 0px;
    margin-right: 0px;
    color: #43515c;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
  }

  .mobilenavlink-2._0 {
    margin-right: 0px;
  }

  .mobilenavbg-2 {
    position: fixed;
    left: 0%;
    top: -500px;
    bottom: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .mobilenavbg-2.scroll {
    left: 100%;
  }

  .corona-box {
    position: relative;
    z-index: 1000;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 21.252px;
    font-weight: 400;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .cards-container {
    width: 100%;
    min-width: auto;
    margin: 0px 5px -97px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ueber-mich-card {
    width: 49%;
    min-width: auto;
    padding: 20px 8px 9px;
  }

  .card-image-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 48vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 0px;
    background-position: 50% 0%;
  }

  .card-image-container.marion {
    border-radius: 0px;
  }

  .card-text-container {
    max-width: none;
    margin-top: 47vw;
    margin-bottom: 5px;
  }

  .card-text-block {
    display: none;
  }

  .h2-card {
    margin-right: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .card-highlight {
    display: none;
  }

  .column-2 {
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media screen and (max-width: 991px) {
  #stephan.w-node-_14ce02f1-a3c1-1665-3c7b-a358c7e6d302-2f06a430 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-fe2d6bfb-6c5e-f5a3-f627-7a97c686f750-2f06a430 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Marion-image.w-node-f23ea7cc-d269-4738-3857-b75290d391fe-2f06a430 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

