@font-face {
  font-family: 'amplesoftregular';
  src: url('../fonts/amplesoft-webfont.woff2') format('woff2'),
  url('../fonts/amplesoft-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'amplesoftbold';
  src: url('../fonts/amplesoft-bold-webfont.woff2') format('woff2'),
  url('../fonts/amplesoft-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'amplesoftlight';
  src: url('../fonts/amplesoft-light-webfont.woff2') format('woff2'),
  url('../fonts/amplesoft-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'amplesoftmedium';
  src: url('../fonts/amplesoft-medium-webfont.woff2') format('woff2'),
  url('../fonts/amplesoft-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  --brand-green: rgba(100, 200, 0);
  --brand-green-light: rgba(100, 200, 0, 0.2);
  --checkbox-size: 40px;
}

.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: 'amplesoftregular', Verdana, sans-serif;
  color: #313b45;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  hyphens: none;
}

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

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

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

div#contactAddress {
  padding: 0;
}

span.wpcf7-list-item-label {
  display: none;
}

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

.l-content-container.l-content-container--has-full-width {
  max-width: none;
}

.l-content-container.l-content-container--has-tile-container {
  display: block;
  max-width: none;
  padding: 80px 80px 40px;
}

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

.l-header.l-header--is-kanzlei {
  position: relative;
}

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

@media (max-width: 1024px) {
  .l-header.l-header--is-home {
    height: -webkit-fill-available;
  }

  .c-stage {
    /*height: 100vH;*/
  }
}

.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-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: 'amplesoftregular', Verdana, sans-serif;
  font-weight: normal;
}

.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--has-bg-color {
  background-color: #f0f9e6;
}

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

.c-cta-btn.c-cta-btn--has-outline {
  margin-top: 20px;
  border: 1px solid #fff;
}

.l-footer {
  position: relative;
  z-index: 0;
  height: 60vh;
  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;
}

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

.m-location-pin-ani {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-image: url(/wp-content/themes/langheinrich/images/langheinrich_icon_location_white.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wp-social-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.wp-social-link.instagram {
  background-image: url(/wp-content/themes/langheinrich/images/langheinrich_icon_instagram_white.svg);
}

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

.l-row.l-row--has-video-content {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #64c800;
}

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

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

.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);
  /* z-index: 99999; */
}

.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: 'amplesoftbold', Verdana, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 100%;
  font-weight: normal;
  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-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.slideright_img, .c-stage-visual.sub-page-header {
  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--has-no-gradient {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
}

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

.phone-cta-pretext {
  font-size: 1rem;
}

.c-stage-info__phone-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 40px 8px 20px;
  border-radius: 5px;
  background-color: var(--brand-green);
  background-image: url('../images/lks_icon_arrow-right_white.svg');
  background-position: calc(100% - 10px) 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

.c-stage-info__phone-link:hover {
  padding-right: 55px;
}

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

.c-form__heading,
.c-section-subheading {
  font-family: 'amplesoftmedium', Verdana, sans-serif;
}

.c-section-subheading.c-section-subheading--is-aside {
  width: 100%;
  margin-top: 0px;
  text-align: right;
}

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

.m-bg-img {
  width: 100%;
}

.m-bg-img.m-bg-img--is-digitalkompetenz {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.c-tile-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.c-tile-container.c-tile-container--has-link-tiles {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 80px 80px -80px rgba(0, 0, 0, 0.4);
}

.c-tile-container.c-tile-container--has-profile-tile {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  box-shadow: none;
}

.c-link-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(100, 200, 0, 0.2);
  background-color: #fff;
  color: #313b45;
  text-align: center;
}

.c-link-tile:hover {
  background-color: rgba(100, 200, 0, 0.1);
}

.c-link-tile.c-link-tile--is-01 {
  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;
}

.c-link-tile.c-link-tile--is-04 {
  border-right-style: none;
}

.c-link-tile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -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;
  font-weight: 400;
}

.c-link-tile__heading {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

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

.c-link-tile__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-link-tile__icon.c-link-tile__icon--is-services {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-video-container {
  overflow: hidden;
}

.c-benefit-tile {
  width: 50%;
  background-color: #fff;
}

.c-benefit-tile.c-benefit-tile--is-01 {
  border-right: 1px solid rgba(100, 200, 0, 0.2);
  border-bottom: 1px solid rgba(100, 200, 0, 0.2);
}

.c-benefit-tile.c-benefit-tile--is-02 {
  border-bottom: 1px solid rgba(100, 200, 0, 0.2);
}

.c-benefit-tile.c-benefit-tile--is-03 {
  border-right: 1px solid rgba(100, 200, 0, 0.2);
  border-bottom: 1px none rgba(100, 200, 0, 0.2);
}

.c-benefit-tile__icon {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.c-benefit-tile__icon.c-benefit-tile__icon--advantages {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


.c-benefit-tile__heading {
  text-transform: uppercase;
}

.c-benefit-tile-content {
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
}

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

.c-form__btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  background-color: #ff6300;
  background-image: url('../images/lks_icon_arrow-right_white.svg');
  background-position: 90% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.c-form__btn:hover {
  padding-right: 50px;
}

.c-form__input-field {
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--brand-green);
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size: 1.2rem;
}

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

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

.c-form__input-field::-webkit-input-placeholder {
  color: var(--brand-green);
}

.c-form__input-field:-ms-input-placeholder {
  color: var(--brand-green);
}

.c-form__input-field::-ms-input-placeholder {
  color: var(--brand-green);
}

.c-form__input-field::placeholder {
  color: var(--brand-green);
}

.c-form__input-field.c-form__input-field--is-subject {
  min-height: 200px;
}

.c-form-success {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  background-color: transparent;
  background-image: url('../images/lks_icon_finance_okay_green.svg');
  background-position: 0% 0%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #64c800;
  text-align: left;
}

.c-form-error {
  padding-left: 60px;
  background-color: transparent;
  background-image: url('../images/lks_icon_arrow-right_orange.svg');
  background-position: 0% 0%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: #ff6300;
}

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

.c-form-checkbox__field {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin-top: 0px;
  margin-right: 20px;
  border-color: rgba(100, 200, 0, 0.5);
  border-radius: 5px;
  background-color: #fff;
}

.c-form-checkbox__field:hover {
  border-color: #64c800;
}

.c-form-checkbox__field.w--redirected-checked {
  border-color: #64c800;
  background-color: #64c800;
  background-image: url('../images/lks_icon_finance_checked_white.svg');
  background-size: 20px 20px;
  box-shadow: 0 0 0 0 transparent;
}

.c-form-checkbox__label {
  margin-bottom: 0px;
}

.c-form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.c-form__select-field {
  width: 20%;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(100, 200, 0, 0.5);
  background-color: #fff;
  color: rgba(100, 200, 0, 0.5);
  font-size: 1.2rem;
}

.c-form__select-field:hover {
  border-color: #64c800;
}

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

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

.c-form-legal-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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-toggle.c-accordion-toggle--is-light-green {
  padding-right: 60px;
  padding-left: 20px;
  border-bottom-style: none;
  background-color: rgba(100, 200, 0, 0.2);
  background-image: url('../images/lks_icon_plus_green.svg');
  background-position: 97% 25px;
}

.c-accordion-toggle.c-accordion-toggle--is-light-green:hover {
  background-image: url('../images/lks_icon_plus_orange.svg');
  color: #ff6300;
}

.c-accordion-toggle.c-accordion-toggle--is-light-green.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/lks_icon_minus_orange.svg');
}

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

.c-accordion-content.c-accordion-content--has-bg-color-white {
  background-color: #fff;
}

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

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

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

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

.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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-heading-container.l-heading-container--has-accordion-category-heading {
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-profile-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.4);
}

.c-profile-tile-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.c-profile-tile__img {
  width: 100%;
  min-height: 280px;
  background-color: #fff;
}

.c-profile-tile__img.c-profile-tile__img--is-member {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-profile-tile-description__heading {
  margin-top: 0px;
  color: #64c800;
}

.c-profile-tile-description__text {
  margin-bottom: 20px;
}

.c-profile-tile-description__text.c-profile-tile-description__text--is-small {
  font-size: 1rem;
  line-height: 1.2rem;
}

.c-profile-tile-description__text.c-profile-tile-description__text--is-emphasized {
  margin-bottom: 0px;
  font-weight: 500;
}

.c-profile-tile-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.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-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-link-tile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding: 40px 40px 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: linear-gradient(30deg, #64c800, rgba(100, 200, 0, 0.8));
}

.c-link-tile__text {
  margin-bottom: 20px;
}

.c-link-tile__text.c-link-tile__text--is-emphasized {
  margin-bottom: 0px;
  color: #ff6300;
  font-weight: 500;
}

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

.c-bg-img.c-bg-img--is-insight--is-building {
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.c-bg-img.c-bg-img--is-insight--is-insight {
  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-category-subheading {
  font-size: 1.2rem;
  font-weight: 700;
}

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

.c-text-insert-aside {
  width: 100%;
}

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

.c-bg-img-overlay__heading.c-bg-img-overlay__heading--is-small {
  font-size: 2rem;
  line-height: 3rem;
}

.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 {
  background-color: #f1f012;
  color: #313b45;
}

.radio-group .label,
.checkbox-group .label {
  margin-bottom: 1rem;
}

.c-form-checkbox {
  line-height: 2.5rem;
}

.wpcf7-form-control-wrap {
  position: static;
}

#wpcf7-f6-p338-o1 .w-checkbox {
  padding-left: 60px;
  position: relative;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

/*.wpcf7-radio input:checked + .wpcf7-list-item-label:after,*/
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  transform: scale(1);
  opacity: 1;
}

/*.wpcf7-radio input,*/
.wpcf7-checkbox input {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  display: block;
  font-size: 0;
}

/*.wpcf7-radio .wpcf7-list-item-label:before,*/
/*.wpcf7-radio .wpcf7-list-item-label:after,*/
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  transition: all 200ms;
}

/*.wpcf7-radio .wpcf7-list-item-label:before,*/
.wpcf7-checkbox .wpcf7-list-item-label:before {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  left: 0;
  border: 1px solid rgba(100, 200, 0, 0.5);
  border-radius: 5px;
  background-color: #fff;
}


/*.wpcf7-radio .wpcf7-list-item-label:after,*/
.wpcf7-checkbox .wpcf7-list-item-label:after {
  border-color: #64c800;
  background-color: #64c800;
  background-image: url('../images/lks_icon_finance_checked_white.svg');
  box-shadow: 0 0 0 0 transparent;
  transform: scale(0);
  opacity: 0;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  left: 0;
  top: 0;
  background-position: center;
  border-radius: 5px;
}

/*.wpcf7-radio input:checked + .wpcf7-list-item-label:before,*/
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  border-color: #64c800;
  background-color: #64c800;
  box-shadow: 0 0 0 0 transparent;
}


.wpcf7-radio .wpcf7-list-item input {
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  z-index: 99;
  opacity: 0;
}

.wpcf7-radio .wpcf7-list-item-label:before {
  border: 1px solid #64c800;
  background-color: white;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 200ms;
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:before {
  background-color: #64c800;
}

@media (max-width: 1024px) {
  .l-footer {
    height: 90vh;
  }
}

@media (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-content-container.l-content-container--has-tile-container {
    padding-top: 40px;
    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: 90vh;
  }

  .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-visual.c-stage-visual--is-contact {
    height: 100%;
  }

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

  .c-section-subheading.c-section-subheading--is-aside {
    text-align: left;
  }

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

  .c-link-tile {
    width: 50%;
  }

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

  .c-accordion-toggle.c-accordion-toggle--is-light-green {
    background-position: 97% 10px;
  }

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

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

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

  .l-heading-container.l-heading-container--has-accordion-category-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .c-profile-tile {
    width: 50%;
  }

  .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-text-insert-aside {
    width: 60%;
  }

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

@media (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-content-container.l-content-container--has-full-width {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .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-tile-container.c-tile-container--has-link-tiles {
    box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.4);
  }

  .c-tile-container.c-tile-container--has-profile-tile {
    padding: 20px 10px;
  }

  .c-link-tile.c-link-tile--is-01 {
    border-bottom: 1px solid rgba(100, 200, 0, 0.2);
  }

  .c-link-tile.c-link-tile--is-02 {
    border-bottom: 1px solid rgba(100, 200, 0, 0.2);
    border-right-style: none;
  }

  .c-link-tile-content {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .c-link-tile__icon {
    width: 80px;
    height: 80px;
  }

  .c-benefit-tile__icon {
    width: 60px;
    height: 60px;
  }

  .c-benefit-tile-content {
    padding: 20px;
  }

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

  .c-form__select-field {
    width: 50%;
  }

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

  .c-accordion-toggle.c-accordion-toggle--is-light-green {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .c-profile-tile {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-profile-tile-description {
    padding: 20px;
  }

  .c-profile-tile__img {
    min-height: 200px;
  }

  .c-profile-tile-description__heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

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

  .c-link-tile-header {
    min-height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .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-bg-img-overlay__heading.c-bg-img-overlay__heading--is-small {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

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

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

@media (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;
  }

  .l-content-container.l-content-container--has-full-width {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

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

  .c-tile-container.c-tile-container--has-profile-tile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-link-tile {
    width: 100%;
  }

  .c-link-tile.c-link-tile--is-03 {
    border-bottom: 1px solid rgba(100, 200, 0, 0.2);
    border-right-style: none;
  }

  .c-benefit-tile {
    width: 100%;
  }

  .c-benefit-tile.c-benefit-tile--is-01 {
    border-right-style: none;
  }

  .c-benefit-tile.c-benefit-tile--is-03 {
    border-right-style: none;
    border-bottom-style: solid;
  }

  .c-form-checkbox {
    margin-bottom: 20px;
  }

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

  .l-heading-container.l-heading-container--has-accordion-category-heading {
    padding: 10px 20px;
  }

  .c-profile-tile {
    width: 100%;
  }

  .c-link-tile-header {
    padding-top: 20px;
  }

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

  .c-text-insert-aside {
    width: 100%;
  }

  .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-bg-img-overlay__heading.c-bg-img-overlay__heading--is-small {
    font-size: 1.2rem;
    line-height: 2rem;
  }

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

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

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.contact-form {
  font-size: 1.2rem;
  --checkbox-size: 1.5rem;
}

.contact-form .c-form__radios span.wpcf7-list-item-label {
  display: inline;
  color: var(--brand-green);
}

.contact-form .c-form__input-field {
  /*margin-bottom: 10px;*/
}

.c-form__checkboxes,
.c-form__radios {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-bottom: 20px;
}

.c-form__checkboxes.horizontal,
.c-form__radios.horizontal {
  column-gap: 1rem;
}

.c-form__checkboxes > .wpcf7-list-item,
.c-form__radios > .wpcf7-list-item,
.c-form__checkboxes > .wpcf7-list-item label,
.c-form__radios > .wpcf7-list-item label,
.wpcf7-acceptance > .wpcf7-list-item > label {
  display: flex;
  margin: 0;
  position: relative;
  align-items: center;
  column-gap: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
}

.c-form__checkboxes:not(.horizontal) > .wpcf7-list-item,
.c-form__radios:not(.horizontal) > .wpcf7-list-item {
  /*width: 100%;*/
}

.c-form__checkboxes.two-cols > .wpcf7-list-item,
.c-form__radios.two-cols > .wpcf7-list-item {
  width: 100%;
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 1239px) {
  .c-form__checkboxes.two-cols > .wpcf7-list-item,
  .c-form__radios.two-cols > .wpcf7-list-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.c-form__checkboxes .wpcf7-list-item-label {
  font-size: 1.2rem;
}

.wpcf7-acceptance input,
.c-form__radios.wpcf7-radio input,
.c-form__checkboxes.wpcf7-checkbox input {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .c-footer__link.c-footer__link--is-large {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

footer a {
  white-space: nowrap;
}

#wpcf7-f6-p338-o1 .wpcf7-submit {
  margin-top: 130px;
}


#wpcf7-f6-p338-o1 ~ ._brlbs-cb-recaptcha {
  min-height: 140px;
  margin-top: -220px;
}

#wpcf7-f6-p338-o1 ~ ._brlbs-cb-recaptcha-success {
  min-height: 100px;
  margin-top: -180px;
}

#wpcf7-f6-p338-o1 textarea[name="message"] {
  margin-bottom: 0;
}

.wpcf7-character-count {
  display: block;
  text-align: right;
}