body {
  font-family: RobotoR, sans-serif;
  color: #4f4f4f;
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid #cacaca;
}

.navbar-inner-wrapper {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  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;
}

.navbar-menu-items {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-btn-contact {
  margin-right: 15px;
}

.burger-wrapper {
  padding: 20px 0px 8px 20px;
  cursor: pointer;
}

.button {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  padding: 4px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #ff883e;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  background-color: #ffa11a;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-content-wrapper.contact {
  padding-left: 30px;
  border-left: 1px solid #4f4f4f;
}

.grid-content-wrapper.boxed {
  max-width: 700px;
}

.grid-content-wrapper._2nd {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 0.8rem;
}

.grid-2col {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2col.coaching {
  max-width: 900px;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.card {
  overflow: hidden;
  padding: 1.5rem;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.card.no-border {
  border-style: none;
}

.card.no-border.no-padding {
  padding: 0rem;
}

.card.bg-orange-1 {
  background-color: #ffb88b;
}

.card.bg-orange-2 {
  background-color: #ffcfb2;
}

.card.bg-orange-3 {
  background-color: #ffe7d8;
}

.footer {
  margin-top: 7rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 10px solid #ff883e;
}

.footer.nomargin {
  margin-top: 0rem;
}

.link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #ff883e;
}

.link:hover {
  color: #898b8e;
}

.div-seperator {
  width: 200px;
  height: 3px;
  margin: 6rem auto;
  background-color: #898b8e;
}

.kontakt-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f4f4f;
  text-decoration: none;
}

.image {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.home-map-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 520px;
  margin-top: 6rem;
  -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-image: url('../images/rp-maps.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-1200 {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #4f4f4f;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #898b8e;
}

.footer-link.first {
  margin-left: 0px;
}

.footer-link.first.w--current {
  color: #000;
}

.navbar-logo-linkblock {
  width: 220px;
}

.navbar-logo-linkblock.w--current {
  width: 220px;
}

.b1-bar1 {
  width: 30px;
  height: 4px;
  background-color: #898b8e;
}

.b1-bar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  -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: #898b8e;
}

.b1-middle {
  width: 4px;
  height: 0px;
  background-color: #858eca;
}

.b1-bar3 {
  width: 30px;
  height: 4px;
  background-color: #898b8e;
}

.text-block-2 {
  display: inline-block;
}

.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.navbar-menu-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.navbar-menu-wrapper {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.menu-items-list {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.menu-li {
  margin-bottom: 15px;
  padding-left: 70px;
  background-image: url('../images/rp-list-icon.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #898b8e;
  font-size: 1.4rem;
  font-weight: 700;
}

.menu-li:hover {
  color: #4f4f4f;
}

.menu-li.first {
  background-image: none;
}

.nav-list-item-link {
  color: #898b8e;
  text-decoration: none;
}

.nav-list-item-link:hover {
  color: #4f4f4f;
}

.navbar {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.navbar-btn-burger {
  padding: 0px;
}

.navbar-btn-burger.w--open {
  background-color: transparent;
}

.img-100-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-100-contain.rounded {
  margin-bottom: 20px;
  border-radius: 20px;
}

.content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper.termine {
  margin-top: 3rem;
}

.p-intro {
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.grid-kooperationspartner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-content {
  padding: 3rem;
  background-color: #f1f1f1;
}

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

.tab-pane-wrapper {
  color: #000;
}

.tab-pane-quote-img {
  width: 48px;
  margin-bottom: 20px;
}

.tab-pane-quote {
  max-width: 500px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
}

.tab-pane-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-logos {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.logo-bvmw {
  width: 160px;
}

.logo-mdi {
  width: 210px;
}

.logo-outmatch {
  width: 90%;
}

.logo-mdi-relief {
  width: 120px;
  margin-bottom: 13px;
}

.logo-360 {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}

.logo-psyres {
  width: 150px;
}

.icon-tab-arrow {
  position: absolute;
  left: 44%;
  bottom: -18px;
  width: 10%;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem;
  -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-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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #f1f1f1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.accordion-content {
  display: -ms-grid;
  display: grid;
  padding: 1.4rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-pane-2 {
  overflow: hidden;
  background-color: transparent;
}

.nomargin {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.accordion-arrow-2 {
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.accordion-header-wrapper {
  width: 90%;
}

.accordion-date {
  color: #ff883e;
  font-size: 0.9rem;
  font-weight: 700;
}

.accordion-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.list-margin-bottom {
  margin-bottom: 1.2rem;
}

.termine-infobox {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  background-color: #ff883e;
  color: #fff;
}

.p-no-margin-bottom {
  margin-bottom: 0rem;
}

.tablink-reiche {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.tablink-reiche.w--current {
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
  background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.text-block-3 {
  display: inline-block;
}

.emb-icon-mail {
  display: inline-block;
  width: 32px;
  margin-right: 15px;
}

.linkblock-termine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  margin-left: 1.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #ff883e;
}

.linkblock-termine:hover {
  color: #898b8e;
}

.list {
  padding-left: 20px;
}

.logo-mobile {
  display: none;
}

.h2-ueberuns {
  font-size: 2rem;
  line-height: 1.1;
}

.tabs-menu-2 {
  display: none;
}

.team-item-reiche {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/reiche-partner-thomas-reiche.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.team-item-reiche.w--current {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.team-contact-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 20px;
}

.team-item-brandes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/reiche-partner-melanie-brandes-520sw.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.team-item-brandes.w--current {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.team-item-fueller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/reiche-partner-anna-fueller.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.team-item-fueller.w--current {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.team-item-schulz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/reiche-partner-andreas-schulz-520sw.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.team-item-schulz.w--current {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.team-item-wedemeyer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/reiche-partner-wiebke-wedemeyer.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.team-item-wedemeyer.w--current {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.tablink-brandes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.tablink-brandes.w--current {
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
  background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.tablink-fueller {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.tablink-fueller.w--current {
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
  background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.tablink-schulz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.tablink-schulz.w--current {
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
  background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.tablink-wedemeyer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 260px;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #ff883e;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 10px #000;
}

.tablink-wedemeyer.w--current {
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
  background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.list-item-lvl2 {
  margin-left: 24px;
  list-style-type: square;
}

.list-item-lvl2.mb-1 {
  margin-bottom: 1rem;
}

.margin-top-2 {
  margin-top: 2rem;
}

.h2-text {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.map-marker-hamburg {
  position: absolute;
  left: 39%;
  top: 33%;
  width: 100px;
  height: 100px;
}

.map-marker-thomasburg {
  position: absolute;
  left: 62%;
  top: 82%;
  width: 100px;
  height: 100px;
}

.bold-text {
  display: inline-block;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 0.6rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.bold-text-2 {
  display: inline-block;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  font-size: 0.6rem;
}

.link-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff883e;
}

.link-2:hover {
  color: #898b8e;
}

.link-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff883e;
}

.link-3:hover {
  color: #898b8e;
}

.link-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff883e;
}

.link-4:hover {
  color: #898b8e;
}

.link-5 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff883e;
}

.link-5:hover {
  color: #898b8e;
}

.link-6 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff883e;
}

.link-6:hover {
  color: #898b8e;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #4f4f4f;
}

.nav-link:hover {
  color: #898b8e;
}

.nav-link.w--current {
  color: #ff883e;
}

.nav-link.last {
  padding-right: 0px;
}

.nav-link.first {
  padding-left: 0px;
}

.nav-link.first.w--current {
  color: #ff883e;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-quote {
  margin-bottom: 3rem;
  color: #ff883e;
  font-size: 2rem;
  line-height: 1.3;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.hero-quote.urheber {
  font-weight: 700;
}

.hero-text {
  font-size: 1.4rem;
  text-align: center;
}

.hero-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-flexitem {
  width: 46%;
}

.angebot-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1f1f1;
  text-align: center;
}

.angebot-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.li-margin-bottom {
  margin-bottom: 2rem;
}

.li-last {
  border-bottom-style: none;
}

.section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.section-introtext {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  font-size: 1.2rem;
}

.grid-3col {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.coaching-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1f1f1;
}

.section-quote {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  color: #ff883e;
  font-size: 1.2rem;
  line-height: 1.3;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.h2-center {
  text-align: center;
}

.card-icon {
  width: 180px;
  margin-top: 0px;
}

.card-icon-wrapper {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}

.list-2 {
  max-width: 500px;
  padding-left: 20px;
}

.li-text {
  padding-left: 5px;
}

.li-text.last {
  border-bottom-style: none;
}

.section-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-name {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cacaca;
  font-size: 1.3rem;
}

.grid-team {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-team.last {
  margin-bottom: 0rem;
}

.kontakt-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1f1f1;
  text-align: center;
}

.img-100 {
  width: 100%;
  border-radius: 20px;
}

.img-100.contain {
  height: 100%;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-no-margin {
  margin-bottom: 0rem;
}

.h1-align-left {
  text-align: left;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 5%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 200px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.back-top-top-icon {
  opacity: 0.4;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b1-bar1-2 {
  width: 30px;
  height: 4px;
  background-color: #898b8e;
}

.b1-bar2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  -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: #898b8e;
}

.b1-bar3-2 {
  width: 30px;
  height: 4px;
  background-color: #898b8e;
}

.span-orange {
  color: #ff883e;
}

.nav-menu-imprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-image: url('../images/Beratung.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img-wrapper.coaching {
  background-image: url('../images/Coaching.jpg');
  background-position: 50% 50%;
}

.card-text-wrapper {
  padding: 2rem 1.4rem 1.4rem;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vw;
  padding-top: 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/inmovego_Header.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.italic-text {
  font-size: 1rem;
  line-height: 1.3;
  font-style: italic;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.2rem;
  }

  ul {
    padding-left: 20px;
  }

  li {
    padding-left: 5px;
    font-size: 1rem;
  }

  .home-map-section {
    height: 600px;
  }

  .navbar-menu-wrapper {
    max-width: 570px;
  }

  .menu-li {
    font-size: 1.6rem;
  }

  .menu-li:hover {
    color: #000;
  }

  .nav-list-item-link {
    -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
    transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  }

  .nav-list-item-link:hover {
    color: #000;
  }

  .nav-list-item-link.w--current {
    color: #ff883e;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tab-pane-wrapper {
    color: #000;
  }

  .tab-pane-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tablink-reiche {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/Rectanglefoto.jpg');
    background-position: 50% 0%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .tablink-reiche.w--current {
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-filter: none;
    filter: none;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .team-item-reiche {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .team-item-reiche.w--current {
    -webkit-filter: none;
    filter: none;
  }

  .team-item-brandes {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .team-item-brandes.w--current {
    -webkit-filter: none;
    filter: none;
  }

  .team-item-fueller {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .team-item-fueller.w--current {
    -webkit-filter: none;
    filter: none;
  }

  .team-item-schulz {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .team-item-schulz.w--current {
    -webkit-filter: none;
    filter: none;
  }

  .team-item-wedemeyer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .team-item-wedemeyer.w--current {
    -webkit-filter: none;
    filter: none;
  }

  .tablink-brandes {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/Rectanglefoto.jpg');
    background-position: 50% 0%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .tablink-brandes.w--current {
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-filter: none;
    filter: none;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .tablink-fueller {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/Rectanglefoto.jpg');
    background-position: 50% 0%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .tablink-fueller.w--current {
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-filter: none;
    filter: none;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .tablink-schulz {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/Rectanglefoto.jpg');
    background-position: 50% 0%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .tablink-schulz.w--current {
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-filter: none;
    filter: none;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .tablink-wedemeyer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-image: url('../images/Rectanglefoto.jpg');
    background-position: 50% 0%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 1px 1px 10px #000;
  }

  .tablink-wedemeyer.w--current {
    -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 136, 62, 0.8)), to(rgba(255, 136, 62, 0.8))), url('../images/Rectanglefoto.jpg');
    background-image: linear-gradient(180deg, rgba(255, 136, 62, 0.8), rgba(255, 136, 62, 0.8)), url('../images/Rectanglefoto.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
    -webkit-filter: none;
    filter: none;
    font-size: 1.6rem;
    text-shadow: none;
  }

  .map-marker-hamburg {
    left: 38%;
    top: auto;
    bottom: 48%;
  }

  .map-marker-thomasburg {
    left: 64%;
    top: 83%;
  }
}

@media screen and (min-width: 1440px) {
  .home-map-section {
    top: 33%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-marker-hamburg {
    left: 38%;
    width: 150px;
    height: 150px;
  }

  .map-marker-thomasburg {
    left: 62%;
  }

  .hero-wrapper {
    height: 55vw;
  }
}

@media screen and (min-width: 1920px) {
  .map-marker-hamburg {
    left: 38%;
    bottom: 55%;
    width: 200px;
    height: 200px;
  }

  .map-marker-thomasburg {
    left: 63%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    margin-bottom: 3rem;
  }

  .navbar-inner-wrapper {
    -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;
  }

  .hero-text-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-content-wrapper.contact {
    display: -ms-grid;
    display: grid;
    padding-top: 40px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid #898b8e;
    border-left-style: none;
  }

  .grid-2col {
    grid-column-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    text-align: center;
  }

  .wrapper-1200.center {
    text-align: center;
  }

  .footer-link {
    font-size: 0.8rem;
  }

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

  .navbar-logo-linkblock {
    width: 220px;
  }

  .nav-list-item-link.w--current {
    color: #000;
  }

  .content-wrapper.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-pane-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accordion-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .p-contact {
    margin-bottom: 0rem;
  }

  .team-item-reiche {
    background-size: cover;
    line-height: 1.2;
  }

  .team-item-brandes {
    background-size: cover;
    line-height: 1.2;
  }

  .team-item-fueller {
    background-size: cover;
    line-height: 1.2;
  }

  .team-item-schulz {
    background-size: cover;
    line-height: 1.2;
  }

  .team-item-wedemeyer {
    background-size: cover;
    line-height: 1.2;
  }

  .h2-text {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .map-marker-hamburg {
    left: 32%;
    top: 34%;
  }

  .map-marker-thomasburg {
    left: 69%;
  }

  .nav-menu {
    margin-top: 10px;
  }

  .angebot-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-white {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .coaching-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-icon {
    width: 80px;
  }

  .section-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-team {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kontakt-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu-imprint {
    margin-top: 10px;
  }

  .card-img-wrapper {
    height: 300px;
  }

  .hero-wrapper {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .navbar-inner-wrapper {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .burger-wrapper {
    padding-bottom: 15px;
  }

  .hero-text-wrapper {
    margin-bottom: 4rem;
  }

  .grid-content-wrapper.margin-bottom {
    margin-bottom: 2rem;
  }

  .grid-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-seperator {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .home-map-section {
    height: 400px;
  }

  .content-wrapper.grid {
    grid-row-gap: 2rem;
  }

  .grid-kooperationspartner {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content {
    padding: 2rem;
  }

  .div-block-2 {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .map-marker-hamburg {
    left: 30%;
    top: 31%;
  }

  .map-marker-thomasburg {
    left: 69%;
    top: 80%;
  }

  .nav-link {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
  }

  .nav-link:hover {
    color: #4f4f4f;
  }

  .nav-link.last {
    padding-right: 20px;
    border-bottom-style: none;
  }

  .nav-link.first {
    padding-left: 20px;
  }

  .nav-menu {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ff883e;
    box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .hero-quote {
    font-size: 1.6rem;
  }

  .hero-text {
    font-size: 1.2rem;
  }

  .hero-flexitem {
    width: 47%;
  }

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

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

  .section-introtext {
    font-size: 1.1rem;
  }

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

  .section-quote {
    font-size: 1.1rem;
  }

  .card-icon {
    width: 60px;
  }

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

  .team-name {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .grid-team {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .nav-menu-imprint {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ff883e;
    box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .hero-wrapper {
    height: 650px;
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8vw;
  }

  .navbar-inner-wrapper {
    padding-top: 0px;
  }

  .navbar-btn-contact {
    margin-right: 10px;
  }

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

  .grid-content-wrapper.contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kontakt-linkblock {
    margin-top: 20px;
  }

  .home-map-section {
    background-position: 56% 100%;
  }

  .home-map-section.kontakt {
    margin-top: 3rem;
  }

  .navbar-logo-linkblock {
    width: 180px;
  }

  .navbar-logo-linkblock.w--current {
    width: 180px;
  }

  .navbar-menu-full {
    padding-top: 120px;
  }

  .navbar-menu-wrapper {
    width: 90%;
  }

  .menu-li {
    margin-bottom: 20px;
    padding-left: 50px;
    background-position: 0% 10%;
    background-size: 30px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    padding: 1.4rem;
  }

  .tab-pane-quote-img {
    width: 40px;
    margin-bottom: 10px;
  }

  .tab-pane-quote {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .accordion-toggle {
    padding: 1.4rem 1.4rem 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
  }

  .accordion-content {
    padding: 1.4rem;
  }

  .accordion-arrow-2 {
    width: 20px;
    margin-top: 5px;
  }

  .logo-mobile {
    display: block;
  }

  .team-item-reiche {
    background-position: 0% 20%;
  }

  .team-contact-img {
    margin-bottom: 0.5rem;
  }

  .team-item-brandes {
    background-position: 0% 40%;
  }

  .team-item-fueller {
    background-position: 50% 10%;
  }

  .team-item-schulz {
    background-position: 0% 20%;
  }

  .team-item-wedemeyer {
    background-position: 50% 10%;
  }

  .map-marker-hamburg {
    left: 6%;
    width: 120px;
  }

  .map-marker-thomasburg {
    left: 68%;
    top: 78%;
  }

  .hero-quote {
    font-size: 1.3rem;
  }

  .hero-text {
    font-size: 1.1rem;
  }

  .hero-flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-flexitem {
    width: 100%;
  }

  .hero-flexitem._2nd {
    margin-top: 30px;
  }

  .grid-3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-quote {
    text-align: left;
  }

  .grid-team {
    margin-bottom: 5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .italic-text {
    font-size: 0.7rem;
  }
}

#w-node-e3147afe-3f89-b76d-b797-39984c4d627d-0f47b851 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a70aad97-0c0e-779d-2d30-24b3e99ba50a-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7811134d-e601-98a6-700c-461abe498628-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bbeeef16-1cc7-ba7a-eac2-370a54350ff7-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bbeeef16-1cc7-ba7a-eac2-370a54350ffc-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bbeeef16-1cc7-ba7a-eac2-370a54351001-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2886b3ac-f861-95cf-cecf-7ebe5238f4ea-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2886b3ac-f861-95cf-cecf-7ebe5238f504-0f47b851 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_32bef071-7867-56c9-8994-4b0bd1b4e42e-0f47b851 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_95a49125-17b2-fb18-22d5-a8a2e74eeb0b-0f47b851 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_68717f91-5bcf-fc51-d62f-242a37f7753a-0f47b851 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'RobotoR';
  src: url('../fonts/roboto-v27-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoR';
  src: url('../fonts/roboto-v27-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoR';
  src: url('../fonts/roboto-v27-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}