@charset "UTF-8";
:root {
  --p1Blue: #009EE3;
  --p1DarkBlue: #0369A1;
  --p1VeryDarkBlue: #052446;
  --p1VeryDarkBlue2: #041925;
  --p1LighterBlue: #38BDF8;
  --p1LightBlue: #BAE6FD;
  --p1Placeholder: #94a3b8;
  --p1White: #FFFFFF;
  --p1DarkWhite: #E5F5FC;
  --p1DarkWhite2: #F1F5F9;
  --p1Black: #000000;
  --p1MediumGrey: #3c546c;
  --p1MediumGrey2: #64748b;
  --p1MediumGrey3: #3d3f42;
  --p1LightGrey: #A9B7C5;
  --p1VeryLightGrey2: #CBD5E1;
  --p1DarkGrey: #0C1117;
  --p1DarkGrey2: #19232d;
  --p1Green: #1DB954;
  --p1DarkGreen: #1aa64b;
  --p1Red: #E74C3C;
  --drMediumGreyBlue: #173B5F;
  --drDarkGreyBlue: #102A43;
  --p1FontBlue: var(--p1Blue);
  --p1FontDarkBlue: var(--p1DarkBlue);
  --p1FontVeryDarkBlue: var(--p1VeryDarkBlue);
  --p1FontVeryDarkBlue2: var(--p1VeryDarkBlue2);
  --p1FontLighterBlue: var(--p1LighterBlue);
  --p1FontLightBlue: var(--p1LightBlue);
  --p1FontWhite: var(--p1White);
  --p1FontDarkWhite: var(--p1DarkWhite);
  --p1FontDarkWhite2: var(--p1DarkWhite2);
  --p1FontBlack: var(--p1Black);
  --p1FontMediumGrey: var(--p1MediumGrey);
  --p1FontMediumGrey2: var(--p1MediumGrey2);
  --p1FontMediumGrey3: var(--p1MediumGrey3);
  --p1FontLightGrey: var(--p1LightGrey);
  --p1FontVeryLightGrey2: var(--p1VeryLightGrey2);
  --p1FontDarkGrey: var(--p1DarkGrey);
  --p1FontDarkGrey2: var(--p1DarkGrey2);
  --p1FontGreen: var(--p1Green);
  --p1FontDarkGreen: var(--p1DarkGreen);
  --p1FontRed: var(--p1Red);
  --p1OCBlack: 0, 0, 0;
  --p1OCWhite: 255, 255, 255;
  --p1OCVeryDarkBlue: 50, 50, 93;
  --p1OCVeryDarkBlue2: 4, 30, 56;
  --p1OCVeryDarkBlue3: 5, 25, 59;
  --p1OCLightGrey: 170, 200, 200;
  --p1OCDarkGrey2: 25, 35, 45;
  --p1OCGreen: 29, 185, 84;
  --space-300: 0.500rem;
  --space-400: 0.750rem;
  --space-500: 1rem;
  --space-600: 1.500rem;
  --space-700: 3.000rem;
  --space-800: 6.000rem;
  --space-900: 12.000rem;
}

body.kdkd {
  --p1Blue: #102A43;
  --p1DarkBlue: #102A43;
  --p1VeryDarkBlue: #052446;
  --p1VeryDarkBlue2: #041925;
  --p1LighterBlue: #FFFFFF;
  --p1LightBlue: #FFFFFF;
  --p1White: #FFFFFF;
  --p1DarkWhite: #FFFFFF;
  --p1DarkWhite2: #FFFFFF;
  --p1Black: #000000;
  --p1MediumGrey: #000000;
  --p1MediumGrey2: #000000;
  --p1MediumGrey3: #000000;
  --p1LightGrey: #FFFFFF;
  --p1VeryLightGrey2: #FFFFFF;
  --p1DarkGrey: #0C1117;
  --p1DarkGrey2: #19232d;
  --p1Green: #177538;
  --p1Red: #E74C3C;
  --drMediumGreyBlue: #102A43;
  --drDarkGreyBlue: #102A43;
  --p1FontBlue: var(--p1VeryDarkBlue);
  --p1FontDarkBlue: var(--p1VeryDarkBlue);
  --p1FontVeryDarkBlue: var(--p1VeryDarkBlue);
  --p1FontVeryDarkBlue2: var(--p1VeryDarkBlue2);
  --p1FontLighterBlue: var(--p1LighterBlue);
  --p1FontLightBlue: var(--p1LightBlue);
  --p1FontWhite: var(--p1White);
  --p1FontDarkWhite: var(--p1DarkWhite);
  --p1FontDarkWhite2: var(--p1DarkWhite2);
  --p1FontBlack: var(--p1Black);
  --p1FontMediumGrey: var(--p1MediumGrey);
  --p1FontMediumGrey2: var(--p1MediumGrey2);
  --p1FontMediumGrey3: var(--p1MediumGrey3);
  --p1FontLightGrey: var(--p1LightGrey);
  --p1FontVeryLightGrey2: var(--p1VeryLightGrey2);
  --p1FontDarkGrey: var(--p1DarkGrey);
  --p1FontDarkGrey2: var(--p1DarkGrey2);
  --p1FontGreen: var(--p1Green);
  --p1FontRed: var(--p1Red);
}

/*   body {
    --test: 0, 0, 255;
    --cTest: white;
    --cTestWhite: magenta;
    --cFontTest: black;

    --p1Blue: var(--cTest);
    --p1DarkBlue: var(--cTest);
    --p1VeryDarkBlue: var(--cTest);
    --p1VeryDarkBlue2: var(--cTest);
    --p1LighterBlue: var(--cTest);
    --p1LightBlue: var(--cTest);
    --p1White: var(--cTestWhite);
    --p1DarkWhite: var(--cTest);
    --p1DarkWhite2: var(--cTest);
    --p1Black: var(--cTest);
    --p1MediumGrey: var(--cTest);
    --p1MediumGrey2: var(--cTest);
    --p1MediumGrey3: var(--cTest);
    --p1LightGrey: var(--cTest);
    --p1VeryLightGrey2: var(--cTest);
    --p1DarkGrey: var(--cTest);
    --p1DarkGrey2: var(--cTest);
    --p1Green: var(--cTest);
    --p1Red: var(--cTest);
    --drMediumGreyBlue: var(--cTest);
    --drDarkGreyBlue: var(--cTest);

    --p1FontBlue: var(--cFontTest);
    --p1FontDarkBlue: var(--cFontTest);
    --p1FontVeryDarkBlue: var(--cFontTest);
    --p1FontVeryDarkBlue2: var(--cFontTest);
    --p1FontLighterBlue: var(--cFontTest);
    --p1FontLightBlue: var(--cFontTest);
    --p1FontWhite: var(--cFontTest);
    --p1FontDarkWhite: var(--cFontTest);
    --p1FontDarkWhite2: var(--cFontTest);
    --p1FontBlack: var(--cFontTest);
    --p1FontMediumGrey: var(--cFontTest);
    --p1FontMediumGrey2: var(--cFontTest);
    --p1FontMediumGrey3: var(--cFontTest);
    --p1FontLightGrey: var(--cFontTest);
    --p1FontVeryLightGrey2: var(--cFontTest);
    --p1FontDarkGrey: var(--cFontTest);
    --p1FontDarkGrey2: var(--cFontTest);
    --p1FontGreen: var(--cFontTest);
    --p1FontRed: var(--cFontTest);

    --p1OCGreen: var(--test);
    --p1OCBlack: var(--test);
    --p1OCWhite: var(--test);
    --p1OCVeryDarkBlue: var(--test);
    --p1OCVeryDarkBlue2: var(--test);
    --p1OCVeryDarkBlue3: var(--test);
    --p1OCLightGrey: var(--test);
    --p1OCDarkGrey2: var(--test);

    // Filter-Test
    filter: saturate(100%); // Sättigung
    filter: grayscale(0%); // Graustufe
    filter: invert(0%); // Umkehren
    filter: sepia(0%); // Sepia
    filter: hue-rotate(0deg); // Farbton-drehen
    filter: brightness(100%); // Helligkeit
    filter: contrast(100%); // Kontrast
  } */
/*----------------------------------------
    #MIXINS
  ----------------------------------------*/
/*----------------------------------------
    #EXTENDS
  ----------------------------------------*/
.transition-3, .btn, a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card--with-shadow {
  box-shadow: 0 4px 8px rgba(var(--p1OCBlack), 0.16);
}

.btn.btn__primary--blue:hover, .btn.btn__primary--blue:focus, .btn.btn__primary--green:hover, .btn.btn__primary--green:focus, .btn.btn--green:hover, .btn.btn--green:focus, .modal-content {
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
}

