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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #292929;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Armata_up, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Armata_up, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

h3 {
  color: #292929;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Armata_up, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: #292929;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Armata_up, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #292929;
  margin-bottom: 0;
  font-family: RobotoUP, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #292929;
  padding-left: 0;
  font-family: RobotoUP, Arial, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

a:hover {
  font-family: RobotoUP, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

strong {
  font-family: Roboto_UP, Arial, sans-serif;
  font-weight: 400;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #292929;
  background-color: #efeeeb;
  border: 1px solid #efeeeb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  font-family: Roboto_UP, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #efeeeb;
  border: 1px solid #bfbfbf;
  font-family: Roboto_UP, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.chip-negativ {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 16px;
  text-decoration: none;
  display: flex;
}

.chip-text {
  font-family: Roboto_UP, Arial, sans-serif;
  font-weight: 400;
}

.basic_width {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  z-index: 9990;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px 4px #00000026;
}

.nav_button {
  width: 36px;
  height: 36px;
  padding: 0;
}

.nav_button:focus-visible, .nav_button[data-wf-focus-visible] {
  border: 2px solid #23b9ff;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
  width: 36px;
  height: 36px;
}

.hamburger_6_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_6_wrap:focus-visible, .hamburger_6_wrap[data-wf-focus-visible] {
  border: 2px solid #23b9ff;
  border-radius: 1px;
}

.hamburger_6_line {
  background-color: currentColor;
  flex: 0 auto;
  width: 37px;
  height: 3px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed-2 {
  position: absolute;
}

.tiny_text {
  font-family: RobotoUP, Arial, sans-serif;
  font-size: 14.2px;
}

.burger_menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.nav_link {
  color: #292929;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto_UP, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.nav_link:hover {
  color: #292929;
  font-family: Roboto_UP, Arial, sans-serif;
  text-decoration: underline;
}

.nav_link:focus, .nav_link.w--current {
  color: #292929;
  text-decoration: underline;
}

.nav-menu {
  z-index: 9980;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 5px 5px 2px #0003;
}

.image {
  height: 100%;
}

.brand {
  height: 72px;
}

.hero_image_large {
  z-index: 2000;
  background-image: url('../images/startseite_gertz.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 454px;
  margin-top: 109px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.basic_width_hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.basic_width_hero.right {
  justify-content: flex-end;
  align-items: center;
}

.schwung01 {
  background-image: url('../images/schwung01.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 102%;
  width: 100%;
  height: 36px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_text_large {
  color: #fff;
  background-color: #11363cb3;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  font-weight: 400;
  display: flex;
}

.grey {
  background-color: #efeeeb;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.grey.abstand_oben {
  padding-top: 20px;
}

.grey.abstand_oben.und-unten {
  margin-bottom: 30px;
}

.link_block_therapie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffffd9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  height: 60px;
  padding-left: 11px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link_block_therapie:hover {
  background-color: #fff;
}

.image-3 {
  width: 20px;
}

.text_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.text_wrapper.spacing {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon_big_link {
  flex: none;
  width: 50px;
  height: 50px;
}

.text {
  color: #292929;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.text.bold {
  color: #292929;
  font-family: Roboto_Up, Arial, sans-serif;
  font-weight: 500;
}

.text.bold.center, .text.center {
  text-align: center;
}

.big_link_wrapper, .big_link_wrapper-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big_link_wrapper-copy.mobile {
  flex-flow: row;
  width: 100%;
  margin-top: 10px;
  display: none;
}

.link_block_therapie_mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffffd9;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 60px;
  padding-left: 11px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link_block_therapie_mobile:hover {
  background-color: #fff;
}

.introtext {
  text-align: center;
  width: 83%;
  padding-top: 40px;
  padding-bottom: 24px;
  font-size: 18px;
}

.basic_width_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.basic_width_content.abstand_unten {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.person_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.schwung03 {
  background-image: url('../images/schwung03.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 102%;
  width: 100%;
  height: 36px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon_link {
  background-image: url('../images/arrow_right_black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-bottom: 1px #dfdfdf;
  padding-left: 24px;
  padding-right: 0;
  font-family: Roboto_UP, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.icon_link:hover {
  font-family: Roboto_UP, Arial, sans-serif;
  text-decoration: underline;
}

.text_bild_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.bild_text_wrapper {
  width: 31%;
}

.basic_width_content_bild_text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 83%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px;
  display: flex;
}

.basic_width_content_bild_text.switch {
  flex-flow: row-reverse;
}

.basic_width_content_bild_text.switch.last_spacing {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.basic_width_content_bild_text.first_abstand {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.basic_width_content_bild_text.grey_content {
  background-color: #efeeeb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}

.white {
  position: relative;
}

.white.abstand_unten {
  padding-bottom: 60px;
}

.white.abstand_oben {
  margin-top: 20px;
  margin-bottom: 20px;
}

.white.abstand_oben.extraabstand {
  margin-top: 169px;
}

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

.headline3 {
  margin-top: 0;
}

.headline3.abstand_30px {
  margin-bottom: 20px;
}

.headline3.abstand_30px.oben {
  margin-top: 20px;
}

.paragraph-2 {
  margin-bottom: 10px;
}

.paragraph-2.space_paragraph2 {
  margin-bottom: 20px;
}

.basic_width_footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.category_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
  overflow: auto;
}

.chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #292929;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Roboto_UP, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.chip:hover {
  opacity: .85;
  color: #292929;
  background-color: #ffffffd9;
  border: 1px solid #aaa;
  font-family: Roboto_UP, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.footer_abbinder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.fotoer_logo {
  width: 200px;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.zentriert {
  text-align: center;
}

.zentriert._83 {
  width: 83%;
}

.hero_image_small {
  z-index: 2000;
  background-image: url('../images/kontakt_gertz.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 330px;
  margin-top: 109px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.hero_image_small.psychlogie {
  background-image: url('../images/therapie_gertz.webp');
}

.hero_image_small.coaching {
  background-image: url('../images/coaching_gertz.webp');
}

.hero_image_small.ablauf {
  background-image: url('../images/ablauf_gertz.webp');
}

.hero_image_small.about {
  background-image: url('../images/about_gertz.webp');
}

.hero_text_coaching {
  color: #fff;
  background-color: #2e5b85bf;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
}

.basic_width_category_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.headline_h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-4.abstand_unten {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordeon_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.accordion-item-2 {
  border-top: 1px solid #bbb;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
}

.accordion-item-2.first {
  border-top-style: none;
  padding-top: 15px;
}

.accordion-item-2.last {
  border-bottom: 1px solid #bbb;
}

.accordion-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordeon_container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  background-image: url('../images/arrow_down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 22px;
  height: 30px;
  font-size: 32px;
  line-height: 30px;
}

.accordeon_wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 83%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.accordeon_content {
  grid-column-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.accordeon_content.first {
  padding-top: 0;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

.accordion-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-trigger:focus-visible, .accordion-trigger[data-wf-focus-visible] {
  border: 2px solid #008cff;
}

.paragraph-3-copy {
  margin-bottom: 15px;
}

.list-item {
  padding-bottom: 12px;
  font-family: RobotoUP, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item.text {
  padding-bottom: 0;
}

.list-2 {
  padding-left: 18px;
}

.wichtig_part {
  text-align: center;
  background-color: #efeeeb;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 16px;
  font-size: 18px;
}

.wichtig_part.mehr_abstand-copy {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 30px;
}

.content_small {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 83%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-7 {
  margin-bottom: 8px;
}

.about_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 8px;
  display: flex;
}

.list-item2 {
  padding-bottom: 8px;
  font-family: RobotoUP, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-8 {
  margin-bottom: 10px;
}

.heading-9 {
  text-align: left;
}

.hero_text_psychologie {
  color: #fff;
  background-color: #485a52bf;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
}

.about_logos {
  padding-top: 0;
  padding-bottom: 0;
}

.bild_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 310px;
  display: flex;
}

.image-6 {
  max-width: 50%;
}

.embodi_loho {
  flex: 0 auto;
  max-width: 75%;
  padding-top: 0;
  padding-bottom: 0;
}

.fuehrungs_coaching_logo {
  max-width: 87%;
  padding-top: 0;
  padding-bottom: 0;
}

.dfc_logo {
  max-width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-7 {
  max-width: 100%;
}

.bild_block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 310px;
  display: flex;
}

.basic_width_content_bild_text_about, .basic_width_content_bild_text_about-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1143px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/therapie_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
}

.div-block-9-copy {
  background-image: url('../images/coaching_icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 54px;
}

.div-block-4-copy {
  width: 100%;
}

.div-block-4-copy.abstand_unten {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-3-copy-copy {
  margin-bottom: 0;
}

.h4 {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .basic_width {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger_6_line {
    width: 32px;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .brand {
    height: 64px;
  }

  .hero_image_large {
    height: 400px;
    margin-top: 89px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic_width_hero {
    height: 95%;
  }

  .schwung01 {
    background-size: auto 15px;
    height: 24px;
  }

  .hero_text_large {
    font-size: 24px;
    line-height: 32px;
  }

  .grey {
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey.abstand_oben {
    padding-bottom: 30px;
  }

  .heading-3 {
    font-size: 17px;
  }

  .heading-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .icon_big_link {
    width: 40px;
    height: 40px;
  }

  .big_link_wrapper {
    display: none;
  }

  .big_link_wrapper-copy.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    display: flex;
  }

  .link_block_therapie_mobile {
    width: 240px;
    height: 50px;
  }

  .introtext {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .basic_width_content {
    padding-left: 0;
    padding-right: 0;
  }

  .schwung03 {
    background-position: 0 100%;
    background-size: auto 15px;
    height: 30px;
  }

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

  .text_bild_wrapper {
    width: 80%;
  }

  .bild_text_wrapper {
    width: auto;
  }

  .basic_width_content_bild_text {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .basic_width_content_bild_text.switch.last_spacing {
    padding-bottom: 40px;
  }

  .basic_width_content_bild_text.first_abstand {
    padding-top: 30px;
  }

  .basic_width_content_bild_text.last_spacing {
    padding-bottom: 40px;
  }

  .basic_width_content_bild_text.grey_content {
    padding: 30px 30px 18px;
  }

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

  .white.abstand_unten {
    padding-bottom: 40px;
  }

  .white.abstand_oben.extraabstand {
    margin-top: 89px;
  }

  .basic_width_footer {
    padding-left: 0;
    padding-right: 0;
  }

  .category_wrapper {
    margin-top: 40px;
  }

  .chip {
    flex-flow: row;
    flex: none;
  }

  .zentriert._83 {
    width: 100%;
  }

  .hero_image_small {
    height: 400px;
    margin-top: 89px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_text_coaching {
    font-size: 24px;
    line-height: 32px;
  }

  .basic_width_category_text {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .headline_h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .accordeon_section {
    grid-row-gap: 10px;
    padding-top: 40px;
  }

  .accordeon_container {
    flex: 1;
  }

  .accordeon_wrapper {
    max-width: 90%;
  }

  .accordeon_content {
    grid-column-gap: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-2 {
    padding-left: 17px;
  }

  .content_small, .div-block-4-copy {
    max-width: 90%;
  }

  .hero_text_psychologie {
    font-size: 24px;
    line-height: 32px;
  }

  .bild_block, .bild_block-copy {
    width: 270px;
  }

  .basic_width_content_bild_text_about, .basic_width_content_bild_text_about-copy {
    width: 100%;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    padding-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 70px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_button, .nav_button.w--open {
    width: 30px;
    height: 30px;
  }

  .hamburger_6_line {
    width: 30px;
  }

  .tiny_text {
    display: none;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav_link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    height: 52px;
    padding-left: 0;
  }

  .hero_image_large {
    height: 320px;
    margin-top: 69px;
  }

  .basic_width_hero {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .schwung01 {
    background-size: auto 20px;
  }

  .hero_text_large {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 23px;
    line-height: 34px;
  }

  .grey {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grey.abstand_oben.und-unten {
    margin-bottom: 30px;
  }

  .heading-3 {
    font-size: 17px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .icon_big_link {
    width: 40px;
    height: 40px;
  }

  .text {
    text-align: center;
  }

  .big_link_wrapper-copy.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .link_block_therapie_mobile {
    height: 50px;
    padding-left: 13px;
  }

  .introtext {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .basic_width_content.abstand_unten {
    padding-bottom: 40px;
  }

  .person_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .schwung03 {
    background-position: 0 100%;
    background-size: auto 20px;
  }

  .icon_link {
    padding-left: 22px;
    padding-right: 0;
  }

  .text_bild_wrapper, .bild_text_wrapper {
    width: 100%;
  }

  .basic_width_content_bild_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .basic_width_content_bild_text.switch {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 36px;
  }

  .basic_width_content_bild_text.switch.last_spacing {
    padding-bottom: 50px;
  }

  .basic_width_content_bild_text.first_abstand {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .basic_width_content_bild_text.last_spacing {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 44px;
  }

  .basic_width_content_bild_text.grey_content {
    padding: 16px 16px 0;
  }

  .white {
    padding-left: 16px;
  }

  .white.abstand_unten {
    padding-bottom: 30px;
  }

  .white.abstand_oben.extraabstand {
    margin-top: 69px;
  }

  .headline3.abstand_30px {
    margin-bottom: 16px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .paragraph-2.space_paragraph, .paragraph-2.space_paragraph2 {
    margin-bottom: 10px;
  }

  .category_wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .text_break {
    white-space: pre;
  }

  .hero_image_small {
    height: 320px;
    margin-top: 69px;
  }

  .hero_text_coaching {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 23px;
    line-height: 34px;
  }

  .basic_width_category_text {
    max-width: none;
  }

  .headline_h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .accordeon_section {
    padding-top: 30px;
  }

  .accordion-item-2.first {
    padding-top: 8px;
  }

  .accordion-content {
    margin-right: 0;
  }

  .accordeon_wrapper {
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .accordeon_content {
    flex-direction: column;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-3-copy {
    margin-bottom: 15px;
  }

  .list-item.text {
    text-align: left;
  }

  .list-2 {
    padding-left: 14px;
  }

  .wichtig_part {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wichtig_part.mehr_abstand-copy {
    margin-bottom: 20px;
  }

  .content_small {
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .about_list {
    flex-flow: column-reverse;
  }

  .hero_text_psychologie {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 23px;
    line-height: 34px;
  }

  .about_logos {
    max-width: 55%;
  }

  .bild_block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .image-6 {
    max-width: 22%;
  }

  .embodi_loho {
    max-width: 36%;
  }

  .fuehrungs_coaching_logo {
    max-width: 51%;
  }

  .dfc_logo {
    max-width: 40%;
  }

  .image-7 {
    max-width: 57%;
  }

  .bild_block-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .basic_width_content_bild_text_about, .basic_width_content_bild_text_about-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-9 {
    padding-left: 32px;
  }

  .div-block-9-copy {
    padding-left: 45px;
  }

  .div-block-4-copy {
    max-width: 100%;
  }

  .paragraph-3-copy-copy {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-left: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .basic_width {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .basic_width.spacing {
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand {
    height: 45px;
  }

  .hero_image_large {
    padding-left: 16px;
    padding-right: 16px;
  }

  .schwung01 {
    width: 101%;
  }

  .hero_text_large {
    font-size: 20px;
    line-height: 27px;
  }

  .big_link_wrapper-copy.mobile {
    flex-flow: column;
    margin-top: 26px;
  }

  .link_block_therapie_mobile, .introtext {
    width: 100%;
  }

  .schwung03 {
    width: 101%;
  }

  .body {
    overflow: auto;
  }

  .basic_width_content_bild_text.last_spacing {
    padding-bottom: 40px;
  }

  .basic_width_content_bild_text.grey_content {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .hero_image_small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_text_coaching {
    font-size: 20px;
    line-height: 27px;
  }

  .headline_h1 {
    line-height: 34px;
  }

  .accordeon_wrapper, .accordeon_content {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .list-2 {
    margin-bottom: 0;
    padding-left: 14px;
  }

  .image-5 {
    width: 16px;
  }

  .wichtig_part.mehr_abstand-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_small {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_text_psychologie {
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-2 {
    overflow: clip;
  }

  .about_logos {
    max-width: 57%;
  }

  .bild_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fuehrungs_coaching_logo {
    max-width: 62%;
  }
}


@font-face {
  font-family: 'Armata_up';
  src: url('../fonts/Armata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoUP';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto_UP';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto_Up';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}