:root {
  --black: black;
  --grey-bg-and-line: #ececec;
  --dim-grey: #555;
  --gelb: #fff740;
  --dim-greyer: #575757;
  --white-smoke: #f0f0f0;
  --white: white;
  --indian-red: #c6605b;
}

body {
  color: var(--black);
  background-color: #0000;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  background-color: #0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

li {
  letter-spacing: .5px;
  font-size: 20px;
}

blockquote {
  letter-spacing: .5px;
  border-left: 1px #000;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
}

.section {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section.is__grey {
  background-color: var(--grey-bg-and-line);
}

.section.projects-old {
  display: none;
}

.section.milestone {
  display: block;
}

.section.milestone._2 {
  display: none;
}

.section.lehre {
  display: block;
}

.scene {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 25px;
}

.scene.is__left {
  width: 30%;
  padding-left: 50px;
  position: sticky;
}

.scene.is__right {
  width: 70%;
  position: relative;
}

.scene.is__full-width {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.scene.is__full-width.is__flex {
  align-items: flex-start;
  display: flex;
}

.scene.is__footer-left {
  width: 33.3333%;
  padding-left: 50px;
  position: relative;
}

.scene.is__footer-right {
  width: 66.6667%;
  position: relative;
}

.section__content {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 90px;
  display: flex;
}

.section__content.is__list {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.section__content.is__logos {
  border-top: 1px solid #dbdbdb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text {
  color: var(--dim-grey);
  flex: 0 auto;
  font-family: PT Sans Narrow, sans-serif;
}

.text.is__subtitle {
  color: var(--black);
  letter-spacing: 1px;
}

.text.is__year {
  padding-left: 16px;
  font-size: 16px;
}

.text.is__in-list {
  margin-bottom: 10px;
}

.text.is_footer-bottom {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  font-size: 14px;
}

.description___wrap {
  margin-bottom: 30px;
  padding-right: 25px;
}

.description___wrap.is__last {
  margin-bottom: 0;
}

.description___wrap.is__flex {
  width: 50%;
  padding-right: 0;
}

.description___wrap.is__flex.is__left {
  margin-right: 25px;
}

.description___wrap.is__flex.is__right {
  margin-left: 25px;
}

.title__wrap {
  align-items: center;
  padding-left: 25px;
}

.button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.section-full {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 40px;
  display: none;
}

.section-full.bg-image-2 {
  background-image: url('../images/trainerkoffer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  margin-top: 0;
  display: none;
}

.section-full.bg-image-1 {
  background-image: url('../images/sticky-board.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  margin-top: 0;
  display: none;
}

.footer {
  background-color: #252525;
  position: relative;
}

.hero-section {
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero__left {
  background-color: var(--gelb);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  height: 100%;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.hero-heading {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.hero__right {
  background-image: url('../images/bogi-mittich-portrait-large-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 100%;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.hero__wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.description_row {
  margin-bottom: 10px;
}

.description_row.is__flex {
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.description_row.is__top-margin {
  margin-top: 5px;
}

.text-title {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  font-size: 24px;
}

.text-title.is__right {
  text-align: left;
  font-weight: 400;
}

.smaller {
  font-size: 20px;
}

.logo__container {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.logo__img.is__smaller {
  width: 70%;
}

.logo__img.is__smaller.and__smaller {
  width: 35%;
}

.logo__img.is__smaller.is__more {
  width: 60%;
}

.logo__img.is__smaller.is__more.is__and-more {
  width: 50%;
}

.logo__img.is__tiny {
  width: 40%;
}

.logo__img.is__tiny.and__smaller {
  width: 35%;
}

.logo__img.is__tiny.is__more {
  width: 60%;
}

.logo__img.is__tiny.is__more.is__and-more {
  width: 50%;
}

.logo__wrap {
  justify-content: center;
  align-items: center;
  width: 14.2857%;
  margin-bottom: 20px;
  padding: 10px 8px;
  display: flex;
}

.btn {
  border: 1px solid var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--gelb);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  min-width: 150px;
  margin-top: 20px;
  padding: 12px 22px;
  font-family: PT Sans Caption, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
}

.btn:hover {
  border-color: var(--dim-greyer);
  background-color: var(--dim-greyer);
  text-decoration: none;
}

.btn.is__secondary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.btn.is__secondary:hover {
  border-color: var(--dim-grey);
  color: var(--dim-grey);
}

.btn.is__nav {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  min-width: auto;
  margin-top: 0;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 400;
  transition-property: none;
}

.btn.is__nav:hover {
  border-width: 1px;
  border-color: var(--dim-grey);
  color: var(--black);
  font-weight: 700;
}

.btn.is__nav.w--current {
  font-weight: 700;
}

.btn.is__nav.is__lang {
  color: var(--black);
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
}

.btn.is__nav.is__lang.w--current {
  color: var(--black);
}

.btn.is__text-white {
  color: var(--white-smoke);
}

.btn.is_nav {
  border-color: var(--black);
  background-color: var(--gelb);
  color: var(--black);
  margin-top: 0;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: PT Sans Caption, sans-serif;
  font-size: 14px;
}

.btn.is_nav:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--gelb);
}

.title {
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.intro-text {
  color: var(--black);
  letter-spacing: .5px;
  flex: 0 auto;
  font-size: 20px;
  line-height: 36px;
}

.faq-question {
  z-index: 10;
  border-bottom: 1px solid var(--dim-greyer);
  background-color: var(--dim-grey);
  color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  position: sticky;
  top: 70px;
}

.faq-question:hover {
  background-color: #4d4b4b;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.faq-plus-l {
  background-color: var(--gelb);
  border-radius: 3px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section_title-tab {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.faq-plus {
  background-color: var(--gelb);
  border-radius: 3px;
  width: 100%;
  height: 3px;
}

.faq-answer {
  overflow: hidden;
}

.faq-answer.is__last {
  border-bottom-style: none;
}

.section-title {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.linkedin__wrapper {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto 25px 50px;
}

.linkedin__wrapper.is__hero {
  cursor: pointer;
  left: 50px;
}

.linkedin__wrapper.is__hero:hover {
  filter: brightness(78%);
}

.linkedin__icon {
  width: 100%;
}

.footer-links {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.footer-links:hover {
  color: var(--gelb);
}

.footer__flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-title-wrap {
  width: 50%;
  margin-right: 50px;
}

.footer-title {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  font-size: 24px;
}

.footer-text {
  color: var(--white);
}

.footer-section-title {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 22px;
}

.navigation {
  z-index: 9999;
  background-color: var(--gelb);
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 50px;
  padding-right: 25px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-title {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
}

.nav-title:hover {
  text-decoration: none;
}

.schnitt-wrap {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -1px;
}

.image {
  height: 100%;
  display: inline-block;
}

.navigation__menu {
  display: flex;
}

.text-block {
  color: var(--black);
  font-size: 23px;
}

.header__wrapper {
  width: 100%;
  height: 20vh;
  display: flex;
}

.header-section {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
}

.header__left {
  background-color: var(--gelb);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 50px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.header__right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.section__cards {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 90px;
}

.card {
  width: 33.3333%;
  padding: 10px;
  display: flex;
}

.card__wrapper {
  border: 1px solid #6d6c6c1f;
  width: 100%;
  padding: 15px;
}

.card__image-wrap {
  width: 100%;
}

.card__img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.card__text-title {
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.card__text {
  color: var(--dim-grey);
  flex: 0 auto;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 16px;
}

.card__text.is__subtitle {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 16px;
}

.text__large {
  font-size: 28px;
}

.section__intro {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 80px;
  display: flex;
}

.intro-boxes {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.intro_left {
  width: 40%;
  padding-right: 30px;
}

.intro-right {
  width: 60%;
  padding-left: 30px;
}

.intro-paragraph {
  color: var(--dim-grey);
  font-size: 20px;
  line-height: 36px;
}

.intro-text_large {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.competence-title {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.competence_title-wrap {
  align-items: flex-start;
  width: 33.3333%;
  display: flex;
}

.competence_text-wrap {
  width: 66.6667%;
  padding-left: 25px;
}

.competence_text {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.competence_text.no-bottom {
  margin-bottom: 0;
}

.cards-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.cards_tab-link {
  border: 2px solid var(--grey-bg-and-line);
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  width: 33.3333%;
  margin-right: 0;
  padding: 15px 25px;
  text-decoration: none;
  transition: background-color .2s;
}

.cards_tab-link:hover {
  background-color: var(--gelb);
  text-decoration: none;
}

.cards_tab-link.w--current {
  background-color: var(--gelb);
}

.cards_tab-menu {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.cards_tab-pane {
  padding-left: 50px;
  padding-right: 50px;
}

.tabs_pane_text-wrap {
  border-top: 1px solid #6d6c6c1f;
  border-bottom: 1px solid #6d6c6c1f;
  align-items: flex-start;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 40px;
  padding: 25px;
  display: flex;
}

.tabs_link-title {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-divider {
  border-top: 1px solid #acaaaa;
  height: 0;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-top-text {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 24px;
}

.accordion-icon-stripe-1 {
  background-color: var(--dim-grey);
  border-radius: 5px;
  width: 3px;
  height: 100%;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #acaaaa;
  width: 100%;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  padding: 16px;
  position: relative;
}

.accordion-top-icon.is_top {
  padding-top: 4px;
}

.accordion-icon-stripe-2 {
  background-color: var(--dim-grey);
  border-radius: 5px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.accordion-top-wrap.is_top {
  padding-top: 4px;
}

.accordion-bottom-wrap {
  width: 100%;
  padding: 18px 4px;
}

.footer-bottom {
  background-color: var(--gelb);
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navbar {
  z-index: 9999;
  background-color: var(--gelb);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 15px 50px;
  position: fixed;
}

.navbar.shadow-three {
  background-color: var(--gelb);
  width: 100%;
  margin-bottom: 0;
  padding: 20px 50px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand:hover {
  text-decoration: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  border-bottom: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: var(--dim-grey);
  color: #1a1b1fbf;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom-color: var(--dim-grey);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.cta {
  background-color: var(--dim-greyer);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 12px;
  padding: 12px 28px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.cta:hover {
  background-color: var(--gelb);
  color: var(--black);
  text-decoration: none;
}

.cta:active {
  background-color: #43464d;
}

.list-item {
  flex: 1;
}

.home-cards-wrapper {
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 25px;
  display: flex;
}

.display-non {
  display: none;
}

.nav-logo.w--current {
  cursor: pointer;
  text-decoration: none;
}

.nav-logo.w--current:hover {
  text-decoration: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-intro {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}

.accordion-title-wrap {
  border-bottom: 1px solid #acaaaa;
  flex: 1;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.accordion-title-wrap.is_top {
  padding-top: 4px;
}

.accordion-title-text {
  color: var(--black);
  letter-spacing: .5px;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .scene {
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .scene.is__left {
    width: 20%;
  }

  .scene.is__right {
    width: 80%;
  }

  .scene.is__full-width {
    padding-left: 65px;
    padding-right: 65px;
  }

  .title__wrap {
    width: 20%;
  }

  .button-block {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 0;
    padding-right: 10px;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
  }

  .hero__left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 80px 50px;
  }

  .hero-heading {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 48px;
  }

  .hero__right {
    background-position: 50% 13%;
    width: 92%;
    height: auto;
    min-height: 600px;
  }

  .hero__wrapper {
    background-color: var(--gelb);
    flex-direction: column-reverse;
    align-items: flex-end;
    height: auto;
  }

  .linkedin__wrapper.is__hero {
    left: 60px;
  }

  .footer__flex {
    width: 80%;
  }

  .schnitt-wrap {
    left: -8px;
  }

  .image {
    display: block;
  }

  .header__wrapper {
    background-color: var(--gelb);
    flex-direction: column-reverse;
    align-items: flex-end;
    height: auto;
  }

  .header-section {
    background-position: 50%;
    background-size: cover;
  }

  .header__left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 80px 65px 80px 10%;
  }

  .header__right {
    background-position: 50% 13%;
    width: 90%;
    height: auto;
    min-height: 600px;
  }

  .card {
    width: 50%;
  }

  .section__intro {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .intro-boxes {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .intro_left {
    width: 100%;
    padding-right: 20px;
  }

  .intro-right {
    width: 100%;
    padding-left: 0;
  }

  .intro-text_large {
    margin-bottom: 40px;
  }

  .nav {
    overflow: hidden;
  }

  .navbar.shadow-three {
    padding-right: 25px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--gelb);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 15px 10px 50px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .list-item {
    flex: 0 auto;
  }

  .hamburger-icon {
    font-size: 28px;
    line-height: 1;
  }

  .nav-container {
    max-width: 728px;
  }

  .intro-intro {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .scene {
    padding: 20px 40px;
  }

  .scene.is__left {
    padding-left: 30px;
  }

  .scene.is__right {
    padding-left: 0;
    padding-right: 25px;
  }

  .scene.is__full-width {
    padding-left: 45px;
    padding-right: 45px;
  }

  .section__content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .description___wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .title__wrap {
    width: 20%;
  }

  .button-block {
    flex-flow: wrap;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .section-full.bg-image-2, .section-full.bg-image-1 {
    justify-content: center;
    padding-bottom: 40px;
  }

  .hero__left {
    justify-content: flex-end;
    width: 100%;
    padding: 50px 40px 35px;
  }

  .hero-heading {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .hero__right {
    background-position: 50% 0;
    width: 90%;
    min-height: 500px;
  }

  .hero__wrapper {
    flex-direction: column-reverse;
    height: auto;
  }

  .btn {
    border-width: 1px;
    font-size: 12px;
  }

  .btn.is__secondary {
    margin-left: 25px;
  }

  .faq-question {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section_title-tab, .section-title {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .linkedin__wrapper.is__hero {
    inset: auto 50px 50px auto;
  }

  .footer__flex {
    width: 80%;
  }

  .footer-section-title {
    font-size: 20px;
  }

  .navigation {
    justify-content: flex-start;
    padding-left: 25px;
  }

  .nav-title {
    display: block;
  }

  .schnitt-wrap {
    display: block;
    left: 0;
  }

  .header__wrapper {
    flex-direction: column-reverse;
    height: auto;
  }

  .header__left {
    justify-content: flex-end;
    width: 100%;
    padding: 50px 45px 35px;
  }

  .header__right {
    background-position: 50% 0;
    width: 90%;
    min-height: 500px;
  }

  .section__cards {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .card__img {
    height: 150px;
  }

  .section__intro {
    padding: 40px 25px 50px;
  }

  .intro_left {
    padding-right: 0;
  }

  .competence-title, .tabs_link-title {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .accordion-top-icon {
    padding-right: 5px;
  }

  .accordion-top-wrap.is_top {
    padding-left: 5px;
  }

  .navbar {
    max-width: 100%;
    height: auto;
    padding-left: 25px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .accordion-title-wrap.is_top {
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .scene {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 25px;
  }

  .scene.is__left {
    width: 100%;
    padding: 0;
  }

  .scene.is__right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .scene.is__full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .scene.is__footer-left {
    padding-left: 20px;
  }

  .scene.is__footer-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section__content {
    flex-direction: column;
    padding: 20px;
  }

  .text {
    font-size: 18px;
  }

  .text.is__subtitle {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .description___wrap {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .title__wrap {
    width: 100%;
  }

  .button-block {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .section-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-full.bg-image-2, .section-full.bg-image-1 {
    background-position: 50%;
    height: 30vh;
  }

  .hero__left {
    flex-direction: column;
    padding: 40px 25px 55px;
    display: block;
  }

  .hero-heading {
    text-align: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .hero__right {
    background-position: 50% 0;
    width: 100%;
  }

  .hero__wrapper {
    height: 100%;
  }

  .description_row {
    margin-bottom: 0;
  }

  .text-title {
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 1.2;
  }

  .text-title.is__right {
    text-align: left;
  }

  .logo__wrap {
    width: 25%;
  }

  .btn {
    letter-spacing: 1px;
    min-width: 100px;
    padding: 4px 12px;
  }

  .btn.is__secondary {
    margin-left: 12px;
  }

  .btn.is_nav {
    min-width: auto;
    font-size: 12px;
  }

  .intro-text {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-question {
    height: 70px;
    padding-left: 20px;
    padding-right: 10px;
    top: 60px;
  }

  .section_title-tab {
    font-size: 22px;
  }

  .linkedin__wrapper.is__hero {
    width: 30px;
    height: 30px;
    inset: auto auto 20px 25px;
  }

  .footer-links {
    line-height: 24px;
  }

  .footer__flex {
    flex-direction: column;
    width: 100%;
  }

  .footer-title-wrap {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-title {
    line-height: 22px;
  }

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

  .nav-title {
    font-size: 16px;
    line-height: 18px;
  }

  .image {
    display: block;
  }

  .navigation__menu {
    display: flex;
  }

  .header__wrapper {
    height: 100%;
  }

  .header__left {
    flex-direction: column;
    padding: 40px 25px 55px;
    display: block;
  }

  .header__right {
    background-position: 50% 0;
    width: 100%;
  }

  .section__cards {
    flex-direction: column;
    padding: 20px 20px 30px;
  }

  .card {
    width: 100%;
  }

  .card__text-title {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .card__text, .card__text.is__subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section__intro {
    flex-direction: column;
    padding: 30px 20px 60px;
  }

  .intro-boxes {
    justify-content: flex-start;
  }

  .intro-text_large {
    font-size: 22px;
    line-height: 36px;
  }

  .accordion-top-text {
    font-size: 22px;
    line-height: 1.2;
  }

  .accordion-top-icon.is_top {
    padding-right: 5px;
  }

  .accordion-top-wrap.is_top {
    padding-left: 5px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .navbar {
    padding: 10px 10px 10px 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 15px;
  }

  .home-cards-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    max-width: none;
  }

  .intro-intro {
    justify-content: flex-start;
  }

  .accordion-title-wrap.is_top {
    padding-left: 5px;
  }

  .accordion-title-text {
    font-size: 22px;
    line-height: 1.2;
  }
}


