.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Amplesoft, Verdana, sans-serif;
  color: #313b45;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Amplesoft, Verdana, sans-serif;
  font-size: 3vw;
  line-height: 3.5rem;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Amplesoft, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
}

p {
  width: 100%;
  margin-bottom: 20px;
  line-height: 2rem;
}

a {
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ff6300;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-main-container {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 80px 80px -80px rgba(0, 0, 0, 0.5);
}

.l-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-content-container.l-content-container--has-teaser {
  padding: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #64c800;
  background-image: none;
  color: #fff;
}

.l-content-container.l-content-container--has-info-insert {
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 80px;
}

.l-header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-header.l-header--is-home {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.c-stage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #64c800;
}

.c-stage.c-stage--is-small {
  background-image: linear-gradient(45deg, #64c800 20%, #fff);
}

.c-info-btn {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -120px;
  padding: 40px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f1f012;
  background-image: url('../images/lks_icon_heart-plus_green.svg');
  background-position: 50% 20px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #313b45;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
  cursor: pointer;
}

.c-stage-text {
  position: relative;
  z-index: 4;
}

.c-logo {
  width: 280px;
  height: 100px;
  background-image: url('../images/langheinrich_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.c-logo.c-logo--is-top-aligned {
  position: absolute;
  left: auto;
  top: 20px;
  right: 40px;
  bottom: auto;
  z-index: 2;
}

.c-navbar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: none;
  font-family: Amplesoft, Verdana, sans-serif;
}

.c-navbar.c-navbar--is-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.5);
}

.c-main-menu__link {
  position: relative;
  padding: 25px 20px 20px;
  color: #313b45;
  text-transform: uppercase;
  cursor: pointer;
}

.c-main-menu__link:hover {
  color: #ff6300;
}

.c-main-menu__link.w--current {
  color: #ff6300;
}

.c-main-menu__link.c-main-menu__link--has-flyout-up {
  padding: 0px;
}

.c-main-menu__link.c-main-menu__link--has-flyout-down {
  padding: 0px;
}

