/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, node_modules/normalize.css/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, node_modules/normalize.css/normalize.css */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, node_modules/normalize.css/normalize.css */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, node_modules/normalize.css/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, node_modules/normalize.css/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, node_modules/normalize.css/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, node_modules/normalize.css/normalize.css */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, node_modules/normalize.css/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, node_modules/normalize.css/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, node_modules/normalize.css/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, node_modules/normalize.css/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, node_modules/normalize.css/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, node_modules/normalize.css/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 137, node_modules/normalize.css/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, node_modules/normalize.css/normalize.css */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, node_modules/normalize.css/normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, node_modules/normalize.css/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, node_modules/normalize.css/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, node_modules/normalize.css/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, node_modules/normalize.css/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, node_modules/normalize.css/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, node_modules/normalize.css/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, node_modules/normalize.css/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, node_modules/normalize.css/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, node_modules/normalize.css/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, node_modules/normalize.css/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, node_modules/normalize.css/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, node_modules/normalize.css/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, node_modules/normalize.css/normalize.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, node_modules/normalize.css/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, node_modules/normalize.css/normalize.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, node_modules/normalize.css/normalize.css */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, node_modules/normalize.css/normalize.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, node_modules/normalize.css/normalize.css */
[hidden] {
  display: none;
}

/* line 3, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-outer {
  padding: 0 !important;
}

/* line 5, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-outer [hidden] {
  display: none !important;
}

/* line 6, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

/* line 8, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

/* line 12, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

/* line 22, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

/* line 29, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

/* line 40, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

/* line 46, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-no-calc {
  position: relative;
  left: 0;
}

/* line 50, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

/* line 55, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

/* line 62, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

/* line 66, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 72, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-autowidth {
  display: inline-block;
}

/* line 73, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

/* line 78, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-lazy-img.tns-complete {
  opacity: 1;
}

/* line 80, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

/* line 85, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-ovh {
  overflow: hidden;
}

/* line 86, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

/* line 87, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

/* line 89, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

/* line 94, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* line 102, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-vpfix {
  white-space: nowrap;
}

/* line 104, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

/* line 116, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

/* line 123, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-t-ct {
  width: 2333.33333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

/* line 130, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

/* line 135, node_modules/tiny-slider/src/tiny-slider.scss */
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* line 13, src/scss/_util.scss */
.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 17, src/scss/_util.scss */
  .is-hidden-xs-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  /* line 24, src/scss/_util.scss */
  .is-hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  /* line 31, src/scss/_util.scss */
  .is-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 38, src/scss/_util.scss */
  .is-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 45, src/scss/_util.scss */
  .is-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  /* line 52, src/scss/_util.scss */
  .is-hidden-xl {
    display: none !important;
  }
}

/* line 59, src/scss/_util.scss */
.mt-0 {
  margin-top: 0;
}

/* line 63, src/scss/_util.scss */
.text-margin {
  margin: 1.8rem 0 3.2rem;
}

@media (min-width: 1024px) {
  /* line 63, src/scss/_util.scss */
  .text-margin {
    margin: 3.2rem 0 6.4rem;
  }
}

/* line 13, src/scss/_grid.scss */
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