.mm-mockup *, .mm-mockup {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

/*----------------------------------------
  #FLEXBOX
----------------------------------------*/
.customer-logos, .nav-pills, .hero-hexa__content, .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*----------------------------------------
  #LAYOUT
----------------------------------------*/
@font-face {
  font-family: "effra";
  font-weight: 100;
  src: url("/Effra_W_Hair.ed78980e.woff2") format("woff2"), url("/Effra_W_Hair.934917c9.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 200;
  src: url("/Effra_W_Th.5f826fa3.woff2") format("woff2"), url("/Effra_W_Th.88b9bf19.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 300;
  src: url("/Effra_W_Lt.97f23389.woff2") format("woff2"), url("/Effra_W_Lt.12271610.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 400;
  src: url("/Effra_W_Rg.caf5d0f1.woff2") format("woff2"), url("/Effra_W_Rg.9cec125b.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 500;
  src: url("/Effra_W_Md.386fc001.woff2") format("woff2"), url("/Effra_W_Md.6f19256b.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 600;
  src: url("/Effra_W_SBd.57f8e880.woff2") format("woff2"), url("/Effra_W_SBd.422f61bb.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 700;
  src: url("/Effra_W_Bd.8748ea66.woff2") format("woff2"), url("/Effra_W_Bd.3265e230.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 800;
  src: url("/Effra_W_XBd.2a3001bc.woff2") format("woff2"), url("/Effra_W_XBd.633017df.woff") format("woff");
}
@font-face {
  font-family: "effra";
  font-weight: 900;
  src: url("/Effra_W_Blk.ee98c49b.woff2") format("woff2"), url("/Effra_W_Blk.f5773ec3.woff") format("woff");
}
html {
  font-family: effra, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 54px;
  width: 100%;
  max-width: 100vw;
  color: var(--p1FontMediumGrey);
  font-family: effra, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  background: var(--p1White);
  overflow-x: hidden;
}
body.navOpen {
  overflow: hidden;
}

b {
  -webkit-font-smoothing: antialiased;
}

.no-navbar {
  padding-top: 0px;
}

.margin-top-0 {
  margin-top: 0 !important;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-50 {
  margin-top: 50px;
}

.main-margin {
  margin-top: 80px;
}

.features .main-margin {
  margin-top: 90px;
}

.main-margin-bottom-zero {
  margin-top: 80px;
}

.section-margin {
  margin-top: 90px;
}
.section-margin.h1, .section-margin.h2, .section-margin.h3, .section-margin.h4, .section-margin.h5, .section-margin.h6 {
  margin-top: 90px;
}

.spacer-ultrasmall {
  margin-top: 20px;
}
.spacer-ultrasmall.h1, .spacer-ultrasmall.h2, .spacer-ultrasmall.h3, .spacer-ultrasmall.h4, .spacer-ultrasmall.h5, .spacer-ultrasmall.h6 {
  margin-top: 20px;
}

.spacer-small {
  margin-top: 40px;
}
.spacer-small.h1, .spacer-small.h2, .spacer-small.h3, .spacer-small.h4, .spacer-small.h5, .spacer-small.h6 {
  margin-top: 40px;
}

.spacer-large {
  margin-top: 80px;
}
.spacer-large.h1, .spacer-large.h2, .spacer-large.h3, .spacer-large.h4, .spacer-large.h5, .spacer-large.h6 {
  margin-top: 80px;
}

.padding-top-0 {
  padding-top: 0;
}

.section-filled {
  padding: 40px 0;
}
.section-filled.h1, .section-filled.h2, .section-filled.h3, .section-filled.h4, .section-filled.h5, .section-filled.h6 {
  padding: 40px 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.section-filled-less-padding {
  padding: 40px 0;
}

.section-filled-more-padding {
  padding: 80px 0;
}

.section-hexa {
  background: url("/section-hexa_bg.9983a09c.svg") center center no-repeat;
  background-size: cover;
}

.section-hexa--grey {
  background-color: var(--p1DarkWhite2);
}

.section-hexa--dark {
  background: url("/section-hexa-dark_bg.14ea9656.svg") center center no-repeat;
  background-size: cover;
}

.section-hexa--blue {
  background: url("/section-hexa-blue_bg.3adf4bfe.svg") center center no-repeat;
  background-size: cover;
}

.section-radial-gradient--blue {
  background: radial-gradient(50% 50% at 50% 50%, var(--drMediumGreyBlue) 0%, var(--drDarkGreyBlue) 100%);
  padding: 80px 0;
}
.section-radial-gradient--blue h2, .section-radial-gradient--blue .h2 {
  color: var(--p1FontWhite);
  margin-bottom: 60px;
}

#previewLivebook li.list-group-item {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: none;
}
#previewLivebook li.list-group-item a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  color: var(--p1FontDarkGrey);
}
#previewLivebook li.list-group-item a.active {
  background-color: var(--p1VeryLightGrey2);
}
#previewLivebook li.list-group-item a.active:hover {
  background-color: var(--p1VeryLightGrey2);
}
#previewLivebook li.list-group-item a:hover {
  background-color: var(--p1DarkWhite);
}
#previewLivebook li.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#previewLivebook .youtube-wrapper {
  height: calc(100vh - 54px);
  position: relative;
}
#previewLivebook .youtube-container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.youtube-container {
  border: 0;
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
}

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/play-btn.0f538d62.png") no-repeat;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#mySidenav {
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  width: 300px;
  height: 80px;
  background-color: var(--p1White);
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(var(--p1OCBlack), 0.16), 0 2px 10px 0 rgba(var(--p1OCBlack), 0.12);
}

#mySidenav a:hover {
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
}

.logo-wrapper .logo-container {
  height: 100px;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-wrapper .logo-container img {
  max-width: 80%;
  max-height: 80%;
}

.modal-half-1 {
  background-color: var(--p1White);
  height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px 0px 0px 4px;
}

.modal-half-2 {
  background-color: var(--p1Blue);
  height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-radius: 0px 4px 4px 0px;
}

.modal_content_transparent {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal_header_transparent {
  background: transparent;
  height: 51px;
  border-bottom: none !important;
}

.modal_body_transparent {
  background: transparent;
}

.img-center {
  height: 100%;
  margin: auto;
}

.height-half {
  height: 50%;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.process-icon {
  margin-top: 4.444rem;
  margin-bottom: 1.333rem;
  width: 40px;
}

.subheadline {
  color: rgba(var(--p1OCVeryDarkBlue2), 0.7);
  font-weight: 400;
}
.subheadline.h1, .subheadline.h2, .subheadline.h3, .subheadline.h4, .subheadline.h5, .subheadline.h6 {
  font-weight: 400;
}

.subheadline-small {
  font-size: 1.25rem;
  font-weight: 300;
}
.subheadline-small.h1, .subheadline-small.h2, .subheadline-small.h3, .subheadline-small.h4, .subheadline-small.h5, .subheadline-small.h6 {
  font-size: 1.25rem;
  font-weight: 300;
}

.hl-highlight {
  color: var(--p1LightBlue);
}

.section-w-border {
  margin-top: 4.444rem;
  border-top: 1px solid rgba(var(--p1OCVeryDarkBlue2), 0.1);
  padding-top: 4.444rem;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.img-shadow {
  -webkit-filter: drop-shadow(0 20px 44px rgba(var(--p1OCVeryDarkBlue2), 0.15));
  filter: drop-shadow(0 20px 44px rgba(var(--p1OCVeryDarkBlue2), 0.15));
}

.html5-list {
  list-style-image: url(/html5-bulletpoint.6929714d.png);
  padding-left: 22px;
}

.html5-list li {
  margin-bottom: 8px;
}

.color-green {
  color: var(--p1Green);
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
    #LAYOUT MD
  ----------------------------------------*/
  .section-margin {
    margin-top: 80px;
  }

  .filled-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .modal-half-1 {
    height: 500px !important;
  }

  .modal-half-1 div.margin-10-xs {
    margin-bottom: 10px !important;
  }

  .modal-half-1 h2,
.modal-half-1 .h2 {
    font-size: 1.9em !important;
  }

  .modal-half-1 p {
    font-size: 1.3em !important;
  }

  .modal-half-2 {
    height: 500px !important;
  }

  .modal-half-2 iframe {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #LAYOUT SM
  ----------------------------------------*/
  html,
body {
    font-size: 0.9em;
    font-size: 90%;
  }

  body {
    padding-top: 52px;
  }

  .main-margin {
    margin-top: 80px;
  }

  .section-margin {
    margin-top: 70px;
  }

  .modal-half-1 {
    height: 400px !important;
  }

  .modal-half-1 div.margin-10-xs {
    margin-bottom: 10px !important;
  }

  .modal-half-1 h2,
.modal-half-1 .h2 {
    font-size: 1.9em !important;
  }

  .modal-half-1 p {
    font-size: 1.3em !important;
  }

  .modal-half-2 {
    height: 400px !important;
  }

  .modal-half-2 iframe {
    margin-top: 60px !important;
  }

  .section-filled {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #LAYOUT XS
  ----------------------------------------*/
  html,
body {
    font-size: 0.8em;
    font-size: 80%;
  }

  iframe {
    border: none;
  }

  body.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .section-filled {
    padding: 40px 0;
  }

  .spacer-large {
    margin-top: 40px;
  }

  .spacer-small {
    margin-top: 20px;
  }

  .tour .spacer-large {
    margin-top: 24px;
  }

  .tour .section-margin {
    margin-top: 120px;
  }

  body {
    padding-top: 50px;
  }

  .main-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-margin {
    margin-top: 50px;
  }

  .filled-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-top-30-xs {
    margin-top: 30px;
  }

  .margin-top-50-xs {
    margin-top: 50px;
  }

  .fair-banner__wrapper img {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-hexa {
    background: var(--p1DarkWhite);
  }

  .section-hexa--dark {
    background: var(--p1DarkGrey2);
  }

  .hero-hexa,
.section-hexa--blue,
.carousel-inner__background {
    background: var(--p1Blue) !important;
  }

  .hero-hexa__bg {
    display: none;
  }
}
/*----------------------------------------
  #TYPOGRAPHY
----------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: var(--p1FontWhite);
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: var(--p1FontDarkGrey2);
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: var(--p1FontDarkGrey2);
}

h4,
.h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--p1FontDarkGrey2);
}

h5,
.h5 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--p1FontWhite);
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--p1FontBlue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

p {
  line-height: 1.5rem;
}

a {
  color: var(--p1FontGreen);
}
a:hover, a:focus {
  color: var(--p1FontDarkGreen);
  text-decoration: none;
}
a.white:hover {
  color: var(--p1FontWhite);
}

.small {
  font-size: 14px;
}

.green {
  color: var(--p1FontGreen);
}

.white {
  color: var(--p1FontWhite);
}

.privacy-policy-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--p1FontDarkGrey2) !important;
  font-size: 12px;
}

.privacy-policy-link--white {
  color: var(--p1FontWhite) !important;
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
a, button {
  margin: 0;
}

th {
  font-weight: 400;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
     #TYPOGRAPHY MD
   ----------------------------------------*/
  h1, .h1 {
    font-size: 35px;
    line-height: 42px;
  }

  h2, .h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3, .h3 {
    font-size: 23px;
    line-height: 29px;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
     #TYPOGRAPHY SM
   ----------------------------------------*/
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #TYPOGRAPHY XS
  ----------------------------------------*/
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  p {
    font-size: 1.2rem;
  }
}
/*----------------------------------------
  #BUTTONS
----------------------------------------*/
.btn {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  border: none;
  font-weight: 600;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: normal;
  vertical-align: initial;
}
.btn:hover, .btn:focus {
  outline: none;
}
.btn.btn--small {
  padding: 10px 20px;
  min-width: 170px;
}
.btn.btn--large {
  padding: 20px 40px;
  min-width: 300px;
  font-size: 18px;
}
.btn.btn--green {
  color: var(--p1FontWhite);
  background-color: var(--p1Green);
}
.btn.btn--green:hover, .btn.btn--green:focus {
  background-color: var(--p1Green);
}
.btn.btn__primary--green {
  color: var(--p1FontWhite);
  background-color: var(--p1Green);
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 18px;
}
.btn.btn__primary--green:hover, .btn.btn__primary--green:focus {
  color: var(--p1FontWhite);
}
.btn.btn__primary--blue {
  color: var(--p1FontBlue);
  background-color: var(--p1White);
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
}
.btn.btn__primary--blue:hover, .btn.btn__primary--blue:focus {
  background-color: var(--p1DarkWhite);
}
.btn.btn--nav {
  padding: 6px 21px !important;
  color: var(--p1FontWhite) !important;
  font-weight: 600;
  background-color: var(--p1Green) !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 6px;
}
.btn.btn--nav:hover, .btn.btn--nav:focus {
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16) !important;
  background-color: var(--p1Green) !important;
}

#mySidenav {
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  width: 300px;
  height: 80px;
  background-color: var(--p1White);
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(var(--p1OCBlack), 0.16), 0 2px 10px 0 rgba(var(--p1OCBlack), 0.12);
}

#mySidenav a:hover {
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
}

.newsletter-popover-img {
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.newsletter-popover-text {
  color: var(--p1FontMediumGrey);
  font-size: 15px;
  margin-top: 13%;
  line-height: 1.3rem !important;
}

.close-newsletter-popover {
  color: var(--p1FontDarkGrey);
  z-index: 200;
  float: right;
  opacity: 0.7 !important;
  font-size: 18px;
  padding-right: 10px !important;
  padding-top: 3px !important;
}

.close-newsletter-popover2 {
  color: var(--p1FontWhite) !important;
  visibility: visible;
  z-index: 200;
  float: right;
  opacity: 1 !important;
  font-size: 21px;
}

/* Start Pulsing Hotspots */
.pulsating-circle {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 24px;
}
.pulsating-circle:before {
  position: relative;
  display: block;
  margin: -100% 0 0 -100%;
  width: 300%;
  height: 300%;
  border-radius: 45px;
  background-color: rgba(var(--p1OCGreen), 0.35);
  animation: pulse-ring 1.85s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  content: "";
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--p1Green);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(var(--p1OCBlack), 0.15), 0 3px 6px rgba(var(--p1OCBlack), 0.1);
  animation: pulse-dot 1.85s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.circle-1 {
  top: 6%;
  left: 37%;
}

.circle-2 {
  top: 34%;
  left: 52%;
}

.circle-3 {
  top: 95%;
  left: 8%;
}

.circle-4 {
  top: 44%;
  left: 17%;
}

.circle-5 {
  top: 21%;
  left: 90%;
}

.circle-6 {
  top: 95%;
  left: 92%;
}

.circle-7 {
  top: 96%;
  left: 49%;
}

.circle-tooltip .circle-tooltiptext {
  position: absolute;
  z-index: 2;
  border-radius: 6px;
  padding: 16px;
  min-width: 305px;
  color: var(--p1FontWhite);
  text-align: left;
  font-size: 0.8rem;
  background-color: var(--p1DarkGrey2);
  box-shadow: 0 10px 20px rgba(var(--p1OCBlack), 0.15), 0 3px 6px rgba(var(--p1OCBlack), 0.1);
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.circle-tooltip:hover .circle-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.circle-tooltiptext-fix-1 {
  right: 70%;
}

.circle-tooltiptext-fix-2 {
  bottom: 145%;
}

/* End Pulsing Hotspots */
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #BUTTONS SM
  ----------------------------------------*/
  .btn.btn--small {
    min-width: 120px;
    padding: 10px 15px;
  }

  #mySidenav {
    right: 20px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #BUTTONS XS
  ----------------------------------------*/
  .btn.btn--small {
    width: 100%;
    font-size: 14px;
  }

  .btn.btn--large {
    padding: 10px 20px;
    width: 100%;
    min-width: 0;
    font-size: 14px;
  }

  #mySidenav {
    display: none !important;
  }

  #myModal {
    display: none !important;
  }

  .pulsating-circle {
    display: none;
  }
}
.icon--large {
  width: 80px;
}

.icon--small {
  width: 40px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon--large {
    height: 80px;
  }

  .icon--small {
    height: 40px;
  }
}
.card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  padding: 20px;
  background-color: var(--p1White);
}

.card--has-icon > div:first-of-type {
  margin-right: 20px;
}

.card--has-special-offer {
  height: 385px;
}

.card--has-label {
  position: relative;
}
.card--has-label::after {
  content: "APP";
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 12px;
  padding: 5px 15px;
  color: var(--p1FontWhite);
  font-weight: 600;
  background: var(--p1Blue);
}

.card--flat {
  border-radius: 0;
  padding: 0;
  background: none;
}

@media (max-width: 991px) {
  /*----------------------------------------
    #CARDS XS + SM
  ----------------------------------------*/
  .card--w-icon {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card--w-icon > div:first-of-type {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card--has-special-offer {
    height: 393px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #CARDS XS
  ----------------------------------------*/
  .card--w-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }

  .card--has-special-offer {
    height: auto;
  }
}
.calltoaction h2, .calltoaction .h2 {
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 600;
}
.calltoaction p {
  font-size: 1.25rem;
}

.modal-half-1 .calltoaction h2, .modal-half-1 .calltoaction .h2 {
  font-size: 2rem;
}
.modal-half-1 .calltoaction p {
  font-size: 1em;
}

/*----------------------------------------
  #SLIDESHOW
----------------------------------------*/
.mm-mockup {
  position: relative;
}
.mm-mockup__body {
  position: relative;
  border-radius: 40px;
}

.mm-mockup__body--has-label::after {
  content: "NEU";
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 12px;
  padding: 5px 15px;
  color: var(--p1FontWhite);
  font-weight: 600;
  background: var(--p1Blue);
}

.mm-mockup--phone-big--portrait .mm-mockup__body {
  width: 264px;
  height: 550px;
  margin: 0 auto;
}

.mm-mockup--white .mm-mockup__body {
  background-color: var(--p1DarkWhite);
  box-shadow: 0 3px 9px rgba(var(--p1OCVeryDarkBlue2), 0.18), 0 7px 21px rgba(var(--p1OCVeryDarkBlue3), 0.06), inset 0 6px 9px 1px var(--p1White), inset 0 -3px 16px rgba(var(--p1OCLightGrey), 0.22);
}

.mm-mockup__screen {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 5px;
  border: transparent 2px solid;
}

.mm-mockup--white .mm-mockup__screen {
  border-color: var(--p1DarkWhite);
}

.mm-mockup--phone-big--portrait .mm-mockup__screen {
  height: calc(100% - 84px);
  width: calc(100% - 14px);
}

.mm-mockup__screen--background_image {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.mm-mockup__screen--background_image.grayBG {
  background-color: var(--p1MediumGrey3);
}

.mm-mockup__arrow {
  transform: scale(0.6);
}

.mm-mockup__arrow--next {
  right: -20px;
}

.mm-mockup__arrow--prev {
  left: -20px;
}

@media (max-width: 766px) {
  /*----------------------------------------
    #SLIDESHOW SM + XS
  ----------------------------------------*/
  .mm-mockup__arrow {
    display: none;
  }
}
/*----------------------------------------
  #CHECKBOXES
----------------------------------------*/
.custom-checkbox label {
  color: var(--p1FontDarkGrey2);
}

.accordion__head {
  display: flex;
  align-items: center;
}
.accordion__head .accordion__chevron {
  filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(309deg) brightness(93%) contrast(107%);
}
.accordion__head h4, .accordion__head .h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
  margin-left: 12px;
}
.accordion__head:hover {
  cursor: pointer;
}
.accordion__image {
  align-self: stretch;
}
.accordion__half {
  max-width: 50%;
  padding: 20px;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .accordion__half.col-xs-12 {
    max-width: 100%;
  }
}
.accordion__element {
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 17px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid var(--p1DarkWhite2);
}
.accordion__element p {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.accordion__element ul {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.accordion__element a {
  color: var(--p1FontBlue);
}
.accordion__element a:hover {
  text-decoration: underline;
}
.accordion__element .accordion__chevron {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.accordion__element .accordion__head span {
  background-color: var(--p1Blue);
  padding: 6px 12px;
  border-radius: 6px;
  color: var(--p1FontDarkWhite);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
.accordion__element:hover .accordion__head h4, .accordion__element:hover .accordion__head .h4 {
  color: var(--p1FontGreen);
}
.accordion__element:hover .accordion__head img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(48%) saturate(788%) hue-rotate(88deg) brightness(90%) contrast(82%);
}
.accordion__element--open {
  height: 100%;
  transition: height 1s ease-in-out;
}
.accordion__element--open p {
  margin-top: 12px;
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.accordion__element--open ul {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.accordion__element--open .accordion__head h4, .accordion__element--open .accordion__head .h4 {
  color: var(--p1FontGreen);
}
.accordion__element--open .accordion__head img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(48%) saturate(788%) hue-rotate(88deg) brightness(90%) contrast(82%);
}
.accordion__element--open .accordion__chevron {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

#topAlignBig {
  margin-top: 135px;
}

#topAlignSmall {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .accordion__head h4, .accordion__head .h4 {
    font-size: 14px;
  }
  .accordion__image {
    align-self: auto;
    margin-top: 0px !important;
  }
  .accordion__half {
    max-width: 100%;
    padding: 0px;
  }
  .accordion__element li {
    font-size: 14px;
  }
}
.popup-background {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--p1OCVeryDarkBlue), 0.8);
  z-index: 10000;
}

#show-thanks-message {
  display: none;
}
#show-thanks-message > h3, #show-thanks-message > .h3 {
  margin-bottom: 31px !important;
}

.popup-marketing {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 620px;
  background-color: var(--p1White);
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(var(--p1OCBlack), 0.1), 0px 4px 6px -2px rgba(var(--p1OCBlack), 0.05);
  position: relative;
  border: 2px solid var(--p1White);
}
.popup-marketing #popup-iframe-wrapper {
  width: 100%;
  height: 100%;
}
.popup-marketing__container {
  display: flex;
  height: 100%;
}
.popup-marketing__close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.popup-marketing__close:hover {
  cursor: pointer;
}
.popup-marketing__close:hover #change-stroke-width {
  stroke-width: 4;
}
.popup-marketing__iframe {
  width: 333px;
  height: 400px;
  border: none;
}
.popup-marketing__present-green {
  position: absolute;
  top: 56px;
  left: 70px;
}
.popup-marketing__showcase-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 4;
}
.popup-marketing__showcase-container img {
  max-width: 500px;
}
@media (max-width: 870px) {
  .popup-marketing__showcase-container img {
    max-width: 408px;
  }
}
.popup-marketing__showcase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-marketing__showcase h2, .popup-marketing__showcase .h2 {
  color: var(--p1FontBlue);
  text-align: center;
  font-size: 85px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.704px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.popup-marketing__contact-form {
  flex: 2;
  background-color: var(--p1Blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 34px;
  min-width: 353px;
}
.popup-marketing__contact-form .form-agb-checkbox p, .popup-marketing__contact-form .form-agb-checkbox span {
  font-size: 14px;
  font-weight: normal;
}
.popup-marketing__contact-form .form-input-wrapper {
  background-color: var(--p1White);
}
.popup-marketing__contact-form .form-input-wrapper .form-control {
  background-color: var(--p1White) !important;
}
.popup-marketing__contact-form h3, .popup-marketing__contact-form .h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  color: var(--p1FontWhite);
  text-align: center;
  margin-bottom: 50px;
}
.popup-marketing__contact-form > p {
  color: var(--p1FontWhite);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.popup-marketing__contact-form .lp-footer-contact {
  margin-bottom: 20px;
}
.popup-marketing__contact-form .lp-footer-contact__form {
  margin: 0;
}
.popup-marketing__contact-form .lp-footer-contact__form .full-length-input {
  margin-bottom: 16px;
}
.popup-marketing__contact-form .lp-footer-contact__form > p {
  margin-top: 4px;
}
.popup-marketing__contact-form .submit-field {
  margin-top: 2px;
}
.popup-marketing__contact-form .submit-field a:hover {
  text-decoration: underline;
}
.popup-marketing__contact-form button {
  min-width: 123px !important;
}
.popup-marketing__contact-form .form-footer {
  position: relative;
}
.popup-marketing__contact-form .form-footer .lp-contact__form-notice {
  position: absolute;
  font-size: 12px;
  bottom: -6px;
  left: 0;
  margin-bottom: 0;
}
.popup-marketing__subheading {
  position: relative;
  display: flex;
  justify-content: center;
  width: 133px;
}
.popup-marketing__subheading h3, .popup-marketing__subheading .h3 {
  color: var(--p1FontVeryDarkBlue);
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}
.popup-marketing__subheading--stroke {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--p1Blue);
  height: 3px;
}

@media (max-width: 768px) {
  .popup-marketing {
    flex-direction: column;
    max-height: 100%;
    margin-top: 54px;
    overflow: scroll;
  }
  .popup-marketing__showcase-container h2, .popup-marketing__showcase-container .h2 {
    margin-bottom: 0px;
  }
  .popup-marketing__showcase-container a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup-marketing__showcase-container img {
    max-width: 80%;
    margin: 8px;
  }
  .popup-marketing__container {
    flex-direction: column;
  }
  .popup-marketing__close {
    filter: invert(7%) sepia(23%) saturate(1654%) hue-rotate(183deg) brightness(98%) contrast(96%);
  }
  .popup-marketing__iframe {
    width: 167px;
    height: 200px;
    margin-bottom: 14px;
  }
  .popup-marketing__present-green {
    top: 52px;
    left: 30px;
    width: 60px;
    height: 60px;
  }
  .popup-marketing__showcase {
    flex: 2;
  }
  .popup-marketing__showcase h2, .popup-marketing__showcase .h2 {
    font-size: 60px;
  }
  .popup-marketing__mobile-margin {
    padding: 48px 0;
  }
  .popup-marketing__contact-form {
    flex: 3;
  }
  .popup-marketing__contact-form .form-footer .lp-contact__form-notice {
    bottom: 43px;
    font-size: 0.875rem;
  }
  .popup-marketing__contact-form .lp-footer-contact {
    margin: 0;
  }
  .popup-marketing__contact-form .lp-footer-contact h3, .popup-marketing__contact-form .lp-footer-contact .h3 {
    margin: 24px 0;
    font-size: 22px !important;
  }
  .popup-marketing__contact-form .lp-footer-contact__form > p {
    margin-top: 0px;
  }
  .popup-marketing__contact-form .submit-field {
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 24px;
  }
  .popup-marketing__contact-form button {
    float: left;
    min-width: 114px;
    width: 114px !important;
  }
  .popup-marketing__subheading {
    margin-top: 62px;
    width: 93px;
  }
  .popup-marketing__subheading h3, .popup-marketing__subheading .h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 767px) {
  .animated_hero_image {
    position: relative;
    display: inline-block;
    height: 433px;
    width: 581px;
  }
}
.animated_hero_image .hide-desc {
  display: none;
}
.animated_hero_image .layer {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}
.animated_hero_image .layer.layer-1 {
  width: 88px;
  z-index: 70;
  animation: heroLayer0 1.75s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-2 {
  width: 170px;
  z-index: 60;
  top: 0;
  left: 62px;
  animation: heroLayer1 1.5s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-3 {
  width: 118px;
  z-index: 50;
  top: 85px;
  animation: heroLayer1 1.5s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-4 {
  width: 384px;
  z-index: 40;
  top: 166px;
  left: 73px;
  animation: heroLayer2 1.5s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-5 {
  width: 101px;
  z-index: 30;
  top: 204px;
  left: 449px;
  animation: heroLayer2 1.5s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-6 {
  width: 114px;
  z-index: 20;
  top: 276px;
  left: 453px;
  animation: heroLayer3 1.5s ease;
  animation-iteration-count: 1;
}
.animated_hero_image .layer.layer-7 {
  width: 347px;
  z-index: 10;
  top: 10px;
  left: 234px;
  animation: heroLayer3 1.2s ease;
  animation-iteration-count: 1;
}
@media screen and (max-width: 767px) {
  .animated_hero_image .hide-desc {
    display: inline;
  }
  .animated_hero_image .layer {
    display: none;
  }
}

@keyframes heroLayer0 {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heroLayer1 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heroLayer2 {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(0);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heroLayer3 {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.diagram {
  display: block;
  width: 100%;
}
.diagram .diagram-container {
  display: inline-block;
  padding: 25px 0 0;
  width: 100%;
  position: relative;
  max-width: 661px;
}
.diagram .diagram-container span {
  position: relative;
  display: block;
  line-height: 25px;
  height: 25px;
  margin-bottom: 3px;
  width: calc(100% - 150px);
  margin-left: 150px;
  text-align: left;
}
.diagram .diagram-container span b {
  position: absolute;
  left: -150px;
  display: inline-block;
  width: 140px;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}
.diagram .diagram-container span i {
  position: absolute;
  display: inline-block;
  background-color: var(--p1Blue);
  height: 100%;
  border-radius: 0 4px 4px 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.diagram .diagram-container span i:hover {
  opacity: 1;
  transition: all 0.7s ease-in-out;
  box-shadow: 0px 5px 5px -5px rgba(var(--p1OCBlack), 0.2);
}
.diagram .diagram-container hr {
  background: var(var(--p1MediumGrey));
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 90%;
  opacity: 0.8;
}
.diagram .diagram-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  max-width: 661px;
}
.diagram .diagram-footer span {
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
}
.diagram .diagram-footer span:first-child {
  margin-left: 150px;
}

.hero-hexa__bg {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.hero-hexa__bg img {
  position: absolute;
  top: 0;
  right: 80px;
  bottom: auto;
  left: auto;
  width: 100%;
}

.hero-hexa__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.hero-filled .section-filled > div {
  height: 500px;
}

.hero-filled .demo-header-ab-test > div {
  height: auto;
}

.hero-blank {
  margin-top: 40px;
}
.hero-blank h1, .hero-blank .h1 {
  color: var(--p1FontDarkGrey2);
}

.hero-hexa__fill {
  background-color: var(--p1Blue);
}

.header__intro-text {
  font-weight: normal;
  margin: 20px 0 10px;
  color: var(--p1FontWhite);
  font-size: 1.25rem;
  line-height: 2.063rem;
}

@media (min-width: 1023px) and (max-width: 1199px) and (orientation: landscape) {
  .hero-hexa__bg img {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-hexa {
    background-color: var(--p1Blue);
  }

  .hero-hexa__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .header__intro-text {
    margin: 10px 0 10px;
    font-weight: normal;
  }
}
@media (min-width: 1400px) {
  .hero-hexa__bg img {
    top: -100px;
    left: 0;
    width: 90%;
  }
}
@media (min-width: 1750px) {
  .hero-hexa__bg img {
    width: 80%;
  }
}
@media (min-width: 2100px) {
  .hero-hexa__bg img {
    width: 70%;
  }
}
/*----------------------------------------
    #FOOTER
  ----------------------------------------*/
footer p,
footer a {
  color: var(--p1FontLightGrey);
  font-size: 0.875rem;
  line-height: 1.375rem;
}
footer a:hover {
  color: var(--p1FontDarkWhite);
}
footer .subfooter {
  background-color: var(--p1DarkGrey);
  padding-bottom: 30px;
}
footer .subfooter p,
footer .subfooter a {
  color: var(--p1FontLightGrey);
  font-size: 0.875rem;
  line-height: 25px;
  display: inline-block;
  height: 25px;
}
footer .subfooter p {
  padding: 0 5px;
}
footer .subfooter a:hover {
  color: var(--p1FontDarkWhite);
}
footer .subfooter .social-media-icons,
footer .subfooter .social-media-icons {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .subfooter .social-media-icons a,
footer .subfooter .social-media-icons a {
  margin-right: 24px;
}
footer .subfooter .social-media-icons a:last-of-type,
footer .subfooter .social-media-icons a:last-of-type {
  margin-right: 0px;
}

.footer__intro-text {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.footer__brand-logo {
  width: 150px;
}

.footer__seal {
  margin-top: 12px;
}

body.no-cta footer .footer-border {
  margin-bottom: 30px;
  border-top: 1px solid var(--p1LightGrey);
  display: block;
}

#currentYear {
  color: var(--p1LightGrey);
}

.serviceLnks ul li,
.serviceLnksLp ul li {
  display: block;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  /*----------------------------------------
    #FOOTER XS
  ----------------------------------------*/
  .subfooter .col-xs-12 ul {
    float: none !important;
    text-align: center;
  }

  footer li {
    margin-bottom: 10px;
  }

  .copyline {
    margin-bottom: 10px;
  }

  .serviceLnks ul,
.serviceLnksLp ul {
    margin-bottom: 0;
  }
  .serviceLnks ul li,
.serviceLnksLp ul li {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .serviceLnks ul li a,
.serviceLnksLp ul li a {
    height: auto;
  }
}
/*----------------------------------------
  #FORMS
----------------------------------------*/
input:focus {
  outline: none;
}

input[type=checkbox][disabled] {
  cursor: default;
}

#mc_embed_signup input.mce_inline_error {
  border: 1px solid var(--p1Red) !important;
}

.input {
  border-radius: 10px;
  border: 1px solid rgba(var(--p1OCDarkGrey2), 0.05);
  background-color: rgba(var(--p1OCDarkGrey2), 0.05);
  color: var(--p1FontDarkGrey2);
}

.input--small {
  padding: 8px 12px;
  min-width: 250px;
}

.input--newsletter {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control {
  margin-top: 15px;
  border: none;
  height: 44px;
  box-shadow: none;
  background-color: var(--p1DarkWhite2) !important;
}
.form-control#firstname {
  margin-top: 0;
}

.form-checkbox {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  margin-top: 8px;
  margin-bottom: 12px;
}
.form-checkbox input {
  margin-right: 8px;
  align-self: baseline;
}
.form-checkbox input:hover {
  cursor: pointer;
}

.form-options {
  display: inline-block;
  margin-top: 30px;
}

.inputfake {
  position: absolute;
  top: -9000px;
}

.form-input-wrapper {
  display: flex;
  border: 1px solid var(--p1DarkWhite2);
  background-color: var(--p1DarkWhite2);
  border-radius: 4px;
  align-items: center;
}

.form-textarea-wrapper {
  display: flex;
  border: 1px solid var(--p1DarkWhite2);
  background-color: var(--p1DarkWhite2);
  border-radius: 4px;
}
.form-textarea-wrapper .form-input-icon {
  margin-top: 12px;
}
.form-textarea-wrapper textarea {
  padding-top: 8px;
}

.form-input-icon {
  border-right: 1px solid var(--p1LightBlue);
  height: 14px;
  padding: 0 8px 0 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #FORMS SM
  ----------------------------------------*/
  .input.input--newsletter {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #FORMS XS
  ----------------------------------------*/
  .input.input--newsletter {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }
}
.custom-navigation {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1030;
  min-height: 50px;
  margin-bottom: 20px;
  background-color: var(--p1White);
  box-shadow: 0 4px 8px rgba(var(--p1OCBlack), 0.16);
}
.custom-navigation .container.head-navigation {
  height: 53px;
  line-height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-navigation .container.head-navigation .logo {
  display: flex;
  justify-content: start;
  flex-grow: 1;
}
.custom-navigation .container.head-navigation .logo a img {
  width: 150px;
  height: 33px;
  display: block;
}
.custom-navigation .container.head-navigation .hamburger {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 24px;
  padding: 5px;
  z-index: 1;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.custom-navigation .container.head-navigation .hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--p1MediumGrey);
}
.custom-navigation .container.head-navigation .hamburger span::before, .custom-navigation .container.head-navigation .hamburger span::after {
  content: " ";
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--p1MediumGrey);
  line-height: 0;
  font-size: 0;
}
.custom-navigation .container.head-navigation .hamburger span::before {
  top: -10px;
}
.custom-navigation .container.head-navigation .hamburger span::after {
  top: 10px;
}
.custom-navigation .container.head-navigation .hamburger:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.custom-navigation .container.head-navigation .navigation {
  max-width: 100vw;
  position: relative;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.custom-navigation .container.head-navigation .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-navigation .container.head-navigation .navigation ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.custom-navigation .container.head-navigation .navigation ul li a {
  padding: 0 15px;
  font-size: 16px;
  color: var(--p1FontMediumGrey);
  cursor: pointer;
}
.custom-navigation .container.head-navigation .navigation ul li a.active, .custom-navigation .container.head-navigation .navigation ul li a:hover {
  color: var(--p1FontGreen);
}
.custom-navigation .container.head-navigation .navigation ul li.with-dropdown {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.custom-navigation .container.head-navigation .navigation ul li.with-dropdown .submenu {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  opacity: 0;
  padding: 5px 0;
  background-color: var(--p1White);
  box-shadow: 0 3px 8px rgba(var(--p1OCBlack), 0.16);
  border-radius: 8px;
  min-width: 160px;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.custom-navigation .container.head-navigation .navigation ul li.with-dropdown .submenu a {
  display: block;
  line-height: 34px;
  width: 100%;
}
.custom-navigation .container.head-navigation .navigation ul li.with-dropdown:hover .submenu {
  display: flex;
  opacity: 1;
}
.custom-navigation .container.head-navigation .navigation ul li.m-only {
  display: none;
}
.custom-navigation .container.head-navigation .navigation .test-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.custom-navigation .container.head-navigation .navigation .close-button {
  display: none;
  position: fixed;
  top: 7px;
  right: 15px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.7s ease-in-out;
}
.custom-navigation .container.head-navigation .navigation .close-button::before, .custom-navigation .container.head-navigation .navigation .close-button::after {
  content: " ";
  position: absolute;
  top: 18px;
  left: 4px;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--p1MediumGrey);
  line-height: 0;
  font-size: 0;
}
.custom-navigation .container.head-navigation .navigation .close-button::before {
  transform: rotate(45deg);
}
.custom-navigation .container.head-navigation .navigation .close-button::after {
  transform: rotate(-45deg);
}
.custom-navigation .container.head-navigation .navigation .close-button:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
  .custom-navigation .container.head-navigation .navigation {
    display: block;
    position: absolute;
    left: calc(100vw - 400px);
    top: 0;
    width: 400px;
    max-width: 400px;
    background-color: var(--p1White);
    backdrop-filter: none;
    box-shadow: 0 4px 8px rgba(var(--p1OCBlack), 0.16);
    padding: 56px 45px 30px;
    transform: translateX(400px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 1031;
    height: 100vh;
  }
  .custom-navigation .container.head-navigation .navigation.on {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }
  .custom-navigation .container.head-navigation .navigation ul {
    display: block;
    height: calc(100vh - 130px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  @supports (height: 100dvh) {
    .custom-navigation .container.head-navigation .navigation ul {
      height: calc(100dvh - 130px);
    }
  }
  .custom-navigation .container.head-navigation .navigation ul::-webkit-scrollbar {
    display: none;
  }
  .custom-navigation .container.head-navigation .navigation ul li {
    display: block;
    border-bottom: 1px solid var(--p1DarkWhite);
  }
  .custom-navigation .container.head-navigation .navigation ul li:last-child {
    border: none;
  }
  .custom-navigation .container.head-navigation .navigation ul li.m-only {
    display: block;
  }
  .custom-navigation .container.head-navigation .navigation ul li a {
    display: block;
    width: 100%;
    padding: 15px 24px;
  }
  .custom-navigation .container.head-navigation .navigation ul li.with-dropdown .submenu {
    position: relative;
    display: flex;
    opacity: 1;
    box-shadow: none;
    background: none;
    backdrop-filter: none;
    animation: none;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0;
  }
  .custom-navigation .container.head-navigation .navigation ul li.with-dropdown .submenu a {
    line-height: 50px;
    display: block;
    padding: 0 24px;
    margin-left: 24px;
  }
  .custom-navigation .container.head-navigation .navigation ul li.with-dropdown:hover .submenu {
    animation: none;
  }
  .custom-navigation .container.head-navigation .navigation .btn--nav {
    width: 100%;
    padding: 10px 21px !important;
  }
  .custom-navigation .container.head-navigation .navigation .close-button {
    display: block;
  }
}
@media (max-width: 400px) {
  .custom-navigation .container.head-navigation .navigation {
    left: 0;
    width: calc(100vw);
  }
}
@media (max-width: 1200px) {
  .custom-navigation .container.head-navigation {
    line-height: unset;
  }
  .custom-navigation .container.head-navigation .hamburger {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .custom-navigation .container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.custom-navigation .navigation-background {
  display: none;
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: rgba(var(--p1OCBlack), 0.75);
  z-index: 1030;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.custom-navigation .navigation-background.on {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .custom-navigation {
    background-color: var(--p1White);
    backdrop-filter: none;
  }
}

/*----------------------------------------
  #CONTACT
----------------------------------------*/
form .form-inline .form-group input.form-control {
  width: 100%;
  background-color: var(--p1DarkWhite);
}

.form-group.input-left {
  padding-right: 7px;
}

.form-group.input-right {
  padding-left: 7px;
}

.contact__calendly-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__calendly-text h2, .contact__calendly-text .h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  max-width: 760px;
}
.contact__calendly-text h2.feedback, .contact__calendly-text .h2.feedback {
  margin-top: 60px;
  margin-bottom: 0;
}
.contact__calendly-text p {
  max-width: 760px;
  text-align: center;
}

.form-notice {
  font-size: 14px;
  margin-top: 4px;
  color: var(--p1Placeholder);
}

.form-control::-moz-placeholder {
  color: var(--p1Placeholder);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--p1Placeholder);
}

.form-control::-webkit-input-placeholder {
  color: var(--p1Placeholder);
}

.form-phonenumber {
  width: 612px;
}

.newsletter-area {
  padding: 80px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--p1Blue);
}

.hidden-label {
  display: none;
}

.newsletter-area__headline,
.newsletter-area__text {
  color: var(--p1FontWhite);
}

.newsletter-area__input {
  display: inline-block;
  margin-right: 5px;
  width: 350px;
  background: var(--p1FontWhite);
}

.newsletter-area__button-wrapper {
  display: inline-block;
}

.newsletter-area__button {
  border-radius: 4px;
  width: 170px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.submit-field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.full-length-input {
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-space-top {
  margin-top: 20px;
}

.form-agb-checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  text-align: start;
}
.form-agb-checkbox p, .form-agb-checkbox span {
  color: var(--p1FontWhite) !important;
  margin-left: 12px;
  font-weight: 500;
}
.form-agb-checkbox a {
  color: var(--p1FontLightBlue);
}

.bottom-row {
  margin-top: 20px;
}

@media (max-width: 767px) {
  /*----------------------------------------
    #CONTACT XS
  ----------------------------------------*/
  .submit-field .btn {
    width: 100%;
  }

  .submit-field {
    align-items: center;
  }
  .submit-field button {
    max-width: 220px;
  }

  .contact__calendly-text p {
    margin-bottom: 24px;
  }

  .newsletter-area__input,
.newsletter-area__button-wrapper,
.newsletter-area__button {
    width: 100%;
  }

  .form-phonenumber {
    width: 100%;
    font-size: 16px;
    margin-top: 40px !important;
  }

  .form-group.input-left {
    padding-right: 15px;
  }

  .form-group.input-right {
    padding-left: 15px;
    margin-bottom: 0px;
  }

  .full-length-input {
    margin-top: 0px;
  }

  .input-space-top {
    margin-top: 0px;
  }

  .bottom-row {
    margin-top: 0px;
  }
}
/*----------------------------------------
  #DEMO
----------------------------------------*/
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.app-store-button {
  margin-right: 20px;
  width: 180px;
}

@keyframes wobble {
  from, 33%, 66%, to {
    transform: rotate(1.5deg);
  }
  16%, 50%, 83% {
    transform: rotate(-1.5deg);
  }
}
.demo-img img {
  animation: 10 6s ease-in-out wobble;
}

.prev-logo {
  max-width: 150px;
}

@media (min-width: 768px) {
  .demo-sidebar {
    height: 100vh;
    background: var(--p1DarkWhite);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #DEMO XS
  ----------------------------------------*/
  #previewLivebook li.list-group-item {
    display: inline-block;
    margin-top: 2px;
    border: 0;
    width: 100%;
    border-radius: 4px !important;
    background-color: var(--p1VeryLightGrey2);
  }
  #previewLivebook li.list-group-item:first-child {
    margin-top: 0;
  }
  #previewLivebook li.list-group-item .prev-logo {
    max-width: 100%;
  }
  #previewLivebook .youtube-wrapper {
    height: auto;
  }
  #previewLivebook .youtube-wrapper .youtube-container {
    position: static;
    transform: none;
  }

  .flex-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
}
.app-store-button {
  margin-right: 10px;
  width: 118px;
}

@media (max-width: 992px) {
  .flex-direction-nav {
    display: none;
  }
}
@media (max-width: 1550px) {
  /* prevent overlapping of arrows */
  .carousel-control.left,
.carousel-control.right {
    display: none;
  }
}
/*----------------------------------------
  #Erklärung zur Barrierefreiheit
----------------------------------------*/
table.bf-table tr td {
  vertical-align: top;
  padding: 5px 15px 5px 0;
}

kbd {
  background-color: #444;
  border-top: 3px solid #aaa;
  border-left: 3px solid #999;
  border-right: 3px solid #333;
  border-bottom: 4px solid #222;
  border-radius: 4px;
  color: whitesmoke;
  display: inline-block;
  font-size: 0.8em;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  line-height: 100%;
  margin: 0 0.1em;
  padding: 0.2em 0.5em;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.jetzt-testen__h1 {
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  font-size: 54px;
  line-height: 110%;
}
.jetzt-testen__header {
  background-color: var(--p1Blue);
  padding: 70px 0 68px 0;
}
.jetzt-testen__h2 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 110%;
  max-width: 760px;
  margin: 0 auto;
}
.jetzt-testen__main-margin {
  margin-top: 42px !important;
}
.jetzt-testen__chooser {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
}
.jetzt-testen__chooser-element {
  background-color: var(--p1White);
  border-radius: 24px;
  padding: 24px;
  max-width: 49%;
  font-size: 24px;
  font-weight: bold;
  color: var(--p1FontMediumGrey);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--p1Blue);
}
.jetzt-testen__chooser-element input {
  margin-right: 15px;
  width: 20px;
}
.jetzt-testen__chooser-element input:checked + .jetzt-testen__radio-label {
  color: var(--p1FontBlue);
}
.jetzt-testen__chooser-element:hover {
  cursor: pointer;
  background-color: var(--p1DarkWhite);
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
  border: 1px solid var(--p1LightBlue);
}
.jetzt-testen__chooser-element:hover > .jetzt-testen__chooser-description {
  color: var(--p1FontMediumGrey);
}
.jetzt-testen__chooser-description {
  color: var(--p1FontVeryDarkBlue2);
  font-size: 18px;
  line-height: 140%;
  font-weight: normal;
  margin-top: 12px;
}
.jetzt-testen__reasons-label {
  display: flex;
  align-items: center;
}
.jetzt-testen__reasons-label h4, .jetzt-testen__reasons-label .h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-left: 10px;
  color: black;
}
.jetzt-testen__reasons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -12px;
  margin-top: 28px;
  margin-bottom: 53px;
}
.jetzt-testen__reasons-element {
  border: 1px solid var(--p1VeryLightGrey2);
  box-sizing: border-box;
  border-radius: 24px;
  padding: 24px;
  padding-right: 17px;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  margin: 12px;
  width: 100%;
  height: 72px;
  transition: height 0.5s ease-in-out;
}
.jetzt-testen__reasons-element p {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin: 0;
}
.jetzt-testen__reasons-element img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.jetzt-testen__reasons-element:hover {
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
  cursor: pointer;
}
.jetzt-testen__reasons-element--open {
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
  cursor: pointer;
  height: 100%;
  transition: height 1s ease-in-out;
}
.jetzt-testen__reasons-element--open p {
  margin-top: 12px;
  max-height: 300px;
  transition: max-height 1s ease-in-out;
}
.jetzt-testen__reasons-element--open .jetzt-testen__reasons-label h4, .jetzt-testen__reasons-element--open .jetzt-testen__reasons-label .h4 {
  color: var(--p1FontBlue);
}
.jetzt-testen__reasons-element--open img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.jetzt-testen__contact-form-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 80px;
}
.jetzt-testen__contact-form-container form {
  width: 100%;
  max-width: 612px;
}
.jetzt-testen__contact-form-container form .submit-field {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.jetzt-testen__testimonials {
  padding: 90px 0;
}
.jetzt-testen__testimonials-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jetzt-testen__testimonials-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -12px;
  align-items: stretch;
}
.jetzt-testen__testimonials-element {
  color: var(--p1FontMediumGrey);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 12px;
  flex: 1;
  border: 1px solid var(--p1VeryLightGrey2);
  padding: 32px;
  /* Shadow/XS */
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
}
.jetzt-testen__testimonials-element h4, .jetzt-testen__testimonials-element .h4 {
  color: var(--p1FontMediumGrey);
  margin: 20px 0;
  font-size: 21px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 52px;
}
.jetzt-testen__testimonials-element img {
  max-height: 55px;
}
.jetzt-testen__testimonials-element p {
  margin: 24px 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  flex-grow: 2;
}
.jetzt-testen__testimonials-element div.text-center {
  height: 55px;
}
.jetzt-testen__testimonials-element span {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.jetzt-testen__calendly {
  overflow: hidden;
  min-width: 320px;
}
.jetzt-testen__calendly iframe {
  height: 850px;
}
@media (max-width: 1199px) {
  .jetzt-testen__calendly iframe {
    height: 1100px;
  }
}
@media (max-width: 680px) {
  .jetzt-testen__calendly iframe {
    height: 1040px;
  }
}
.jetzt-testen__calendly.no-additional-form iframe {
  height: 1085px;
}
@media (max-width: 969px) {
  .jetzt-testen__calendly.no-additional-form iframe {
    height: 1470px;
  }
}
@media (max-width: 618px) {
  .jetzt-testen__calendly.no-additional-form iframe {
    height: 1255px;
  }
}
.jetzt-testen__mobile-only {
  display: none;
  height: 100%;
}
.jetzt-testen__testimonials-carousel .carousel-indicators li {
  background: #e2e8f0;
  border: none;
  margin: 0 4px;
  height: 6px;
  width: 6px;
}
.jetzt-testen__testimonials-carousel .carousel-indicators .active {
  background-color: var(--p1VeryLightGrey2) !important;
}

.testimonials {
  display: flex;
  justify-content: space-between;
}
.testimonials .single_testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--p1VeryLightGrey2);
  padding: 32px;
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  margin: 0 12px;
}
.testimonials .single_testimonial span.text-center {
  height: 55px;
}
.testimonials .single_testimonial img {
  max-width: 90%;
  max-height: 55px;
}
.testimonials .single_testimonial p {
  margin: 24px 0;
  flex-grow: 2;
}

@keyframes open {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes close {
  0% {
    max-height: 300px;
  }
  100% {
    max-height: 0px;
  }
}
@media (max-width: 768px) {
  .jetzt-testen__header {
    padding: 48px 0 45px 0;
  }
  .jetzt-testen__h1 {
    font-weight: 900;
    font-size: 35px;
  }
  .jetzt-testen__h2 {
    font-size: 22px;
  }
  .jetzt-testen__main-margin {
    margin-top: 60px !important;
  }
  .jetzt-testen__chooser {
    margin-top: 50px;
  }
  .jetzt-testen__chooser-element {
    font-size: 16px;
    padding: 18px;
    justify-content: center;
    margin-bottom: 0;
    max-width: 46%;
  }
  .jetzt-testen__chooser-element input {
    margin-right: 12px;
  }
  .jetzt-testen__input-wrapper {
    display: flex;
    align-items: center;
  }
  .jetzt-testen__radio-label {
    display: flex;
  }
  .jetzt-testen__chooser-description {
    display: none;
  }
  .jetzt-testen__reasons-element {
    max-width: 150px;
    padding: 18px;
    justify-content: center;
  }
  .jetzt-testen__reasons-element h4, .jetzt-testen__reasons-element .h4 {
    font-size: 14px;
  }
  .jetzt-testen__reasons-element p {
    font-size: 14px;
    word-wrap: break-word;
    hyphens: auto;
  }
  .jetzt-testen__reasons-label h4, .jetzt-testen__reasons-label .h4 {
    font-size: 16px;
  }
  .jetzt-testen__contact-form-container form .submit-field {
    align-items: center;
  }
  .jetzt-testen__contact-form-container form .submit-field button {
    max-width: 220px;
  }
  .jetzt-testen__desktop-only {
    display: none;
  }
  .jetzt-testen__mobile-only {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*----------------------------------------
  #FEATURES
----------------------------------------*/
.feature-section .card {
  min-height: 205px;
  max-height: 205px;
}
.feature-section div:nth-of-type(n+3) {
  margin-top: 30px;
}

.new-feature-headline {
  margin-bottom: 10px;
  color: var(--p1FontGreen);
  text-transform: uppercase;
  letter-spacing: 1px;
}

#funktionen {
  margin-top: 140px;
}

.funktionen__accordion {
  margin-top: 64px;
  margin-bottom: 16px;
}
.funktionen__accordion--background {
  background: var(--p1DarkWhite2);
  border-radius: 48px;
  padding: 80px 102px;
}
.funktionen__accordion .reverse {
  flex-direction: row-reverse;
}
.funktionen__accordion:last-of-type {
  margin-bottom: 60px;
}
.funktionen__panel {
  display: flex;
  align-items: center;
}
.funktionen__panel .img-responsive {
  padding: 20px;
  align-self: baseline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
    #FEATURES MD
  ----------------------------------------*/
  .feature-section .card {
    min-height: 236px;
    max-height: 236px;
  }

  #funktionen {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #TOUR SM
  ----------------------------------------*/
  .img-small {
    height: 380px;
  }

  /*----------------------------------------
    #FEATURES SM
  ----------------------------------------*/
  .m-t-b {
    margin-top: 70px;
  }

  .feature-section .card {
    min-height: 239px;
    max-height: 239px;
  }

  #funktionen {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #TOUR XS
  ----------------------------------------*/
  .img-small {
    height: 250px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #FEATURES XS
  ----------------------------------------*/
  .feature-section .card {
    min-height: 0;
    max-height: 100%;
  }

  #funktionen {
    margin-top: 0px;
  }

  .filled-bg--features {
    overflow: hidden;
  }

  .m-t-b {
    margin-top: 50px;
  }

  .feature-section > div:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .feature-box {
    text-align: center;
  }

  .feature-box__text {
    display: block;
    margin: 30px 0 0;
    width: auto;
  }

  .funktionen__accordion {
    padding-left: 28px;
    padding-right: 28px;
  }
  .funktionen__accordion--background {
    padding: 30px 0px;
    background: none;
  }
  .funktionen__accordion--background-mobile {
    background: var(--p1DarkWhite);
  }
  .funktionen__accordion .reverse {
    flex-direction: column;
  }
  .funktionen__accordion:last-of-type {
    margin-bottom: 40px;
  }
  .funktionen__panel {
    flex-direction: column;
    padding: 0;
  }
  .funktionen__panel .img-responsive {
    padding: 20px;
  }
}
/*----------------------------------------
  #INDEX
----------------------------------------*/
.nav-pills {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.nav-pills li a:hover,
.nav-pills li a:focus {
  background: rgba(var(--p1Blue), 0.1);
  box-shadow: 0px 2px 4px -1px rgba(var(--p1OCBlack), 0.06), 0px 4px 6px -1px rgba(var(--p1OCBlack), 0.1);
}
.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus {
  background-color: var(--p1Blue);
}
.nav-pills li + li {
  margin-left: 10px;
}
.nav-pills li a {
  border-radius: 8px;
  padding: 10px 25px;
  color: var(--p1FontMediumGrey);
  font-size: 1.25rem;
}

.customer-logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-logos img {
  padding: 0 5px;
  max-width: 170px;
}

.steps__border__wrapper {
  position: relative;
}

.steps__img {
  width: 85%;
}

.steps__number {
  color: var(--p1FontBlue);
  margin-right: 10px;
}

.steps__border {
  width: 50px;
  border-top: 2px dotted var(--p1VeryDarkBlue);
  position: absolute;
  top: 50%;
}
.steps__border--left {
  left: -18px;
}
.steps__border--right {
  right: -18px;
}

.flexslider {
  border: none;
}
.flexslider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background-color: var(--p1LightGrey);
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background-color: var(--p1Green);
}

.icons-large {
  height: 60px;
}

.numbers-wrapper {
  border-radius: 10px;
  border: 1px solid var(--p1Blue);
  padding-top: 20px;
  padding-bottom: 20px;
}
.numbers-wrapper h2, .numbers-wrapper .h2 {
  color: var(--p1FontBlue);
}

.steps-dotted-border {
  height: 40px;
  width: 270px;
  border-top: 2px dotted var(--p1Green);
  position: absolute;
  top: 22px;
  right: -135px;
}

.steps-number-container {
  display: table;
  margin: 0 auto;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--p1Green);
}

.steps-number-container div {
  display: table-cell;
  vertical-align: middle;
}

.steps-number-container div span {
  color: var(--p1FontWhite);
  font-size: 24px;
  font-weight: 600;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: var(--p1LightGrey);
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: var(--p1Green);
}

.icon-container {
  height: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
    #INDEX MD
  ----------------------------------------*/
  .customer-logos img {
    max-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #INDEX SM
  ----------------------------------------*/
  .nav-pills li a {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .customer-logos img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #INDEX XS
  ----------------------------------------*/
  .steps__border--left {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: 35px;
    left: 50%;
  }

  .steps__border--right {
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
    top: initial;
    right: 50%;
    bottom: -35px;
  }

  .customer-logos img {
    padding: 0;
    max-width: 50%;
  }

  .nav-pills {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-pills li {
    width: 49%;
  }
  .nav-pills li + li {
    margin-left: 0;
  }
  .nav-pills li a {
    font-size: 1rem;
    padding: 7px 20px;
  }

  .table-responsive {
    border: none;
  }
  .table-responsive .nav-tabs li a {
    font-size: 10px;
  }
  .table-responsive th {
    font-size: 10px;
  }
  .table-responsive td {
    font-size: 12px;
  }
}
/*----------------------------------------
  #PRICES
----------------------------------------*/
.price-highlight {
  font-size: 1.75rem;
  color: var(--p1FontBlue);
}
.price-highlight__schedule {
  font-size: 0.75rem;
  color: var(--p1FontLightGrey);
}

.price-info {
  font-size: 0.75rem;
  color: var(--p1FontLightGrey);
}

.price-highlight--small {
  font-size: 1rem;
  color: var(--p1FontBlue);
}

.list--with-checkmarks li {
  margin-bottom: 10px;
}
.list--with-checkmarks li:last-of-type {
  margin-bottom: 0;
}
.list--with-checkmarks li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  background-image: url("/checkmark-list_icon.1838fec7.svg");
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(var(--p1OCDarkGrey2), 0.07);
}

.card.card--price ul {
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
}
.card.card--price ul li {
  margin: 0;
  font-size: 16px;
}
.card.card--price ul li:first-of-type {
  margin-top: 0;
}
.card.card--price ul li:last-of-type {
  margin-bottom: 0;
}

.price-table.table > tbody > tr th {
  width: 22%;
  font-size: 14px;
}
.price-table.table > tbody > tr th img {
  margin-left: 10px;
  width: 18px;
}
.price-table h4, .price-table .h4 {
  font-weight: 700;
  text-align: center;
}
.price-table.table > thead > tr > th {
  border: none;
}
.price-table h2, .price-table .h2 {
  text-align: center;
}

.price-table__price-small {
  font-size: 14px;
  opacity: 0.6;
}

.price-table__icon {
  width: 20px;
}

.price-table__spacer {
  background-color: var(--p1White) !important;
}
.price-table__spacer--top {
  border-top: none !important;
}
.price-table__spacer--bottom {
  border-bottom: none !important;
}

.pricebox-headline {
  height: 55px;
}

table .glyphicon-ok:before {
  color: var(--p1FontGreen);
}

.card--product {
  border: 1px solid var(--p1DarkWhite);
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
    #PRICES MD
  ----------------------------------------*/
  .app-img {
    width: 320px;
  }

  .table-responsive .nav-tabs li a,
.table-responsive th,
.table-responsive td {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
     #PRICES SM
   ----------------------------------------*/
  .card.card--price .nav-tabs {
    width: 300px;
  }
  .card.card--price .nav-tabs li {
    width: 150px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
     #PRICES XS
   ----------------------------------------*/
  .price-table h4, .price-table .h4 {
    font-size: 14px;
  }
  .price-table.table > tbody > tr > th, .price-table.table > tbody > tr > td {
    padding: 15px 0;
  }
}
/*----------------------------------------
  #REFERENCES
----------------------------------------*/
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background-color: var(--p1LightGrey);
}
.carousel-indicators .active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background-color: var(--p1Green);
}

.carousel-inner {
  overflow: visible;
}

/* needs important to overwrite bootstrap's default styles */
.carousel-inner__background {
  width: 100%;
  height: 500px !important;
  background: url("/section-hexa-blue_bg.3adf4bfe.svg") center center no-repeat;
  background-size: cover;
}
.carousel-inner__background .btn.btn__primary--blue {
  margin-right: 5px;
}
.carousel-inner__background .link__blue {
  display: inline-block;
  color: var(--p1FontWhite);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  line-height: 25px;
  min-height: 25px;
}
.carousel-inner__background .link__blue .link__arrow {
  width: unset;
  transition: all 0.3s ease-in-out;
}
.carousel-inner__background .link__blue:hover {
  color: var(--p1FontWhite);
  text-decoration: none;
  transform: translateX(2px) scale(1.07);
}
.carousel-inner__background .link__blue:hover .link__arrow {
  transform: translateX(2px) scale(1.07);
}

.carousel-inner__content-wrapper {
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: left;
  text-shadow: none;
}
@media (min-width: 768px) {
  .carousel-inner__content-wrapper .row {
    height: 100%;
  }
  .carousel-inner__content-wrapper .row .col-xs-12:first-child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.carousel-inner__buttons img {
  width: 150px;
}

.carousel-control {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.carousel-control.left, .carousel-control.right {
  text-shadow: none;
  background: none;
}

.carousel-control__arrow {
  width: 35px;
}

.store-button {
  width: 120px;
}

.demo-livebook {
  border: none;
  width: 80%;
  height: 550px;
}

/* needs important to overwrite bootstrap's default styles */
.nav .nav-tabs__item a {
  border-radius: 10px 10px 0 0 !important;
  color: var(--p1FontGreen);
}

.nav .nav-tabs__item a:hover {
  border-color: transparent;
  border-bottom-color: var(--p1VeryLightGrey2);
  background-color: transparent;
  color: var(--p1FontDarkGreen);
}

.card--reference {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--p1DarkWhite);
  height: 180px;
  background: var(--p1White);
}
.card--reference img.window {
  position: absolute;
  z-index: 1;
  left: 12px;
}
.card--reference img.logo {
  position: absolute;
  z-index: 2;
  left: 0;
}

.references__logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.references__show-container {
  max-height: 340px;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.references__show-container-active {
  max-height: 4000px !important;
  transition: max-height 0.5s ease-in;
}

.references__show-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.references__show-wrapper .references__show-button {
  color: var(--p1FontBlue);
  font-size: 18px;
}
.references__show-wrapper .references__show-button .active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.references__show-wrapper .references__show-button img {
  transition: all 0.3s ease-in-out;
}
.references__show-wrapper .references__show-button:hover {
  cursor: pointer;
}

figure.card--reference__content img.brand-image {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.card--reference__content h4,
figure.card--reference__content .h4,
figure.card--reference__content p {
  -webkit-transform: translate3d(0, 170px, 0);
  transform: translate3d(0, 170px, 0);
  word-spacing: 0;
}

figure.card--reference__content h4,
figure.card--reference__content .h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  text-transform: none;
}

figure.card--reference__content p {
  position: absolute;
  bottom: 10px;
  color: rgba(var(--p1OCWhite), 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.card--reference__content:hover img.brand-image {
  opacity: 0;
}

figure.card--reference__content:hover p {
  opacity: 1;
}

figure.card--reference__content:hover img.brand-image,
figure.card--reference__content:hover h4,
figure.card--reference__content:hover .h4,
figure.card--reference__content:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.card--reference__content:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

@media (max-width: 1199px) {
  .ref-slider-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .ref-slider-img a {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*----------------------------------------
    #REFERENCES MD
  ----------------------------------------*/
  .carousel-indicators {
    bottom: -65px;
  }

  /* needs important to overwrite bootstrap's default styles */
  .carousel-inner__background {
    height: 450px !important;
  }

  .carousel-inner__buttons img {
    max-height: 375px;
  }

  .carousel-inner__image {
    max-height: 375px;
  }

  .grid figure.card--reference__content p {
    font-size: 12px;
  }
  .grid figure.card--reference__content figcaption > div {
    bottom: 10px;
  }

  .grid figure.card--reference__content:hover p,
.grid figure.card--reference__content:hover h3, .grid figure.card--reference__content:hover .h3,
.grid figure.card--reference__content:hover button {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  .demo-livebook {
    width: 600%;
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----------------------------------------
    #REFERENCES SM
  ----------------------------------------*/
  figure {
    left: 10%;
  }

  /* needs important to overwrite bootstrap's default styles */
  .carousel-inner__background {
    height: 400px !important;
  }

  .carousel-inner__content-wrapper {
    top: 30px;
  }

  .carousel-inner__buttons img {
    width: 125px;
  }

  .grid figure h2, .grid figure .h2 {
    font-size: 21px;
  }
  .grid figure img {
    min-height: 0;
  }

  .store-button {
    width: 100px;
  }

  .demo-livebook {
    width: 100%;
    height: 350px;
  }

  .references__show-container {
    max-height: 528px;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------
    #REFERENCES XS
  ----------------------------------------*/
  figure {
    left: 45px;
  }

  .references__show-container {
    max-height: 428px;
  }

  .carousel-inner__content-wrapper {
    top: 20px;
  }

  /* needs to be important to overwrite bootstrap's default styles */
  .carousel-inner__background {
    height: 400px !important;
  }
  .carousel-inner__background .link__blue,
.carousel-inner__background .btn.btn__primary--blue {
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: normal;
  }

  .carousel-inner__content-wrapper {
    text-align: center;
  }

  /* needs to be important to overwrite bootstrap's default styles */
  .carousel-inner__image {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 180px;
  }

  .carousel-inner__buttons img {
    width: 100px;
  }

  .nav .nav-tabs__item a {
    border-radius: 10px !important;
  }
  .nav .nav-tabs__item a:hover, .nav .nav-tabs__item a:focus {
    border-color: transparent;
  }

  .demo-livebook {
    width: 100%;
    height: auto;
  }
}
.software__headline {
  text-align: center;
  margin-bottom: 64px;
}
.software__faq {
  max-width: 800px;
}
.software__faq a {
  color: var(--p1FontBlue);
}
.software__faq a:hover {
  text-decoration: underline;
}
.software__faq-contact {
  display: flex;
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 80px;
}

_::-webkit-full-page-media,
_:future,
:root #tour {
  scroll-margin-top: 60px;
}

@media (max-width: 1200px) {
  .software__headline {
    margin-bottom: 48px;
  }
  .software__faq-contact {
    margin-top: 18px;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .software__headline {
    margin-bottom: 24px;
  }
  .software__faq-contact {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
/*----------------------------------------
  #DANKE
----------------------------------------*/
.social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-media h2, .social-media .h2 {
  margin-bottom: 40px;
  font-weight: 700;
}
.social-media__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.social-media__container {
  max-width: 740px;
  width: 100%;
}
.social-media__item h3, .social-media__item .h3 {
  margin-top: 60px;
  font-weight: 500;
  font-size: 22.5px;
  line-height: 125%;
}
.social-media__item img {
  margin-top: 24px;
  width: 100%;
  height: 325px;
}

.danke__success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.danke h1, .danke .h1 {
  color: var(--p1FontDarkGrey);
  margin: 40px 0;
}
.danke img {
  margin-right: 24px;
  height: 36px;
  width: 36px;
}
.danke h3, .danke .h3 {
  font-size: 35px;
  font-weight: 700;
}

.background-form__background {
  background: var(--p1DarkWhite);
  padding: 0 78px;
  border-radius: 48px;
  max-width: 1344px;
  margin: 0 auto;
}
.background-form h3, .background-form .h3 {
  margin-bottom: 20px;
}
.background-form input {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  height: 44px;
  line-height: 44px;
}
.background-form input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.background-form__container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.background-form__checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.background-form__checkbox-wrapper input {
  margin-top: 0;
  margin-right: 12px;
}
.background-form__checkbox-wrapper label {
  margin-bottom: 0;
  font-weight: normal;
}
.background-form__input-wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
  margin-bottom: 12px;
}
.background-form__input-short {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.background-form__input-short label {
  font-weight: normal;
}
.background-form__input-long {
  width: calc(100% - 32px);
  margin-left: 32px;
}
.background-form__submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .social-media__wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .social-media__item {
    width: 100%;
  }

  .background-form__container {
    max-width: 350px;
  }
  .background-form__input-wrapper {
    flex-direction: column;
  }
  .background-form__input-short {
    width: 100%;
  }
  .background-form__input-short label {
    display: inline-block;
    font-size: 15px;
  }
  .background-form__input-long {
    width: calc(100% - 32px);
  }
  .background-form__checkbox-wrapper label {
    width: 96%;
    font-size: 15px;
  }
}
.about-us .w800 {
  max-width: 800px;
  display: inline-block;
}
@media (max-width: 768px) {
  .about-us .funktionen__accordion {
    margin-top: 0;
  }
}

.img-rounded {
  border-radius: 24px;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.img-rounded img {
  max-width: 100%;
  height: auto;
}

section.spot-gray .container {
  background: var(--p1DarkWhite2);
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 48px;
}
section.spot-gray .kiosk-hero__banner {
  margin-bottom: 40px;
}
section.spot-gray h2, section.spot-gray .h2 {
  margin-bottom: 40px;
}
section.spot-gray .jetzt-testen__reasons-element {
  width: calc(50% - 24px - 48px);
  max-width: 100%;
  background-color: var(--p1White);
}
@media (max-width: 768px) {
  section.spot-gray .container {
    border-radius: 0;
  }
  section.spot-gray .jetzt-testen__reasons-element {
    width: calc(100% - 24px - 48px);
    max-width: 100%;
  }
}
section.sAbout h2, section.sAbout .h2 {
  margin-bottom: 40px;
}

.row.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
.row.flex .col-sm-6 h3, .row.flex .col-sm-6 .h3 {
  width: 100%;
  margin-bottom: 20px;
}
.row.flex .col-sm-6 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .row.flex .col-sm-6 {
    order: 2;
  }
  .row.flex .col-sm-6.m-first {
    order: 1;
    text-align: center;
    margin: 0 0 24px;
  }
  .row.flex .col-sm-6.m-first.accordion__half {
    text-align: left;
  }
}

.about-jobs .job-item {
  padding: 72px;
  border-radius: 32px;
  background: var(--p1DarkWhite2);
  color: var(--p1FontMediumGrey);
}
.about-jobs .job-item:hover {
  cursor: pointer;
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
}
.about-jobs .job-item .small {
  font-size: 18px;
}
.about-jobs .job-item h3, .about-jobs .job-item .h3 {
  font-family: Effra;
  font-size: 44px;
  font-weight: 700;
  line-height: 48.4px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--p1FontMediumGrey);
}
.about-jobs .job-item .kiosk__button {
  display: block;
  text-align: center;
}
.about-jobs .job-item .kiosk__button:hover {
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  background-color: var(--p1White);
}
@media (max-width: 1200px) {
  .about-jobs .job-item {
    border-radius: 0;
    padding: 24px;
  }
  .about-jobs .job-item h3, .about-jobs .job-item .h3 {
    font-size: 22px;
    line-height: 24.2px;
  }
  .about-jobs .job-item .small {
    font-size: 16px;
  }
  .about-jobs .job-item .kiosk__button {
    width: 100%;
    margin-top: 32px;
  }
}