/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: darkslategray;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3;
  text-transform: none; }
  @media only screen and (max-width: 900px) {
    body {
      font-size: 16.2px; } }

h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.13333;
  text-transform: uppercase; }
  @media only screen and (max-width: 900px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase; }
  @media only screen and (max-width: 900px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3125;
  text-transform: uppercase; }
  @media only screen and (max-width: 900px) {
    h3 {
      font-size: 19.2px; } }

h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15385;
  text-transform: uppercase; }
  @media only screen and (max-width: 900px) {
    h4 {
      font-size: 15.6px; } }

h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.28571;
  text-transform: none; }
  @media only screen and (max-width: 900px) {
    h5 {
      font-size: 19.6px; } }

button.h1 {
  font-size: 24px;
  letter-spacing: .38; }

a.image-link {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px; }
  a.image-link:hover {
    transform: scale(1.05); }
  a.image-link:active {
    transform: translateZ(1px); }

.padding-top-generic {
  padding-top: 2rem; }

.generic-margin {
  margin: 1rem; }

.generic-margin-top-bottom {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/** Main Page **/
.jumbotron {
  text-align: center;
  background: white; }
  @media only screen and (min-height: 768px) {
    .jumbotron {
      padding-top: 64px;
      padding-bottom: 68px; } }
  .jumbotron > .container {
    padding-bottom: 2rem; }

.main-page .jumbotron > .no-parts {
  padding: 10% 10% 10% 36%; }

.row.with-parts {
  padding: 4% 10% 0% 10%;
  width: 100%; }

.main-page .only-heading {
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: center;
  text-align-last: center; }
  .main-page .only-heading.__dash:not(div) {
    padding: 2rem .5rem; }
  .main-page .only-heading.__dash:after {
    content: ' ';
    display: block;
    background: #3a3a3a;
    height: 4px;
    width: 60px;
    margin: 0 auto;
    margin-top: .5em;
    margin-bottom: 1em; }
  .main-page .only-heading.__dash.separator-white:after {
    background: #fff; }
  .main-page .only-heading.__dash-left:after {
    margin: 0;
    margin-top: .5em; }

.row > .phone {
  height: 100%; }

.main-page .item-details {
  height: 100%;
  padding: 2rem 8%; }

/** Kunden **/
div.kunden-sub-heading-wrapper {
  text-align: center; }

div.kunden-sub-heading-wrapper > .email {
  padding: 5% 10% 5% 10%; }

/*Banner*/
.banner {
  padding: 20% 4%; }
  .banner.header-banner {
    padding: 0;
    display: table;
    width: 100%;
    height: 100vh;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.4em;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center center;
    text-transform: uppercase;
    color: white; }
    .banner.header-banner.text-dark {
      color: black; }
    @media only screen and (max-width: 900px) {
      .banner.header-banner {
        font-size: 4vmax; } }
    .banner.header-banner > .video-back {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .banner.header-banner > .cell {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: 4;
      width: 100%; }
      .banner.header-banner > .cell > .cell-inner {
        max-width: 1229.4px;
        margin: auto;
        padding: .5em; }
        .banner.header-banner > .cell > .cell-inner > footer {
          font-size: .7em;
          text-transform: unset;
          font-style: normal; }

.item-details > .item-description {
  padding: 10% 2%;
  text-align: left; }

.separator-half {
  border: 2px solid white;
  width: 60px; }

.item-description > p {
  font-size: 20px;
  margin: 20px 0; }

.item-details > .item-link {
  padding: 2.5% 2%;
  text-align: left;
  text-transform: uppercase; }

.item-link > a.button-white-border {
  border: 3px solid white;
  color: white;
  border-radius: 0;
  padding: 2px 30px; }

a.button-white-border > p {
  font-size: 15px;
  margin: 15px 0; }

.menu-logo {
  cursor: pointer; }

.menu-logo img {
  padding: 1.2em 4%; }

/** Work Page **/
/** Social Icons **/
.social {
  padding: 0 43%;
  margin: unset; }

.social-links a {
  color: #8aa1a7; }

@-webkit-keyframes pulse {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1); }
  to {
    opacity: 0;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0); }
  20%,
  60% {
    transform: rotate(-25deg); }
  40%,
  80% {
    transform: rotate(10deg); } }

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table; }

.cbp-so-section:after {
  clear: both; }

/* Text styling */
.cbp-so-section h1 {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-size: 50px; }

.cbp-so-section h1.no-parts {
  width: 50%;
  padding: 0 40%;
  font-size: 65px; }

.cbp-so-section h2 {
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px; }

.cbp-so-section .separator {
  border-bottom: 3px solid darkslategray;
  padding: 2% 0;
  width: 10%; }

.cbp-so-section .separator-right {
  margin-left: 85%; }

.cbp-so-section p {
  font-size: 20px;
  font-weight: 200;
  padding-top: 5%;
  width: 80%; }

/* Sides */
.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3em 4%;
  overflow: hidden;
  min-height: 12em;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.tab-right {
  padding: 3em 4%; }

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
nav.jumbotrons-nav-fixed {
  position: fixed;
  z-index: 9999;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

nav.jumbotrons-nav-fixed a {
  display: block;
  position: relative;
  color: transparent;
  height: 50px; }

nav.jumbotrons-nav-fixed a:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff; }

nav.jumbotrons-nav-fixed a:hover:after {
  background: rgba(255, 255, 255, 0.6); }