.c-main-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.c-menu-toggle {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-menu-toggle__top-line {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ff6300;
}

.c-menu-toggle__bottom-line {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ff6300;
}

.l-section {
  position: relative;
  width: 100%;
}

.l-section.l-section--is-contact-cta {
  display: none;
}

.c-cta-btn {
  margin-bottom: 20px;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
  background-color: #64c800;
  background-image: url('../images/lks_icon_arrow-right_white.svg');
  background-position: 92% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: padding 400ms ease, -webkit-transform 400ms ease;
  transition: padding 400ms ease, -webkit-transform 400ms ease;
  transition: padding 400ms ease, transform 400ms ease;
  transition: padding 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.c-cta-btn:hover {
  padding-right: 60px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.c-cta-btn.c-cta-btn--is-green {
  background-color: #64c800;
  background-image: url('../images/lks_icon_arrow-right_white.svg');
  font-size: 1.5rem;
  font-weight: 500;
}

.c-cta-btn.c-cta-btn--is-green:hover {
  padding-right: 60px;
}

.l-footer {
  position: relative;
  z-index: 0;
  height: 75vh;
  background-color: #313b45;
}

.c-footer-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #313b45;
  color: #eee;
  font-size: 1rem;
  line-height: 1.2rem;
}

.c-footer-content {
  padding-right: 40px;
  padding-left: 40px;
}

.c-footer__text {
  margin-bottom: 10px;
}

.c-footer__link {
  display: block;
  color: #64c800;
}

.c-footer__link:hover {
  color: #fff;
}

.c-footer__link.c-footer__link--is-large {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2rem;
}

.c-footer__heading {
  margin-top: 0px;
  text-transform: uppercase;
}

.g-link-list {
  width: 100%;
  padding-left: 0px;
}

.g-link-list-item {
  margin-bottom: 10px;
}

.l-footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.l-footer-col.l-footer-col--is-large {
  width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer-col.l-footer-col--is-small {
  width: 40%;
}

.l-footer-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-section-container {
  position: relative;
  overflow: hidden;
}

.l-section-container.l-section-container--has-job-offers {
  overflow: visible;
  background-color: #64c800;
  background-image: none;
}

.l-section-container.l-section-container--has-bg-color {
  width: 100%;
  background-color: #f0f9e6;
  background-image: none;
}

.c-coloured-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-style: solid;
  border-width: 20px;
  border-color: #64c800;
}

.l-inner-container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-inner-container.l-inner-container--has-additional-padding {
  padding-bottom: 160px;
}

.c-footer__location-link {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}

.c-footer__location-link:hover {
  opacity: 1;
}

.m-location-pin-ani {
  width: 40px;
  height: 40px;
}

.l-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-col.l-col--has-contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-col.l-col--is-small {
  width: 40%;
}

.l-col.l-col--is-large {
  width: 60%;
}

.c-sidebar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 280px;
  height: 100%;
  background-color: #313b45;
  box-shadow: inset 20px 0 20px -20px rgba(0, 0, 0, 0.5);
}

.c-sidebar-menu {
  height: 100%;
  padding: 200px 40px 40px;
}

.c-sidebar-menu__link {
  display: block;
  padding: 10px 0px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.c-sidebar-menu__link:hover {
  color: #64c800;
}

.c-sidebar-menu__link.c-sidebar-menu__link--is-small {
  font-size: 1rem;
  text-transform: none;
}

.c-sidebar-menu__btn {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
}

.c-sidebar-menu__btn:hover {
  opacity: 1;
}

.l-page-container {
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.c-category-heading {
  width: 100%;
  margin-top: -10px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.c-category-heading.c-category-heading--is-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.c-category-heading.c-category-heading--is-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #64c800;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: right;
}

.c-section-heading {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

.c-section-heading.c-section-heading--is-large {
  margin-top: -10px;
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
}

.c-stage-banner__keyword {
  width: 100%;
  font-family: Amplesoft, Verdana, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.c-stage-banner__keyword.c-stage-banner__text--is-large {
  position: relative;
}

.c-stage-banner__keyword.c-stage-banner__text--is-small {
  font-size: 6vw;
}

.c-stage-banner__keyword.c-stage-banner__keyword--is-soft {
  position: relative;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 10vw;
}

.c-stage-label {
  position: absolute;
  left: 60px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 120px;
  height: 120px;
  background-image: url('../images/lsk_label_digitale-kanzlei.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-stage-slider {
  z-index: 1;
  height: 100%;
  background-color: #fff;
}

.c-stage-slider-slide {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(45deg, #64c800 20%, #f0f9e6);
}

.c-stage-slider-arrow-nav {
  display: none;
}

.c-stage-slider-bullet-nav {
  padding-right: 80px;
  padding-left: 80px;
  text-align: left;
}

.c-stage-banner__heading {
  width: 100%;
  margin-top: 0px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.c-stage-banner__heading.c-stage-banner__heading--is-centered {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-left: 80px;
  color: #fff;
  text-align: center;
}

.c-stage-banner__heading.c-stage-banner__heading--is-left-aligned {
  text-align: left;
}

.c-stage-visual {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 100%;
}

.c-stage-visual.c-stage__img--is-your-benefit {
  background-image: url('../images/lsk_visual_hero-slider_your-benefit.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-stage-visual.c-stage__img--is-your-chance {
  background-image: url('../images/lsk_visual_hero-slider_your-chance.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-stage-visual.c-stage__img--is-your-optimizer {
  background-image: url('../images/lsk_visual_hero-slider_your-optimizer.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-stage-visual.c-stage-visual--is-career {
  background-image: url('../images/lks_illu_header_career.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-stage-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-stage-banner.c-stage-banner--is-centered {
  top: 25%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-stage-info {
  position: absolute;
  left: 80px;
  top: 40px;
  right: auto;
  bottom: auto;
  z-index: 2;
  text-align: left;
}

.c-stage-info.c-stage-info--is-inside-middle-bar {
  position: relative;
  left: 0px;
  top: 0px;
}

.c-stage-info__text {
  font-size: 1rem;
  line-height: 1.2rem;
}

/*.c-stage-info__phone-link {*/
/*  display: inline-block;*/
/*  margin-bottom: 10px;*/
/*  padding: 10px 10px 8px 40px;*/
/*  border-radius: 5px;*/
/*  background-color: rgba(100, 200, 0, 0.2);*/
/*  background-image: url('../images/lks_icon_phone_grey.svg');*/
/*  background-position: 10px 10px;*/
/*  background-size: 20px 20px;*/
/*  background-repeat: no-repeat;*/
/*  color: #313b45;*/
/*  font-size: 1.2rem;*/
/*  font-weight: 700;*/
/*}*/

/*.c-stage-info__phone-link:hover {*/
/*  background-image: url('../images/lks_icon_phone_orange.svg');*/
/*  color: #ff6300;*/
/*}*/

.g-bullet-list-item {
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url('../images/lks_bullet_est_orange.svg');
  background-position: 0% 0%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-sidebar-menu__dropdown {
  display: block;
  overflow: hidden;
}

.c-sidebar-menu__dropdown-toggle {
  display: block;
  padding: 10px 0px;
  background-image: url('../images/lks_icon_plus_white.svg');
  background-position: 100% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-transform: uppercase;
}

.c-sidebar-menu__dropdown-toggle:hover {
  background-image: url('../images/lks_icon_plus_green.svg');
  color: #64c800;
}

.c-sidebar-menu__dropdown-toggle.w--open {
  background-image: url('../images/lks_icon_minus_green.svg');
  color: #64c800;
}

.c-sidebar-menu__dropdown-list {
  background-color: transparent;
}

.c-sidebar-menu__dropdown-list.w--open {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.c-sidebar-menu__dropdown-list-link {
  padding: 5px 0px;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  white-space: normal;
}

.c-sidebar-menu__dropdown-list-link:hover {
  color: #64c800;
}

.c-sidebar-menu__dropdown-list-link.w--current {
  color: #64c800;
}

.body {
  background-color: #313b45;
}

.c-top-btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 60px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #64c800;
  background-image: url('../images/lks_icon_arrow-up_white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.c-top-btn:hover {
  background-color: #ff6300;
}

.c-top-btn.w--current {
  display: none;
}

.l-bg-img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
}

.c-intro-text {
  margin-bottom: 40px;
  font-weight: 500;
}

.g-text-link {
  font-weight: 500;
}

.g-text-link.g-text-link--is-inverted {
  color: #fff;
}

.g-text-link.g-text-link--is-inverted:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.l-map-container {
  position: relative;
  width: 100%;
  height: 600px;
}

.c-map {
  width: 100%;
  height: 100%;
  background-image: url('../images/lks_google-map.png');
  background-position: 50% 50%;
  background-size: cover;
}

.c-map-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.g-list {
  width: 100%;
  margin-top: 0px;
  list-style-type: none;
}

.g-list.g-list--has-accordion {
  margin-bottom: 40px;
}

.c-accordion {
  width: 100%;
  margin-bottom: 2px;
}

.c-accordion-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  background-image: url('../images/lks_icon_plus_white.svg');
  background-position: 100% 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #313b45;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.c-accordion-toggle:hover {
  background-image: url('../images/lks_icon_plus_white.svg');
}

.c-accordion-toggle.w--open {
  background-image: url('../images/lks_icon_minus_white.svg');
}

.c-accordion-content {
  padding: 40px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.c-accordion-panel {
  overflow: hidden;
}

.c-accordion-panel.w--open {
  position: relative;
  background-color: transparent;
}

.c-accordion-toggle__text {
  white-space: pre-wrap;
}

.c-accordion-toggle__text--is-small {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-info-insert {
  position: relative;
  width: 100%;
  padding: 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.5);
}

.c-info-insert.c-info-insert--is-job-contact {
  margin-top: -200px;
  margin-bottom: 40px;
}

.l-heading-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-heading-container.c-heading-container--has-bg-color-green {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #64c800;
  background-image: none;
  color: #fff;
}

.l-heading-container.l-heading-container--has-section-heading {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.c-article-img-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  box-shadow: 0 80px 80px -80px rgba(0, 0, 0, 0.4);
}

.m-article-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.m-article-img.m-article-img--is-career {
  border-bottom-left-radius: 10px;
  background-image: url('../images/lsk_visual_bg_karriere.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-bg-img {
  position: relative;
  width: 100%;
}

.c-bg-img.c-bg-img--is-insight--is-insight {
  background-image: url('../images/lsk_visual_bg_insight.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.c-bg-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(49, 59, 69, 0.4);
}

.c-img-insert.c-img-insert--is-label-digitale-kanzlei {
  width: 160px;
  height: 160px;
  margin-right: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.c-footer__subheading {
  margin-top: 20px;
  margin-bottom: 0px;
}

.c-main-menu__flyout-link {
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(100, 200, 0, 0.2);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-weight: 400;
  white-space: normal;
}

.c-main-menu__flyout-link:hover {
  color: #ff6300;
}

.c-main-menu__flyout-link.w--current {
  color: #ff6300;
}

.c-main-menu__flyout {
  left: -20px;
  top: auto;
  right: 0%;
  bottom: 60px;
  width: 240px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: none;
}

.c-main-menu__flyout.w--open {
  box-shadow: none;
}

.c-main-menu__flyout.c-main-menu__flyout--is-down {
  top: 60px;
  bottom: auto;
}

.c-main-menu__flyout-toggle {
  padding-top: 25px;
  padding-right: 20px;
  font-weight: 500;
}

.l-utility-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(30deg, #64c800, #fff 80%);
}

.c-utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-bg-img-overlay__heading {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 4rem;
  line-height: 5rem;
  text-transform: uppercase;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-utility-page__text {
  margin-bottom: 20px;
}

.c-utility-page__img {
  width: 60%;
}

.c-cookie-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 4;
  overflow: hidden;
  width: 40vw;
  padding: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.4);
}

.c-cookie-overlay__text {
  margin-bottom: 20px;
}

.c-cookie-overlay__btn {
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #64c800;
  color: #fff;
}

.c-cookie-overlay__btn:hover {
  background-color: #ff6300;
}

.c-cookie-overlay__btn.c-cookie-overlay__btn--is-white {
  background-color: #fff;
  color: #000;
}

.c-cookie-overlay__btn.c-cookie-overlay__btn--is-white:hover {
  color: #ff6300;
}

.c-cookie-overlay-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-cookie-overlay__close-btn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  cursor: pointer;
}

.c-cookie-overlay__close-btn:hover {
  color: #ff6300;
}

.c-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #64c800;
  color: #fff;
}

.c-btn.c-btn--is-yellow {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f1f012;
  color: #313b45;
}

.c-form-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313b45;
  background-image: url('../images/lks_illu_header_career.svg'), linear-gradient(45deg, #64c800, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.c-multistep-slider {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.c-multistep-form-container {
  position: relative;
  width: 50%;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 40px -20px #000;
}

.c-multistep-slider__mask {
  height: auto;
  border-radius: 5px;
  background-color: #fff;
}

.c-multistep-slider__chart {
  height: auto;
  min-height: 500px;
}

.c-multistep-slider__toggle {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: 60px;
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: #64c800;
}

.c-multistep-slider__toggle.c-multistep-slider__toggle--is-forward {
  left: 80px;
  background-image: url('../images/lks_icon_arrow-right_white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-multistep-slider__toggle.c-multistep-slider__toggle--is-backward {
  right: 50px;
  background-image: url('../images/lks_icon_arrow-left_white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-multistep-slider__bullet-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 50px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.c-multistep-form__content {
  position: relative;
  width: 100%;
  padding: 20px 60px 100px;
}

.c-multistep-form__heading {
  width: 100%;
  color: #64c800;
}

.c-multistep-form__text {
  width: 100%;
  margin-bottom: 20px;
}

.c-multistep-form-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(100, 200, 0, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.c-multistep-form-option:hover {
  background-color: rgba(100, 200, 0, 0.2);
}

.c-multistep-form-option__checkbox {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #64c800;
  border-radius: 5px;
  background-color: #fff;
}

.c-multistep-form-option__checkbox.w--redirected-checked {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #64c800;
  border-radius: 0%;
  background-color: #64c800;
  background-image: url('../images/lks_icon_finance_checked_white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.c-multistep-form-option__checkbox.w--redirected-focus {
  width: 40px;
  height: 40px;
  border-color: #64c800;
  border-radius: 0%;
  box-shadow: none;
}

.c-multistep-form-option__label {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.c-multistep-form__input-field {
  margin-bottom: 20px;
  padding: 10px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #64c800;
  font-size: 1.2rem;
}

.c-multistep-form__input-field:active {
  border-color: #ff6300;
}

.c-multistep-form__input-field:focus {
  border-color: #64c800;
}

.c-multistep-form__input-field::-webkit-input-placeholder {
  color: rgba(49, 59, 69, 0.5);
}

.c-multistep-form__input-field:-ms-input-placeholder {
  color: rgba(49, 59, 69, 0.5);
}

.c-multistep-form__input-field::-ms-input-placeholder {
  color: rgba(49, 59, 69, 0.5);
}

.c-multistep-form__input-field::placeholder {
  color: rgba(49, 59, 69, 0.5);
}

.c-multistep-form__button {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #64c800;
  font-weight: 500;
}

.c-multistep-form__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-multistep-form__close-button {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/lks_icon_close_green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.c-multistep-form__close-button:hover {
  background-image: url('../images/lks_icon_close_orange.svg');
}

.c-multistep-form-counter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-multistep-form-counter__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/lks_icon_bubble_orange.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.c-multistep-form-counter__icon.c-multistep-form-counter__icon--is-success {
  background-image: url('../images/lks_icon_finance_okay_green.svg');
  background-size: contain;
}

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

.c-multistep-form__message.c-multistep-form__message--is-success {
  background-color: #64c800;
  color: #313b45;
}

.c-multistep-form__message.c-multistep-form__message--is-error {
  margin-top: 0px;
  padding: 20px 80px;
  background-color: #ff6300;
  color: #64c800;
}

.l-section-container--has-job-offers .c-accordion-toggle__text {
  white-space:normal;
}

@media screen and (max-width: 991px) {
  .l-content-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-content-container.l-content-container--has-teaser {
    padding: 40px;
  }

  .l-content-container.l-content-container--has-info-insert {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-header {
    height: 600px;
  }

  .l-header.l-header--is-home {
    height: 70vh;
  }

  .c-info-btn {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-logo.c-logo--is-top-aligned {
    width: 280px;
  }

  .c-navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-main-menu__link {
    display: none;
  }

  .l-footer {
    height: 60vh;
  }

  .c-footer-content {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-inner-container {
    padding: 40px 0px;
  }

  .l-inner-container.l-inner-container--has-additional-padding {
    padding-top: 40px;
  }

  .c-category-heading {
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
  }

  .c-category-heading.c-category-heading--is-small {
    text-align: right;
  }

  .c-section-heading.c-section-heading--is-large {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
  }

  .c-stage-label {
    left: 30px;
  }

  .c-stage-slider-bullet-nav {
    padding-left: 40px;
  }

  .c-stage-banner__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .c-stage-banner__heading.c-stage-banner__heading--is-centered {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-stage-banner {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .c-stage-banner.c-stage-banner--is-centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-stage-info {
    left: 40px;
  }

  .l-bg-img-container {
    min-height: 400px;
  }

  .c-intro-text {
    margin-bottom: 40px;
  }

  .c-info-insert.c-info-insert--is-job-contact {
    margin-top: -160px;
    padding: 40px;
  }

  .l-heading-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-heading-container.c-heading-container--has-bg-color-green {
    padding: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-heading-container.l-heading-container--has-section-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    text-align: left;
  }

  .c-article-img-container {
    min-height: 400px;
    box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.4);
  }

  .m-article-img.m-article-img--is-career {
    border-bottom-left-radius: 0px;
  }

  .c-bg-img {
    min-height: 400px;
  }

  .c-img-insert.c-img-insert--is-label-digitale-kanzlei {
    margin-right: 0px;
    margin-left: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .c-bg-img-overlay__heading {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 3rem;
    line-height: 4rem;
  }

  .c-form-overlay {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-multistep-form-container {
    width: 100%;
  }
}

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

  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  p {
    margin-bottom: 10px;
    line-height: 1.5rem;
  }

  .l-content-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .l-header {
    height: 440px;
  }

  .l-header.l-header--is-home {
    height: 600px;
  }

  .c-info-btn {
    width: 160px;
    height: 160px;
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .c-logo.c-logo--is-top-aligned {
    top: 10px;
    right: 20px;
    width: 200px;
  }

  .c-navbar.c-navbar--is-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-cta-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .l-footer {
    height: auto;
  }

  .c-footer-container {
    position: relative;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .c-footer-content {
    width: 100%;
  }

  .c-footer__text {
    line-height: 1.5rem;
  }

  .c-footer__link.c-footer__link--is-large {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-footer__heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .l-footer-col {
    width: 100%;
  }

  .l-footer-col.l-footer-col--is-large {
    width: 100%;
  }

  .l-footer-col.l-footer-col--is-small {
    width: 100%;
  }

  .l-footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-col {
    width: 100%;
    font-size: 1rem;
  }

  .l-col.l-col--is-small {
    width: 100%;
  }

  .l-col.l-col--is-large {
    width: auto;
  }

  .c-category-heading.c-category-heading--is-small {
    text-align: left;
  }

  .c-section-heading.c-section-heading--is-large {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .c-stage-banner__keyword.c-stage-banner__keyword--is-soft {
    font-size: 12vw;
  }

  .c-stage-label {
    right: 20px;
    width: 80px;
    height: 80px;
  }

  .c-stage-banner__heading.c-stage-banner__heading--is-left-aligned {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .c-stage-visual {
    width: 80%;
  }

  .c-stage-banner {
    background-image: none;
  }

  .c-stage-info__text {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .c-intro-text {
    margin-bottom: 20px;
  }

  .l-map-container {
    height: 400px;
  }

  .g-list.g-list--has-accordion {
    margin-bottom: 20px;
  }

  .c-accordion-content {
    padding: 20px;
  }

  .c-accordion-toggle__text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .c-info-insert.c-info-insert--is-job-contact {
    width: 100%;
  }

  .l-heading-container.l-heading-container--has-section-heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-article-img-container {
    min-height: 280px;
  }

  .c-img-insert.c-img-insert--is-label-digitale-kanzlei {
    width: 120px;
    height: 120px;
  }

  .c-utility-page-content {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-bg-img-overlay__heading {
    width: 100%;
  }

  .c-utility-page__img {
    width: 60%;
  }

  .c-cookie-overlay {
    width: 80vw;
  }

  .c-btn.c-btn--is-yellow {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-multistep-slider__chart {
    min-height: auto;
  }

  .c-multistep-slider__toggle {
    margin-right: 40px;
  }

  .c-multistep-form__content {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 1rem;
  }

  .c-multistep-form__heading {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .c-multistep-form-option {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-multistep-form-option__checkbox {
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }

  .c-multistep-form-option__checkbox.w--redirected-checked {
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
  }

  .c-multistep-form__input-field {
    font-size: 1rem;
    line-height: 1rem;
  }

  .c-multistep-form__button {
    font-size: 1rem;
  }

  .c-multistep-form-counter {
    font-size: 0.8rem;
  }

  .c-multistep-form-counter__icon {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .c-multistep-form-option__checkbox.w--redirected-focus {
    width:20px;
    height:20px;
  }
}

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

  .l-content-container.l-content-container--has-teaser {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-content-container.l-content-container--has-info-insert {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-stage.c-stage--is-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(30deg, #64c800 33%, #fff);
  }

  .c-info-btn {
    left: -10px;
    top: -20px;
    right: 0%;
    bottom: auto;
    background-size: 30px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .c-footer-container {
    line-height: 1.2rem;
  }

  .c-footer-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-footer__link.c-footer__link--is-large {
    font-size: 1.2rem;
  }

  .c-footer__heading {
    margin-bottom: 10px;
  }

  .l-footer-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-category-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .c-stage-banner__keyword.c-stage-banner__text--is-large {
    font-size: 15vw;
  }

  .c-stage-banner__keyword.c-stage-banner__text--is-small {
    font-size: 10vw;
  }

  .c-stage-label {
    left: 15px;
    right: 10px;
  }

  .c-stage-slider-bullet-nav {
    padding-left: 20px;
  }

  .c-stage-banner__heading.c-stage-banner__heading--is-centered {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .c-stage-visual.c-stage__img--is-your-optimizer {
    background-position: 0% 100%;
  }

  .c-stage-visual.c-stage-visual--is-career {
    right: 20px;
  }

  .c-stage-banner {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }

  .c-stage-banner.c-stage-banner--is-centered {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-stage-info {
    left: 20px;
  }

  .c-stage-info__phone-link {
    padding-left: 35px;
    background-position: 10px 10px;
    background-size: 16px 16px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .c-top-btn {
    right: 20px;
  }

  .l-bg-img-container {
    min-height: 280px;
  }

  .g-list.g-list--has-accordion {
    margin-bottom: 10px;
  }

  .c-info-insert.c-info-insert--is-job-contact {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .l-heading-container.c-heading-container--has-bg-color-green {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-heading-container.l-heading-container--has-section-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-img-insert.c-img-insert--is-label-digitale-kanzlei {
    width: 120px;
    height: 120px;
    margin-left: 20px;
  }

  .c-utility-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-bg-img-overlay__heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .c-utility-page__img {
    width: 100%;
  }

  .c-cookie-overlay {
    display: none;
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .c-form-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-multistep-slider__toggle {
    margin-right: 20px;
  }

  .c-multistep-slider__toggle.c-multistep-slider__toggle--is-forward {
    left: 20px;
  }

  .c-multistep-form__content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-multistep-form__close-button {
    right: 20px;
  }

  .c-multistep-form-counter {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@font-face {
  font-family: 'Amplesoft';
  src: url('../fonts/AmpleSoft.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Amplesoft';
  src: url('../fonts/AmpleSoft-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Amplesoft';
  src: url('../fonts/AmpleSoft-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Amplesoft';
  src: url('../fonts/AmpleSoft-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}