:root {
  --_farbschemas---dunkelgrün: #164d5f;
  --white: white;
  --burntsienna: #e76f51;
  --dark-slate-grey: #164d5f;
  --_farbschemas---hellorange: #ec8368;
  --white-smoke: #eeece9;
  --dim-grey-2: #524c44;
  --dim-grey: #6e6e6e;
  --dark-slate-grey-x: #2e5261;
  --_farbschemas---hellgrün: #99c9bb;
  --_farbschemas---grün: #74ac9b;
  --_farbschemas---orange: white;
  --_farbschemas---dunkelorange: #b84f35;
}

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.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-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.last-item {
  order: 1;
}

.flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-divider.center {
  justify-content: center;
  padding: 0;
}

.mobile-portrait-hide {
  background-color: var(--_farbschemas---dunkelgrün);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-green {
  background-color: var(--_farbschemas---dunkelgrün);
  color: var(--white);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.button-green:hover {
  color: var(--burntsienna);
  background-color: #3f6474;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.first-element {
  order: -1;
}

.navbar {
  background-color: var(--white);
  color: var(--_farbschemas---dunkelgrün);
  text-align: left;
  padding: 10px 3%;
}

.nav-link-2 {
  color: var(--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
}

.nav-link-2:hover {
  color: var(--burntsienna);
}

.nav-link-2.w--current {
  color: var(--_farbschemas---hellorange);
}

.brand {
  padding-top: 10px;
}

.image {
  width: 180px;
}

.hero-4 {
  color: var(--dark-slate-grey);
  background-color: #264653;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.hero-4.subpage {
  min-height: 10vh;
}

.shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-w-width-640px-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title-4 {
  color: var(--white);
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.section-dark {
  text-align: center;
  padding: 40px 0% 20px;
}

.section-dark.display-none {
  padding-left: 0%;
  padding-right: 0;
}

.small-top-text-3 {
  color: var(--burntsienna);
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.small-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-wrapper-copy {
  grid-row-gap: 25px;
  color: var(--white);
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  transition: opacity .2s;
  display: flex;
}

.divider-60px {
  height: 60px;
}

.button-white {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.button-white:hover {
  color: var(--burntsienna);
  background-color: #ffffffbd;
}

.button-with-line {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.button-line {
  background-color: var(--burntsienna);
  color: var(--dark-slate-grey);
  width: 200px;
  height: 1px;
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 5px;
}

.white-text {
  text-align: center;
  text-decoration: none;
}

.hero-photo-overlay {
  opacity: .15;
  background-image: url('../images/Oliver-Bickel_IT-Conuslting_startseite_hintergrund_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: var(--white);
  color: var(--white);
  padding: 90px 5%;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4 {
  color: #164d5f;
  font-size: 32px;
  line-height: 36px;
}

.heading-4.white {
  color: var(--white);
}

.small-top-text-4 {
  color: var(--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.statistics-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-top: 40px;
  display: grid;
}

.statistics-block {
  background-color: var(--white-smoke);
  color: var(--dim-grey-2);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 44px 35px 40px;
  display: flex;
}

.statistic-number {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-2 {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.section-dark-3 {
  background-color: var(--dark-slate-grey);
  color: #164d5f;
  padding: 90px 5%;
}

.small-container-2 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: var(--white);
}

.list-2 {
  color: var(--white);
  padding-left: 20px;
  list-style-type: square;
}

.divider-20px-2 {
  height: 20px;
}

.client-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.client-wrapper-3 {
  background-color: var(--dark-slate-grey-x);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 46px 25px;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
}

.client-wrapper-3.border {
  border: 2px solid var(--_farbschemas---dunkelgrün);
  background-color: var(--white);
  color: var(--_farbschemas---dunkelgrün);
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}

.sap-modules-short {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}

.heading-10 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.heading-14 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.section-4 {
  background-color: var(--white-smoke);
  padding-top: 90px;
  padding-bottom: 90px;
}

.paragraph-5, .paragraph-6 {
  color: #164d5f;
}

.paragraph-7 {
  color: var(--dark-slate-grey);
}

.columns {
  color: #164d5f;
}

.heading-15 {
  margin-top: 10px;
}

.section-3 {
  background-color: var(--white);
  color: #164d5f;
  padding-top: 90px;
  padding-bottom: 90px;
}

.team-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.team-image-big {
  background-image: url('../images/Bickel-IT-Consulting_007_reduziert.jpg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.team-content {
  background-color: var(--_farbschemas---dunkelgrün);
  flex-flow: column;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.display-4.white-text {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.1;
}

.subhead-white {
  color: #ffffffb3;
  margin-bottom: 40px;
  font-size: 19px;
}

.paragraph-3 {
  color: var(--white);
}

.list {
  color: var(--white);
  padding-left: 10px;
}

.divider-30px-2 {
  height: 30px;
}

.social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.social-link-2 {
  color: var(--burntsienna);
}

.request-form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
  font-weight: 700;
}

.divider-20px-3 {
  height: 20px;
}

.divider-15px-3 {
  height: 15px;
}

.checkbox-field-2 {
  display: flex;
}

.checkbox-2 {
  background-color: var(--white);
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
}

.checkbox-2.w--redirected-checked {
  border-color: var(--burntsienna);
  background-color: var(--burntsienna);
}

.checkbox-label-2 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.submit-button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #3f6474;
}

.container-2 {
  padding: 40px 20px;
}

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

.image-2 {
  color: var(--burntsienna);
  max-width: 80%;
  margin-bottom: 40px;
  text-decoration: none;
}

.paragraph-8 {
  color: var(--white);
  margin-bottom: 0;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-5 {
  background-color: var(--_farbschemas---dunkelgrün);
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-9 {
  color: var(--white);
}

.heading-16 {
  color: var(--white);
  text-align: right;
  margin-top: 10px;
}

.paragraph-10 {
  color: var(--burntsienna);
  text-decoration: none;
}

.paragraph-10:hover {
  color: var(--_farbschemas---hellorange);
}

.link-block {
  text-decoration: none;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-7.footer-menu-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-17 {
  color: var(--white);
  text-align: right;
}

.div-block-8 {
  background-color: var(--dark-slate-grey-x);
  color: var(--white);
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-9 {
  width: 70%;
  font-size: 12px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 12px;
}

.link {
  color: var(--burntsienna);
  text-decoration: none;
}

.link:hover {
  color: var(--_farbschemas---hellorange);
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.link-2 {
  color: var(--burntsienna);
  font-size: 12px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--_farbschemas---hellorange);
}

.link-3 {
  color: var(--burntsienna);
  font-size: 12px;
  text-decoration: none;
}

.link-3:hover {
  color: var(--_farbschemas---hellorange);
}

.text-block-2 {
  font-size: 14px;
  line-height: 1.3;
}

.paragraph-11 {
  color: var(--_farbschemas---dunkelgrün);
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.section-7 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 90px;
}

.container-6, .container-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-18 {
  color: var(--_farbschemas---dunkelgrün);
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.section {
  object-fit: fill;
  background-color: #fff;
}

.section.subpage {
  padding-top: 60px;
  padding-bottom: 90px;
}

.container-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-6 {
  color: #164d5f;
}

.container-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7 {
  color: #164d5f;
}

.link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29 {
  color: var(--burntsienna);
  text-decoration: none;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 0%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.divider {
  width: 170px;
}

.divider-45px {
  width: 45px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .hero-title-4 {
    text-align: center;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .statistics-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .client-grid-2 {
    grid-column-gap: 20px;
  }

  .section-4 {
    color: var(--_farbschemas---dunkelgrün);
  }

  .team-image-big {
    min-height: 250px;
  }

  .team-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu-button-2 {
    padding-top: 15px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

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

  .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;
  }

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

  .hero-title-4 {
    font-size: 50px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .statistics-grid {
    grid-template-columns: 1fr;
  }

  .section-dark-3 {
    padding-top: 50px;
  }

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

  .section-4 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-3 {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 50px;
  }

  .team-grid-4 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .team-image-big {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .flex-divider.center {
    flex-flow: column;
  }

  .mobile-portrait-hide {
    display: none;
  }

  .hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-title-4 {
    font-size: 45px;
  }

  .small-container {
    flex-flow: column;
  }

  .section-2, .section-dark-3 {
    padding-top: 50px;
  }

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

  .section-4 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-3 {
    padding: 50px 5%;
  }

  .team-grid-4 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-image-big {
    min-height: 180px;
  }

  .team-content {
    padding: 25px 24px 25px 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .text-field {
    font-weight: 700;
  }

  .checkbox-2.w--redirected-checked {
    flex: none;
  }

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

  .div-block-7, .div-block-7.footer-menu-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .container-5 {
    flex-flow: column-reverse;
  }

  .div-block-9 {
    flex: 0 auto;
    width: 100%;
  }

  .paragraph {
    width: 100%;
  }

  .div-block-10 {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .container-10 {
    justify-content: flex-start;
    align-items: stretch;
    margin-right: auto;
  }

  .nav-menu-2 {
    background-color: #f0f0f0;
  }
}

#w-node-fa680100-0af0-4104-ae9f-0e04d931601d-4f970ad2 {
  align-self: center;
}