nav.jumbotrons-nav-fixed a.cbp-fbcurrent:after {
  background: #fff; }

/** Jobs Page **/
.jobs-page .jobs-banner {
  background: white url("../img/jobs-banner.png") no-repeat center center;
  background-size: cover; }

.jobs-page .jobs-sub-header {
  padding: 2% 5% 8% 10%; }

.jobs-page .jobs-sub-header h1 {
  text-transform: uppercase; }

.offices-block .work-wrapper-flex {
  margin: 0;
  padding: 0; }

.offices-block .flex-child {
  padding: 0; }

.offices-block .text {
  padding: 1rem 5rem 0 5rem;
  color: white;
  text-align: left; }

.offices-block img {
  width: 100%;
  height: 100%; }

.separator-padding {
  margin: 2% 0 8% 0; }

.jobs-page .separator {
  border: 2px solid #3a3a3a;
  width: 60px;
  margin-left: 50%;
  margin-bottom: 2%; }

/** Service Details **/
.service-temp-banner {
  background: white url(../img/services/service1.png) no-repeat center center;
  background-size: cover; }

.container-flex .service-details-heading {
  font-size: 26px;
  text-transform: capitalize; }

.container-flex .left-half.service-details-flex-left {
  flex: 2;
  padding: 8rem 5rem 8rem 15rem; }

.container-flex .right-half.service-details-flex-right {
  flex: 1;
  padding: 8rem 10rem 8rem 1rem; }

.right-half.service-details-flex-right img {
  height: 100%; }

.well.well-lg.transparent {
  position: fixed; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.flex-wrapper {
  display: flex; }

.flex-1-child {
  flex: 1; }

/*.overlay-video.overlay-agentur {
    top: 15%;
}*/
/* Pattern styles */
.container-flex {
  display: flex; }

.left-half {
  flex: 1;
  padding: 8rem 5rem 10em 15rem; }

.left-half article {
  padding-top: 2rem;
  padding-left: 10rem; }

.left-half article.text {
  padding-top: 12rem; }

.left-half article.product-text {
  padding-top: 0;
  padding-left: 0; }

.left-half.extra-top {
  padding-top: 14rem; }

.right-half {
  flex: 1;
  padding: 2rem 5rem 10em 4rem; }

.right-half article.product-device-padding {
  padding-left: 10rem; }

.right-half article.text {
  padding-top: 23.5rem; }

.right-half.tab {
  padding-top: 10rem; }

.right-half.product-tab {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.right-half .product-list {
  margin-bottom: 4rem; }

.right-half article.reduce-margin {
  padding-top: 5rem;
  padding-left: 10rem; }

.right-half.extra-top {
  padding-top: 10rem; }

@media only screen and (max-width: 900px) {
  .news-section {
    padding-top: 40px; } }

/*.container-flex .left-half p {
    padding-right: 10%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
}*/
.container-flex .separator {
  border-bottom: 3px solid #3a3a3a;
  padding: 2% 0;
  width: 60px; }

.product-references-heading {
  color: #363636; }

.separator.separator-white {
  border-bottom: 3px solid white; }

.separator-on-top h1 {
  padding: 2rem 0; }

.camel-case {
  text-transform: capitalize !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.no-margin {
  margin: 0; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-align-last: center; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

.un-hide {
  display: block; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.reset-owl {
  display: flex !important; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.transparent {
  background: transparent;
  border: none; }

/*Text Colours*/
.white {
  color: white; }

.gray-text {
  color: #333; }

.text-red {
  color: #ea362f !important; }

.text-darkslategrey {
  color: darkslategray; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 900px;
  width: calc(100% - 8rem);
  vertical-align: top; }
  @media only screen and (max-width: 900px) {
    .input {
      width: 80%;
      display: block;
      margin-bottom: 0; } }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

/** Input Effects **/
.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #4e4e4e;
  font-weight: 200;
  font-size: 70.25%;
  -webkit-heading-smoothing: antialiased;
  -moz-osx-heading-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

/* Manami */
.input--manami {
  overflow: hidden; }

.input__field--manami {
  width: 100%;
  background: transparent;
  padding: 0.5em;
  margin-bottom: 2em;
  color: #f9f7f6;
  z-index: 100;
  opacity: 0; }

.input__label--manami {
  width: 100%;
  position: absolute;
  text-align: left;
  padding: 0.5em 0;
  pointer-events: none;
  font-size: 1.075em; }
  @media only screen and (max-width: 900px) {
    .input__label--manami {
      font-size: 0.80em; } }

.input__label--manami::before,
.input__label--manami::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0; }

.input__label--manami::before {
  height: 100%;
  opacity: 0.1;
  background: #A8A8A8;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s; }

.input__label--manami::after {
  height: 2px;
  background: #4e4e4e;
  top: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.input__label-content--manami {
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s; }

.input__field--manami:focus,
.input--filled .input__field--manami {
  opacity: 1;
  -webkit-transition: opacity 0s 0.2s;
  transition: opacity 0s 0.2s; }

.input__label--manami::before,
.input__label--manami::after,
.input__label-content--manami,
.input__field--manami:focus,
.input--filled .input__field--manami {
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }

.input__field--manami:focus + .input__label--manami::before,
.input--filled .input__label--manami::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--manami:focus + .input__label--manami::after,
.input--filled .input__label--manami::after {
  opacity: 0; }

.input__field--manami:focus + .input__label--manami .input__label-content--manami,
.input--filled .input__label--manami .input__label-content--manami {
  color: #cbc4c6;
  -webkit-transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
  transform: translate3d(0, 2.2em, 0) scale3d(1, 1, 1); }

.tooltip {
  font-family: inherit; }

.typewriter {
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite; }

/* The typing effect */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent; }
  50% {
    border-color: orange; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/** Button Styles **/
.cus-btn {
  border: none;
  font-family: inherit;
  font-size: inherit !important;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 1rem 2rem;
  display: inline-block;
  margin: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block; }

.cus-btn-1 {
  border: 2px solid #fff;
  color: #fff; }

.cus-btn-1a:focus,
.cus-btn-1a:hover,
.cus-btn-1a:active {
  background: #f5f5f5;
  color: #333;
  text-decoration: none; }

.cus-btn-2 {
  border: 2px solid #313131; }

.cus-btn-1b:hover {
  background: #f5f5f5;
  color: #313131;
  text-decoration: none;
  border-color: #f5f5f5; }

.main-header {
  position: fixed;
  z-index: 100000000;
  text-align: justify;
  background: none;
  color: #4d4d4e;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 1s ease;
  transform: translateZ(0); }
  .main-header:not(.is-sticky) {
    color: white; }
  .main-header.theme-dark:not(.is-sticky) {
    color: #4d4d4e; }
  .main-header.theme-inline {
    position: relative !important; }
  .main-header > .main-header-inner {
    max-width: 1366px;
    margin: 0 auto; }
    .main-header > .main-header-inner > .main-header-links {
      padding: 28px 1rem;
      float: right; }
    @media only screen and (max-width: 1024px) {
      .main-header > .main-header-inner {
        height: auto; }
        .main-header > .main-header-inner > div,
        .main-header > .main-header-inner > div h1,
        .main-header > .main-header-inner > .main-header-links {
          height: auto;
          width: auto;
          display: block;
          text-align: center;
          line-height: 2;
          float: none; } }
  .main-header.white-transparent {
    background: white; }
    .main-header.white-transparent.has-attachment {
      box-shadow: none; }
  .main-header .main-header-logo {
    position: relative;
    top: -1px; }
    .main-header .main-header-logo > img {
      height: 85px;
      display: none; }
  .main-header.theme-dark img.logo-dark {
    display: inline-block; }
  .main-header.theme-white img.logo-white {
    display: inline-block; }
  .main-header.theme-white.has-red-gradient img.logo-white, .main-header.theme-white.has-deeppink-gradient img.logo-white {
    display: none; }
  .main-header.theme-white.has-red-gradient img.logo-full-white, .main-header.theme-white.has-deeppink-gradient img.logo-full-white {
    display: inline-block; }
  .main-header.is-sticky img.logo-dark {
    display: inline-block; }
  .main-header.is-sticky img.logo-white, .main-header.is-sticky img.logo-full-white {
    display: none !important; }

.main-header-inner > div,
.main-header-inner > div::before,
.main-header-inner nav,
.main-header-inner > div h1 {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.main-header-inner > div {
  height: 100%; }

.main-header-inner nav a {
  white-space: nowrap;
  font-size: 1.3rem;
  text-decoration: none; }

.main-header-inner nav a, .social-wrapper a, a.social-link, .send-email-wrapper {
  transition: all .2s ease-in-out;
  display: inline-block; }
  .main-header-inner nav a:hover, .social-wrapper a:hover, a.social-link:hover, .send-email-wrapper:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.3);
    cursor: pointer; }

.award-block {
  transition: all .2s ease-in-out;
  display: inline-block; }
  .award-block:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.3); }

a.location-block-link {
  transition: all .2s ease-in-out;
  display: inline-block; }
  a.location-block-link:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
    cursor: pointer; }

.cards-row .card-wrapper {
  transition: all .2s ease-in-out;
  display: inline-block; }
  .cards-row .card-wrapper:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
    cursor: pointer; }

.main-header-inner nav a:last-child {
  padding-right: 0; }

.menu__link {
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  margin: 0 1.3rem;
  white-space: nowrap;
  font-size: 1.3rem;
  text-decoration: none;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .menu__link:hover, .menu__link:focus, .menu__link:visited {
    outline: none;
    color: inherit; }
  .menu__link.lang {
    text-transform: uppercase;
    margin: 0;
    padding: 0 .2rem;
    position: relative; }
    .menu__link.lang.is-current {
      opacity: .4;
      cursor: default;
      pointer-events: none; }
    .menu__link.lang:last-child {
      border-right: none; }
      .menu__link.lang:last-child:after {
        display: none; }

.pipe-between-lang {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 2px;
  width: 2px;
  height: 19px;
  background: #444; }

.selected-menu-item {
  border-bottom: 3.5px solid crimson; }

.menu-badge {
  background-color: crimson;
  bottom: 55%;
  position: absolute; }

.mobile-menu {
  display: none; }

@media only screen and (max-width: 900px) {
  .main-header {
    display: none; }
  .mobile-menu {
    display: block; }
  .mobile-menu-button-container {
    position: fixed;
    border: none;
    transform: translateZ(0);
    background: white;
    z-index: 10002;
    transform: translateZ(0);
    width: 100%;
    padding: 0.5em;
    padding-top: 0.7em;
    top: 0;
    left: 0; }
    ._opened > .mobile-menu-button-container {
      background: transparent;
      width: auto; }
      ._opened > .mobile-menu-button-container img {
        display: none; }
    .mobile-menu-button-container > .mobile-menu-button {
      position: relative;
      left: -20px;
      width: 32px; }
      .mobile-menu-button-container > .mobile-menu-button input {
        display: block;
        width: 40px;
        height: 32px;
        position: fixed;
        margin: 0 auto;
        padding: 2rem 1rem;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none; }
      .mobile-menu-button-container > .mobile-menu-button span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease; }
      .mobile-menu-button-container > .mobile-menu-button span:first-child {
        transform-origin: 0% 0%; }
      .mobile-menu-button-container > .mobile-menu-button span:nth-last-child(2) {
        transform-origin: 0% 100%; }
      .mobile-menu-button-container > .mobile-menu-button input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(2px, -20px);
        background: #232323; }
      .mobile-menu-button-container > .mobile-menu-button input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2); }
      .mobile-menu-button-container > .mobile-menu-button input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0px, 22.5px); }
    .mobile-menu-button-container img {
      position: absolute;
      margin-left: 50%;
      left: -90px;
      bottom: -10px; }
  .mobile-menu-container {
    position: fixed;
    z-index: 10001;
    text-align: justify;
    background: #efeff0;
    color: #4d4d4e;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 150ms cubic-bezier(1, 0, 0, 1);
    text-align: center; }
    .mobile-menu-container a {
      text-decoration: none; }
      .mobile-menu-container a.main-header-logo {
        position: relative;
        left: -24px; }
    .mobile-menu-container .logo-wrapper-mobile {
      margin: 0 auto;
      width: 8em;
      height: auto; }
    .mobile-menu-container ul {
      list-style: none;
      text-align: center;
      padding: 0; }
    .mobile-menu-container li {
      padding: 10px 0;
      font-size: 22px; }
      .mobile-menu-container li.selected:after {
        position: absolute;
        top: 17%;
        left: 30%;
        width: 40%;
        height: 4px;
        background: crimson;
        content: '';
        transform: translateY(10px); }
    .mobile-menu-container._opened {
      transform: none; } }

.new-footer {
  width: 100%;
  background-image: url("../img/gradient_overlay.png"), linear-gradient(#373737, #363636);
  background-size: cover;
  text-align: center; }
  .new-footer > .inner {
    max-width: 1366px;
    margin: 0 auto; }
    .new-footer > .inner > .email-title {
      font-size: 24px;
      font-weight: 400;
      padding: 2rem 0;
      color: white; }
    .new-footer > .inner > .email-link {
      display: block;
      padding: 1rem;
      font-size: 36px;
      font-weight: 700;
      background: linear-gradient(to right, #e57d6f, #c93333);
      text-transform: uppercase;
      background-clip: text;
      color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .new-footer > .inner > .email-link:hover {
        text-decoration: none; }
    .new-footer > .inner > .social-wrapper, .new-footer > .inner > .links-wrapper {
      width: 50%;
      display: inline-block;
      color: white; }
    .new-footer > .inner > .social-wrapper {
      text-align: left; }
      .new-footer > .inner > .social-wrapper img {
        height: 36px;
        display: inline-block;
        margin: .5rem;
        margin-bottom: 1rem; }
    .new-footer > .inner > .links-wrapper {
      font-size: 18px;
      text-align: right; }
      .new-footer > .inner > .links-wrapper > a {
        display: inline-block;
        color: inherit;
        margin: .5rem; }
        .new-footer > .inner > .links-wrapper > a:hover {
          text-decoration: none; }
    .new-footer > .inner > .gray-line {
      background-color: #515151;
      height: 3px; }

@media only screen and (max-width: 900px) {
  .new-footer > .inner > .email-title {
    font-size: 18px;
    padding-bottom: 0; }
  .new-footer > .inner > .email-link {
    font-size: 23.4px; }
  .new-footer > .inner > .social-wrapper {
    width: 100%;
    text-align: center; }
  .new-footer > .inner > .links-wrapper {
    width: 100%;
    text-align: center; }
    .new-footer > .inner > .links-wrapper > a {
      font-size: 18px; }
  .new-footer > .inner > .gray-line {
    width: 90%;
    margin: 0 auto; } }

.item-details.row > .item-link {
  padding: 0;
  text-align: left;
  text-transform: uppercase; }

.kunden-wrapper {
  max-width: 1366px;
  margin: 0 auto; }
  .kunden-wrapper .col-flex-5-img-row {
    padding: 3% !important; }
  .kunden-wrapper img {
    max-width: 110px;
    height: auto;
    margin: 0 auto; }
  .kunden-wrapper div.clients-not-shown {
    display: none; }
  @media only screen and (max-width: 900px) {
    .kunden-wrapper .owl-panel {
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row-flex;
      flex-direction: row-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .kunden-wrapper .col-flex-5-img-row {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%;
      box-sizing: border-box;
      padding: 10%; } }

.kunden-sub-heading-wrapper {
  padding: 5% 2%; }

.footer-newsletter {
  text-align: center;
  background-image: linear-gradient(#bababd, #efeff0);
  overflow: hidden; }
  .footer-newsletter > .footer-newsletter-inner {
    max-width: 1366px;
    margin: 0 auto; }
  .footer-newsletter .sub-heading {
    font-size: 22px;
    font-weight: 600; }
    @media only screen and (max-width: 900px) {
      .footer-newsletter .sub-heading {
        margin: 1em;
        font-size: 20px;
        font-weight: 300; } }
    @media only screen and (min-width: 1500px) {
      .footer-newsletter .sub-heading {
        margin: 0.5em; } }
    @media only screen and (min-width: 2024px) {
      .footer-newsletter .sub-heading {
        margin: 0; } }
  .footer-newsletter button.send-email-wrapper {
    outline: none;
    background: none;
    border: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    cursor: pointer; }
    .footer-newsletter button.send-email-wrapper:active {
      transform: translateY(1px); }
    .footer-newsletter button.send-email-wrapper > .checkmark {
      display: none;
      opacity: 0;
      position: absolute;
      top: 30%;
      left: 20%;
      animation: submitCheckMark 300ms linear;
      animation-delay: 300ms;
      animation-fill-mode: forwards; }
  .footer-newsletter .input__field {
    color: #444; }
  @media only screen and (max-width: 900px) {
    .footer-newsletter form {
      display: flex; } }
  .footer-newsletter form.__progress input, .footer-newsletter form.__progress button {
    pointer-events: none;
    opacity: .9; }
  .footer-newsletter form.__progress .airplane {
    animation: inProgress 500ms linear;
    animation-iteration-count: infinite; }
  .footer-newsletter form.__success input, .footer-newsletter form.__success button {
    pointer-events: none;
    opacity: .9; }
  .footer-newsletter form.__success .airplane {
    animation: submitSuccess 2s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
  .footer-newsletter form.__success .checkmark {
    display: block; }
  @media only screen and (min-width: 2024px) {
    .footer-newsletter h1 {
      font-size: 65px; }
    .footer-newsletter .sub-heading {
      font-size: 40px; } }

@keyframes inProgress {
  0% {
    transform: translate3d(0px, 0px, 0px); }
  20% {
    transform: translate3d(3px, -2px, 0px); }
  40% {
    transform: translate3d(1px, -3px, 0px); }
  50% {
    transform: translate3d(2px, -3px, 0px); }
  75% {
    transform: translate3d(-1px, 2px, 0px); }
  100% {
    transform: translate3d(0px, 0px, 0px); } }

@keyframes submitSuccess {
  0% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  100% {
    transform: translate3d(500px, -500px, 0px);
    opacity: 0; } }

@keyframes submitCheckMark {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.text-image .service-details-heading {
  font-size: 1.5vw;
  font-weight: 600; }

.text-image p {
  font-size: 1vw;
  font-weight: 400; }

.text-image img {
  width: 100%;
  height: 100%; }

.video-wrapper video {
  width: 100%; }

.video-text-wrapper p {
  font-size: 1vw;
  font-weight: 400; }

.three-parts {
  text-align: center; }

.three-parts .col-flex-xs-4 {
  padding: 2rem; }

.three-parts h1 {
  font-size: 1.5vw;
  font-weight: 700;
  padding-bottom: 2rem; }

.three-parts p {
  font-size: 1vw; }

.three-parts {
  text-align: center; }

.three-parts .col-flex-xs-4 {
  padding: 2rem; }

.cards-with-links {
  padding-bottom: 2rem; }

.external-wrapper {
  padding-top: 1rem; }

.cards-with-links .red-gradient .card-content p.card-text {
  color: #fff; }

.cards-with-links .separator {
  border: 2px solid #3a3a3a;
  width: 60px;
  margin-left: 47%;
  margin-bottom: 3rem; }

.cards-with-links .red-gradient .separator {
  border: 2px solid #fff; }

.cards-with-links .card-content p.card-text {
  -webkit-line-clamp: 2; }

.cards-with-links .card-wrapper .card-content {
  padding: 5rem;
  text-align: center; }

.cards-with-links .red-gradient.card-wrapper .card-content {
  color: white; }

.cards-with-links h1 {
  font-size: 2vw;
  font-weight: 600;
  text-transform: uppercase; }

.cards-with-links .heading-wrapper {
  text-align: center; }

.cards-with-links .heading-wrapper h1 {
  font-size: 2vw;
  font-weight: 600;
  margin: 0 auto;
  padding-bottom: 1rem; }

.cards-with-links .external-link {
  width: 1vw;
  height: 1vw;
  float: right;
  margin-right: 1rem; }

.cards-with-links .external-wrapper a {
  font-size: 1vw;
  padding-left: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: #909095; }

.cards-with-links .red-gradient .external-wrapper a {
  color: white; }

.cards-with-links h1.only-heading.__dash:after {
  margin-top: .5em; }

.cards-with-links .red-gradient .only-heading.__dash:after,
.cards-with-links .only-heading.__dash:after {
  margin-top: 1.5em; }

.cards-with-links .red-gradient .only-heading.__dash:after {
  background: white; }

.cards-with-links .card-content > h4 {
  font-size: 1.5vw; }

.factsheet-section {
  padding: 1rem;
  color: white; }

.factsheet-section .row-flex {
  background-image: url(../img/gradient_overlay.png), linear-gradient(#373737, #363636);
  background-size: cover; }

.factsheet-section img {
  height: 100%; }

.factsheet-section .send-email-wrapper img {
  padding-top: 1rem; }

.factsheet-section .input__field--manami {
  color: white; }

.factsheet-section .input__label {
  color: white; }

.factsheet-section .input__label--manami::after {
  background: white; }

.factsheet-form h1 {
  text-transform: capitalize;
  font-size: 1.5vw;
  padding-bottom: 5rem; }

/** CSS shape-outline: text as a triangle **/
/*Video and Heading*/
.app-page-header {
  position: relative; }

.app-page-header video {
  position: relative;
  z-index: 0; }

.app-page-video-overlay {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/dark-mosaic.png"); }

.app-page-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  font-size: 6vw;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
  line-height: 1.25; }
  .app-page-header-title.no-video {
    font-size: 3vw; }
  .app-page-header-title.more-text {
    font-size: 3vw; }

@media only screen and (max-width: 900px) {
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px; } }

.cbp-so-scroller {
  overflow: hidden;
  margin: unset;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white; }
  .cbp-so-scroller .separator {
    border-color: white !important; }
  @media only screen and (max-width: 900px) {
    .cbp-so-scroller {
      height: 100vh; } }

.cbp-container-flex {
  display: flex;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  align-self: center; }
  .cbp-container-flex.videoless {
    align-items: center; }
  .cbp-container-flex.mobile {
    display: none;
    color: white;
    text-align: center;
    padding: 0;
    height: 100%; }
  @media only screen and (max-width: 900px) {
    .cbp-container-flex.desktop {
      display: none; }
    .cbp-container-flex.mobile {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .cbp-container-flex h1 {
      font-size: 20px; } }
  .cbp-container-flex h1 {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-size: 40px; }
  .cbp-container-flex h2 {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-size: 20px; }
  @media only screen and (max-width: 900px) {
    .cbp-container-flex h1 {
      font-size: 25px; }
    .cbp-container-flex h2 {
      font-size: 19px;
      font-weight: 100; } }
  .cbp-container-flex h3 {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 30px; }
    .cbp-container-flex h3.camel-case {
      font-weight: 600;
      line-height: 1;
      font-size: 30px;
      color: #515153; }
  .cbp-container-flex p {
    font-size: 20px;
    font-weight: 200;
    padding-top: 5%; }
  .cbp-container-flex .separator {
    border-bottom: 3px solid #3a3a3a;
    padding: 2% 0;
    width: 60px; }
  .cbp-container-flex article.cbp-text {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .cbp-container-flex article.cbp-text > .cbp-puller {
      height: 100%; }
    .cbp-container-flex article.cbp-text .cus-btn {
      margin-top: 20px;
      margin-bottom: 0; }
  .cbp-container-flex article.cbp-mobile {
    text-align: center;
    font-size: 0; }
    .cbp-container-flex article.cbp-mobile img {
      max-width: 100%; }
  .cbp-container-flex > .cbp-left-half,
  .cbp-container-flex > .cbp-right-half {
    flex: 1; }

.cbp-left-half > article.cbp-text {
  padding-left: 5vw; }

.cbp-right-half article.cbp-text {
  padding-right: 5vw; }

.separator.separator-white {
  border-bottom: 3px solid white; }

/*Background Colours*/
.whitesmoke {
  background-color: whitesmoke;
  color: #333; }
  .whitesmoke .separator {
    border-color: #333 !important; }
  .whitesmoke h1:after {
    background: #333 !important; }

.royalblue {
  background-color: royalblue; }

.white-background {
  background-color: white; }

.hot-pink {
  background-color: hotpink; }

.dark-slate-gray {
  background-color: darkslategray; }

.dark-orange {
  background-color: darkorange; }

.lawn-green {
  background-color: lawngreen; }

.dodger-blue {
  background-color: dodgerblue; }

.medium-violet-red {
  background-color: mediumvioletred; }

.darkblue-gradient {
  background: radial-gradient(#2075ab, #215692); }

.blue-gradient {
  background: radial-gradient(#2cadda, #2e87c3); }

.pink-gradient {
  background: radial-gradient(#f38dae, #e1668b); }

.gray-gradient {
  background: radial-gradient(#4d4d4e, #333333); }

.orange-gradient {
  background: radial-gradient(#f1b23d, #e9882d); }

.green-gradient {
  background: radial-gradient(#1eab83, #1f9173); }

.deeppink-gradient {
  background: radial-gradient(#e15962, #b13d5b); }

.red-gradient {
  background: radial-gradient(#f0455c, #c91324); }

.awardBannerCarouselContainer {
  background: #BF5762;
  overflow: hidden;
  padding: 50px 10vw;
  height: 100vh;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .awardBannerCarouselContainer {
      padding: 30px 0px; } }
  .awardBannerCarouselContainer .owl-nav > button {
    color: white !important;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid white !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 50% !important;
    z-index: 999 !important;
    outline: none; }
    .awardBannerCarouselContainer .owl-nav > button > svg {
      vertical-align: middle;
      position: relative;
      top: -3px;
      left: 1px; }
    .awardBannerCarouselContainer .owl-nav > button.disabled {
      opacity: .1;
      pointer-events: none; }
    .awardBannerCarouselContainer .owl-nav > button.owl-prev {
      left: 10px; }
    .awardBannerCarouselContainer .owl-nav > button.owl-next {
      right: 10px; }
  .awardBannerCarouselContainer .owl-dots {
    position: absolute;
    bottom: 4%;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%); }
    .awardBannerCarouselContainer .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      margin: 0 10px; }
      .awardBannerCarouselContainer .owl-dots .owl-dot.active {
        background-color: white; }
  .awardBannerCarouselContainer .awardBannerCarousel {
    max-width: 960px;
    margin: auto; }
  .awardBannerCarouselContainer .awardBannerCarouselItem {
    position: relative; }
    .awardBannerCarouselContainer .awardBannerCarouselItem > img {
      object-fit: cover; }
    .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.5); }
      .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__caption {
        height: 60%;
        padding: 0 10%;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__caption h1 {
          font-size: 46px;
          color: white;
          text-shadow: 0px 0px 2px black;
          text-align: center;
          line-height: 1.5; }
          @media only screen and (max-width: 900px) {
            .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__caption h1 {
              font-size: 4vmax; } }
      .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__button {
        color: #fff; }
        .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__button div {
          align-self: flex-end; }
          .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__button div .cus-btn-3 {
            font-weight: 600;
            background-color: rgba(116, 116, 116, 0.3);
            text-decoration: none;
            border: 1px solid #fff;
            padding: 1.1rem 3rem !important;
            margin-bottom: 20px; }
            .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__button div .cus-btn-3:hover {
              background: #333;
              color: #fff; }
            @media only screen and (max-width: 900px) {
              .awardBannerCarouselContainer .awardBannerCarouselItem .__text-layer .__button div .cus-btn-3 {
                font-size: 16px;
                border: none;
                background: none; } }

.awardBannerNew {
  display: flex;
  background-color: #4D4D4E; }
  .awardBannerNew .background {
    flex: 40%;
    text-align: center; }
    .awardBannerNew .background img {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      object-fit: cover;
      position: relative;
      top: -1px; }
  .awardBannerNew.black-border {
    border-top: 1px solid black; }
  .awardBannerNew .award-info {
    flex: 60%;
    color: #ffffff;
    margin: 0 auto;
    padding: 30px 0;
    display: flex; }
    .awardBannerNew .award-info .left-side {
      flex: 60%;
      text-align: center;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .awardBannerNew .award-info .left-side img {
        width: 100px; }
      .awardBannerNew .award-info .left-side h1 {
        font-size: 35px;
        font-weight: 600;
        text-align: left; }
      .awardBannerNew .award-info .left-side p {
        text-align: justify;
        align-self: flex-end;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        margin-top: 20px; }
      @media only screen and (min-width: 1380px) {
        .awardBannerNew .award-info .left-side {
          justify-content: start; }
          .awardBannerNew .award-info .left-side h1 {
            font-size: 40px; }
          .awardBannerNew .award-info .left-side p {
            font-size: 16px;
            line-height: 22px; } }
      @media only screen and (min-width: 1600px) {
        .awardBannerNew .award-info .left-side {
          padding: 0 40px; }
          .awardBannerNew .award-info .left-side h1 {
            font-size: 42px; }
          .awardBannerNew .award-info .left-side p {
            font-size: 18px;
            line-height: 28px; } }
    .awardBannerNew .award-info .right-side {
      display: flex;
      flex-direction: column;
      flex: 40%;
      padding: 15px;
      text-align: left; }
      .awardBannerNew .award-info .right-side img {
        width: 60%; }
      .awardBannerNew .award-info .right-side .background-button {
        flex: 100%;
        color: #fff;
        display: flex; }
        .awardBannerNew .award-info .right-side .background-button div {
          align-self: flex-end;
          position: relative;
          left: -5px; }
          .awardBannerNew .award-info .right-side .background-button div .cus-btn-3 {
            font-weight: 600;
            background-color: #747474;
            text-decoration: none;
            border: 1px solid #fff;
            padding: 1.1rem 3rem !important;
            margin-bottom: 20px; }
            .awardBannerNew .award-info .right-side .background-button div .cus-btn-3:hover {
              background: #333;
              color: #fff; }
  @media only screen and (max-width: 1050px) {
    .awardBannerNew {
      flex-direction: column;
      margin-bottom: 0; } }
  @media only screen and (max-width: 650px) {
    .awardBannerNew .award-info {
      flex-direction: column; }
      .awardBannerNew .award-info .background-button {
        margin-top: 10px; } }

.sub-header {
  background: inherit;
  color: #a8b9bb;
  width: 100%;
  text-align: center; }
  .sub-header:after {
    content: '';
    display: inline-block; }
  .sub-header .sub-header-item {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    height: 100%; }
    .sub-header .sub-header-item:before {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      content: '';
      height: 100%; }
    .sub-header .sub-header-item h1 {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin: 4px .8em;
      font-size: 1em;
      font-weight: 600;
      cursor: pointer;
      transition: opacity 0.3s, transform 0.3s;
      transform: translateY(10px);
      text-transform: uppercase;
      line-height: 1.6em; }
      .sub-header .sub-header-item h1:hover {
        color: darkslategray; }
        .sub-header .sub-header-item h1:hover:after {
          opacity: 1;
          transform: translateY(0px); }
      .sub-header .sub-header-item h1:focus {
        color: darkslategray; }
        .sub-header .sub-header-item h1:focus:after {
          opacity: 1;
          transform: translateY(0px); }
      .sub-header .sub-header-item h1:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background: crimson;
        content: '';
        opacity: 0;
        transition: opacity 0.3s, transform 0.3s;
        transform: translateY(10px); }
      .sub-header .sub-header-item h1.selected {
        color: #4d4d4e; }
      .sub-header .sub-header-item h1.selected:after {
        opacity: 1 !important;
        transform: translateY(0px) !important; }
  .sub-header nav {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .sub-header nav a {
      padding: 0 0.6em;
      white-space: nowrap; }
      .sub-header nav a:last-child {
        padding-right: 0; }

/** Effect sub-header: bottom line slides/fades in **/
.selected-sub-header-item {
  color: darkslategray !important; }
  .selected-sub-header-item:after {
    opacity: 1 !important;
    transform: translateY(0px) !important; }
  .selected-sub-header-item selected:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: crimson;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px); }

.filter-items > .row-flex {
  justify-content: center; }

.filter-item {
  margin: 2rem;
  padding: unset; }

/** Card **/
.card {
  cursor: pointer; }

.card img {
  width: 100%; }

.card-block {
  background: #fff;
  padding: 35px 16px;
  display: flex;
  flex-wrap: wrap; }

/*.card-text {
    flex: 1 100%;
    font-size: 1.5em !important;
    font-weight: 600 !important;
    color: #909095;
}*/
.card-title {
  font-weight: 700;
  font-size: 34px;
  flex-grow: 0;
  width: 100%; }

.card-flex-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.card-individual {
  flex: 0 1 33%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 2.5rem;
  margin-right: 1.5rem;
  margin-left: 3.25rem;
  background: white; }

.card-wrapper {
  background: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem; }

.card-wrapper a:hover {
  text-decoration: none; }

.card-wrapper picture {
  border: none; }

.card-wrapper img {
  width: 100%; }

.card-wrapper .card-content {
  text-align: center;
  padding: 0rem 1.5rem; }

.card-content h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none;
  color: #313131; }

.card-content p.card-text {
  font-size: 16px;
  color: #909095;
  overflow: hidden;
  text-decoration: none; }

.card-content p.card-text.text-overflow {
  overflow: unset;
  -webkit-line-clamp: unset; }

@media only screen and (max-width: 900px) {
  .card-wrapper {
    margin: 1rem auto; } }

.mobile-card-wrapper {
  display: none; }

.mobile-btn-inline {
  display: none; }

.desktop-section {
  display: block; }
  .desktop-section.not-block {
    display: flex; }

@media only screen and (max-width: 900px) {
  .mobile-card-wrapper {
    display: block; }
    .mobile-card-wrapper .img-responsive {
      width: 100%; }
  .mobile-btn-inline {
    display: inline-block; }
  .desktop-section {
    display: none; }
    .desktop-section.not-block {
      display: none; } }

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

.smartphone-portrait {
  display: inline-block;
  padding: 55px 2% 15px 2%;
  border-radius: 30px;
  border: 2px solid #E0E0E0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  /*box-shadow: inset 0px 0px 0px -4px rgba(255, 255, 255, 0.1), 1px 1px 6px rgba(0, 0, 0, 0.05), 1px 1px 8px rgba(0, 0, 0, 0.07);*/ }
  @media only screen and (max-width: 900px) {
    .smartphone-portrait {
      padding: 30px 2% 10px; } }
  .smartphone-portrait > .smartphone-video-container > video {
    max-height: 70vh; }
  @media only screen and (max-width: 900px) {
    .smartphone-portrait > .smartphone-video-container > video {
      max-height: 50vh; } }

.smartphone-landscape {
  padding: 2% 55px;
  border-radius: 30px;
  border: 2px solid #E0E0E0;
  width: 90%;
  float: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  /*box-shadow: inset 0px 0px 0px -4px rgba(255, 255, 255, 0.1), 1px 1px 6px rgba(0, 0, 0, 0.05), 1px 1px 8px rgba(0, 0, 0, 0.07);*/ }

.tablet-portrait {
  padding: 65px 2%;
  border-radius: 30px;
  border: 2px solid #E0E0E0;
  width: 100%;
  float: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  /*box-shadow: inset 0px 0px 0px -4px rgba(255, 255, 255, 0.1), 1px 1px 6px rgba(0, 0, 0, 0.05), 1px 1px 8px rgba(0, 0, 0, 0.07);*/ }

.tablet-landscape {
  padding: 2rem 3rem 2rem 3rem;
  border-radius: 30px;
  border: 2px solid #E0E0E0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  /*box-shadow: inset 0px 0px 0px -4px rgba(255, 255, 255, 0.1), 1px 1px 6px rgba(0, 0, 0, 0.05), 1px 1px 8px rgba(0, 0, 0, 0.07);*/ }

.tablet-landscape img {
  width: 100%; }

.tablet-right {
  padding: 8rem 5rem; }

.mob-button-right {
  background-color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #E0E0E0;
  margin: 0 auto;
  margin-top: 1rem; }
  @media only screen and (max-width: 900px) {
    .mob-button-right {
      margin-top: 10px;
      width: 30px;
      height: 30px; } }

.mob-button-hack {
  margin-top: 5%; }

.mob-button-left {
  background-color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #E0E0E0;
  margin-top: 1rem;
  margin-left: 8rem; }

.mob-button-tab-left {
  background-color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #E0E0E0;
  position: relative;
  left: 480px;
  top: 190px; }

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer; }
  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */ }
    .grid figure figcaption:before, .grid figure figcaption:after {
      pointer-events: none; }
    .grid figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0; }
    .grid figure h2 span {
      font-weight: 800; }
  .grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%; }

/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: ''; }

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

.app-list {
  max-width: 1366px;
  margin: 0 auto;
  font-size: 0;
  text-align: justify; }
  .app-list:after {
    content: ' ';
    width: 100%;
    display: inline-block; }
  .app-list > .app-item {
    text-align: left;
    display: inline-block;
    text-decoration: none;
    width: 49.5%;
    transition: transform 200ms linear;
    color: white;
    margin-bottom: 1%; }
    .app-list > .app-item h1 {
      text-transform: unset;
      font-weight: 600; }
    .app-list > .app-item h2 {
      text-transform: unset; }
    @media only screen and (max-width: 900px) {
      .app-list > .app-item {
        width: 100%; }
        .app-list > .app-item h1, .app-list > .app-item h2 {
          font-weight: 100; } }
    .app-list > .app-item:hover {
      transform: scale(1.02); }
    .app-list > .app-item > .app-item-ratio {
      padding-bottom: 56.25%;
      position: relative; }
      .app-list > .app-item > .app-item-ratio > .app-item-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
        .app-list > .app-item > .app-item-ratio > .app-item-inner > .pull-height {
          display: inline-block;
          vertical-align: middle;
          height: 100%; }
        .app-list > .app-item > .app-item-ratio > .app-item-inner > .left {
          display: inline-block;
          vertical-align: middle;
          width: 60%;
          box-sizing: border-box;
          padding-left: 5%;
          max-height: 100%;
          overflow: auto; }
          .app-list > .app-item > .app-item-ratio > .app-item-inner > .left > h1:after {
            content: ' ';
            display: block;
            width: 30%;
            height: 3px;
            background: white;
            margin-top: .5em;
            margin-bottom: .5em; }
          .app-list > .app-item > .app-item-ratio > .app-item-inner > .left > h1 {
            font-size: 30px; }
          .app-list > .app-item > .app-item-ratio > .app-item-inner > .left > h2 {
            font-size: 18px; }
          @media only screen and (max-width: 900px) {
            .app-list > .app-item > .app-item-ratio > .app-item-inner > .left > h1 {
              font-size: 16px; }
            .app-list > .app-item > .app-item-ratio > .app-item-inner > .left > h2 {
              font-size: 9.6px; } }
        .app-list > .app-item > .app-item-ratio > .app-item-inner > .right {
          display: inline-block;
          vertical-align: middle;
          width: 40%; }

.work-page-header-video > video {
  width: 100%; }

.work-page.jumbotron {
  background: #f9f9f9; }

.work-page .work-banner {
  background: white url(../img/work-banner.png) no-repeat center center;
  background-size: cover; }

.work-page .navigation {
  padding: 1% 0 2% 5%; }

.work-page .navigation > nav {
  background-color: inherit;
  border: none; }

.work-page h1 {
  text-transform: unset;
  font-weight: 600; }

.work-page h2 {
  text-transform: unset; }

.work-menu-wrapper {
  padding: 0 0 0 5%; }

.work-menu-item {
  color: gray;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  height: 2%; }

.work-menu-item > a {
  text-decoration: none;
  font-size: 12px; }

.work-menu-item:hover {
  border-bottom: 3.5px solid crimson; }

.video-back {
  position: absolute;
  top: 0;
  width: 100%; }

.no-padding {
  padding: unset; }

.no-border-background {
  border: none;
  background: none; }

.ha-header-small > nav {
  margin: unset;
  opacity: 0.25; }

.smartphone-right {
  margin-left: 30%; }

.work-wrapper-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: .5rem; }

.flex-child {
  flex: 1 0 50%;
  padding: 2rem; }

.work-page header.sub-header {
  overflow: auto;
  position: sticky;
  width: 100%;
  top: 83px;
  padding-bottom: 1em;
  z-index: 99;
  transform: translateZ(0);
  transition: background-color 1s ease; }
  .work-page header.sub-header.is-sticky {
    color: #4d4d4e;
    background-color: white;
    padding-bottom: 0; }
  .work-page header.sub-header > .sub-header-inner {
    max-width: 1366px;
    margin: 0 auto; }
  @media only screen and (max-width: 900px) {
    .work-page header.sub-header {
      top: 0px;
      background-color: white;
      white-space: nowrap;
      /*padding-top: 32px; ---- Commented because design team wanted to reduce the top spacing*/ }
      .work-page header.sub-header:after {
        display: none; }
      .work-page header.sub-header h1 {
        margin: 4px .5em; } }

/** Agentur Page **/
.owl-carousel {
  display: block; }

.agentur-page .agentur-banner {
  background: white url(../img/Team.jpg) no-repeat center bottom;
  background-size: cover; }

.seperator-heading {
  border: 2px solid #313131;
  position: absolute;
  top: 86px;
  left: 47.5%;
  width: 60px; }

.agentur-page .parts .seperator-heading {
  top: unset; }

.separator-white {
  border-color: white !important; }

.agentur-page .row-flex {
  justify-content: space-evenly; }
  @media only screen and (max-width: 900px) {
    .agentur-page .row-flex {
      display: block;
      margin: 0; } }

.agentur-page .parts.success-block > .circle-outer {
  max-width: 280px;
  margin: 0 auto; }

@media only screen and (max-width: 900px) {
  .agentur-page .parts {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto; }
    .agentur-page .parts.chef-block, .agentur-page .parts.location-block {
      width: 80%; }
    .agentur-page .parts.success-block {
      width: 70%; } }

.agentur-page .about-block .content {
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
  margin-top: 1.5em; }

.circle {
  position: relative; }
  .circle > .centerized {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .circle > .centerized > .cell {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: 4;
      width: 100%; }

.agentur-page .parts .circle-sub-text {
  font-weight: 600;
  color: #313131;
  text-transform: none;
  margin-top: unset; }

.agentur-page .circle .seperator-heading {
  position: inherit;
  left: unset;
  top: unset;
  margin-left: 40.5%;
  border-color: #313131 !important;
  margin-top: 2rem; }

.agentur-page .parts .circle-content {
  font-weight: 600; }

.agentur-page .circular-picture-wrapper {
  margin: 0 auto 40px auto;
  max-width: 70vw; }

.agentur-page .jumbotron .container {
  max-width: 1366px;
  margin: 0 auto;
  box-sizing: border-box; }

.xing-wrapper {
  padding-left: 8rem;
  padding-right: 0; }

.linkedin-wrapper {
  padding-left: 0; }

.chefs {
  padding-bottom: 0; }

.chefs .container {
  padding-bottom: 0; }

.chefs .container .row {
  padding-bottom: 0; }

/** Circle **/
.circle {
  width: 100%;
  height: 0;
  line-height: 200px;
  border-radius: 50%;
  padding-bottom: 100%;
  /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto 40px; }

.circle.blue {
  background-color: #3498db; }

.circle.green {
  background-color: #16a085; }

.circle.red {
  background-color: #e74c3c; }

.circle.white {
  background-color: #fff; }

.circular-picture {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%; }

.rectangle {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 150px;
  overflow: hidden;
  border-radius: 1%;
  padding-bottom: 1%; }

.img-responsive.img-centered {
  display: inline-block; }

.awards-list > .parts {
  margin-bottom: 2rem; }

.awards-list img {
  max-width: 90px !important;
  display: inline-block !important; }

.awards-list a {
  color: inherit; }
  .awards-list a:hover {
    text-decoration: none; }

.agentur-page .social-links {
  text-align: center; }
  .agentur-page .social-links > .social-link {
    display: inline-block;
    margin: 5px 10px; }

a.location-block-link:hover {
  text-decoration: none; }

/** Product Page **/
.product-page > nav > .container-fluid {
  background-color: white; }

.product-page > nav product-back > a {
  color: darkslategray; }

.product-page > nav .product-back {
  padding: 1% 0; }

.product-details-wrapper {
  color: #515153; }

.product-details-wrapper > .row.no-margin {
  padding: 2% 9% 0% 9%;
  text-align: left; }

.product-details-wrapper > .row.no-margin h2 {
  font-weight: 600; }

.product-page-description {
  text-align: left !important; }
  .product-page-description ul {
    padding: .5em 1.3em;
    font-size: large; }

.taglist.comma-separated {
  display: inline;
  list-style: none; }

.taglist.comma-separated > li {
  display: inline; }

.taglist.comma-separated > li:after {
  content: ", "; }

.taglist.comma-separated > li:last-child:after {
  content: ""; }

.taglist.list {
  padding: 2% 0% 0% 5%; }

.taglist.icon {
  display: inline;
  list-style: none;
  font-size: 3.5em;
  color: darkgray; }

.taglist.icon > li {
  display: inline;
  cursor: pointer; }

.taglist.icon > li:after {
  content: " "; }

.taglist.icon > li:last-child:after {
  content: ""; }

.row.similar-references-wrapper {
  padding: 2% 9% 0% 10%;
  width: 100%; }

.row.similar-references-wrapper > div {
  padding: unset;
  text-align: left; }

.row.similar-references-wrapper > .similar-refrences-separator {
  border: 2px solid darkslategray;
  width: 4%; }

.row.similar-references-wrapper h1 {
  text-transform: uppercase;
  text-align: -webkit-left;
  font-size: 40px;
  font-weight: 600; }

.cbp-so-scroller {
  position: relative;
  padding: 5px 0;
  box-sizing: border-box; }
  .cbp-so-scroller.product-page-banner {
    color: #4d4d4e;
    padding: 5rem 1rem;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    align-self: center; }
    .cbp-so-scroller.product-page-banner .blocks {
      margin: 0vw 3vw;
      text-align: center; }
      .cbp-so-scroller.product-page-banner .blocks.left {
        width: 30%;
        flex: none;
        margin: 0 auto; }
      .cbp-so-scroller.product-page-banner .blocks .cbp-text {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.4em;
        font-style: italic; }
      .cbp-so-scroller.product-page-banner .blocks .author {
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 1.5em; }
  @media only screen and (max-width: 900px) {
    .cbp-so-scroller {
      display: block; }
      .cbp-so-scroller.product-page-banner .blocks .cbp-text {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.4em;
        font-style: italic; }
      .cbp-so-scroller.product-page-banner .blocks .author {
        font-size: 19px;
        font-weight: 100; }
      .cbp-so-scroller .heading-block.referenzen-details-heading.no-video {
        position: relative;
        top: -10px; }
        .cbp-so-scroller .heading-block.referenzen-details-heading.no-video h1 {
          margin-top: 0; }
      .cbp-so-scroller .heading-block h1,
      .cbp-so-scroller .heading-block h2 {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }
      .cbp-so-scroller .heading-block h1 {
        bottom: 20%; }
      .cbp-so-scroller .heading-block h2 {
        bottom: 15%; } }

.product-page-outer {
  background: white; }

.product-page-text h3 {
  padding-top: 1em; }

.product-page-description {
  font-size: 20px;
  font-weight: 200;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 90vh; }

.product-description-awards .product-description-award-item {
  text-align: center; }
  .product-description-awards .product-description-award-item img {
    max-height: 120px; }
  .product-description-awards .product-description-award-item p {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 19px; }

.application-meta-aside ul.icons {
  list-style: none;
  padding: 0; }
  .application-meta-aside ul.icons > li {
    display: inline-block; }

.press-items {
  padding: 0;
  list-style: none; }
  .press-items > li {
    max-width: 320px; }
  .press-items .product-press-item {
    background: white;
    color: black;
    font-size: 14px;
    display: table-row; }
    .press-items .product-press-item > .product-press-text {
      display: table-cell;
      vertical-align: top;
      width: 60%;
      padding: 5px 10px;
      box-sizing: border-box; }
      .press-items .product-press-item > .product-press-text > .subtitle {
        color: #555;
        padding-top: .5em;
        font-size: .8em; }
    .press-items .product-press-item > .product-press-image {
      display: table-cell;
      width: 40%;
      box-sizing: border-box;
      padding: 5px 10px; }
      .press-items .product-press-item > .product-press-image > img {
        max-width: 100%; }
    .press-items .product-press-item:hover {
      text-decoration: none; }
      .press-items .product-press-item:hover .text {
        text-decoration: underline; }

.references-heading-outer {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 27px; }

.references-list-outer {
  padding-bottom: 27px; }

._mobile {
  display: none; }

@media only screen and (max-width: 900px) {
  ._desktop {
    display: none; }
  ._mobile {
    display: block;
    margin: 1rem; }
  .product-page-description .only-heading {
    text-align: left;
    text-align-last: left; }
    .product-page-description .only-heading.__dash:after {
      margin: 0; } }

.owl-awards img {
  width: auto !important;
  display: inline-block !important; }

.jobs-page-content {
  max-width: 1366px;
  margin: auto; }

.job-benefits-wrapper .benefit {
  width: 100px; }

.job-benefits-wrapper {
  padding: 4em .5em;
  padding-bottom: 3em; }
  .job-benefits-wrapper h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    text-transform: none; }
  .job-benefits-wrapper h2 {
    color: #313131;
    font-weight: 300;
    margin: 2em 1em; }
  .job-benefits-wrapper h6 {
    color: #939398;
    text-transform: uppercase; }

.job-benefit-icons {
  font-size: 18px;
  font-weight: 200; }

.row-flex.owl-carousel .benefit-item-outer .benefit-back {
  display: none; }

.row-flex.owl-carousel.off .benefit-item-outer {
  padding: unset;
  min-height: 218.56px; }
  .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      position: relative;
      width: 100%; }
      .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-label {
        /* min 2 lines: bodies line height is 1.3 */
        min-height: 2.6em;
        padding: 0 5px; }
      .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-front {
        transition: transform 200ms ease-out; }
      .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-back {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: radial-gradient(rgba(200, 71, 71, 0.9), #C84747);
        color: white;
        position: absolute;
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        font-weight: 600;
        display: none;
        transform: scale(0);
        transform-origin: center center;
        animation: benefit-back-show 200ms ease-in;
        animation-delay: 100ms;
        animation-fill-mode: forwards; }
        .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-back .benefit-text-outer {
          height: 100%;
          width: 100%;
          display: table; }
        .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-back .benefit-text-inner {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          padding: 5px; }
        .row-flex.owl-carousel.off .benefit-item-outer > .benefit-item > .cell .benefit-back .benefit-text {
          transform: translateY(10px);
          opacity: .4;
          animation: benefit-back-text-show 200ms ease-out;
          animation-delay: 300ms;
          animation-fill-mode: forwards; }
  .row-flex.owl-carousel.off .benefit-item-outer:hover .benefit-front {
    transform: translateY(10px); }
  .row-flex.owl-carousel.off .benefit-item-outer:hover .benefit-back {
    display: block !important; }

.reduced-jobs-icons {
  margin-bottom: 1em;
  padding: unset;
  position: relative; }
  .reduced-jobs-icons img {
    display: inline-block;
    max-height: 56px;
    margin-bottom: 25px; }

.jobs-page .col-flex-xs-4 {
  margin-bottom: 20px; }

.jobs-page .card-wrapper {
  height: 100%;
  width: 100%; }

@media only screen and (max-width: 900px) {
  .job-benefit-icons-inner .owl-panel {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-flex;
    flex-direction: row-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .job-benefit-icons-inner .col-flex-5-img-row {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 3%; }
  .job-benefit-icons-inner img.benefit {
    display: inline-block;
    width: auto; } }

@keyframes benefit-back-show {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes benefit-back-text-show {
  from {
    transform: translateY(10px);
    opacity: .4; }
  to {
    transform: translateY(0px);
    opacity: 1; } }

/** Job Details **/
.job-details-outer .cell-inner {
  font-style: italic;
  font-weight: 400;
  text-transform: initial; }

.jobs-details-subtitle {
  color: #909095; }

.job-info {
  /* fix parent down shift */
  margin-top: -1px !important;
  padding-top: 1px !important;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .job-info ul {
    padding: .5em 1.3em;
    line-height: 1.6; }
    @media only screen and (max-width: 900px) {
      .job-info ul {
        font-size: 14px; } }
  .jumbotron .job-info p {
    font-size: 1em; }
  .job-info h1,
  .job-info h2,
  .job-info h3 {
    padding-top: 1em; }
  .job-info > .heading-wrapper {
    text-align: center; }
  .job-info > .container-flex {
    max-width: 1366px;
    margin: 0 auto;
    padding: 1em; }
  .job-info .job-description {
    padding-right: 3em; }
  .job-info .job-meta-aside > .job-meta-aside-block .circular-picture-wrapper > img {
    max-width: 60%;
    height: auto; }
  .job-info .job-meta-aside > .job-meta-aside-block div.circle-sub-text {
    margin-top: 5px; }
  .job-info .jobs-company-applause img {
    width: 30%;
    display: inline-block; }

.job-info .font-wrapper {
  font-size: 40px;
  text-transform: uppercase;
  padding: 5%;
  font-weight: 700; }

.job-info .separator {
  border: 2px solid #3a3a3a;
  width: 60px;
  margin-left: 47%; }

.recruiting-video {
  margin-top: 20px;
  width: 100%; }

@media only screen and (max-width: 900px) {
  .job-info .row-flex {
    width: 100%;
    max-width: 100%; }
  .col-flex-xs-4.job-meta-aside,
  .col-flex-xs-8.job-description {
    display: block;
    width: 100%;
    max-width: 100%;
    flex-basis: unset; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .col-flex-xs-4.job-meta-aside p,
    .col-flex-xs-8.job-description p {
      font-size: 16px; } }

.kontakt-page {
  max-width: 1366px;
  margin: 0 auto; }

.kontakt-banner {
  background: white url("../img/contact/Header_Kontakt.png") no-repeat center center;
  background-size: cover; }

.kontakt-details {
  text-align: center;
  font-size: 36px; }
  @media only screen and (max-width: 900px) {
    .kontakt-details {
      font-size: 28px; } }
  .kontakt-details h3.kontakt-header, .kontakt-details h3.sub-heading {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    text-transform: none;
    text-align: center; }
  .kontakt-details h3.kontakt-header {
    padding: 4em .5em;
    padding-bottom: 0; }
    .kontakt-details h3.kontakt-header > p {
      margin: 0; }
  .kontakt-details h3.sub-heading {
    padding: 3em .5em; }
  .kontakt-details .kontakt-links {
    padding-bottom: 1em; }
    @media only screen and (max-width: 900px) {
      .kontakt-details .kontakt-links {
        margin: 10% 2%; } }
    .kontakt-details .kontakt-links a {
      font-weight: 600;
      font-size: .8em;
      color: #505050; }

@media only screen and (max-width: 600px) {
  .kontakt-location-outer {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 1rem auto; } }

.kontakt-map-container {
  position: relative; }

.kontakt-wrapper {
  background: white;
  margin: 5% auto;
  margin-top: 0;
  box-shadow: 0px 3px 8px #c4c4c4;
  display: flex;
  flex-wrap: wrap; }
  .kontakt-wrapper div {
    flex: 0 50%; }
  @media only screen and (max-width: 1024px) {
    .kontakt-wrapper div {
      flex: 0 100%; } }

.kontakt-wrapper:hover {
  box-shadow: 0px 3px 8px #cccccc; }

.kontakt-card-content {
  text-align: center; }
  .kontakt-card-content h2 {
    color: #4d4d4f; }
  .kontakt-card-content p {
    color: #919498;
    font-weight: 600; }
  @media only screen and (min-width: 1025px) {
    .kontakt-card-content {
      position: relative; }
      .kontakt-card-content div {
        width: 100%;
        position: absolute;
        bottom: 10px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .kontakt-card-content div {
      bottom: 0; }
      .kontakt-card-content div a {
        padding: 0.8rem 2rem; } }

.salesforce-form {
  background: white;
  margin: 5% auto;
  margin-top: 0;
  box-shadow: 0px 3px 8px #c4c4c4; }
  @media only screen and (max-width: 900px) {
    .salesforce-form {
      margin: 1rem .5em; } }
  .salesforce-form .input__field, .salesforce-form .input__label {
    float: none; }
  .salesforce-form .input--control {
    overflow: hidden; }
  .salesforce-form .input_wrapper {
    position: relative; }
  .salesforce-form .input__field--control {
    width: 100%;
    background: transparent;
    padding: 0.5em;
    color: #444;
    z-index: 100;
    opacity: 0; }
  .salesforce-form .input__field--control:invalid:not(:focus) {
    background: #e57d6f; }
  .salesforce-form .input__label--control {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0.5em 0;
    pointer-events: none;
    font-size: 1.075em;
    height: calc(100%);
    margin: 0; }
    @media only screen and (max-width: 900px) {
      .salesforce-form .input__label--control {
        font-size: 0.80em; } }
  .salesforce-form .input__label--control::before,
  .salesforce-form .input__label--control::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0; }
  .salesforce-form .input__label--control::before {
    height: 100%;
    opacity: 0.1;
    background: #A8A8A8;
    top: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.2s;
    z-index: 1; }
  .salesforce-form .input__label--control::after {
    height: 1px;
    background: #4e4e4e;
    bottom: 0px;
    transition: opacity 0.2s;
    z-index: 2; }
  .salesforce-form .input__label-content--control {
    padding: 0;
    transform-origin: 0 0;
    transition: transform 0.2s, color 0.2s, font-size 0.2s; }
  .salesforce-form .input__field--control:focus,
  .salesforce-form .input--filled .input__field--control {
    opacity: 1;
    -webkit-transition: opacity 0s 0.2s;
    transition: opacity 0s 0.2s; }
  .salesforce-form .input__label--control::before,
  .salesforce-form .input__label--control::after,
  .salesforce-form .input__label-content--control,
  .salesforce-form .input__field--control:focus,
  .salesforce-form .input--filled .input__field--control {
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }
  .salesforce-form .input__field--control:focus + .input__label--control::before,
  .salesforce-form .input--filled .input__label--control::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .salesforce-form .input__field--control:focus + .input__label--control .input__label-content--control,
  .salesforce-form .input--filled .input__label--control .input__label-content--control {
    color: #cbc4c6;
    transform: translate3d(0, -2em, 0) scale3d(1, 1, 1);
    font-size: .8em; }
  .salesforce-form .select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: 1;
    transition: opacity .2s;
    transform: translateY(-50%); }
  .salesforce-form .input__field--control:focus ~ .select-arrow {
    opacity: 0; }
  .salesforce-form .cus-btn {
    margin: 1em; }

.flex-row {
  display: flex;
  flex-direction: row; }
  .flex-row > .col-md6 {
    width: 100%; }
  .flex-row.__center {
    text-align: center; }
  @media only screen and (max-width: 900px) {
    .flex-row.__sm-column {
      flex-direction: column; } }

/** Services Page **/
.services-page .desktop-section {
  width: 1366px;
  margin: 0 auto; }

.services-page .services-banner {
  background: white url("../img/services-banner.png") no-repeat center center;
  background-size: cover; }

.services-page .jumbotron-heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600; }

.services-page .part-wrapper {
  padding: 2em 2em 0 0; }

.services-page .col-flex-xs-4 {
  margin-bottom: 20px; }

.services-page .card-wrapper {
  height: 100%; }

.page-impressum {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 100px; }
  .page-impressum h2 {
    color: red;
    font-size: 36px !important;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .page-impressum h3 {
    margin: 10px 0px;
    font-weight: 900;
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .page-impressum p {
    padding: 5px 0px; }
