@font-face {
  font-family: 'SF_Pro_Display';
  src: url("../font/SFProDisplay-Bold.eot");
  src: url("../font/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../font/SFProDisplay-Bold.woff2") format("woff2"), url("../font/SFProDisplay-Bold.woff") format("woff"), url("../font/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* Percentage width calculator from site width */
/* Grid System Calculation */
/* #sidebar { width: grid-width(5); }*/
/* Border radius */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 62.5%;
  /* 1em = 10px */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #212227;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #212227;
  color: #fff;
  text-shadow: none; }

a {
  color: #F67E2C;
  text-decoration: none; }
  a:visited {
    color: #F67E2C; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    cursor: pointer;
    outline: 0;
    color: #F67E2C; }

a.text-link:visited {
  color: #F67E2C;
}

.text-link a:visited {
  color: #F67E2C;
}

a.button:visited, .cc_btn:visited {
  color: #fff;
}

b, strong {
  font-weight: bold; }

small {
  font-size: 85%; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  border: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

label {
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

body {
  background: #F9F9F9;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #212227;
  letter-spacing: 0;
  line-height: 24px; }

header {
  width: 100%;
  background: #212227;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #fff; }
  header h2 {
    color: #fff; }

.navbar {
  padding: 18px 0; }
  .navbar .navbar-brand {
    margin-right: 100px; }
  .navbar .nav-item {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10.5pt;
    line-height: 16.5pt;
    color: #212227;
    letter-spacing: 0;
    margin-right: 40px; }
    .navbar .nav-item a.nav-link {
      color: #212227  }
    .navbar .nav-item a.nav-link:hover {
      color: #FF7400;
    }
      .navbar .nav-item a.nav-link {
        padding-top: 9px; }
      .navbar .nav-item a.button {
        font-size: 10.5pt;
        line-height: 16pt;
        color: #fff !important;
        padding: 9px 10px 0px; }
    .navbar .nav-item.active > a.nav-link {
      color: #FF7400 !important; }
    .navbar .nav-item.active a.button {
      color: #fff!important;
      background: #FF7400;
    }

    .navbar .nav-item.active a.button:before {
      border-bottom-color: #FF7400; }
    .navbar .nav-item.active a.button:after {
      border-left-color: #FF7400; }

.navbar .dropdown-item {
  font-weight: 300;
  text-transform: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 8px 15px;
}

.navbar .dropdown-item:visited {
  color: #000;
}
.navbar .dropdown-item:active {
  background: #FF7400;
}

.nav-light {
  background: #fff !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); }

.nav-dark {
  background: #212227; }
  .nav-dark .nav-item > a {
    color: #fff !important; }

h2 {
  font-family: SF_Pro_Display;
  font-size: 38px;
  line-height: 57px;
  font-size: 3.8rem;
  line-height: 5.7rem;
  color: #212227;
  letter-spacing: 0;
  margin-bottom: 32px; }

h3 {
  font-family: SF_Pro_Display;
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #212227;
  letter-spacing: 0;
  margin: 32px 0; }

h4 {
  font-family: SF_Pro_Display;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0; }

section {
  padding-top: 80px;
  padding-bottom: 40px; }
  section.white {
    background: #fff; }

.button, .cc_btn {
  border-radius: 0 !important;
  background: #FF7400 !important;
  border: none !important;
  color: #fff !important;
  font-family: SF_Pro_Display !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  display: inline-block !important;
  margin-left: 15px;
  padding: 9px 10px 0px !important; }
  .button:hover, .cc_btn:hover {
    color: #fff;
    background: #FF7400;
    text-decoration: none; }
    .button:hover:before, .cc_btn:hover:before {
      border-bottom-color: #FF7400; }
    .button:hover:after, .cc_btn:hover:after {
      border-left-color: #FF7400; }
  .button:before, .cc_btn:before {
    content: "";
    float: left;
    margin: -9px 0 0 -15px;
    border-left: 5px solid transparent;
    border-bottom: 38px solid #FF7400;
    height: 0px; }
  .button:after, .cc_btn:after {
    content: "";
    float: right;
    margin: -9px -15px 0 0;
    border-left: 5px solid #FF7400;
    border-bottom: 36px solid transparent;
    height: 0px; }
  .button.m-top {
    margin-top: 32px; }
  .button.m-top-80 {
    margin-top: 80px; }

.project {
  background: #212227;
  border-radius: 5px;
  color: #fff;
  padding: 32px;
  position: relative;
  min-height: 375px;
  margin-top: 132px;
  margin-bottom: 132px;
  /*&:before {
    content: "";
    transform: rotate(-3deg);
    background: $second-color;
    height: 375px;
    display: block;
    z-index: 0;
    position: absolute;
    width: 100%;
  }*/ }

.project-image {
  position: absolute;
  top: -64px;
  height: 440px;
  width: 350px;
  background: #fff;
  box-shadow: 0 6px 11px 0 rgba(33, 34, 39, 0.17);
  border-radius: 5px; }
  .project-image > img {
    height: 440px;
    width: 350px;
    border-radius: 5px; }

.project-description .button {
  margin-top: 40px; }

.project-header {
  width: 100%;
  margin-bottom: 80px;
  border-radius: 5px;
}

.project-title {
  color: #fff;
}

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

@media only screen and (max-width: 1000px) {
  .project-image {
    position: static!important;
    width: 100%;
    text-align: center;
    background: none;
    margin-bottom: 20px;
    height: auto;
  }
  .project-image img {
    width: 100%;
    height: auto;
  }
  .project {
    padding: 16px 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }

}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .project-image {
    width: auto;
    top: -54px;
  }
  .project-image > img {
    width: 100%;
  }
}

blockquote {
  font-size: 18px;
  line-height: 28px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 40px;
  position: relative;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}

blockquote:before {
  content: '„';
  font-size: 5rem;
  color: #FF7400;
  margin-left: -20px;
  top: -25px;
  position: absolute;

}

blockquote > span {
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-style: normal;
}

.dividerskew {
  height: 340px;
  width: 1px;
  display: inline-block;
  background: rgba(33, 34, 39, 0.3);
  transform: rotate(6deg);
  margin-left: 6rem; }
  @media (max-width: 768px) {
    .dividerskew {
      display: none; } }

.row-service {
  padding: 32px 0; }

footer {
  background: #212227;
  color: #fff;
  padding: 20px 0; }


.customer {
  max-width: 140px;
  margin-bottom: 40px;
  filter: grayscale(100%)
}

.customer:hover {
  filter: grayscale(0%)
}

.carousel {
  height: 580px;
}

.form-control {
  height: 40px;
  font-size: 16px;
}

textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 5px 4px;
}

label {
  display: block;
  font-weight: bold;
}

input.submit {
  background: #FF7400;
  border: none;
  color: #fff;
  font-family: SF_Pro_Display;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  display: inline-block;
  padding: 10px 15px;

}

.carousel-inner {
  min-height: 100%;
}

.slide-text {
  margin-top: 100px;
}

.slide-text .button {
  margin-top: 20px;
}
.slide-image img {
  min-height: 580px;
  max-height: 580px;
}

@media only screen and (max-width: 991px) {
  .slide-image {
    display: none;
  }
  .slide-text {
    margin-top: 60px;
  }
  .content {
    padding-top: 40px;
  }
  .navbar-collapse .navbar-nav {
    margin-top: 20px;
  }
  .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #ccc;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.button {
    background: none !important;
    color: #212227!important;
    text-transform: uppercase;
    font-family: SF_Pro_Display;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.95rem;
    letter-spacing: 0;
    margin-left: 0;
    padding-left: 0 !important;
  }

  .navbar-collapse .navbar-nav .nav-item .nav-link.button:hover, .navbar-collapse .navbar-nav .nav-item.active .button {
    color: #FF7400!important;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.button:before {
    float: none;
    margin: 0;
    border-left: none;
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.button:after {
    float: none;
    margin: 0;
    border-left: none;
    border-bottom: none;
  }

  .button {
    margin-right: 15px;
  }

  blockquote {
    padding-left: 15px;
  }

  blockquote::before {
    margin-left: -15px;
  }
}



.carousel-indicators {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-nav {
  clear: both;
}
.footer-nav li {
  float: left;
  margin-left: 15px;
}

.footer-nav li > a, .footer-nav li > a:visited {
  color: #FF7400;
}

.footer-nav li > a:hover {
  color: #fff;
  text-decoration: none;
}

.carousel-indicators li {
  cursor: pointer;
}

a.cc_more_info {
  color: #F67E2C !important;
}

/* Sticky footer: footer stays at the bottom of the viewport on short pages,
   but scrolls normally below the content on long pages. */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-main {
  flex: 1 0 auto;
}

body > footer {
  flex-shrink: 0;
}

/* ==========================================================================
   Landingpages (WLED / Zigbee / Entwicklung)
   ========================================================================== */

.lp-hero {
  background: #212227;
  color: #fff;
  padding: 100px 0 80px;
  overflow: hidden;
  position: relative;
}

.lp-hero .container {
  position: relative;
  z-index: 1;
}

.lp-hero--background {
  background-color: #212227;
  background-position: center;
  background-size: cover;
}

.lp-hero--background:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(20 21 25 / 80%) 0%, rgba(20, 21, 25, 0.87) 52%, rgb(20 21 25 / 0%) 100%);
}

.lp-hero--background .lp-hero-lead p {
  color: #f0f0f1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

@media (max-width: 767.98px) {
  .lp-hero--background {
    background-position: 62% center;
  }

  .lp-hero--background:before {
    background: rgba(20, 21, 25, 0.88);
  }
}

.lp-hero-eyebrow {
  display: inline-block;
  color: #FF7400;
  font-family: SF_Pro_Display;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lp-hero h1 {
  font-family: SF_Pro_Display;
  color: #fff;
  font-size: 3.6rem;
  line-height: 4.6rem;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .lp-hero h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
  }
}

.lp-hero-subtitle {
  font-family: SF_Pro_Display;
  color: #fff;
  font-size: 1.9rem;
  line-height: 2.9rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

.lp-hero-lead p {
  color: #cfcfd2;
  font-size: 1.7rem;
  line-height: 2.7rem;
}

.lp-hero-ctas {
  margin-top: 32px;
}

.lp-hero-ctas .button {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 12px;
}

.lp-hero-graphic {
  position: relative;
  z-index: 1;
}

.lp-hero-graphic svg {
  max-width: 100%;
  height: auto;
}

.lp-hero-graphic img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Secondary/ghost button variant - reuses the .button ribbon shape in outline form */
.button.button-ghost {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 8px 20px !important;
}

.button.button-ghost:before,
.button.button-ghost:after {
  display: none;
}

.button.button-ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
}

/* Benefits grid */
.lp-benefits {
  padding: 70px 0;
}

.lp-benefits-title {
  text-align: center;
  margin-bottom: 48px;
}

.lp-benefit-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 20px 0 rgba(33, 34, 39, 0.08);
  padding: 28px 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.lp-benefit-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  color: #F67E2C;
}

.lp-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.lp-benefit-text {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #212227;
}

/* Alternating content sections */
.lp-section {
  padding: 70px 0;
}

.lp-section.white {
  background: #fff;
}

.lp-section-graphic {
  text-align: center;
  margin-bottom: 32px;
}

.lp-section-graphic svg {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.lp-section-graphic img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}

.lp-image-source {
  margin: 8px 0 0;
  color: #74767c;
  font-size: 1.05rem;
  line-height: 1.4rem;
  text-align: right;
}

.lp-image-source a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(116, 118, 124, 0.45);
  text-underline-offset: 2px;
}

.lp-image-source a:hover {
  color: #F67E2C;
}

.lp-image-source--overlay {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.lp-image-source--overlay a {
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 992px) {
  .lp-section-graphic {
    margin-bottom: 0;
  }

  /* Calm editorial image treatment: a small outward bleed gives the visual
     more room while the 5/7 column split keeps the text width unchanged. */
  .lp-section--image-panel {
    overflow: hidden;
  }

  .lp-section--image-panel .lp-section-graphic {
    --lp-image-bleed: clamp(30px, 4vw, 70px);
    position: relative;
    width: calc(100% + var(--lp-image-bleed));
    margin-left: calc(-1 * var(--lp-image-bleed));
  }

  .lp-section--image-panel .lp-section-graphic img {
    max-width: none !important;
    width: 100%;
    border: 1px solid rgba(33, 34, 39, 0.08);
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(33, 34, 39, 0.1);
  }

  .lp-section--image-panel.lp-section--image-right .lp-section-graphic {
    margin-right: calc(-1 * var(--lp-image-bleed));
    margin-left: 0;
  }

  /* Keep the portrait Home Assistant screenshot completely visible. */
  .lp-section--image-panel .lp-section-graphic--portrait,
  .lp-section--image-panel.lp-section--image-right .lp-section-graphic--portrait {
    width: min(100%, 290px);
    margin-right: auto;
    margin-left: auto;
  }

  .lp-section--image-panel .lp-section-graphic--portrait img {
    width: 100%;
    margin: 0 auto;
    border-radius: 18px;
  }

  /* The development landing page uses SVG illustrations instead of photos.
     Give them the same subtle outward expansion without narrowing the text. */
  .landing-entwicklung .lp-section-graphic {
    --lp-development-graphic-bleed: clamp(25px, 3vw, 55px);
    width: calc(100% + var(--lp-development-graphic-bleed));
    margin-left: calc(-1 * var(--lp-development-graphic-bleed));
  }

  .landing-entwicklung .flex-lg-row-reverse .lp-section-graphic {
    margin-right: calc(-1 * var(--lp-development-graphic-bleed));
    margin-left: 0;
  }

  .landing-entwicklung .lp-section-graphic svg {
    max-width: 340px;
  }
}

/* Multi-column lists: long bullet lists (many landing-page sections have
   7-13 items) flow into several columns instead of one long vertical
   stack, which keeps the page from growing unnecessarily tall. The
   column count adapts automatically to the available width. */
.lp-section-body ul {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  column-width: 220px;
  column-gap: 32px;
  -webkit-column-width: 220px;
  -webkit-column-gap: 32px;
}

.lp-section-body li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.lp-section-body li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F67E2C;
}

/* Card grid (Varianten / Einsatzbereiche) */
.lp-cards {
  padding: 70px 0;
}

.lp-card {
  background: #F9F9F9;
  border-top: 3px solid #F67E2C;
  border-radius: 5px;
  padding: 28px 24px;
  height: 100%;
}

.lp-card h3, .lp-card h4 {
  margin-top: 0;
}

.lp-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.lp-card li {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

/* FAQ accordion */
.lp-faq {
  padding: 70px 0;
}

.lp-faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.lp-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  font-family: SF_Pro_Display;
  font-size: 1.6rem;
  color: #212227;
}

.lp-faq-question:hover {
  color: #F67E2C;
}

.lp-faq-question .lp-faq-caret {
  flex: 0 0 auto;
  margin-left: 16px;
  transition: transform 0.2s ease;
  color: #F67E2C;
}

.lp-faq-question[aria-expanded="true"] .lp-faq-caret {
  transform: rotate(180deg);
}

.lp-faq-answer {
  padding: 0 0 20px;
  color: #4a4a4d;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.lp-divider {
  padding: 50px 0 20px;
}

.lp-divider h1 {
  font-family: SF_Pro_Display;
  font-size: 3rem;
  line-height: 4rem;
  color: #212227;
  border-top: 2px solid #F67E2C;
  padding-top: 40px;
  display: inline-block;
}

.lp-divider .container {
  text-align: center;
}

/* Feature grid (short icon + title + text cards, self-adjusting column count) */
.lp-features {
  padding: 70px 0;
}

.lp-features.white {
  background: #fff;
}

.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.lp-feature-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 20px 0 rgba(33, 34, 39, 0.08);
  padding: 32px 28px;
}

.lp-features.white .lp-feature-card {
  background: #F9F9F9;
  box-shadow: none;
  border: 1px solid #ececec;
}

.lp-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #212227;
  color: #F67E2C;
  margin-bottom: 20px;
}

.lp-feature-icon svg {
  width: 22px;
  height: 22px;
}

.lp-feature-card h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 2.6rem;
}

.lp-feature-card .lp-section-body p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

/* Showcase cards (case studies / examples) */
.lp-showcase {
  padding: 70px 0;
}

.lp-showcase.white {
  background: #fff;
}

.lp-showcase-card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 20px 0 rgba(33, 34, 39, 0.08);
  padding: 40px 32px 32px;
  height: 100%;
}

.lp-showcase.white .lp-showcase-card {
  background: #F9F9F9;
  box-shadow: none;
  border: 1px solid #ececec;
}

.lp-showcase-index {
  display: block;
  font-family: SF_Pro_Display;
  color: #F67E2C;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.lp-showcase-card h3 {
  margin: 0 0 16px;
  font-size: 2.2rem;
  line-height: 3rem;
}

.lp-showcase-card .lp-section-body p {
  margin: 0 0 16px;
}

.lp-showcase-card .lp-section-body p:last-child {
  margin-bottom: 0;
}

/* Timeline ("So läuft ein Projekt ab") */
.lp-timeline {
  padding: 70px 0;
}

.lp-timeline.white {
  background: #fff;
}

.lp-timeline-intro p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lp-timeline-track {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.lp-timeline-track:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #F67E2C 0, #F67E2C 6px, transparent 6px, transparent 12px);
}

.lp-timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 76px;
  margin-bottom: 44px;
}

.lp-timeline-item:last-child {
  margin-bottom: 0;
}

.lp-timeline-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #212227;
  color: #fff;
  font-family: SF_Pro_Display;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px #F9F9F9;
  flex-shrink: 0;
  z-index: 1;
}

.lp-timeline.white .lp-timeline-marker {
  box-shadow: 0 0 0 6px #fff;
}

.lp-timeline-content h3 {
  margin: 8px 0 8px;
  font-size: 2rem;
  line-height: 2.8rem;
}

.lp-timeline-content .lp-section-body p {
  margin: 0;
}

@media (min-width: 768px) {
  .lp-timeline-track:before {
    left: 50%;
    margin-left: -1px;
  }

  .lp-timeline-item {
    padding-left: 0;
    width: 50%;
  }

  .lp-timeline-item:nth-child(odd) {
    margin-left: 0;
    padding-right: 60px;
    text-align: right;
    flex-direction: row-reverse;
  }

  .lp-timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-left: 60px;
  }

  .lp-timeline-item:nth-child(odd) .lp-timeline-marker {
    right: -28px;
    left: auto;
  }

  .lp-timeline-item:nth-child(even) .lp-timeline-marker {
    left: -28px;
  }
}

.lp-cta-links {
  padding: 10px 0 60px;
}

.lp-cta-links .button {
  margin: 10px;
}

/* CTA band */
.lp-cta {
  background: #212227;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.lp-cta h2 {
  color: #fff;
}

.lp-cta p,
.lp-cta ul,
.lp-cta li {
  color: #cfcfd2;
  font-size: 1.6rem;
}

.lp-cta p,
.lp-cta ul {
  max-width: 640px;
  margin: 0 auto 8px;
  text-align: left;
}

.lp-cta .button {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 24px;
}