/* line 19, src/scss/_grid.scss */
.row {
  margin: 0 -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

/* line 24, src/scss/_grid.scss */
.row-center {
  justify-content: center;
}

/* line 29, src/scss/_grid.scss */
.col {
  flex: 0 1 100%;
  padding: 0 0.75rem;
}

/* line 34, src/scss/_grid.scss */
.col-auto {
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  /* line 40, src/scss/_grid.scss */
  .container {
    padding: 0 3rem;
  }
  /* line 44, src/scss/_grid.scss */
  .row {
    margin: 0 -1.5rem;
  }
  /* line 48, src/scss/_grid.scss */
  .col {
    flex: 0 1 100%;
    width: 100%;
    padding: 0 1.5rem;
  }
  /* line 54, src/scss/_grid.scss */
  .col-order-sm-1 {
    order: 1;
  }
}

@media (min-width: 1024px) {
  /* line 61, src/scss/_grid.scss */
  .container {
    max-width: 1004px;
    padding: 0 1.5rem;
  }
  /* line 66, src/scss/_grid.scss */
  .row {
    margin: 0 -1.5rem;
  }
  /* line 70, src/scss/_grid.scss */
  .col {
    flex: 0 1 100%;
    width: 100%;
    padding: 0 1.5rem;
  }
  /* line 76, src/scss/_grid.scss */
  .col-order-md-1 {
    order: 1;
  }
}

@media (min-width: 1170px) {
  /* line 83, src/scss/_grid.scss */
  .container {
    max-width: 1170px;
    padding: 0 2rem;
  }
  /* line 88, src/scss/_grid.scss */
  .row {
    margin: 0 -2rem;
  }
  /* line 92, src/scss/_grid.scss */
  .col {
    padding: 0 2rem;
  }
}

/* line 98, src/scss/_grid.scss */
.col-1 {
  flex: 0 1 8.3333333333%;
  width: 8.3333333333%;
}

/* line 98, src/scss/_grid.scss */
.col-2 {
  flex: 0 1 16.6666666667%;
  width: 16.6666666667%;
}

/* line 98, src/scss/_grid.scss */
.col-3 {
  flex: 0 1 25%;
  width: 25%;
}

/* line 98, src/scss/_grid.scss */
.col-4 {
  flex: 0 1 33.3333333333%;
  width: 33.3333333333%;
}

/* line 98, src/scss/_grid.scss */
.col-5 {
  flex: 0 1 41.6666666667%;
  width: 41.6666666667%;
}

/* line 98, src/scss/_grid.scss */
.col-6 {
  flex: 0 1 50%;
  width: 50%;
}

/* line 98, src/scss/_grid.scss */
.col-7 {
  flex: 0 1 58.3333333333%;
  width: 58.3333333333%;
}

/* line 98, src/scss/_grid.scss */
.col-8 {
  flex: 0 1 66.6666666667%;
  width: 66.6666666667%;
}

/* line 98, src/scss/_grid.scss */
.col-9 {
  flex: 0 1 75%;
  width: 75%;
}

/* line 98, src/scss/_grid.scss */
.col-10 {
  flex: 0 1 83.3333333333%;
  width: 83.3333333333%;
}

/* line 98, src/scss/_grid.scss */
.col-11 {
  flex: 0 1 91.6666666667%;
  width: 91.6666666667%;
}

/* line 98, src/scss/_grid.scss */
.col-12 {
  flex: 0 1 100%;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-1 {
    flex: 0 1 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-2 {
    flex: 0 1 16.6666666667%;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-3 {
    flex: 0 1 25%;
    width: 25%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-4 {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-5 {
    flex: 0 1 41.6666666667%;
    width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-6 {
    flex: 0 1 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-7 {
    flex: 0 1 58.3333333333%;
    width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-8 {
    flex: 0 1 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-9 {
    flex: 0 1 75%;
    width: 75%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-10 {
    flex: 0 1 83.3333333333%;
    width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-11 {
    flex: 0 1 91.6666666667%;
    width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 109, src/scss/_grid.scss */
  .col-sm-12 {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-1 {
    flex: 0 1 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-2 {
    flex: 0 1 16.6666666667%;
    width: 16.6666666667%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-3 {
    flex: 0 1 25%;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-4 {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-5 {
    flex: 0 1 41.6666666667%;
    width: 41.6666666667%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-6 {
    flex: 0 1 50%;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-7 {
    flex: 0 1 58.3333333333%;
    width: 58.3333333333%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-8 {
    flex: 0 1 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-9 {
    flex: 0 1 75%;
    width: 75%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-10 {
    flex: 0 1 83.3333333333%;
    width: 83.3333333333%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-11 {
    flex: 0 1 91.6666666667%;
    width: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_grid.scss */
  .col-md-12 {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-1 {
    flex: 0 1 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-2 {
    flex: 0 1 16.6666666667%;
    width: 16.6666666667%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-3 {
    flex: 0 1 25%;
    width: 25%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-4 {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-5 {
    flex: 0 1 41.6666666667%;
    width: 41.6666666667%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-6 {
    flex: 0 1 50%;
    width: 50%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-7 {
    flex: 0 1 58.3333333333%;
    width: 58.3333333333%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-8 {
    flex: 0 1 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-9 {
    flex: 0 1 75%;
    width: 75%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-10 {
    flex: 0 1 83.3333333333%;
    width: 83.3333333333%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-11 {
    flex: 0 1 91.6666666667%;
    width: 91.6666666667%;
  }
}

@media (min-width: 1170px) {
  /* line 109, src/scss/_grid.scss */
  .col-lg-12 {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-1 {
    flex: 0 1 8.3333333333%;
    width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-2 {
    flex: 0 1 16.6666666667%;
    width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-3 {
    flex: 0 1 25%;
    width: 25%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-4 {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-5 {
    flex: 0 1 41.6666666667%;
    width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-6 {
    flex: 0 1 50%;
    width: 50%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-7 {
    flex: 0 1 58.3333333333%;
    width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-8 {
    flex: 0 1 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-9 {
    flex: 0 1 75%;
    width: 75%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-10 {
    flex: 0 1 83.3333333333%;
    width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-11 {
    flex: 0 1 91.6666666667%;
    width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  /* line 109, src/scss/_grid.scss */
  .col-xl-12 {
    flex: 0 1 100%;
    width: 100%;
  }
}

/* line 1, src/scss/_typography.scss */
h1, h2, h3 {
  font-family: "warnock-pro-display", serif;
  font-weight: bold;
  margin-top: 0;
}

/* line 7, src/scss/_typography.scss */
h1 {
  font-size: 6.5rem;
  line-height: 6.5rem;
}

/* line 12, src/scss/_typography.scss */
h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  /* line 12, src/scss/_typography.scss */
  h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

/* line 24, src/scss/_typography.scss */
h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
}

@media (min-width: 1024px) {
  /* line 24, src/scss/_typography.scss */
  h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

/* line 34, src/scss/_typography.scss */
h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

/* line 41, src/scss/_typography.scss */
.roofline {
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08rem;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 0;
}

@media (min-width: 1024px) {
  /* line 41, src/scss/_typography.scss */
  .roofline {
    font-size: 1.4rem;
    margin-bottom: 5rem;
    margin-top: -3rem;
  }
}

/* line 58, src/scss/_typography.scss */
p.lead {
  font-size: 1.7rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 1024px) {
  /* line 58, src/scss/_typography.scss */
  p.lead {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

@media (min-width: 1170px) {
  /* line 58, src/scss/_typography.scss */
  p.lead {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

/* line 74, src/scss/_typography.scss */
p.lead-big {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 768px) {
  /* line 74, src/scss/_typography.scss */
  p.lead-big {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 1170px) {
  /* line 74, src/scss/_typography.scss */
  p.lead-big {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

/* line 90, src/scss/_typography.scss */
.text-orange {
  color: #ce7920;
}

/* line 94, src/scss/_typography.scss */
.text-center {
  text-align: center;
}

/* line 98, src/scss/_typography.scss */
.text-bold {
  font-weight: 900;
}

/* line 102, src/scss/_typography.scss */
.label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* line 1, src/scss/_general.scss */
* {
  box-sizing: border-box;
}

/* line 5, src/scss/_general.scss */
html {
  font-size: 62.5%;
}

/* line 9, src/scss/_general.scss */
body {
  font-family: TTNormsPro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.66666666;
  font-weight: normal;
  letter-spacing: 0.03rem;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #2f4843;
  margin: 5rem 0 0;
  padding: 0;
}

@media (min-width: 1024px) {
  /* line 9, src/scss/_general.scss */
  body {
    font-size: 1.8rem;
    line-height: 1.33333333;
    margin: 8rem 0 0;
  }
}

/* line 28, src/scss/_general.scss */
a {
  text-decoration: none;
  color: #2f4843;
}

/* line 32, src/scss/_general.scss */
a:hover, a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* line 37, src/scss/_general.scss */
a.underline {
  border-bottom: 1px solid;
}

/* line 40, src/scss/_general.scss */
a.underline:hover, a.underline:focus {
  border-bottom: none;
}

/* line 46, src/scss/_general.scss */
.img {
  width: 100%;
}

/* line 49, src/scss/_general.scss */
.img-block {
  display: block;
}

/* line 53, src/scss/_general.scss */
.img-full-width {
  display: block;
  object-fit: cover;
}

@media (min-width: 768px) {
  /* line 53, src/scss/_general.scss */
  .img-full-width {
    height: 50vw;
    max-height: 70vh;
  }
  /* line 61, src/scss/_general.scss */
  .img-full-width-background {
    height: 50vw;
    max-height: 70vh;
  }
}

@media (min-width: 1024px) {
  /* line 53, src/scss/_general.scss */
  .img-full-width {
    height: 40vw;
  }
  /* line 70, src/scss/_general.scss */
  .img-full-width-background {
    height: 40vw;
  }
}

/* line 77, src/scss/_general.scss */
.bg-green {
  background: #2f4843;
  color: #cfd9ce;
}

/* line 81, src/scss/_general.scss */
.bg-green a {
  color: #cfd9ce;
}

/* line 86, src/scss/_general.scss */
.bg-mint {
  background: #cfd9ce;
  color: #2f4843;
}

/* line 91, src/scss/_general.scss */
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: calc(-8rem + 1px);
}

@media (min-width: 1024px) {
  /* line 91, src/scss/_general.scss */
  a.anchor {
    top: calc(-21rem + 1px);
  }
}

/* line 101, src/scss/_general.scss */
a.anchor.anchor--neubau {
  top: calc(-5rem + 1px);
}

@media (min-width: 1024px) {
  /* line 101, src/scss/_general.scss */
  a.anchor.anchor--neubau {
    top: calc(-12.5rem + 1px);
  }
}

/* line 109, src/scss/_general.scss */
a.anchor.anchor--jobs {
  top: calc(-5rem + 1px);
}

@media (min-width: 1024px) {
  /* line 109, src/scss/_general.scss */
  a.anchor.anchor--jobs {
    top: calc(-8rem + 1px);
  }
}

/* line 1, src/scss/_buttons.scss */
.btn, a.btn {
  text-align: center;
  display: inline-block;
  padding: 1.2rem 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0;
  transition: all 0.1s ease-out;
}

/* line 12, src/scss/_buttons.scss */
.btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
  text-decoration: none;
}

/* line 16, src/scss/_buttons.scss */
.btn:disabled, a.btn:disabled {
  opacity: 0.2;
  pointer-events: none;
}

/* line 21, src/scss/_buttons.scss */
.btn-cta, a.btn-cta {
  background: #ce7920;
  color: #2f4843;
  font-size: 1.4rem;
  padding: 1.4rem 1.4rem;
  width: 100%;
}

/* line 28, src/scss/_buttons.scss */
.btn-cta:hover, a.btn-cta:hover {
  background: #a25f19;
  border: none;
}

/* line 33, src/scss/_buttons.scss */
.btn-cta:focus, a.btn-cta:focus {
  border-bottom: none;
}

@media (min-width: 1024px) {
  /* line 21, src/scss/_buttons.scss */
  .btn-cta, a.btn-cta {
    font-size: 1.8rem;
    padding: 2.3rem 1.4rem;
  }
}

/* line 43, src/scss/_buttons.scss */
.btn-primary, a.btn-primary {
  background: #ce7920;
  color: #ffffff;
  border: none;
}

/* line 48, src/scss/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
  background: #a25f19;
  color: #ffffff;
}

/* line 54, src/scss/_buttons.scss */
.btn-secondary, a.btn-secondary {
  background: #cfd9ce;
  border: 1px solid #cfd9ce;
  color: #2f4843;
}

/* line 59, src/scss/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:focus {
  background: #2f4843;
  border: 1px solid #cfd9ce;
  color: #cfd9ce;
}

/* line 66, src/scss/_buttons.scss */
.btn-tertiary, a.btn-tertiary {
  background: #cfd9ce;
  color: #2f4843;
  border: none;
}

/* line 71, src/scss/_buttons.scss */
.btn-tertiary:hover, .btn-tertiary:focus, a.btn-tertiary:hover, a.btn-tertiary:focus {
  background: #cfd9ce;
  color: #2f4843;
  border: none;
}

/* line 78, src/scss/_buttons.scss */
.btn-dark, a.btn-dark {
  background: #2f4843;
  border: 1px solid #2f4843;
  color: #cfd9ce;
}

/* line 83, src/scss/_buttons.scss */
.btn-dark:hover, .btn-dark:focus, a.btn-dark:hover, a.btn-dark:focus {
  background: #cfd9ce;
  border: 1px solid #2f4843;
  color: #2f4843;
}

/* line 90, src/scss/_buttons.scss */
.btn-outline, a.btn-outline {
  background: transparent;
  color: #2f4843;
  border: 1px solid #2f4843;
  font-weight: 500;
}

/* line 96, src/scss/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, a.btn-outline:hover, a.btn-outline:focus {
  background: #2f4843;
  color: #cfd9ce;
}

/* line 102, src/scss/_buttons.scss */
.btn-outline-light, a.btn-outline-light {
  background: transparent;
  color: #cfd9ce;
  border: 1px solid #cfd9ce;
  font-weight: 500;
}

/* line 108, src/scss/_buttons.scss */
.btn-outline-light:hover, .btn-outline-light:focus, a.btn-outline-light:hover, a.btn-outline-light:focus {
  background: #cfd9ce;
  color: #2f4843;
}

/* line 114, src/scss/_buttons.scss */
.btn-outline-inverted, a.btn-outline-inverted {
  background: #2f4843;
  color: #cfd9ce;
  border: 1px solid #cfd9ce;
  font-weight: 700;
  cursor: pointer;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 123, src/scss/_buttons.scss */
.btn-outline-inverted:hover, .btn-outline-inverted:focus, a.btn-outline-inverted:hover, a.btn-outline-inverted:focus {
  background: transparent;
  color: #2f4843;
  border: 1px solid #2f4843;
}

@media (min-width: 1024px) {
  /* line 130, src/scss/_buttons.scss */
  .btn-padding, a.btn-padding {
    padding: 2.4rem 3.6rem;
  }
}

/* line 1, src/scss/_list-arrow.scss */
.list-arrow {
  border-left: 4px solid #2f4843;
  padding-top: 5rem;
  position: relative;
}

/* line 14, src/scss/_list-arrow.scss */
.list-arrow:before {
  content: "";
  top: -2px;
  width: 4px;
  border-start-start-radius: 10px;
  border-start-end-radius: 10px;
  position: absolute;
  height: 4px;
  background: #2f4843;
  left: -4px;
}

/* line 27, src/scss/_list-arrow.scss */
.list-arrow-item {
  position: relative;
  padding-left: calc(calc(10% + .5rem) + 2rem);
}

/* line 30, src/scss/_list-arrow.scss */
.list-arrow-item:before {
  content: "";
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
  position: absolute;
  left: 0;
  top: 1.7rem;
  height: 4px;
  width: 10%;
  background-color: #2f4843;
}

@media (min-width: 1024px) {
  /* line 30, src/scss/_list-arrow.scss */
  .list-arrow-item:before {
    width: 10rem;
    height: 5px;
  }
}

/* line 47, src/scss/_list-arrow.scss */
.list-arrow-item:after {
  content: url("/static/img/icons/arrow-green.svg");
  position: absolute;
  top: calc(1.7rem - 1rem);
  left: calc(10% + .5rem);
}

@media (min-width: 1024px) {
  /* line 47, src/scss/_list-arrow.scss */
  .list-arrow-item:after {
    left: 10.5rem;
  }
}

/* line 61, src/scss/_list-arrow.scss */
.list-arrow-item:last-of-type .list-arrow-wrapper:before {
  content: "";
  position: absolute;
  top: 2.1rem;
  bottom: 0;
  left: -14rem;
  width: 10rem;
  background-color: #cfd9ce;
}

@media (min-width: 1024px) {
  /* line 61, src/scss/_list-arrow.scss */
  .list-arrow-item:last-of-type .list-arrow-wrapper:before {
    left: -18rem;
    top: 2.2rem;
  }
}

@media (min-width: 1024px) {
  /* line 27, src/scss/_list-arrow.scss */
  .list-arrow-item {
    padding-left: calc(10.5rem + 5rem);
  }
}

/* line 82, src/scss/_list-arrow.scss */
.list-arrow-wrapper {
  padding-left: 5rem;
  position: relative;
}

/* line 87, src/scss/_list-arrow.scss */
.list-arrow-title {
  font-size: 2rem;
  color: #2f4843;
  font-weight: 900;
}

@media (min-width: 1024px) {
  /* line 87, src/scss/_list-arrow.scss */
  .list-arrow-title {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}

/* line 98, src/scss/_list-arrow.scss */
.list-arrow-text {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/_list-arrow.scss */
  .list-arrow {
    border-left: 4px solid #2f4843;
  }
}

/* line 1, src/scss/_header.scss */
.header {
  background: #cfd9ce;
  height: 5rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

/* line 10, src/scss/_header.scss */
.header-cta {
  background: #2f4843;
  z-index: 6;
  display: none;
  text-align: center;
  height: auto !important;
}

/* line 17, src/scss/_header.scss */
.header-cta .btn {
  max-width: 52rem;
  margin: 2rem 0;
}

/* line 21, src/scss/_header.scss */
.header-cta.show {
  display: block;
}

/* line 26, src/scss/_header.scss */
.header .container {
  height: 100%;
}

/* line 30, src/scss/_header.scss */
.header .row {
  height: 100%;
  flex-wrap: nowrap;
}

/* line 35, src/scss/_header.scss */
.header .col {
  height: 100%;
}

/* line 39, src/scss/_header.scss */
.header-logo {
  display: block;
  height: 3.2rem;
}

/* line 43, src/scss/_header.scss */
.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 50, src/scss/_header.scss */
.header-logo-wrapper a:hover, .header-logo-wrapper a:focus {
  border-bottom: 0;
}

/* line 57, src/scss/_header.scss */
.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

/* line 68, src/scss/_header.scss */
.header-menu a:not(.btn) {
  color: #2f4843;
}

/* line 71, src/scss/_header.scss */
.header-menu a:not(.btn):hover, .header-menu a:not(.btn):focus {
  color: #2f4843;
  border-bottom: 1px solid;
}

/* line 77, src/scss/_header.scss */
.header-menu .btn {
  white-space: nowrap;
}

/* line 81, src/scss/_header.scss */
.header-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 88, src/scss/_header.scss */
.header-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 3rem 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 95, src/scss/_header.scss */
.header-mobile-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background: #2f4843;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 106, src/scss/_header.scss */
.header-mobile-menu-toggle:hover, .header-mobile-menu-toggle:focus {
  border-bottom: none;
}

/* line 110, src/scss/_header.scss */
.header-mobile-menu-toggle img {
  max-width: 100%;
}

/* line 114, src/scss/_header.scss */
.header-mobile-menu-toggle .toggle-close {
  display: none;
}

/* line 120, src/scss/_header.scss */
.header-mobile-menu-toggle.is-open .toggle-open {
  display: none;
}

/* line 124, src/scss/_header.scss */
.header-mobile-menu-toggle.is-open .toggle-close {
  display: block;
}

/* line 130, src/scss/_header.scss */
.header-mobile-menu-wrapper {
  position: fixed;
  background: #2f4843;
  width: 100%;
  left: 0;
  top: -36.5rem;
  transition: top 0.4s ease-out;
  z-index: 2;
}

/* line 139, src/scss/_header.scss */
.header-mobile-menu-wrapper.is-open {
  top: 5rem;
}

/* line 144, src/scss/_header.scss */
.header-mobile-menu li {
  margin-bottom: 1.2rem;
}

/* line 148, src/scss/_header.scss */
.header-mobile-menu a:not(.btn) {
  color: #cfd9ce;
}

/* line 152, src/scss/_header.scss */
.header-mobile-menu .btn {
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/_header.scss */
  .header {
    height: 8rem;
  }
  /* line 160, src/scss/_header.scss */
  .header-logo {
    height: 4rem;
  }
  /* line 164, src/scss/_header.scss */
  .header-menu {
    letter-spacing: 0.1rem;
  }
  /* line 167, src/scss/_header.scss */
  .header-menu li:not(:first-child) {
    margin-left: 2rem;
  }
}

@media (min-width: 1170px) {
  /* line 175, src/scss/_header.scss */
  .header-logo {
    height: 5.5rem;
  }
}

/* line 1, src/scss/_footer.scss */
.footer {
  background: #2f4843;
  color: #cfd9ce;
  padding-bottom: 2rem;
}

/* line 6, src/scss/_footer.scss */
.footer hr {
  border: 0;
  height: 1px;
  background: #cfd9ce;
  margin: 2rem 0;
}

/* line 13, src/scss/_footer.scss */
.footer-logo {
  display: block;
  height: 3.5rem;
}

/* line 21, src/scss/_footer.scss */
.footer-logo-wrapper a:hover, .footer-logo-wrapper a:focus {
  border-bottom: none;
}

/* line 28, src/scss/_footer.scss */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-size: 1.4rem;
}

/* line 38, src/scss/_footer.scss */
.footer-menu li:not(:first-child) {
  margin-left: 1.5rem;
}

/* line 42, src/scss/_footer.scss */
.footer-menu a {
  color: #cfd9ce;
  font-weight: 500;
}

/* line 46, src/scss/_footer.scss */
.footer-menu a:hover, .footer-menu a:focus {
  color: #cfd9ce;
  border-bottom: 1px solid;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/_footer.scss */
  .footer {
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }
  /* line 59, src/scss/_footer.scss */
  .footer-menu li:not(:first-child) {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1170px) {
  /* line 67, src/scss/_footer.scss */
  .footer hr {
    margin: 3.5rem 0;
  }
}

/* line 1, src/scss/_sections.scss */
.section-padding {
  padding: 3rem 0 2rem;
}

/* line 4, src/scss/_sections.scss */
.section-padding-small {
  padding: 3rem 0 2rem;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/_sections.scss */
  .section-padding {
    padding: 9rem 0 10rem;
  }
  /* line 11, src/scss/_sections.scss */
  .section-padding-small {
    padding: 4rem 0;
  }
}

/* line 1, src/scss/sections/_hero.scss */
.section-hero {
  background: url("/static/img/background-head.jpg") center/cover;
  text-align: center;
  height: 100vw;
}

/* line 6, src/scss/sections/_hero.scss */
.section-hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 1, src/scss/sections/_hero.scss */
  .section-hero {
    height: 50vw;
    max-height: 70vh;
  }
  /* line 17, src/scss/sections/_hero.scss */
  .section-hero-background {
    height: 50vw;
    max-height: 70vh;
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_hero.scss */
  .section-hero {
    height: 40vw;
  }
  /* line 26, src/scss/sections/_hero.scss */
  .section-hero-background {
    height: 40vw;
  }
}

/* line 31, src/scss/sections/_hero.scss */
.section-hero-headline {
  color: #ce7920;
  font-size: 3.5rem;
  line-height: 3.5rem;
}

/* line 37, src/scss/sections/_hero.scss */
.section-hero--bautraeger {
  background: url("/static/img/bautraeger-head-mobile.jpg") center/cover;
}

@media (min-width: 1024px) {
  /* line 37, src/scss/sections/_hero.scss */
  .section-hero--bautraeger {
    background: url("/static/img/bautraeger-head-desktop.jpg") center/cover;
  }
}

/* line 45, src/scss/sections/_hero.scss */
.section-hero--neubau {
  background: url("/static/img/background-head-neubau-v1.jpg") center/cover;
}

/* line 49, src/scss/sections/_hero.scss */
.section-hero-no-break {
  white-space: nowrap;
}

/* line 52, src/scss/sections/_hero.scss */
.section-hero-no-break--all {
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 49, src/scss/sections/_hero.scss */
  .section-hero-no-break {
    white-space: normal;
  }
  /* line 59, src/scss/sections/_hero.scss */
  .section-hero-no-break--all {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  /* line 67, src/scss/sections/_hero.scss */
  .section-hero-headline {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

/* line 74, src/scss/sections/_hero.scss */
.section-hero-slider {
  background: #2f4843;
}

/* line 77, src/scss/sections/_hero.scss */
.section-hero-slider .hero-slider-wrapper {
  position: relative;
}

/* line 81, src/scss/sections/_hero.scss */
.section-hero-slider .hero-slide {
  position: relative;
  height: 100vw;
}

/* line 85, src/scss/sections/_hero.scss */
.section-hero-slider .hero-slide-background {
  position: absolute;
  width: 100%;
  height: 100vw;
  object-fit: cover;
  z-index: -1;
}

@media (min-width: 768px) {
  /* line 81, src/scss/sections/_hero.scss */
  .section-hero-slider .hero-slide {
    height: 50vw;
    max-height: 70vh;
  }
  /* line 97, src/scss/sections/_hero.scss */
  .section-hero-slider .hero-slide-background {
    height: 50vw;
    max-height: 70vh;
  }
}

@media (min-width: 1024px) {
  /* line 81, src/scss/sections/_hero.scss */
  .section-hero-slider .hero-slide {
    height: 40vw;
  }
  /* line 106, src/scss/sections/_hero.scss */
  .section-hero-slider .hero-slide-background {
    height: 40vw;
  }
}

/* line 111, src/scss/sections/_hero.scss */
.section-hero-slider .hero-slide .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 118, src/scss/sections/_hero.scss */
.section-hero-slider .hero-slide-headline {
  font-family: "warnock-pro-display", serif;
  color: #ce7920;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: bolder;
}

@media (min-width: 768px) {
  /* line 118, src/scss/sections/_hero.scss */
  .section-hero-slider .hero-slide-headline {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
}

/* line 133, src/scss/sections/_hero.scss */
.section-hero-slider .tns-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  z-index: 1;
}

/* line 140, src/scss/sections/_hero.scss */
.section-hero-slider .tns-nav button {
  appearance: none;
  border: 2px solid #cfd9ce;
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
}

/* line 150, src/scss/sections/_hero.scss */
.section-hero-slider .tns-nav button.tns-nav-active {
  background: #cfd9ce;
}

@media (min-width: 768px) {
  /* line 133, src/scss/sections/_hero.scss */
  .section-hero-slider .tns-nav {
    bottom: 3rem;
  }
  /* line 159, src/scss/sections/_hero.scss */
  .section-hero-slider .tns-nav button {
    width: 2rem;
    height: 2rem;
    margin: 0 0.6rem;
  }
}

/* line 1, src/scss/sections/_hero-home.scss */
.section-hero-home {
  background: #2f4843;
  text-align: left;
  margin-bottom: -20rem;
}

/* line 6, src/scss/sections/_hero-home.scss */
.section-hero-home-box {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "icon" "description" "btn";
  background: #cfd9ce;
  color: #2f4843;
  margin-top: 3rem;
  padding: 2rem;
}

/* line 21, src/scss/sections/_hero-home.scss */
.section-hero-home-box.landingpage {
  grid-template-areas: "title" "description" "icon" "btn";
}

@media (min-width: 1024px) {
  /* line 6, src/scss/sections/_hero-home.scss */
  .section-hero-home-box {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "title icon" "description icon" "btn icon";
    grid-column-gap: 2rem;
    padding: 5rem;
    margin-top: 9rem;
  }
  /* line 40, src/scss/sections/_hero-home.scss */
  .section-hero-home-box.landingpage {
    grid-template-columns: 1fr 37%;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 0;
  }
}

@media (min-width: 1024px) {
  /* line 52, src/scss/sections/_hero-home.scss */
  .section-hero-home-title.landingpage, .section-hero-home-description.landingpage, .section-hero-home-btn.landingpage {
    padding-right: 10rem;
  }
}

/* line 58, src/scss/sections/_hero-home.scss */
.section-hero-home-title {
  grid-area: title;
  font-family: TTNormsPro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

@media (min-width: 1024px) {
  /* line 58, src/scss/sections/_hero-home.scss */
  .section-hero-home-title {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 0;
  }
  /* line 70, src/scss/sections/_hero-home.scss */
  .section-hero-home-title.landingpage {
    line-height: 4.6rem;
  }
}

/* line 76, src/scss/sections/_hero-home.scss */
.section-hero-home-description {
  grid-area: description;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 2rem;
}

/* line 82, src/scss/sections/_hero-home.scss */
.section-hero-home-description.landingpage {
  font-size: 2rem;
  line-height: 2.6rem;
}

@media (min-width: 1024px) {
  /* line 76, src/scss/sections/_hero-home.scss */
  .section-hero-home-description {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    align-self: center;
  }
  /* line 93, src/scss/sections/_hero-home.scss */
  .section-hero-home-description.landingpage {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

/* line 100, src/scss/sections/_hero-home.scss */
.section-hero-home-video {
  width: 100% !important;
  height: auto !important;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 2rem;
  max-width: 500px;
}

@media (min-width: 1024px) {
  /* line 100, src/scss/sections/_hero-home.scss */
  .section-hero-home-video {
    padding: 0;
    max-width: auto;
  }
}

/* line 113, src/scss/sections/_hero-home.scss */
.section-hero-home-video-wrapper {
  justify-self: center;
}

@media (min-width: 1024px) {
  /* line 113, src/scss/sections/_hero-home.scss */
  .section-hero-home-video-wrapper {
    display: flex;
    grid-area: icon;
    align-self: end;
  }
}

/* line 124, src/scss/sections/_hero-home.scss */
.section-hero-home-icon-wrapper {
  grid-area: icon;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

/* line 131, src/scss/sections/_hero-home.scss */
.section-hero-home-icon-wrapper.landingpage {
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  /* line 124, src/scss/sections/_hero-home.scss */
  .section-hero-home-icon-wrapper {
    display: block;
    padding-bottom: 0;
  }
  /* line 139, src/scss/sections/_hero-home.scss */
  .section-hero-home-icon-wrapper.landingpage {
    margin-top: 0;
  }
}

/* line 145, src/scss/sections/_hero-home.scss */
.section-hero-home-icon {
  max-width: 38rem;
  width: 100%;
}

/* line 149, src/scss/sections/_hero-home.scss */
.section-hero-home-icon--bubble {
  max-width: 25rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  /* line 149, src/scss/sections/_hero-home.scss */
  .section-hero-home-icon--bubble {
    max-width: 34rem;
  }
}

/* line 159, src/scss/sections/_hero-home.scss */
.section-hero-home-btn {
  grid-area: btn;
  align-self: end;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_hero-home.scss */
  .section-hero-home {
    background: url("/static/img/background-head.jpg") center/cover;
  }
}

/* line 1, src/scss/sections/_entwickeln.scss */
.section-entwickeln {
  background: url("/static/img/background-entwickeln.jpg") center/cover;
  color: #cfd9ce;
  padding-top: 28rem;
}

/* line 7, src/scss/sections/_entwickeln.scss */
.section-bautraeger-entwickeln {
  background: #2f4843;
  color: #cfd9ce;
}

@media (min-width: 1024px) {
  /* line 7, src/scss/sections/_entwickeln.scss */
  .section-bautraeger-entwickeln {
    background: #cfd9ce;
    color: #2f4843;
  }
}

/* line 16, src/scss/sections/_entwickeln.scss */
.section-bautraeger-entwickeln .mobile-graphic {
  display: block;
  margin: 3.5rem auto;
  max-width: 30rem;
}

/* line 1, src/scss/sections/_customer-review.scss */
.section-review {
  padding: 25rem 3rem 8rem 3rem;
  text-align: center;
}

/* line 5, src/scss/sections/_customer-review.scss */
.section-review-headline {
  margin-bottom: 3rem;
  font-size: 3.6rem;
}

@media (min-width: 1024px) {
  /* line 5, src/scss/sections/_customer-review.scss */
  .section-review-headline {
    font-size: 3.6rem;
  }
}

/* line 15, src/scss/sections/_customer-review.scss */
.section-review .slider-review-wrapper {
  text-align: left;
  position: relative;
  padding: 1.5rem 2rem;
  border: 2px dashed #cfd9ce;
}

@media (min-width: 1024px) {
  /* line 15, src/scss/sections/_customer-review.scss */
  .section-review .slider-review-wrapper {
    padding: 3rem 4.4rem;
  }
}

/* line 26, src/scss/sections/_customer-review.scss */
.section-review .slider-review-item {
  width: 100%;
}

/* line 30, src/scss/sections/_customer-review.scss */
.section-review .slider-review-name {
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 34, src/scss/sections/_customer-review.scss */
.section-review .slider-review-date {
  font-size: 1.4rem;
  display: block;
}

@media (min-width: 1024px) {
  /* line 34, src/scss/sections/_customer-review.scss */
  .section-review .slider-review-date {
    display: inline;
  }
}

/* line 43, src/scss/sections/_customer-review.scss */
.section-review .slider-review-star-rating {
  font-size: 4.2rem;
  line-height: 1px;
  color: #ce7920;
  font-weight: 900;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

/* line 52, src/scss/sections/_customer-review.scss */
.section-review .slider-review-positivs {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  /* line 52, src/scss/sections/_customer-review.scss */
  .section-review .slider-review-positivs {
    margin-bottom: 3rem;
  }
}

/* line 63, src/scss/sections/_customer-review.scss */
.section-review .slider-review-description {
  font-size: 1.8rem;
  font-style: italic;
}

/* line 69, src/scss/sections/_customer-review.scss */
.section-review .slider-nav {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

/* line 76, src/scss/sections/_customer-review.scss */
.section-review .slider-controls {
  top: 50%;
}

/* line 79, src/scss/sections/_customer-review.scss */
.section-review .slider-controls-right {
  right: -4rem;
  transform: translateY(-50%);
}

/* line 84, src/scss/sections/_customer-review.scss */
.section-review .slider-controls-left {
  left: -4rem;
  transform: translateY(-50%);
}

/* line 1, src/scss/sections/_erkennen.scss */
.section-erkennen {
  padding-bottom: 26rem;
}

@media (min-width: 1024px) {
  /* line 7, src/scss/sections/_erkennen.scss */
  .section-bautraeger-erkennen.section-padding {
    padding: 9rem 0 4rem;
  }
}

/* line 14, src/scss/sections/_erkennen.scss */
.section-bautraeger-erkennen .mobile-graphic {
  display: block;
  margin: 3.5rem auto;
  max-width: 30rem;
}

/* line 21, src/scss/sections/_erkennen.scss */
.section-grafik {
  padding: 0 1.5rem;
}

/* line 24, src/scss/sections/_erkennen.scss */
.section-grafik-container {
  position: relative;
  z-index: 1;
  background: #e7ece6;
  height: 43rem;
  margin-top: -21.5rem;
  margin-bottom: -21.5rem;
  padding: 0;
}

/* line 34, src/scss/sections/_erkennen.scss */
.section-grafik h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

/* line 40, src/scss/sections/_erkennen.scss */
.section-grafik .tns-slider {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  /* line 21, src/scss/sections/_erkennen.scss */
  .section-grafik {
    padding: 0 3rem;
  }
  /* line 47, src/scss/sections/_erkennen.scss */
  .section-grafik-container {
    padding: 0 1.5rem;
  }
  /* line 51, src/scss/sections/_erkennen.scss */
  .section-grafik h4 {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  /* line 56, src/scss/sections/_erkennen.scss */
  .section-grafik .tns-slider {
    padding: 0 5rem;
  }
}

@media (min-width: 1024px) {
  /* line 21, src/scss/sections/_erkennen.scss */
  .section-grafik {
    padding: 0 1.5rem;
  }
  /* line 64, src/scss/sections/_erkennen.scss */
  .section-grafik-container {
    max-width: 974px;
  }
  /* line 68, src/scss/sections/_erkennen.scss */
  .section-grafik .tns-slider {
    padding: 0 8rem;
  }
}

@media (min-width: 1170px) {
  /* line 75, src/scss/sections/_erkennen.scss */
  .section-grafik-container {
    max-width: 1130px;
  }
}

/* line 81, src/scss/sections/_erkennen.scss */
.value-img {
  height: 26rem;
}

/* line 84, src/scss/sections/_erkennen.scss */
.value-img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 29rem;
}

@media (min-width: 1024px) {
  /* line 81, src/scss/sections/_erkennen.scss */
  .value-img {
    height: 25.5rem;
  }
}

@media (min-width: 1170px) {
  /* line 81, src/scss/sections/_erkennen.scss */
  .value-img {
    height: 25rem;
  }
}

/* line 1, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel {
  background-color: #2f4843;
  color: #cfd9ce;
  padding-bottom: 8rem;
}

/* line 6, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel p.lead {
  line-height: 2.8rem;
  margin-bottom: 5.5rem;
}

/* line 11, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel h4 {
  font-size: 1.4rem;
}

/* line 15, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel p:not(.lead) {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.03rem;
}

/* line 21, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel .tns-slider {
  padding: 0 1.5rem;
}

/* line 25, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel .slider-controls {
  top: calc(35vw - 13px);
}

@media (min-width: 405px) {
  /* line 25, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .slider-controls {
    top: calc(50% - 5rem);
  }
}

/* line 33, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel .kapitel-slide {
  max-width: 75%;
  margin: 0 auto;
}

/* line 37, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel .kapitel-slide-text-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 37, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .kapitel-slide-text-wrapper {
    padding: 0 7rem;
  }
}

/* line 45, src/scss/sections/_neues-kapitel.scss */
.section-neues-kapitel .img-zielgruppe {
  display: block;
  margin: 0 auto 3.5rem;
  border-radius: 50%;
  max-width: 28rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 55, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel p.lead {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 61, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .tns-slider {
    padding: 3rem;
  }
  /* line 65, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .kapitel-slide {
    padding: 1rem;
    max-width: 100%;
  }
  /* line 70, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel h4 {
    font-size: 1.6rem;
  }
  /* line 74, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel p:not(.lead) {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  /* line 79, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .img-zielgruppe {
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel {
    padding-bottom: 10rem;
  }
  /* line 87, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .kapitel-slider-wrapper {
    max-width: 994px;
    margin: 0 auto;
  }
  /* line 92, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .tns-slider {
    padding: 0;
  }
  /* line 96, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .js-slider-nav {
    display: none;
  }
}

@media (min-width: 1170px) {
  /* line 103, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel h4 {
    font-size: 1.8rem;
  }
  /* line 107, src/scss/sections/_neues-kapitel.scss */
  .section-neues-kapitel .kapitel-slider-wrapper {
    max-width: 1160px;
  }
}

/* line 1, src/scss/sections/_referenzen.scss */
.section-referenzen {
  padding-top: 7.5rem;
  padding-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  /* line 1, src/scss/sections/_referenzen.scss */
  .section-referenzen {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_referenzen.scss */
  .section-referenzen {
    padding-top: 9rem;
  }
}

/* line 15, src/scss/sections/_referenzen.scss */
.handshake-separator {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  margin-left: -4.5rem;
  background: #ce7920;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 2rem;
}

@media (min-width: 768px) {
  /* line 15, src/scss/sections/_referenzen.scss */
  .handshake-separator {
    display: none;
  }
}

/* line 31, src/scss/sections/_referenzen.scss */
.referenzen-headline {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 31, src/scss/sections/_referenzen.scss */
  .referenzen-headline {
    text-align: left;
  }
}

/* line 39, src/scss/sections/_referenzen.scss */
.handshake-box {
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0;
  margin-top: 3rem;
}

/* line 48, src/scss/sections/_referenzen.scss */
.handshake-box .hb-icon {
  display: none;
}

/* line 54, src/scss/sections/_referenzen.scss */
.handshake-box .hb-text p {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 39, src/scss/sections/_referenzen.scss */
  .handshake-box {
    background: #2f4843;
    color: #cfd9ce;
    height: 15rem;
    padding: 3rem 3rem 3rem 10rem;
    margin-top: 2.6rem;
    margin-left: 7.5rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    transform: scale(0.8) translateX(-2rem);
    transform-origin: left top;
  }
  /* line 72, src/scss/sections/_referenzen.scss */
  .handshake-box .hb-icon {
    display: block;
    position: absolute;
    top: 0;
    left: -7.5rem;
    background: #ce7920;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    padding: 3.2rem;
  }
  /* line 84, src/scss/sections/_referenzen.scss */
  .handshake-box .hb-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  /* line 90, src/scss/sections/_referenzen.scss */
  .handshake-box .hb-text strong {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  /* line 39, src/scss/sections/_referenzen.scss */
  .handshake-box {
    transform: none;
    margin-top: 6rem;
  }
}

/* line 102, src/scss/sections/_referenzen.scss */
.referenzen-map {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  /* line 102, src/scss/sections/_referenzen.scss */
  .referenzen-map {
    margin-top: -6rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  /* line 102, src/scss/sections/_referenzen.scss */
  .referenzen-map {
    margin-top: -10rem;
  }
}

/* line 117, src/scss/sections/_referenzen.scss */
.region-box {
  background: #ce7920;
  padding: 2.2rem;
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

/* line 125, src/scss/sections/_referenzen.scss */
.region-box h3 {
  font-family: TTNormsPro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

/* line 133, src/scss/sections/_referenzen.scss */
.region-box p {
  margin: 0;
}

/* line 137, src/scss/sections/_referenzen.scss */
.region-box strong {
  font-size: 1.7rem;
}

/* line 141, src/scss/sections/_referenzen.scss */
.region-box.is-dashed {
  background: #cfd9ce;
  border: 3px dotted #2f4843;
}

@media (min-width: 768px) {
  /* line 117, src/scss/sections/_referenzen.scss */
  .region-box {
    display: none;
  }
}

/* line 1, src/scss/sections/_contact.scss */
.section-contact {
  padding-bottom: 1.5rem;
}

/* line 4, src/scss/sections/_contact.scss */
.section-contact .text-orange {
  margin-bottom: 0;
}

/* line 8, src/scss/sections/_contact.scss */
.section-contact .lead {
  font-weight: bold;
}

@media (min-width: 1024px) {
  /* line 14, src/scss/sections/_contact.scss */
  .contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  /* line 21, src/scss/sections/_contact.scss */
  .contact-form-wrapper .form-single {
    width: 100%;
    padding: 0 1rem;
  }
  /* line 26, src/scss/sections/_contact.scss */
  .contact-form-wrapper .form-grouped {
    flex: 1 0 50%;
    width: 50%;
    padding: 0 1rem;
  }
}

/* line 3, src/scss/sections/_entfalten.scss */
.entfalten-image {
  max-width: 100%;
  margin-top: 4rem;
}

/* line 7, src/scss/sections/_entfalten.scss */
.entfalten-image-mobile {
  display: block;
  width: calc(100% + 3rem);
  margin: 3rem -1.5rem;
}

@media (min-width: 768px) {
  /* line 7, src/scss/sections/_entfalten.scss */
  .entfalten-image-mobile {
    width: calc(100% + 6rem);
    margin: 3rem -3rem;
  }
}

/* line 20, src/scss/sections/_entfalten.scss */
.section-bautraeger-entfalten {
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  /* line 20, src/scss/sections/_entfalten.scss */
  .section-bautraeger-entfalten {
    padding-bottom: 0;
  }
}

/* line 28, src/scss/sections/_entfalten.scss */
.img-eee {
  width: 14.4rem;
  max-width: 50vw;
  margin: 1rem 0 2rem;
  display: block;
}

/* line 34, src/scss/sections/_entfalten.scss */
.img-eee-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  /* line 28, src/scss/sections/_entfalten.scss */
  .img-eee {
    width: 16rem;
    max-width: 100%;
    margin: 7rem 0 0;
  }
}

@media (min-width: 1170px) {
  /* line 28, src/scss/sections/_entfalten.scss */
  .img-eee {
    width: 21.9rem;
  }
}

/* line 5, src/scss/sections/_unternehmen.scss */
.unternehmen-eee-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11, src/scss/sections/_unternehmen.scss */
.unternehmen-eee-img {
  max-height: 19.5rem;
  width: 100%;
  margin: 1rem 0 1.5rem;
}

@media (min-width: 1024px) {
  /* line 11, src/scss/sections/_unternehmen.scss */
  .unternehmen-eee-img {
    max-height: 27.5rem;
    margin: 0;
  }
}

/* line 1, src/scss/sections/_neubau-zukuenftig.scss */
.section-zukuenftig {
  padding: 3.5rem 0 2rem;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_neubau-zukuenftig.scss */
  .section-zukuenftig {
    padding: 0 0 3rem;
  }
}

/* line 9, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future {
  margin-bottom: 2rem;
}

/* line 12, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .pcf-image {
  background: #2f4843;
  flex: 0 1 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem 0;
}

/* line 20, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .pcf-image img {
  display: block;
  height: 8rem;
}

/* line 26, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .pcf-text {
  flex: 1;
  padding: 2rem 0 0 0;
}

@media (min-width: 1024px) {
  /* line 26, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .pcf-text {
    padding: 0.8rem 0 0 3.2rem;
  }
}

/* line 35, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .pcf-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  /* line 35, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .pcf-title {
    font-size: 2.4rem;
  }
}

/* line 45, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .pcf-bullets {
  padding-left: 1.6rem;
  margin-top: 1.2rem;
}

/* line 50, src/scss/sections/_neubau-zukuenftig.scss */
.project-card-future .btn {
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 50, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  /* line 62, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .pcf-image img {
    height: 9rem;
  }
}

@media (min-width: 1024px) {
  /* line 9, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future {
    display: flex;
    margin-bottom: 6.4rem;
  }
  /* line 72, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .pcf-image {
    padding: 0;
  }
  /* line 75, src/scss/sections/_neubau-zukuenftig.scss */
  .project-card-future .pcf-image img {
    height: 11.4rem;
  }
}

/* line 1, src/scss/sections/_aktuell-uebersicht.scss */
.section-aktuell-uebersicht {
  padding: 3rem 0 0;
}

/* line 4, src/scss/sections/_aktuell-uebersicht.scss */
.section-aktuell-uebersicht .button-wrapper {
  text-align: center;
  margin: 0.4rem 0 4rem;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_aktuell-uebersicht.scss */
  .section-aktuell-uebersicht {
    padding: 9rem 0 5.4rem;
  }
  /* line 12, src/scss/sections/_aktuell-uebersicht.scss */
  .section-aktuell-uebersicht .button-wrapper {
    margin: 3.4rem 0 1.6rem;
  }
}

/* line 18, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview {
  display: block;
  margin-bottom: 3.6rem;
  color: #cfd9ce;
}

/* line 23, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview:hover, .project-card-overview:focus {
  border-bottom: none;
}

/* line 27, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview .pco-image {
  position: relative;
}

/* line 30, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview .pco-image img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1024px) {
  /* line 30, src/scss/sections/_aktuell-uebersicht.scss */
  .project-card-overview .pco-image img {
    min-height: 295px;
  }
}

@media (min-width: 1170px) {
  /* line 30, src/scss/sections/_aktuell-uebersicht.scss */
  .project-card-overview .pco-image img {
    min-height: 340px;
  }
}

/* line 43, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview .pco-tag {
  background: #ce7920;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.37px;
  padding: 0.8rem 1.1rem 0.8rem;
}

/* line 57, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview .pco-text {
  background: #cfd9ce;
  color: #2f4843;
  padding: 2rem;
}

/* line 63, src/scss/sections/_aktuell-uebersicht.scss */
.project-card-overview .pco-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  /* line 71, src/scss/sections/_aktuell-uebersicht.scss */
  .project-card-overview .pco-tag {
    font-size: 1.4rem;
    padding: 1.1rem 1.1rem 0.8rem;
  }
  /* line 76, src/scss/sections/_aktuell-uebersicht.scss */
  .project-card-overview .pco-title {
    font-size: 2.4rem;
  }
}

/* line 1, src/scss/sections/_aktuell-detail.scss */
.section-aktuell-detail {
  padding-bottom: 0.1rem;
}

/* line 4, src/scss/sections/_aktuell-detail.scss */
.section-aktuell-detail .text-orange {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_aktuell-detail.scss */
  .section-aktuell-detail {
    padding-bottom: 2rem;
  }
  /* line 11, src/scss/sections/_aktuell-detail.scss */
  .section-aktuell-detail .text-orange {
    margin-bottom: 4.8rem;
  }
}

/* line 19, src/scss/sections/_aktuell-detail.scss */
.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all 0.4s ease-out;
}

/* line 31, src/scss/sections/_aktuell-detail.scss */
.dark-overlay.is-active {
  opacity: 0.8;
  pointer-events: all;
}

/* line 37, src/scss/sections/_aktuell-detail.scss */
.project-card-detail {
  margin-bottom: 0;
}

/* line 40, src/scss/sections/_aktuell-detail.scss */
.project-card-detail hr {
  border: none;
  height: 1px;
  background-color: #2f4843;
  margin: 3rem 0 0;
}

@media (min-width: 1024px) {
  /* line 40, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail hr {
    margin: 3rem 0;
  }
}

/* line 51, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-slider-wrapper {
  position: relative;
  margin-bottom: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 768px) {
  /* line 51, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-slider-wrapper {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1024px) {
  /* line 51, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-slider-wrapper {
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 71, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-slider img {
  display: block;
  width: 100%;
}

/* line 77, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}

/* line 84, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-slider-controls-left,
.project-card-detail .pcd-slider-controls-right {
  height: 4rem;
  width: 2rem;
  background: #ce7920;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 96, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-slider-controls-left img,
.project-card-detail .pcd-slider-controls-right img {
  width: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 84, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-slider-controls-left,
  .project-card-detail .pcd-slider-controls-right {
    height: 6rem;
    width: 3rem;
  }
  /* line 104, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-slider-controls-left img,
  .project-card-detail .pcd-slider-controls-right img {
    width: 2rem;
  }
}

/* line 110, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-tag {
  background: #ce7920;
  color: #ffffff;
  position: absolute;
  left: 1.5rem;
  bottom: -1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.37px;
  padding: 1rem 1.8rem 0.6rem;
  z-index: 1;
}

@media (min-width: 1024px) {
  /* line 110, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-tag {
    font-size: 1.8rem;
    padding: 1.4rem 1.7rem 1rem;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
  }
}

/* line 134, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  /* line 134, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-title {
    font-size: 2.4rem;
  }
}

/* line 144, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-district {
  margin-bottom: 1.2rem;
}

@media (min-width: 1024px) {
  /* line 144, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-district {
    margin-bottom: 0;
  }
}

/* line 152, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-stats-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}

@media (min-width: 1024px) {
  /* line 152, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-stats-title {
    font-size: 1.4rem;
  }
}

/* line 165, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-stats-value + .pcd-stats-title {
  margin-top: 1.6rem;
}

@media (min-width: 1024px) {
  /* line 165, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-stats-value + .pcd-stats-title {
    margin-top: 3.2rem;
  }
}

/* line 174, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image {
  position: relative;
  max-width: 100%;
  transition: all 0.4s ease-out;
}

/* line 179, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image:not(:last-child) {
  margin-bottom: 2.4rem;
}

/* line 183, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image img {
  display: block;
  max-width: 100%;
  transition: all 0.4s ease-out;
}

/* line 189, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image.is-zoomed {
  z-index: 6;
  transform: scale(3.5);
  transform-origin: 33rem;
}

/* line 194, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image.is-zoomed .pcd-detail-zoom {
  transform: scale(0.303030303);
  transform-origin: top right;
}

/* line 198, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-image.is-zoomed .pcd-detail-zoom img {
  transform: rotate(45deg);
}

@media (min-width: 1024px) {
  /* line 206, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-detail-image.is-zoomed {
    transform: scale(3.3);
    transform-origin: 29.8rem;
  }
}

@media (min-width: 1170px) {
  /* line 214, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .pcd-detail-image.is-zoomed {
    transform: scale(3.3);
    transform-origin: 34.5rem;
  }
}

/* line 221, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #2f4843;
  width: 4rem;
  height: 4rem;
  transition: all 0.4s ease-out;
}

/* line 233, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-zoom:hover, .project-card-detail .pcd-detail-zoom:focus {
  border: none;
}

/* line 237, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .pcd-detail-zoom img {
  display: block;
}

/* line 242, src/scss/sections/_aktuell-detail.scss */
.project-card-detail .col {
  margin-top: 1.8rem;
}

@media (min-width: 1024px) {
  /* line 242, src/scss/sections/_aktuell-detail.scss */
  .project-card-detail .col {
    margin-top: 0;
  }
}

/* line 3, src/scss/sections/_leistungen.scss */
.section-leistungen-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  /* line 3, src/scss/sections/_leistungen.scss */
  .section-leistungen-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

/* line 14, src/scss/sections/_leistungen.scss */
.section-leistungen-slogan {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 900;
  font-family: "warnock-pro-display", serif;
  text-align: left;
}

@media (min-width: 1024px) {
  /* line 14, src/scss/sections/_leistungen.scss */
  .section-leistungen-slogan {
    font-size: 5.0rem;
    line-height: 5.0rem;
  }
}

/* line 28, src/scss/sections/_leistungen.scss */
.section-leistungen-icon {
  max-width: 38.4rem;
  margin-top: 5rem;
  margin-bottom: 7rem;
  align-self: center;
}

@media (min-width: 1024px) {
  /* line 28, src/scss/sections/_leistungen.scss */
  .section-leistungen-icon {
    margin: 0;
    margin-left: 10rem;
    margin-top: 2rem;
  }
}

/* line 41, src/scss/sections/_leistungen.scss */
.section-leistungen .list-arrow {
  margin-top: 1rem;
  margin-left: 0.5rem;
}

@media (min-width: 1024px) {
  /* line 41, src/scss/sections/_leistungen.scss */
  .section-leistungen .list-arrow {
    margin-left: 10rem;
  }
}

/* line 1, src/scss/sections/_faq-teaser.scss */
.section-faq-teaser {
  padding: 3rem;
}

/* line 4, src/scss/sections/_faq-teaser.scss */
.section-faq-teaser .btn {
  text-transform: uppercase;
}

/* line 8, src/scss/sections/_faq-teaser.scss */
.section-faq-teaser .btn-tertiary {
  max-width: 520px;
  width: 100%;
  line-height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  /* line 8, src/scss/sections/_faq-teaser.scss */
  .section-faq-teaser .btn-tertiary {
    line-height: 7rem;
  }
}

@media (min-width: 1024px) {
  /* line 1, src/scss/sections/_faq-teaser.scss */
  .section-faq-teaser {
    padding: 6.5rem;
  }
}

/* line 3, src/scss/sections/_faq.scss */
.section-faq-header {
  text-align: center;
}

/* line 7, src/scss/sections/_faq.scss */
.section-faq-icon {
  margin-bottom: 4rem;
}

/* line 11, src/scss/sections/_faq.scss */
.section-faq-title {
  font-size: 3.6rem;
  color: #ce7920;
}

@media (min-width: 1024px) {
  /* line 11, src/scss/sections/_faq.scss */
  .section-faq-title {
    font-size: 4.8rem;
  }
}

/* line 20, src/scss/sections/_faq.scss */
.section-faq .accordion-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 26, src/scss/sections/_faq.scss */
.section-faq .accordion-item {
  text-align: left;
  margin-bottom: 1rem;
}

/* line 30, src/scss/sections/_faq.scss */
.section-faq .accordion-item .body {
  display: none;
  overflow: hidden;
  height: 0;
}

/* line 37, src/scss/sections/_faq.scss */
.section-faq .accordion-item.show .body {
  display: block;
}

/* line 40, src/scss/sections/_faq.scss */
.section-faq .accordion-item.show .head {
  background-color: #2f4843;
  color: #cfd9ce;
}

/* line 44, src/scss/sections/_faq.scss */
.section-faq .accordion-item.show .head:after {
  content: url("/static/img/icons/arrow-top.svg");
  transform: rotate(0deg);
  width: 2.8rem;
  margin-bottom: -0.8rem;
}

@media (min-width: 1024px) {
  /* line 44, src/scss/sections/_faq.scss */
  .section-faq .accordion-item.show .head:after {
    width: 4.8rem;
  }
}

/* line 56, src/scss/sections/_faq.scss */
.section-faq .accordion-item .head {
  display: flex;
  align-items: center;
  border: 1px solid #2f4843;
  height: 5rem;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  cursor: pointer;
}

/* line 66, src/scss/sections/_faq.scss */
.section-faq .accordion-item .head:after {
  content: url("/static/img/icons/arrow-top-green.svg");
  transform: rotate(180deg);
  width: 2.8rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 1024px) {
  /* line 66, src/scss/sections/_faq.scss */
  .section-faq .accordion-item .head:after {
    width: 4.8rem;
  }
}

/* line 76, src/scss/sections/_faq.scss */
.section-faq .accordion-item .head-icon {
  width: 4.8rem;
}

@media (min-width: 1024px) {
  /* line 56, src/scss/sections/_faq.scss */
  .section-faq .accordion-item .head {
    height: 7rem;
    padding: 0 2.5rem;
  }
}

/* line 86, src/scss/sections/_faq.scss */
.section-faq .accordion-item .wrapper {
  border: 1px solid #2f4843;
  border-top: none;
  padding: 2rem;
}

@media (min-width: 1024px) {
  /* line 86, src/scss/sections/_faq.scss */
  .section-faq .accordion-item .wrapper {
    padding: 2.5rem;
  }
}

/* line 3, src/scss/sections/_jobs.scss */
.section-jobs-intro-text a {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* line 11, src/scss/sections/_jobs.scss */
.section-jobs-openings hr {
  width: 100%;
  border: 0;
  height: 1px;
  background: #2f4843;
  margin: 1.5rem 0;
}

/* line 19, src/scss/sections/_jobs.scss */
.section-jobs-openings .job-openings-list {
  list-style: none;
  padding: 0;
  line-height: 1.4;
}

/* line 24, src/scss/sections/_jobs.scss */
.section-jobs-openings .job-openings-list .opening-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 24, src/scss/sections/_jobs.scss */
  .section-jobs-openings .job-openings-list .opening-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* line 35, src/scss/sections/_jobs.scss */
.section-jobs-openings .job-openings-list span {
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  /* line 35, src/scss/sections/_jobs.scss */
  .section-jobs-openings .job-openings-list span {
    margin-bottom: 0;
  }
}

/* line 43, src/scss/sections/_jobs.scss */
.section-jobs-openings .job-openings-list .btn {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 43, src/scss/sections/_jobs.scss */
  .section-jobs-openings .job-openings-list .btn {
    width: auto;
  }
}

/* line 53, src/scss/sections/_jobs.scss */
.jobs-tiles {
  margin-top: 2.5rem;
}

/* line 56, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col {
  position: relative;
  padding: 1.5rem;
  background-size: cover;
  background-position: center;
  color: #cfd9ce;
  margin-bottom: 1.5rem;
}

/* line 65, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col-01 {
  background-image: url("/static/img/jobs/img_werte_01_ambition.jpg");
}

/* line 69, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col-02 {
  background-image: url("/static/img/jobs/img_werte_02_noego.jpg");
}

/* line 73, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col-03 {
  background-image: url("/static/img/jobs/img_werte_03_fortschritt.jpg");
}

/* line 77, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col-04 {
  background-image: url("/static/img/jobs/img_werte_04_vielfalt.jpg");
}

/* line 81, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-col-05 {
  background-image: url("/static/img/jobs/img_werte_05_transparenz.jpg");
}

@media (min-resolution: 2dppx), (min-device-pixel-ratio: 2) {
  /* line 87, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col-01 {
    background-image: url("/static/img/jobs/img_werte_01_ambition@2x.jpg");
  }
  /* line 91, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col-02 {
    background-image: url("/static/img/jobs/img_werte_02_noego@2x.jpg");
  }
  /* line 95, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col-03 {
    background-image: url("/static/img/jobs/img_werte_03_fortschritt@2x.jpg");
  }
  /* line 99, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col-04 {
    background-image: url("/static/img/jobs/img_werte_04_vielfalt@2x.png");
  }
  /* line 103, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col-05 {
    background-image: url("/static/img/jobs/img_werte_05_transparenz@2x.jpg");
  }
}

/* line 108, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2f4843;
  opacity: 0.6;
  z-index: 0;
}

/* line 119, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-text {
  position: relative;
  z-index: 1;
}

/* line 124, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-headline {
  font-size: 2rem;
  font-weight: bold;
  color: #ce7920;
}

/* line 130, src/scss/sections/_jobs.scss */
.jobs-tiles .jt-description {
  margin-top: 4rem;
  hyphens: auto;
}

@media (min-width: 768px) {
  /* line 53, src/scss/sections/_jobs.scss */
  .jobs-tiles {
    margin-top: 4.5rem;
  }
  /* line 138, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-row {
    display: flex;
  }
  /* line 142, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col {
    flex: 1;
    margin-bottom: 0.8rem;
    min-height: 35rem;
  }
  /* line 147, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col:not(:last-child) {
    margin-right: 0.8rem;
  }
  /* line 152, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  /* line 159, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-headline {
    font-size: 2.6rem;
  }
}

@media (min-width: 1024px) {
  /* line 166, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col {
    padding: 3rem;
    min-height: 45rem;
  }
}

@media (min-width: 1170px) {
  /* line 174, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-headline {
    font-size: 3.4rem;
  }
}

@media (hover: hover) {
  /* line 182, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-overlay, .jobs-tiles .jt-description {
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  /* line 187, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-headline {
    color: #cfd9ce;
    transition: color 0.25s ease-out;
  }
  /* line 194, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col:hover .jt-overlay {
    opacity: 0.6;
  }
  /* line 198, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col:hover .jt-headline {
    color: #ce7920;
  }
  /* line 202, src/scss/sections/_jobs.scss */
  .jobs-tiles .jt-col:hover .jt-description {
    opacity: 1;
  }
}

/* line 209, src/scss/sections/_jobs.scss */
.section-jobs-warum {
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 209, src/scss/sections/_jobs.scss */
  .section-jobs-warum {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  /* line 209, src/scss/sections/_jobs.scss */
  .section-jobs-warum {
    padding: 4rem 0;
  }
}

/* line 220, src/scss/sections/_jobs.scss */
.section-jobs-warum .warum-image {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 220, src/scss/sections/_jobs.scss */
  .section-jobs-warum .warum-image {
    margin-bottom: 0;
  }
}

/* line 228, src/scss/sections/_jobs.scss */
.section-jobs-warum .warum-headline {
  font-family: TTNormsPro, sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

@media (min-width: 768px) {
  /* line 228, src/scss/sections/_jobs.scss */
  .section-jobs-warum .warum-headline {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 1170px) {
  /* line 228, src/scss/sections/_jobs.scss */
  .section-jobs-warum .warum-headline {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

/* line 244, src/scss/sections/_jobs.scss */
.section-jobs-warum .warum-list {
  list-style: none url("/static/img/icons/small_arrow_orange.svg");
  padding-left: 2.2rem;
}

/* line 248, src/scss/sections/_jobs.scss */
.section-jobs-warum .warum-list li {
  padding-left: 0.5rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

/* line 258, src/scss/sections/_jobs.scss */
.section-jobs-people .jobs-quote {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1.5rem auto 0;
  max-width: 30rem;
}

/* line 268, src/scss/sections/_jobs.scss */
.section-jobs-people .jobs-quote-source {
  text-align: center;
  margin-bottom: 4.5rem;
  margin-top: 1.4rem;
  font-size: 1.8rem;
}

/* line 274, src/scss/sections/_jobs.scss */
.section-jobs-people .jobs-quote-source hr {
  display: inline-block;
  vertical-align: middle;
  width: 18rem;
  border: 0;
  height: 1px;
  background: #2f4843;
  margin: 1rem;
}

@media (min-width: 768px) {
  /* line 258, src/scss/sections/_jobs.scss */
  .section-jobs-people .jobs-quote {
    max-width: 74rem;
  }
}

@media (min-width: 1024px) {
  /* line 258, src/scss/sections/_jobs.scss */
  .section-jobs-people .jobs-quote {
    font-size: 3.4rem;
    line-height: 4.6rem;
    letter-spacing: 5px;
    margin-top: 4rem;
    max-width: 89rem;
  }
  /* line 296, src/scss/sections/_jobs.scss */
  .section-jobs-people .jobs-quote-source {
    margin-bottom: 8rem;
    font-size: 2.4rem;
  }
  /* line 300, src/scss/sections/_jobs.scss */
  .section-jobs-people .jobs-quote-source hr {
    width: 37rem;
  }
}

/* line 307, src/scss/sections/_jobs.scss */
.section-jobs-people h3 {
  font-family: TTNormsPro, sans-serif;
}

@media (min-width: 1024px) {
  /* line 307, src/scss/sections/_jobs.scss */
  .section-jobs-people h3 {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

/* line 316, src/scss/sections/_jobs.scss */
.section-jobs-people .people-row {
  margin-bottom: 5rem;
}

/* line 320, src/scss/sections/_jobs.scss */
.section-jobs-people .img-caption {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* line 325, src/scss/sections/_jobs.scss */
.section-jobs-people .img-caption strong {
  text-transform: uppercase;
}

/* line 3, src/scss/sections/_ueber-uns.scss */
.ueber-uns-pill {
  background: #cfd9ce;
  border-radius: 18rem;
  overflow: hidden;
  width: 24rem;
  margin: 4rem auto;
}

/* line 10, src/scss/sections/_ueber-uns.scss */
.ueber-uns-pill .uup-image {
  display: block;
  width: 100%;
  border-radius: 50%;
}

/* line 16, src/scss/sections/_ueber-uns.scss */
.ueber-uns-pill .uup-text {
  color: #2f4843;
  padding: 2rem 1rem 2.5rem;
  text-align: center;
}

/* line 21, src/scss/sections/_ueber-uns.scss */
.ueber-uns-pill .uup-text hr {
  width: 80%;
  border: 0;
  height: 1px;
  background: #2f4843;
  margin: 1rem auto;
}

/* line 30, src/scss/sections/_ueber-uns.scss */
.ueber-uns-pill .uup-quote {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-style: italic;
}

@media (min-width: 1024px) {
  /* line 3, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill {
    display: flex;
    align-items: center;
    width: 92rem;
    height: 28rem;
    margin: 6rem auto;
  }
  /* line 43, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill .uup-image {
    width: auto;
    height: 100%;
  }
  /* line 48, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill .uup-text {
    text-align: left;
    padding: 0 9rem 0 5rem;
  }
  /* line 52, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill .uup-text hr {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    margin: 0 0.5rem 0 0;
  }
  /* line 60, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill .uup-quote {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  /* line 65, src/scss/sections/_ueber-uns.scss */
  .ueber-uns-pill .uup-source {
    margin-top: 2rem;
  }
}

/* line 2, src/scss/sections/_overlay.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/* line 14, src/scss/sections/_overlay.scss */
.modal-overlay .form-group input {
  background: #cfd9ce;
  border-color: #2f4843;
  color: #2f4843;
}

/* line 19, src/scss/sections/_overlay.scss */
.modal-overlay .form-group input::placeholder {
  color: #2f4843;
  text-transform: none;
}

/* line 26, src/scss/sections/_overlay.scss */
.modal-container {
  position: absolute;
  background-color: #cfd9ce;
  padding: 2rem;
  max-width: 113rem;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  /* line 26, src/scss/sections/_overlay.scss */
  .modal-container {
    position: static;
    padding: 5rem;
  }
}

/* line 42, src/scss/sections/_overlay.scss */
.modal-title {
  color: #2f4843;
  font-size: 2rem;
  font-weight: 700;
  font-family: TTNormsPro, sans-serif;
  line-height: 2.6rem;
  padding-right: 5rem;
}

@media (min-width: 1024px) {
  /* line 42, src/scss/sections/_overlay.scss */
  .modal-title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

/* line 56, src/scss/sections/_overlay.scss */
.modal-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background: #2f4843;
  border: none;
  z-index: 999;
  user-select: none;
}

/* line 68, src/scss/sections/_overlay.scss */
.modal-close:focus {
  outline: none;
}

/* line 72, src/scss/sections/_overlay.scss */
.modal-close:before {
  content: "\2715";
  color: #cfd9ce;
  font-size: 3rem;
}

@media (min-width: 1024px) {
  /* line 56, src/scss/sections/_overlay.scss */
  .modal-close {
    width: 6rem;
    height: 6rem;
  }
}

/* line 84, src/scss/sections/_overlay.scss */
.modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/* line 90, src/scss/sections/_overlay.scss */
.modal-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 96, src/scss/sections/_overlay.scss */
.modal-content-form, .modal-content-text {
  flex-basis: 50%;
}

/* line 101, src/scss/sections/_overlay.scss */
.modal-content .btn {
  color: #2f4843;
  margin-bottom: 2rem;
}

/* line 105, src/scss/sections/_overlay.scss */
.modal-content .btn:disabled {
  background: #a25f19 !important;
}

/* line 110, src/scss/sections/_overlay.scss */
.modal-content .required-field-mobile {
  margin-bottom: 2rem;
  text-align: right;
}

@media (min-width: 1024px) {
  /* line 84, src/scss/sections/_overlay.scss */
  .modal-content {
    display: flex;
  }
  /* line 117, src/scss/sections/_overlay.scss */
  .modal-content-form {
    margin-right: 3rem;
  }
  /* line 121, src/scss/sections/_overlay.scss */
  .modal-content .btn {
    margin-bottom: 0;
  }
}

/* line 129, src/scss/sections/_overlay.scss */
.modal-success {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/* line 135, src/scss/sections/_overlay.scss */
.modal-success-icon {
  max-width: 17rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  /* line 135, src/scss/sections/_overlay.scss */
  .modal-success-icon {
    max-width: 20rem;
  }
}

/* line 144, src/scss/sections/_overlay.scss */
.modal-success-text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 2rem;
}

/* line 149, src/scss/sections/_overlay.scss */
.modal-success-text-title {
  font-weight: 900;
}

@media (min-width: 1024px) {
  /* line 144, src/scss/sections/_overlay.scss */
  .modal-success-text {
    font-size: 36px;
    line-height: 46px;
    margin-top: 0;
    padding-left: 6rem;
  }
}

@media (min-width: 1024px) {
  /* line 129, src/scss/sections/_overlay.scss */
  .modal-success {
    flex-direction: row;
    text-align: left;
  }
}

/* line 167, src/scss/sections/_overlay.scss */
.disclaimer {
  text-align: left;
  padding: 1.2rem 0;
  color: #ce7920;
  font-weight: 700;
}

/* line 174, src/scss/sections/_overlay.scss */
.input-error {
  display: none;
  color: #ce7920;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

/* line 182, src/scss/sections/_overlay.scss */
.overlay-input::placeholder {
  font-size: 10px;
}

@media (min-width: 768px) {
  /* line 182, src/scss/sections/_overlay.scss */
  .overlay-input::placeholder {
    font-size: 15px;
  }
}

/* line 188, src/scss/sections/_overlay.scss */
.overlay-input.error {
  border-color: #ce7920 !important;
}

/* line 191, src/scss/sections/_overlay.scss */
.overlay-input.error + .input-error {
  display: block;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

/* line 220, src/scss/sections/_overlay.scss */
.micromodal-slide {
  display: none;
}

/* line 224, src/scss/sections/_overlay.scss */
.micromodal-slide.is-open {
  display: block;
}

/* line 228, src/scss/sections/_overlay.scss */
.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 232, src/scss/sections/_overlay.scss */
.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 236, src/scss/sections/_overlay.scss */
.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 240, src/scss/sections/_overlay.scss */
.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 244, src/scss/sections/_overlay.scss */
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* line 1, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies {
  display: none;
  position: fixed;
  background: #cfd9ce;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding-bottom: 1rem;
  border-top: 1px solid #2f4843;
  padding-top: 1rem;
}

/* line 13, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies.show {
  display: block;
}

/* line 17, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "description" "toggles" "button" "links";
}

@media (min-width: 1024px) {
  /* line 17, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-grid {
    grid-template-areas: "title title" "description button" "toggles links";
  }
}

/* line 36, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-title {
  grid-area: title;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  /* line 36, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-title {
    font-size: 2rem;
  }
}

/* line 47, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-description {
  grid-area: description;
  margin: 0;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media (min-width: 1024px) {
  /* line 47, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-description {
    padding-right: 6rem;
  }
}

/* line 58, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-button {
  align-self: end;
  grid-area: button;
  margin-bottom: 1rem;
}

/* line 63, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-button .btn {
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 63, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-button .btn {
    min-width: 29rem;
  }
}

/* line 72, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-links {
  grid-area: links;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 72, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-links {
    align-self: center;
  }
}

/* line 82, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies-toggles {
  grid-area: toggles;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 82, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies-toggles {
    align-self: center;
  }
}

/* line 92, src/scss/sections/_overlay-cookies.scss */
.overlay-cookies .toggle-label {
  padding-left: 0.4rem;
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  /* line 1, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 105, src/scss/sections/_overlay-cookies.scss */
  .overlay-cookies:before {
    content: none;
  }
}

/* line 2, src/scss/sections/_cookie-consent.scss */
.cookie-consent-title {
  font-family: TTNormsPro, sans-serif;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  /* line 2, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-title {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  /* line 11, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-description {
    margin-bottom: 4rem;
  }
}

/* line 17, src/scss/sections/_cookie-consent.scss */
.cookie-consent-provider-title {
  font-weight: 700;
  font-size: 1.4rem;
}

@media (min-width: 1024px) {
  /* line 17, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-provider-title {
    font-size: 1.8rem;
  }
}

/* line 26, src/scss/sections/_cookie-consent.scss */
.cookie-consent-ctas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
}

/* line 33, src/scss/sections/_cookie-consent.scss */
.cookie-consent-ctas-link {
  margin: 2rem 0;
}

@media (min-width: 1024px) {
  /* line 33, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-ctas-link {
    margin: 0 2rem;
  }
}

@media (min-width: 1024px) {
  /* line 26, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-ctas {
    flex-direction: row;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

/* line 48, src/scss/sections/_cookie-consent.scss */
.cookie-consent-providers {
  border-top: 3px solid #2f4843;
}

/* line 51, src/scss/sections/_cookie-consent.scss */
.cookie-consent-providers .provider {
  display: flex;
  height: 5.5rem;
  border-bottom: 1px solid #2f4843;
  justify-content: flex-end;
  align-items: center;
}

/* line 58, src/scss/sections/_cookie-consent.scss */
.cookie-consent-providers .provider-name {
  margin-right: 30px;
  font-size: 1.4rem;
}

@media (min-width: 1024px) {
  /* line 58, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-providers .provider-name {
    margin-right: 40px;
    font-size: 1.8rem;
  }
}

/* line 68, src/scss/sections/_cookie-consent.scss */
.cookie-consent-providers .provider-toggle {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 1.2rem;
}

@media (min-width: 1024px) {
  /* line 51, src/scss/sections/_cookie-consent.scss */
  .cookie-consent-providers .provider {
    height: 7.5rem;
    padding-right: 3rem;
  }
}

/* line 3, src/scss/_slider.scss */
.slider-wrapper {
  position: relative;
}

/* line 7, src/scss/_slider.scss */
.slider-nav {
  text-align: center;
}

/* line 10, src/scss/_slider.scss */
.slider-nav button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #cfd9ce;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  background: transparent;
  margin: 0 0.6rem;
  padding: 0;
}

/* line 22, src/scss/_slider.scss */
.slider-nav button.tns-nav-active {
  background: #cfd9ce;
}

/* line 28, src/scss/_slider.scss */
.slider-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 26%;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 37, src/scss/_slider.scss */
.slider-controls button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 4rem;
  height: 4rem;
  background: transparent;
}

/* line 47, src/scss/_slider.scss */
.slider-controls-left {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 55, src/scss/_slider.scss */
.slider-controls-left img {
  height: 1.8rem;
}

/* line 60, src/scss/_slider.scss */
.slider-controls-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  cursor: pointer;
}

/* line 69, src/scss/_slider.scss */
.slider-controls-right img {
  height: 1.8rem;
}

@media (min-width: 1024px) {
  /* line 78, src/scss/_slider.scss */
  .slider-nav button {
    width: 2rem;
    height: 2rem;
  }
}

/* line 92, src/scss/_slider.scss */
.grafik-slider-wrapper .slider-nav button {
  border: 2px solid #2f4843;
}

/* line 95, src/scss/_slider.scss */
.grafik-slider-wrapper .slider-nav button.tns-nav-active {
  background: #2f4843;
}

/* line 101, src/scss/_slider.scss */
.grafik-slider-wrapper .slider-controls {
  top: 38%;
}

/* line 1, src/scss/_toggle.scss */
.toggle {
  --theme: #2f4843;
  border: none;
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 1.1rem;
  padding: 2px;
  overflow: hidden;
  box-sizing: content-box;
  outline: none;
  border-radius: .75em;
  background-color: #DA3535;
  vertical-align: middle;
  cursor: pointer;
  transition: .15s ease-out;
}

/* line 19, src/scss/_toggle.scss */
.toggle-label {
  font-size: 12px;
  color: #2f4843;
}

/* line 23, src/scss/_toggle.scss */
.toggle-label--active {
  display: none;
}

/* line 27, src/scss/_toggle.scss */
.is-pressed ~ .toggle-label--active {
  display: block;
}

/* line 30, src/scss/_toggle.scss */
.is-pressed ~ .toggle-label--inactive {
  display: none;
}

/* line 35, src/scss/_toggle.scss */
.toggle:disabled {
  --theme: #AFB8AF;
}

/* line 39, src/scss/_toggle.scss */
.toggle::before {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #cfd9ce;
  content: '';
  transition: .15s ease-out;
}

/* line 51, src/scss/_toggle.scss */
.toggle + label {
  vertical-align: middle;
}

/* line 55, src/scss/_toggle.scss */
.toggle.is-pressed {
  background-color: var(--theme);
  /* You probably need to change this too! */
}

/* line 58, src/scss/_toggle.scss */
.toggle.is-pressed::before {
  transform: translateX(2.4rem);
}

/* line 63, src/scss/_toggle.scss */
.toggle.is-pressed .toggle-yes {
  opacity: 1;
}

/* line 66, src/scss/_toggle.scss */
.toggle.is-pressed .toggle-no {
  opacity: 0;
}

/* line 3, src/scss/_team.scss */
.team-title {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  /* line 3, src/scss/_team.scss */
  .team-title {
    margin-bottom: 4rem;
  }
}

/* line 11, src/scss/_team.scss */
.team-image {
  display: block;
  max-width: 100%;
}

/* line 15, src/scss/_team.scss */
.team-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

/* line 20, src/scss/_team.scss */
.team-image-caption {
  color: #cfd9ce;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 1024px) {
  /* line 34, src/scss/_team.scss */
  .team-image-wrapper {
    margin-bottom: 3rem;
  }
  /* line 38, src/scss/_team.scss */
  .team-image-caption {
    bottom: 2rem;
    left: 3rem;
    font-size: inherit;
    line-height: inherit;
  }
}

/* line 5, src/scss/_contact.scss */
.contact-detail strong {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 5rem;
}

/* line 12, src/scss/_contact.scss */
.contact-detail a {
  color: #cfd9ce;
}

/* line 17, src/scss/_contact.scss */
.contact-hint {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  text-align: right;
}

/* line 23, src/scss/_contact.scss */
.contact-map {
  margin-top: 1.5rem;
  height: 29rem;
}

@media (min-width: 1024px) {
  /* line 30, src/scss/_contact.scss */
  .contact-hint {
    margin-top: -2rem;
  }
  /* line 34, src/scss/_contact.scss */
  .contact-map {
    margin-top: 2.2rem;
    height: 43.2rem;
  }
}

/* line 46, src/scss/_contact.scss */
.form-group.select-wrapper {
  position: relative;
}

/* line 49, src/scss/_contact.scss */
.form-group.select-wrapper:after {
  background-image: url("/static/img/icons/arrow_up_new.svg");
  background-repeat: no-repeat;
  background-size: 1.8rem 1.8rem;
  content: "";
  rotate: 180deg;
  position: absolute;
  top: 1.8rem;
  right: 2.4rem;
  width: 1.8rem;
  height: 1.8rem;
}

@media (min-width: 1024px) {
  /* line 49, src/scss/_contact.scss */
  .form-group.select-wrapper:after {
    background-size: 2.8rem 1.8rem;
    top: 2.8rem;
    right: 3.4rem;
    width: 2.8rem;
    height: 1.8rem;
  }
}

/* line 72, src/scss/_contact.scss */
.form-group textarea {
  padding: 2.2rem !important;
  height: 40rem !important;
}

/* line 77, src/scss/_contact.scss */
.form-group select {
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
}

/* line 83, src/scss/_contact.scss */
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  height: 5rem;
  border: 1px solid #cfd9ce;
  background: #2f4843;
  color: #cfd9ce;
  font-size: 1.4rem;
  padding: 0 2.2rem;
  margin-bottom: 2rem;
  outline: none !important;
  border-radius: 0;
}

/* line 97, src/scss/_contact.scss */
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  opacity: 1;
  color: #cfd9ce;
}

/* line 103, src/scss/_contact.scss */
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group select::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  opacity: 1;
  color: #cfd9ce;
}

/* line 109, src/scss/_contact.scss */
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.form-group select:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  opacity: 1;
  color: #cfd9ce;
}

/* line 115, src/scss/_contact.scss */
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder,
.form-group select:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  opacity: 1;
  color: #cfd9ce;
}

/* line 121, src/scss/_contact.scss */
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: #cfd9ce;
}

/* line 127, src/scss/_contact.scss */
.form-group input::-webkit-outer-spin-button, .form-group input::-webkit-inner-spin-button,
.form-group textarea::-webkit-outer-spin-button,
.form-group textarea::-webkit-inner-spin-button,
.form-group select::-webkit-outer-spin-button,
.form-group select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 133, src/scss/_contact.scss */
.form-group input[type=number],
.form-group textarea[type=number],
.form-group select[type=number] {
  -moz-appearance: textfield;
}

/* line 137, src/scss/_contact.scss */
.form-group input:invalid,
.form-group textarea:invalid,
.form-group select:invalid {
  box-shadow: none !important;
  outline: none !important;
}

/* line 142, src/scss/_contact.scss */
.form-group input:disabled,
.form-group textarea:disabled,
.form-group select:disabled {
  opacity: 0.5;
}

/* line 147, src/scss/_contact.scss */
.form-group.success-message {
  font-weight: 500;
}

/* line 151, src/scss/_contact.scss */
.form-group .btn {
  font-size: 1.4rem;
  height: 5rem;
  width: 100%;
}

/* line 156, src/scss/_contact.scss */
.form-group .btn:disabled {
  background: #cfd9ce;
  color: #2f4843;
}

@media (min-width: 1024px) {
  /* line 164, src/scss/_contact.scss */
  .form-group select {
    -webkit-appearance: none;
    appearance: none;
  }
  /* line 169, src/scss/_contact.scss */
  .form-group input,
  .form-group textarea,
  .form-group select {
    height: 7rem;
    font-size: 1.8rem;
  }
  /* line 176, src/scss/_contact.scss */
  .form-group .btn {
    font-size: 1.8rem;
    height: 7rem;
  }
}

/* line 183, src/scss/_contact.scss */
.checkbox {
  margin: 0 0 2rem;
}

/* line 186, src/scss/_contact.scss */
.checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 193, src/scss/_contact.scss */
.checkbox input + label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 1.4rem;
}

/* line 199, src/scss/_contact.scss */
.checkbox input + label a {
  color: #cfd9ce;
  border-bottom: 1px solid;
}

/* line 203, src/scss/_contact.scss */
.checkbox input + label a:hover {
  border-bottom: none;
}

/* line 208, src/scss/_contact.scss */
.checkbox input + label::before {
  content: ' ';
  display: block;
  margin-right: 1rem;
  background: #2f4843;
  min-width: 1.7rem;
  min-height: 1.7rem;
  border-radius: 4px;
  border: 1px solid #cfd9ce;
}

/* line 222, src/scss/_contact.scss */
.checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cfd9ce'%3E %3Cpath d='m13.9285714 25 13.1428572-13.1428571c.2380948-.2380949.3571428-.5119052.3571428-.8214286 0-.3095235-.119048-.5833337-.3571428-.8214286l-1.5714286-1.57142856c-.2380949-.23809487-.5119051-.35714285-.8214286-.35714285-.3095234 0-.5833337.11904798-.8214285.35714285l-10.7142858 10.71428576-4.99999996-5c-.23809487-.2380949-.51190512-.3571429-.82142857-.3571429-.30952344 0-.5833337.119048-.82142857.3571429l-1.57142857 1.5714285c-.23809488.2380949-.35714286.5119052-.35714286.8214286s.11904798.5833337.35714286.8214286l7.42857147 7.4285714c.1904765.2380949.4523805.3571429.7857142.3571429s.5952378-.119048.7857143-.3571429z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.7rem;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=eichberg.css.map */