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

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

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #494949;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 57px;
}

h2 {
  color: #494949;
  margin: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

h3 {
  color: #494949;
  margin: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

h4 {
  color: #494949;
  margin: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: #494949;
  margin-bottom: 0;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

li {
  color: #494949;
  background-image: url('../images/dot_green_6x6.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 16px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.header {
  background-color: #537d65;
  height: 54px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.icon_round {
  background-color: #ffffff21;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.subline-h2 {
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.subline-h2.neon {
  color: #c3ff57;
}

.bold {
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.weiss {
  color: #fff;
}

.weiss.h1_head_padd_right {
  padding-right: 100px;
}

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

.link {
  color: #494949;
  text-decoration: underline;
}

.link.weiss {
  color: #fff;
  transition: all .2s;
}

.link.weiss:hover {
  color: #ffffff80;
}

.link.weiss.unterstrich {
  text-decoration: underline;
}

.main_image {
  background-image: url('../images/img_main_fcs.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  min-height: 575px;
  display: flex;
}

.main_image_wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.main_image_text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #547d65;
  border-radius: 10px 40px 140px 10px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.anchor_menue {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  position: sticky;
  inset: 0 0% auto;
  box-shadow: 0 5px 10px #00000026;
}

.anchor_menu_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
  overflow: auto;
}

.anchor_button {
  color: #494949;
  background-color: #fff;
  border: 2px solid #494949;
  border-radius: 40px;
  height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  transition: all .2s;
}

.anchor_button:hover, .anchor_button.w--current {
  color: #fff;
  background-color: #494949;
}

.anchor_button.home {
  color: #494949;
  background-color: #fff;
  background-image: url('../images/icon_home_dark.svg');
  background-position: 14px 11px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 42px;
}

.anchor_button.home:hover, .anchor_button.home.w--current {
  color: #fff;
  background-color: #494949;
  background-image: url('../images/icon_home.svg');
}

.anchor_button.arrow {
  background-image: url('../images/icon_anchor_down.svg');
  background-position: 89% 48%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 33px;
}

.anchor_button.arrow:hover, .anchor_button.arrow.w--current {
  background-image: url('../images/icon_anchor_down_white.svg');
}

.anchor_button.arrow.large {
  background-position: 91% 48%;
}

.anchor_button.arrow.small {
  background-position: 88% 48%;
  font-size: 18px;
  line-height: 22px;
}

.default {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.default.schmal {
  max-width: 1150px;
}

.default.schmal.vertikal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.default.cases {
  flex-flow: wrap;
}

.default.horiziontl, .default.vertikal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.intro {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.introtext {
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text_part {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_part.gap_24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.image {
  object-fit: cover;
  background-color: #eee;
  border-radius: 10px 10px 80px;
  flex: none;
  width: 100%;
  max-width: 38%;
  max-height: 310px;
  position: relative;
  overflow: hidden;
}

.image.right {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 80px;
  flex: none;
}

.image.card {
  max-width: 440px;
  max-height: 220px;
}

.image.full-width {
  background-color: #fff;
  max-width: none;
}

.image.right2 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 80px;
  flex: none;
  max-width: none;
}

.leistung {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#537d65, #395d49);
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.leistung.border {
  border-top: 85px solid #fff;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bullepoints {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.bullepoints.kontakt {
  justify-content: flex-start;
  align-items: center;
}

.bulletpoints-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.praxisbeispiele {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.praxisbeispiele.border {
  border-top: 85px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.case-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  min-width: 40%;
  display: flex;
}

._8px_gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.ueber_uns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #efefef;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.ueber_uns.border {
  border-top: 85px solid #fff;
}

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

.image_portrait {
  border-radius: 50px;
  width: 96px;
  height: 96px;
}

.partner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.partner.border {
  border-top: 85px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.headline_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.partner_logo_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.cube33 {
  width: 170px;
}

.crm {
  width: 130px;
}

.bpa-solutions {
  width: 200px;
}

.jaskotka-consulting {
  width: 322px;
}

.button {
  color: #494949;
  background-color: #b4ed4e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

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

.divider {
  background-color: #fff3;
  flex: none;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.adresse {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.rechtliches {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

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

.kontakt-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#537d65, #395d49);
  border-radius: 7px;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.kontakt-section.border {
  border-top: 85px solid #fff;
}

.topline {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.topline.datenschutz {
  margin-top: 20px;
}

.small {
  font-size: 12px;
  line-height: 16px;
}

.subline {
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
}

.smallsubline {
  font-size: 12px;
  line-height: 16px;
}

.smallsubline.weiss_transparent {
  color: #ffffff8f;
  padding-top: 10px;
  font-family: "Inter 24 Pt", Arial, sans-serif;
}

.logo_link_phone {
  display: none;
}

.back-button {
  color: #494949;
  background-image: url('../images/back.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 24px;
  text-decoration: none;
}

.back-button:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .subline-h2 {
    font-size: 22px;
    line-height: 27px;
  }

  .weiss.h1_head_padd_right {
    padding-right: 0;
  }

  .main_image {
    background-position: 50%;
    background-size: auto 500px;
    min-height: 475px;
  }

  .main_image_wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .main_image_text {
    max-width: 450px;
  }

  .anchor_menue {
    overflow: clip;
  }

  .anchor_menu_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .anchor_button.arrow.small {
    flex: none;
  }

  .image {
    max-width: 40%;
    max-height: 210px;
  }

  .kontakt-section.border {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .subline-h2 {
    font-size: 20px;
  }

  .subline-h2.neon {
    width: 290px;
  }

  .main_image {
    background-position: 50%;
    background-size: auto 420px;
    min-height: 375px;
  }

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

  .main_image_text {
    max-width: 400px;
  }

  .anchor_menu_wrapper {
    padding: 24px 20px 16px;
  }

  .anchor_button.arrow.small {
    flex: none;
  }

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

  .default.schmal {
    padding-left: 32px;
    padding-right: 32px;
  }

  .intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .image.card {
    max-height: 180px;
  }

  .leistung {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .praxisbeispiele {
    padding-bottom: 40px;
  }

  .ueber_uns, .partner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .kontakt-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .weiss {
    text-align: left;
  }

  .main_image {
    background-position: 77% 0;
    background-size: auto 360px;
    border-bottom-right-radius: 80px;
    min-height: 500px;
  }

  .main_image_wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main_image_text {
    border-radius: 0 0 80px;
    max-width: none;
    padding: 20px;
  }

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

  .default {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .default.schmal {
    flex-flow: column;
    padding-left: 32px;
  }

  .default.schmal.vertikal, .default.schmal.phone {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text_part.phone {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    object-fit: cover;
    max-width: none;
  }

  .image.right {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 10px;
    order: -9999;
  }

  .image.full-width {
    object-fit: cover;
    min-height: 210px;
  }

  .image.right2 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 10px;
    order: -9999;
  }

  .leistung {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
  }

  .case-card {
    min-width: 100%;
  }

  .logo_phone {
    display: block;
  }

  .portrait_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
  }

  .phone {
    text-align: center;
  }

  .partner {
    padding-bottom: 40px;
  }

  .kontakt-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    padding-top: 40px;
  }

  .kontakt-section.border {
    padding-bottom: 65px;
  }

  .logo_link_phone {
    display: block;
  }

  .logo_link {
    display: none;
  }
}


@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}