/* compiled by scssphp v0.8.0 on Mon, 06 Mar 2023 10:12:40 +0000 (0.7212s) */

@charset "utf-8";
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.leaflet-container:after {
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none; }

.leaflet-gesture-handling-touch-warning:after, .leaflet-gesture-handling-scroll-warning:after {
  animation: leaflet-gestures-fadein 0.8s forwards; }

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content); }

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content); }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  position: relative; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

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

@font-face {
  font-family: "Source Sans Pro Regular";

  src: url("/site/templat/site/templates/fonts/SourceSansPro-Regular.eot?#iefix");

  src: url("/site/templates/fonts/SourceSansPro-Regular.eot?#iefix") format("eot"), url("/site/templates/fonts/SourceSansPro-Regular.woff") format("woff"), url("/site/templates/fonts/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro Bold";

  src: url("/site/templates/fonts/SourceSansPro-Bold.eot?#iefix");

  src: url("/site/templates/fonts/SourceSansPro-Bold.eot?#iefix") format("eot"), url("/site/templates/fonts/SourceSansPro-Bold.woff") format("woff"), url("/site/templates/fonts/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro Light";

  src: url("/site/templates/fonts/SourceSansPro-Light.eot?#iefix");

  src: url("/site/templates/fonts/SourceSansPro-Light.eot?#iefix") format("eot"), url("/site/templates/fonts/SourceSansPro-Light.woff") format("woff"), url("/site/templates/fonts/SourceSansPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro Black";

  src: url("/site/templates/fonts/SourceSansPro-Black.eot?#iefix");

  src: url("/site/templates/fonts/SourceSansPro-Black.eot?#iefix") format("eot"), url("/site/templates/fonts/SourceSansPro-Black.woff") format("woff"), url("/site/templates/fonts/SourceSansPro-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Material Icons';

  src: url('/site/templates/fonts/MaterialIcons-Regular.woff') format('woff'), url("/site/templates/fonts/MaterialIcons-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Material Icons';

  font-style: normal;

  font-weight: 400;

  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/site/templates/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/site/templates/fonts/MaterialIcons-Regular.woff) format('woff'); }

.regular, .fs_headline_1, section.contentpart div.wrapper.header h2, section.contentpart h2, .textContent h2, section#productDetail section.contentpart header h2, form.InputfieldForm label, form.InputfieldForm legend, ul.mosaic > li div *, nav#mobileNavi h2, ul#breadCrumbs li a, section.contentpart.slideshow div.slideshow div.slide div.content *, section#productDetail > header h2 {
  font-family: "Source Sans Pro Regular", sans-serif; }

.light, form.InputfieldForm, form.InputfieldForm input, form.InputfieldForm textarea, form.InputfieldForm select, form.InputfieldForm button, form.InputfieldForm .ui-widget, body > header h2, body {
  font-family: "Source Sans Pro Light", sans-serif; }

.bold, article.productDesc h4, button, .button, form.InputfieldForm button, ul.list li a, section.contentpart.special_function ul.downloads > li h3, section.contentpart.special_function ul.downloads > li h4, ul.mosaic > li span.date, ul.mosaic > li h4, ul.mosaic > li a, nav#mobileNavi ul li a span, nav#mobileNavi ul li ul li a span, div#subMenuParent div.filter span, div#subMenuParent > div > ul li h3, div#subMenuParent > div > ul li ul li a, body > header nav ul > li a span, body > footer > div.wrapper section.contentpart h2, body > footer > div.wrapper section.contentpart h2 *, main strong, section.contentpart h3, section.contentpart.location h3, section.contentpart.special_function h3, section.contentpart.slideshow div.slideshow div.slide div.content strong, section.contentpart.slideshow div.slideshow div.slide div.content a.button, section.contentpart.text_1_col p.feature, section.contentpart.text_1_col p.feature *, ul.portfolio-grid > li a, strong, .textContent h2, .textContent h3, section#productDetail section.contentpart header h2, section#productDetail div#images_facts div.facts > div h4, section#productDetail div#images_facts div.facts > div table th {
  font-family: "Source Sans Pro Bold", sans-serif; }

.black, ul.portfolio-grid > li h3 {
  font-family: "Source Sans Pro Black", sans-serif; }

.icon {
  font-family: "Material Icons", sans-serif; }

.fs_headline_1, section.contentpart div.wrapper.header h2, section.contentpart h2, .textContent h2, section#productDetail section.contentpart header h2 {
  font-size: 3rem; }
  @media only screen and (max-width: 50rem) {
  .fs_headline_1, section.contentpart div.wrapper.header h2, section.contentpart h2, .textContent h2, section#productDetail section.contentpart header h2 {
    font-size: 1.6rem; } }

.fs_headline_2, section.contentpart.special_function ul.downloads > li h3, div#subMenuParent > div > ul li h3, body > header h2, section.contentpart h3, section.contentpart.location h3, section.contentpart.special_function h3, section.contentpart.text_1_col p.feature, section.contentpart.text_1_col p.feature *, ul.portfolio-grid > li h3, .textContent h3, section#productDetail > header h3 {
  font-size: 2rem; }
  @media only screen and (max-width: 50rem) {
  .fs_headline_2, section.contentpart.special_function ul.downloads > li h3, div#subMenuParent > div > ul li h3, body > header h2, section.contentpart h3, section.contentpart.location h3, section.contentpart.special_function h3, section.contentpart.text_1_col p.feature, section.contentpart.text_1_col p.feature *, ul.portfolio-grid > li h3, .textContent h3, section#productDetail > header h3 {
    font-size: 1.2rem; } }

.fs_headline_3 {
  font-size: 1.2rem; }
  @media only screen and (max-width: 50rem) {
  .fs_headline_3 {
    font-size: 1.2rem; } }

.fs_text, nav#mobileNavi ul li ul li a span, section.contentpart.slideshow div.slideshow div.slide div.content a.button {
  font-size: 1.125rem; }
  @media only screen and (max-width: 50rem) {
  .fs_text, nav#mobileNavi ul li ul li a span, section.contentpart.slideshow div.slideshow div.slide div.content a.button {
    font-size: 1rem; } }

.fs_small, ul#breadCrumbs li a {
  font-size: 0.9rem; }

.material-icons, button.arrow::after, ul.productCategories > button::after, section.contentpart.special_function ul.downloads > li h3::before, section.contentpart.special_function ul.downloads > li > ul li a:hover::after, section.contentpart.special_function ul.downloads > li > ul li a h4::after, ul.productDownloads li a::after, ul.contact li:before, ul.address li:before, body > header button#toggleNavi::after, a.switchLanguage::before, body > footer > div.wrapper section.contentpart a::before, div#socket > div button::before, section#productDetail div#images_facts div.facts ul.facts li button::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
article.productDesc {
  padding: 2rem;
  background-color: #fff;
  display: none; }
  @media only screen and (max-width: 50rem) {
  article.productDesc {
    margin: 0; } }
  article.productDesc * {
    line-height: 140%; }

button, .button {
  background-color: #f0f5f8;
  padding: 1rem 2rem;
  color: #0b68b1;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none; }
  button.readMore, .button.readMore {
    display: block;
    margin: 1rem auto; }
  button.blue, .button.blue {
    background-color: #0b68b1;
    color: #fff; }
  button.red, .button.red {
    background-color: #de1a35;
    color: #fff; }

button.arrow {
  background: none;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  margin-top: -40px; }
  button.arrow span {
    display: none; }
  button.arrow::after {
    font-size: 3rem; }
  button.arrow.nextSlide {
    right: 0.5rem; }
    button.arrow.nextSlide::after {
      content: "keyboard_arrow_right"; }
  button.arrow.prevSlide {
    left: 0.5rem; }
    button.arrow.prevSlide::after {
      content: "keyboard_arrow_left"; }
  button.arrow:hover::after {
    color: #0b68b1 !important; }

form.InputfieldForm p.description {
  opacity: 1; }
  form.InputfieldForm fieldset {
    border: none;
    padding: 1rem 0; }
    form.InputfieldForm fieldset legend {
      color: #de1a35; }
  form.InputfieldForm input, form.InputfieldForm textarea {
    border: none;
    background-color: #f0f5f8; }
  form.InputfieldForm input[type=checkbox] {
    margin-right: 0.5rem; }
  form.InputfieldForm ul.InputfieldCheckboxesFloated li, form.InputfieldForm ul.InputfieldCheckboxesStacked li {
    display: inline-block;
    margin: 0 1rem 1rem 0; }
    form.InputfieldForm ul.InputfieldCheckboxesFloated li input, form.InputfieldForm ul.InputfieldCheckboxesStacked li input {
      margin: 0 0.5rem 0 0; }
  form.InputfieldForm div#wrap_Inputfield_themen > label, form.InputfieldForm div#wrap_Inputfield_produkte_produktgruppen > label {
    display: none; }
  form.InputfieldForm button {
    background-color: #de1a35;
    color: #fff; }

ul.productCategories {
  display: flex;
  flex-wrap: wrap; }
  ul.productCategories > li {
    width: 25%;
    border-right: 1px solid #fff; }
    ul.productCategories > li:last-child {
      border-right: none; }
    ul.productCategories > li > button {
      width: 100%;
      height: 100%;
      background-color: #0b68b1;
      color: #f0f5f8;
      cursor: pointer;
      font-size: 1.2rem; }
    ul.productCategories > li > button:hover, ul.productCategories > li > button.active, ul.productCategories > li > button:focus {
      background-color: #d7dfe6;
      color: #0b68b1; }
  ul.productCategories > button {
    display: none;
    background: none;
    padding: 0.7rem 0.5rem 0.4rem 0.5rem;
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 50rem) {
  ul.productCategories > button {
    display: block; } }
    ul.productCategories > button::after {
      content: "more_vert";
      font-size: 2rem; }
  @media only screen and (max-width: 50rem) {
  ul.productCategories {
    display: block; }
    ul.productCategories > li {
      width: 100%; }
      ul.productCategories > li > button {
        background-color: #0b68b1;
        color: #d7dfe6; }
        ul.productCategories > li > button::after {
          content: "";
          position: absolute;
          left: 1rem;
          right: 1rem;
          bottom: 0;
          height: 1px;
          background-color: #3a4c57; }
        ul.productCategories > li > button.active {
          background-color: #d7dfe6;
          color: #0b68b1; }
          ul.productCategories > li > button.active::after {
            display: none; } }
  ul.list {
    list-style: disc;
    margin-left: 2rem; }
  ul.list li {
    margin-bottom: 0.5rem; }
    ul.list li a {
      color: #0b68b1;
      text-decoration: none; }
  ul.list ul {
    margin-top: 0.5rem; }

.textList, section.contentpart.slideshow div.slideshow div.slide div.content ul {
  list-style: disc;
  margin-left: 2rem; }
  .textList li, section.contentpart.slideshow div.slideshow div.slide div.content ul li {
    margin-bottom: 0.3rem; }

ul.products {
  display: none;
  margin: 3rem 0 3rem 0;
  justify-content: center; }
  ul.products li {
    width: 24%;
    margin-right: 1%;
    padding-top: 1rem;
    transition: padding 0.3s; }
    @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
  ul.products li:hover {
    padding-top: 0; } }
    ul.products li a {
      text-decoration: none;
      display: block; }
    @media only screen and (max-width: 85rem) {
    ul.products li a {
      box-shadow: none;
      padding: 0 0.5rem; } }
    @media only screen and (max-width: 50rem) {
    ul.products li a {
      box-shadow: none;
      padding: 0; } }
    ul.products li figure img {
      width: 100%;
      height: auto; }
    ul.products li figure figcaption {
      display: flex;
      width: 100%;
      align-items: center;
      background-color: #de1a35;
      text-align: center;
      font-size: 1.2rem;
      text-align: center;
      padding: 1rem;
      min-height: 90px; }
      ul.products li figure figcaption, ul.products li figure figcaption * {
        color: white;
        width: 100%; }
  ul.products button.arrow {
    background-color: rgba(91, 116, 131, 0.6);
    color: white;
    padding: 2rem 0.3rem;
    z-index: 50;
    margin-top: -70px; }
    ul.products button.arrow.nextSlide {
      right: -1rem; }
    ul.products button.arrow.prevSlide {
      left: -1rem; }
  @media only screen and (max-width: 50rem) {
  ul.products {
    margin: 0 0 3rem 0; }
    ul.products li {
      width: 100%;
      margin-right: 0; } }

section.contentpart.special_function ul.downloads * {
  color: #fff;
  text-decoration: none; }
  section.contentpart.special_function ul.downloads > li {
    padding: 1rem 0;
    border-top: 1px solid #3a4c57; }
    section.contentpart.special_function ul.downloads > li:last-child {
      border-bottom: 1px solid #3a4c57; }
    section.contentpart.special_function ul.downloads > li h3 {
      text-transform: uppercase;
      padding: 0 0 0 2rem;
      margin-bottom: 0; }
    section.contentpart.special_function ul.downloads > li h3::before {
      content: "arrow_forward";
      position: absolute;
      top: 3px;
      left: 0; }
    section.contentpart.special_function ul.downloads > li h3.active::before {
      content: "arrow_downward"; }
    section.contentpart.special_function ul.downloads > li h4 {
      font-size: 1.2rem; }
    section.contentpart.special_function ul.downloads > li > ul {
      padding: 1rem; }
    section.contentpart.special_function ul.downloads > li > ul li {
      padding-right: 300px;
      position: static; }
      @media only screen and (max-width: 85rem) {
    section.contentpart.special_function ul.downloads > li > ul li {
      padding-right: 0; } }
      section.contentpart.special_function ul.downloads > li > ul li a {
        display: block;
        padding: 1rem 1rem 1rem 2rem; }
        section.contentpart.special_function ul.downloads > li > ul li a p {
          padding-right: 50px; }
        @media only screen and (max-width: 50rem) {
    section.contentpart.special_function ul.downloads > li > ul li a h4 {
      margin-right: 50px; } }
        section.contentpart.special_function ul.downloads > li > ul li a:hover {
          background-color: #084678; }
          section.contentpart.special_function ul.downloads > li > ul li a:hover::after {
            content: "cloud_download";
            position: absolute;
            top: 1.5rem;
            right: 2rem; }
          @media only screen and (max-width: 50rem) {
    section.contentpart.special_function ul.downloads > li > ul li a:hover::after {
      top: 1rem !important; } }
        @media only screen and (max-width: 50rem) {
    section.contentpart.special_function ul.downloads > li > ul li a {
      padding-left: 1rem; }
      section.contentpart.special_function ul.downloads > li > ul li a h4::after {
        content: "cloud_download";
        margin-left: 0.5rem;
        vertical-align: top; } }
      section.contentpart.special_function ul.downloads > li > ul li > img {
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
        z-index: 100; }
  section.contentpart.special_function ul.downloads.interactive li > ul:not(.open) {
    display: none; }
    section.contentpart.special_function ul.downloads.interactive li > h3 {
      cursor: pointer; }

ul.productDownloads {
  list-style: none;
  margin-left: 0; }
  ul.productDownloads li * {
    color: #fff !important; }
    ul.productDownloads li a {
      display: block;
      padding: 1rem 1rem 1rem 2rem;
      text-decoration: none;
      background-color: #084678; }
    ul.productDownloads li a::after {
      content: "cloud_download";
      position: absolute;
      top: 1.5rem;
      right: 2rem; }
    @media only screen and (max-width: 50rem) {
    ul.productDownloads li a h4 {
      margin-right: 50px; }
      ul.productDownloads li a::after {
        top: 1rem; } }
    ul.address {
      background-color: #fff;
      padding: 3rem; }
  ul.address * {
    color: #0b68b1; }
  @media only screen and (max-width: 50rem) {
  ul.address {
    padding: 1rem; } }

ul.contact li, ul.address li {
  line-height: 150%;
  padding-left: 2rem;
  margin-bottom: 0.5rem; }
  ul.contact li:before, ul.address li:before {
    position: absolute;
    left: 0;
    top: 0; }
  ul.contact li.address, ul.address li.address {
    margin-bottom: 2rem; }
  ul.contact li.address::before, ul.address li.address::before {
    content: "location_on"; }
  ul.contact li.phone::before, ul.address li.phone::before {
    content: "phone"; }
  ul.contact li.fax::before, ul.address li.fax::before {
    content: "printer"; }
  ul.contact li.email::before, ul.address li.email::before {
    content: "email"; }

ul.referencies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4rem; }
  ul.referencies li {
    display: inline-block;
    width: 150px;
    margin: 0 1rem 2rem 1rem; }
  ul.referencies li img {
    width: 100%; }
  ul.referencies button.arrow::after {
    color: #de1a35; }

ul.referenciesQuattro li {
  text-align: center; }
  ul.referenciesQuattro li img {
    width: 45%;
    height: auto;
    margin: 1%;
    display: inline-block !important; }
  ul.referenciesQuattro button.arrow {
    z-index: 100; }
  ul.referenciesQuattro button.arrow::after {
    color: #de1a35; }
  ul.referenciesQuattro button.arrow.nextSlide {
    right: -0.5rem; }
  ul.referenciesQuattro button.arrow.prevSlide {
    left: -0.5rem; }

ul.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  text-align: center; }
  ul.slick-dots li {
    display: inline-block;
    margin: 0 0.5rem; }
  ul.slick-dots li button {
    width: 30px;
    height: 7px;
    padding: 0;
    transform: skew(-20deg);
    background: #d7dfe6; }
  ul.slick-dots li.slick-active button {
    background: #5b7483; }

ul.mosaic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.mosaic.flexfill::after {
    content: '';
    flex: auto; }
  ul.mosaic.flexfill li:last-child {
    margin-left: 2%; }
  ul.mosaic > li {
    width: 32%;
    margin-bottom: 2%;
    background-color: #fff; }
  @media only screen and (max-width: 85rem) {
    ul.mosaic > li {
      width: 49%; } }
  @media only screen and (max-width: 50rem) {
    ul.mosaic > li {
      width: 100%;
      margin-left: 0 !important; } }
  ul.mosaic > li img {
    width: 100%;
    height: auto;
    display: block; }
  ul.mosaic > li div {
    padding: 1rem 2rem 1rem; }
  ul.mosaic > li span.date {
    display: block;
    color: #de1a35; }
  ul.mosaic > li h4, ul.mosaic > li a {
    color: #0b68b1;
    text-decoration: none; }
  ul.mosaic > li h4, ul.mosaic > li p, ul.mosaic > li span {
    margin-bottom: 1rem; }
  ul.mosaic.referencies li {
    width: 10%; }
  @media only screen and (max-width: 50rem) {
      ul.mosaic.referencies li {
        width: 25%; } }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
nav#mobileNavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  background-color: #de1a35;
  z-index: 1999;
  padding: 90px 3rem 3rem 3rem; }
  @media only screen and (max-width: 50rem) {
  nav#mobileNavi {
    padding-top: 160px; } }
  nav#mobileNavi * {
    color: white; }
  nav#mobileNavi h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }
  nav#mobileNavi a.switchLanguage {
    top: 64px; }
  nav#mobileNavi ul li {
    margin-bottom: 2rem;
    /*
     &.active a {
     padding-left: 4rem;
     &::before {
     content: "";
     display: block;
     width: 35px;
     height: 7px;
     transform: skew(-20deg);
     background-color: #AF2735;
     position: absolute;
     top: 14px;
     left: 0;
     }
     }
     */ }
  nav#mobileNavi ul li a {
    text-decoration: none;
    display: block; }
    nav#mobileNavi ul li a span {
      text-transform: uppercase;
      font-size: 1.5rem; }
  nav#mobileNavi ul li ul {
    margin-top: 0.5rem;
    margin-left: 1rem; }
    nav#mobileNavi ul li ul li {
      margin-bottom: 0.5rem; }
      /* product navigation*/

div#subMenuParent {
  display: none;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 88, 164, 0.95);
  z-index: 1500;
  padding: 2rem 2rem 3rem; }
  body.scrolled div#subMenuParent {
    position: fixed;
    top: 79px; }
  div#subMenuParent div.filter {
    margin-bottom: 2rem;
    padding: 0 1rem; }
  div#subMenuParent div.filter input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  div#subMenuParent div.filter input[type="checkbox"]:checked + span {
    background-color: #fff;
    color: #0b68b1; }
  div#subMenuParent div.filter span {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer; }
  div#subMenuParent > div > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  div#subMenuParent > div > ul > li {
    max-width: 25%; }
  div#subMenuParent > div > ul li {
    padding: 170px 1rem 0;
    background-size: 150px auto;
    background-repeat: no-repeat; }
  div#subMenuParent > div > ul li picture {
    display: block;
    width: 100%;
    min-height: 150px;
    margin-bottom: 2rem; }
    div#subMenuParent > div > ul li picture img {
      width: 100%;
      max-width: 150px; }
  div#subMenuParent > div > ul li * {
    color: #fff; }
  div#subMenuParent > div > ul li ul li {
    margin-top: 1.5rem;
    padding: 0; }
    div#subMenuParent > div > ul li ul li a {
      text-decoration: none;
      text-transform: uppercase; }

div#breadCrumbsParent {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1100; }
  body.scrolled div#breadCrumbsParent {
    display: block; }

ul#breadCrumbs {
  padding: 1rem 0.5rem 0.5rem 1rem;
  display: inline-block;
  background-color: #fff; }
  ul#breadCrumbs li {
    display: inline-block; }
  ul#breadCrumbs li::after {
    content: "//";
    display: inline-block;
    margin: 0 0.5rem; }
  ul#breadCrumbs li:last-child::after {
    content: ""; }
  ul#breadCrumbs li a {
    text-decoration: none; }
  ul#breadCrumbs li a.active {
    color: #de1a35; }

body > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 6px 34px -10px rgba(0, 0, 0, 0.75);
  min-height: 50px;
  background-color: #de1a35;
  font-size: 16px;
  z-index: 2000;
  display: flex;
  flex-wrap: wrap; }
  body > header > div:nth-child(1) {
    width: 40%;
    background-color: #fff;
    padding-right: 160px;
    text-align: center; }
  body > header > div:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -1px;
    bottom: 0;
    background-image: url(/site/templates/images/element.svg);
    background-size: 100% 100%; }
  body > header > div:nth-child(2) {
    width: 60%; }
  @media only screen and (max-width: 85rem) {
    body > header > div:nth-child(1) {
      width: 80%; }
      body > header > div:nth-child(2) {
        width: 20%; } }
  body > header h1 {
    display: inline-block; }
  body > header h1 img {
    display: block; }
  body > header h1 img.line {
    display: none; }
  body > header h2 {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 350px;
    text-transform: uppercase;
    white-space: nowrap; }
  @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
    body > header h2 {
      right: 200px; } }
  @media only screen and (max-width: 85rem) {
    body > header h2 {
      display: none; } }
  body > header.scrolled {
    position: fixed;
    height: 79px;
    overflow: hidden; }
  body > header.scrolled h1 img.full {
    display: none; }
  body > header.scrolled h1 img.line {
    display: block; }
  body > header.scrolled h2 {
    display: none; }
  @media only screen and (max-width: 50rem) {
  body > header {
    position: fixed; }
    body > header h1 img.full {
      display: none !important;
      height: 60px;
      width: auto; }

    body > header h1 img.line {
      display: block !important; }

    body > header h2 {
      display: none; } }
  @media only screen and (max-width: 41rem) {
  body > header h1 img.full {
    display: block !important;
    height: 75px;
    width: auto; }
    body > header h1 img.line {
      display: none !important; } }
  @media only screen and (max-width: 85rem) {
    body > header a.switchLanguage {
      display: none; } }
  body > header nav {
    position: absolute;
    bottom: 0;
    right: 350px;
    z-index: 10; }
  @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
    body > header nav {
      right: 200px; } }
  @media only screen and (max-width: 85rem) {
    body > header nav {
      display: none; } }
  body > header nav ul {
    margin-right: -1rem; }
  body > header nav ul > li {
    display: inline-block; }
    body > header nav ul > li a {
      display: inline-block;
      text-decoration: none;
      padding: 0 1rem 1.5rem 1rem; }
    body > header nav ul > li a::after {
      content: "";
      display: block;
      height: 7px;
      transform: skew(-20deg);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    body > header nav ul > li a span {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem; }
    body > header nav ul > li a:hover::after, body > header nav ul > li a.active::after, body > header nav ul > li a.nav-visible::after {
      background: #084678; }
    body > header nav ul > li > ul {
      display: none; }
  body > header button#toggleNavi {
    display: none;
    position: fixed;
    top: 6px;
    right: 20px;
    padding: 1rem 1rem 0.8rem 1rem;
    background: none; }
  @media only screen and (max-width: 85rem) {
    body > header button#toggleNavi {
      display: block; } }
  body > header button#toggleNavi span {
    display: none; }
  body > header button#toggleNavi::after {
    content: "menu";
    color: white;
    font-size: 2rem; }

a.switchLanguage {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 79px;
  width: 170px;
  background-image: url(/site/templates/images/button_bg.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 1.7rem 0 0 5rem;
  text-decoration: none;
  color: white;
  text-transform: uppercase; }
  a.switchLanguage::before {
    content: "language";
    position: absolute;
    top: 1.6rem;
    left: 3rem; }

body > footer {
  background-color: #5b7483;
  padding: 3rem 0 230px 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto; }

  body > footer > div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  body > footer > div.wrapper section.contentpart {
    width: 25%;
    padding-right: 1rem; }


  body > footer > div.wrapper section.contentpart * {
    color: #fff; }
  body > footer > div.wrapper section.contentpart div.wrapper.inner {
    padding: 0; }
  body > footer > div.wrapper section.contentpart h2 {
    text-transform: uppercase;
    margin-bottom: 1rem !important;
    font-size: 1rem !important; }
    body > footer > div.wrapper section.contentpart h2, body > footer > div.wrapper section.contentpart h2 * {
      color: #fff !important; }
  body > footer > div.wrapper section.contentpart a {
    padding-left: 2rem;
    text-decoration: none; }
    body > footer > div.wrapper section.contentpart a::before {
      content: "link";
      position: absolute;
      left: 0;
      top: 0; }
  @media only screen and (max-width: 50rem) {
      body > footer > div.wrapper section.contentpart {
        width: 100%;
        margin: 0 0 2rem 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #3a4c57; }
        body > footer > div.wrapper section.contentpart:last-child {
          border: none; } }
  @media only screen and (max-width: 50rem) {
  body > footer {
    padding-bottom: 280px;
    background-position: right bottom;
    background-size: auto; } }

div#socket {
  background-color: #3a4c57;
  overflow: auto; }
  @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
  div#socket {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1998; } }
  @media only screen and (min-width: 101.25rem) {
  div#socket {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1998; } }
  div#socket * {
    color: white;
    font-size: 0.8rem; }
  div#socket > span {
    display: block;
    padding: 1.75rem 0.75rem 1.75rem 2rem; }
  div#socket > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #de1a35;
    background-size: 100% 100%;
    text-decoration: none; }
  div#socket > div, div#socket > div * {
    font-size: 1rem;
    text-decoration: none;
    vertical-align: top; }
  div#socket > div button {
    min-height: 72px;
    min-width: 72px;
    background: none; }
  div#socket > div button span {
    display: none; }
  div#socket > div button::before {
    content: "perm_phone_msg";
    position: absolute;
    left: 1.5rem;
    top: 1.5rem; }
  div#socket > div div {
    padding: 0.75rem;
    display: none; }
  @media only screen and (max-width: 50rem) {
      div#socket > div.active {
        width: 100%; } }
  div#socket > div.active div {
    display: inline-block; }

main > section {
  padding: 8rem 0; }
  @media only screen and (max-width: 50rem) {
    main > section {
      padding: 1rem 0; }
      main > section:first-child {
        padding-top: 0; } }
  main > section.style1 {
    background-image: url(/site/templates/images/style_1.png);
    background-size: 100% 100%; }
  main > section.style1 + section.contentpart.style1 {
    padding-top: 0; }
  main > section.style2 {
    background-color: #0b68b1; }
  main > section.style2 h2, main > section.style2 p, main > section.style2 h2 *, main > section.style2 p * {
    color: #fff !important; }
  main > section.style2 div.wrapper.header h2, main > section.style2 div.wrapper.header p, main > section.style2 div.wrapper.header h2 *, main > section.style2 div.wrapper.header p * {
    color: #fff; }
  main > section.style3 {
    background-color: #d7dfe6; }
  main > section.style4 {
    background-color: #f0f5f8;
    background-image: url(/site/templates/images/lines.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%; }
  main > section > section.contentpart {
    margin: 0 0 5rem 0; }
  main > section > section.contentpart:last-child {
    margin: 0 0 0 0; }
  @media only screen and (max-width: 50rem) {
      main > section > section.contentpart:last-child {
        margin: 0 0 2rem 0 !important; } }
  main > section div.nestedParent > div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0; }
  main > section div.nestedParent section.contentpart {
    width: 49%; }
    main > section div.nestedParent section.contentpart > div.wrapper {
      padding: 0 !important; }

div.mapParent {
  height: 500px; }

section.contentpart div.wrapper.header h2 {
  margin-bottom: 3rem; }
  section.contentpart div.wrapper.header h2, section.contentpart div.wrapper.header h2 * {
    color: #0b68b1; }
  section.contentpart h2 {
    margin-bottom: 2rem;
    color: #0b68b1; }
  section.contentpart h3 {
    color: #0b68b1;
    margin-bottom: 2rem;
    text-transform: uppercase; }

body.news section.contentpart {
  padding: 2rem 0; }
  body.news section.contentpart div.header h2 {
    margin-bottom: 0; }

section.contentpart.ce-width-2 {
  margin-bottom: 0 !important;
  z-index: 1000; }
  section.contentpart.ce-width-2 > div.wrapper {
    max-width: 100vw;
    padding: 0; }

section.contentpart.location h3 {
  color: #0b68b1;
  margin-bottom: 2rem;
  text-transform: uppercase; }
  section.contentpart.form form {
    background-color: #fff;
    padding: 3rem; }
  @media only screen and (max-width: 50rem) {
    section.contentpart.form form {
      padding: 1rem; } }

section.contentpart.showroom {
  padding: 0; }

section.contentpart.special_function h3 {
  color: #0b68b1;
  margin-bottom: 4rem;
  text-transform: uppercase; }

section.contentpart.gallery figure picture img {
  max-width: 100%; }
  section.contentpart.gallery ul.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 !important; }
  section.contentpart.gallery ul.gallery li {
    width: 20%;
    padding: 0 0.5rem 0.5rem 0.5rem;
    overflow: hidden; }
  @media only screen and (max-width: 85rem) {
      section.contentpart.gallery ul.gallery li {
        width: 33.33%; } }
  @media only screen and (max-width: 50rem) {
      section.contentpart.gallery ul.gallery li {
        width: 50%; } }
  section.contentpart.gallery ul.gallery li img {
    width: 100%;
    display: block; }

section.contentpart.widget {
  padding: 0; }
  section.contentpart.widget div.headline {
    padding: 2rem;
    text-align: right;
    padding-right: 50%;
    background-repeat: no-repeat;
    background-position: 75% 0px;
    background-size: auto 100%; }
  @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
    section.contentpart.widget div.headline {
      padding-right: 45%;
      background-position: 85% 0px; } }
  @media only screen and (max-width: 85rem) {
    section.contentpart.widget div.headline {
      padding-right: 40%;
      background-position: 90% 0px; } }
  section.contentpart.widget div.headline h3 {
    font-size: 2.4rem !important; }
  section.contentpart.widget div.headline p {
    font-size: 1.8rem; }
  @media only screen and (max-width: 50rem) {
    section.contentpart.widget div.headline {
      background-image: none !important;
      padding: 1rem;
      text-align: center; }
      section.contentpart.widget div.headline > h3 {
        margin-bottom: 1rem;
        font-size: 1.5rem !important; }
      section.contentpart.widget div.headline > p {
        font-size: 1.1rem !important; } }
  section.contentpart.widget div.text > div {
    padding: 3rem; }
  section.contentpart.widget div.text > div p {
    margin-bottom: 1rem; }
  section.contentpart.widget div.text > div p:last-child {
    margin-bottom: 0; }
  section.contentpart.widget.interactive div.headline h3 {
    cursor: pointer; }
  section.contentpart.widget.interactive div.headline h3::after {
    font-family: icomoon;
    content: "\e900";
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: -50px;
    padding: 5px; }
  section.contentpart.widget.interactive.open div.headline h3::after {
    content: "\e906"; }

section.contentpart.slideshow {
  margin-bottom: 6rem;
  padding: 0; }
  @media only screen and (max-width: 50rem) {
  section.contentpart.slideshow {
    display: none; } }
  section.contentpart.slideshow button.arrow.nextSlide {
    right: -4rem; }
  section.contentpart.slideshow button.arrow.prevSlide {
    left: -4rem; }
  section.contentpart.slideshow div.slideshow {
    display: flex;
    flex-wrap: wrap; }
  section.contentpart.slideshow div.slideshow div.slide {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    /*
     background-size: 120% auto;
     transition: background-size 5s;
     &.slide-current {
     background-size: 100% auto;
     }
     */ }
  section.contentpart.slideshow div.slideshow div.slide.right {
    text-align: right; }
  section.contentpart.slideshow div.slideshow div.slide div.content {
    text-align: left;
    max-width: 45%;
    display: inline-block;
    margin: 3rem;
    padding: 2rem;
    background-color: rgba(11, 94, 167, 0.8); }
    section.contentpart.slideshow div.slideshow div.slide div.content * {
      color: white; }
    section.contentpart.slideshow div.slideshow div.slide div.content > * {
      margin-bottom: 1.5rem; }
    section.contentpart.slideshow div.slideshow div.slide div.content > *:last-child {
      margin-bottom: 0; }
    section.contentpart.slideshow div.slideshow div.slide div.content a.button {
      background-color: #de1a35;
      padding: 0.5rem 1rem 0.6rem;
      text-transform: none; }
  section.contentpart.slideshow div.slideshow ul.slick-dots {
    bottom: 1rem; }
  section.contentpart.slideshow div.slideshow ul.slick-dots li button {
    background: #fff; }
    section.contentpart.slideshow div.slideshow ul.slick-dots li.slick-active button {
      background: #de1a35; }

section.contentpart.text_1_col div.parent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.contentpart.text_1_col.style1 div.parent {
    background-color: #fff;
    padding: 3rem; }
  @media only screen and (max-width: 50rem) {
      section.contentpart.text_1_col.style1 div.parent {
        padding: 3rem 1rem; } }
  @media only screen and (max-width: 50rem) {
    section.contentpart.text_1_col.style1 {
      margin-bottom: 2rem; }
      section.contentpart.text_1_col.style1 div.wrapper {
        padding-left: 0;
        padding-right: 0; } }
  section.contentpart.text_1_col button.readMore {
    display: none; }
  section.contentpart.text_1_col p.feature {
    width: 32%;
    margin-bottom: 1rem;
    background-color: #084678;
    background-image: url(/site/templates/images/feature_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem; }
  section.contentpart.text_1_col p.feature, section.contentpart.text_1_col p.feature * {
    color: white;
    text-transform: uppercase; }
  section.contentpart.text_1_col p.feature:hover {
    background-image: none; }
  @media only screen and (max-width: 85rem) {
    section.contentpart.text_1_col p.feature {
      width: 49%; } }
  @media only screen and (max-width: 50rem) {
    section.contentpart.text_1_col p.feature {
      width: 100%; } }

section.contentpart.text_with_image > div.wrapper.align_left, section.contentpart.text_with_image > div.wrapper.align_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.contentpart.text_with_image > div.wrapper.align_left > div, section.contentpart.text_with_image > div.wrapper.align_right > div {
    width: 48%; }
  section.contentpart.text_with_image > div.wrapper.align_top > div.images {
    margin-bottom: 2rem; }
  section.contentpart.text_with_image > div.wrapper.align_bottom > div.text {
    margin-bottom: 2rem; }
  section.contentpart.text_with_image > div.wrapper.align_left_float div.images {
    float: left;
    width: 45%;
    margin: 0 1.5rem 1rem 0; }
  section.contentpart.text_with_image > div.wrapper.align_right_float div.images {
    float: right;
    width: 45%;
    margin: 0 0 1rem 1.5rem; }
  @media only screen and (max-width: 50rem) {
      section.contentpart.text_with_image > div.wrapper.align_left_float div.images, section.contentpart.text_with_image > div.wrapper.align_right_float div.images {
        float: none;
        width: 100%;
        margin: 0 0 2rem 0; } }
  section.contentpart.text_with_image > div.wrapper div.images img {
    max-width: 100%; }
  @media only screen and (max-width: 50rem) {
    section.contentpart.text_with_image > div.wrapper div.text, section.contentpart.text_with_image > div.wrapper div.images {
      width: 100%; } }
  ul.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  ul.portfolio-grid > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 32.5%;
    margin-bottom: 1.5%;
    background-color: #fff; }
  @media only screen and (max-width: 85rem) {
    ul.portfolio-grid > li {
      width: 49.5%; } }
  @media only screen and (max-width: 50rem) {
    ul.portfolio-grid > li {
      width: 100%; } }
  ul.portfolio-grid > li, ul.portfolio-grid > li * {
    text-align: center; }
  ul.portfolio-grid > li h3 {
    margin-bottom: 1rem; }
  ul.portfolio-grid > li h3:last-child {
    margin-bottom: 0; }
  ul.portfolio-grid > li img {
    max-width: 100%;
    height: auto; }
  ul.portfolio-grid > li a {
    text-decoration: none;
    color: #0b68b1; }
  ul.portfolio-grid > li i.material-icons {
    color: #0b68b1;
    font-size: 4rem;
    width: 64px !important; }
  ul.portfolio-grid > li > div {
    width: 100%; }
  ul.portfolio-grid > li > div > div {
    padding: 2rem; }
  ul.portfolio-grid > li.interactive > div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden; }
    ul.portfolio-grid > li.interactive > div > * {
      width: 100%; }
    ul.portfolio-grid > li.interactive > div.front {
      opacity: 1;
      background-color: #0b68b1;
      transition: height 0.2s; }
    ul.portfolio-grid > li.interactive > div.front, ul.portfolio-grid > li.interactive > div.front * {
      color: #fff; }
  ul.portfolio-grid > li.interactive:hover div.front {
    height: 0px !important; }

section.contentpart.video video {
  max-width: 100%; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
body {
  padding: 165px 0 0 0;
  background-color: #f0f5f8;
  background: -moz-linear-gradient(top, #f0f5f8 0%, #c4d0da 100%);
  background: -webkit-linear-gradient(top, #f0f5f8 0%, #c4d0da 100%);
  background: linear-gradient(to bottom, #f0f5f8 0%, #c4d0da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f5f8', endColorstr='#c4d0da',GradientType=0);
  font-size: 1.125rem; }
  body * {
    color: #585251; }
  @media only screen and (max-width: 85rem) {
  body {
    padding: 170px 0 0 0; } }
  @media only screen and (max-width: 50rem) {
  body {
    padding: 120px 0 0 0; } }
  @media only screen and (max-width: 101.24rem) and (min-width: 85.01rem) {
  body {
    padding-bottom: 70px; } }
  @media only screen and (min-width: 101.25rem) {
  body {
    padding-bottom: 70px; } }

div#mobileCheck {
  display: none; }
  @media only screen and (max-width: 50rem) {
  div#mobileCheck {
    display: block; } }

.shadow, button.red, .button.red, ul.products li a, ul.mosaic > li, div#subMenuParent, section.contentpart.location > div.wrapper > div, section.contentpart.form form, section.contentpart.slideshow div.slideshow, section.contentpart.slideshow div.slideshow div.slide div.content a.button, section.contentpart.text_1_col.style1 div.parent, section.contentpart.text_1_col p.feature, ul.portfolio-grid > li {
  box-shadow: 0px 6px 34px -10px rgba(0, 0, 0, 0.75); }

.textContent p, section.contentpart.text_1_col p, section.contentpart.text_with_image > div.wrapper > div.text p {
  line-height: 150%; }
  .textContent p, section.contentpart.text_1_col p, section.contentpart.text_with_image > div.wrapper > div.text p, .textContent h3, section.contentpart.text_1_col h3, section.contentpart.text_with_image > div.wrapper > div.text h3, .textContent table, section.contentpart.text_1_col table, section.contentpart.text_with_image > div.wrapper > div.text table, .textContent ul, section.contentpart.text_1_col ul, section.contentpart.text_with_image > div.wrapper > div.text ul, .textContent ol, section.contentpart.text_1_col ol, section.contentpart.text_with_image > div.wrapper > div.text ol {
    width: 100%;
    margin-bottom: 1rem; }
  .textContent h2, section.contentpart.text_1_col h2, section.contentpart.text_with_image > div.wrapper > div.text h2 {
    color: #0b68b1;
    margin-bottom: 2rem; }
  .textContent h3, section.contentpart.text_1_col h3, section.contentpart.text_with_image > div.wrapper > div.text h3 {
    color: #0b68b1;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .textContent ul, section.contentpart.text_1_col ul, section.contentpart.text_with_image > div.wrapper > div.text ul, .textContent ol, section.contentpart.text_1_col ol, section.contentpart.text_with_image > div.wrapper > div.text ol {
    margin-left: 2rem;
    list-style: disc; }

p.overview {
  text-align: center;
  margin-top: 2rem; }

div.wrapper {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (max-width: 50rem) {
  div.wrapper {
    padding-left: 1rem;
    padding-right: 1rem; } }
  div.wrapper.inner {
    padding-left: 5rem;
    padding-right: 5rem; }
  @media only screen and (max-width: 50rem) {
    div.wrapper.inner {
      padding-left: 1rem;
      padding-right: 1rem; } }

section#productDetail > header {
  margin-bottom: 4rem; }
  section#productDetail > header * {
    color: #0b68b1; }
  section#productDetail > header h2 {
    font-size: 3rem;
    margin-bottom: 1rem; }
  section#productDetail > header h2 * {
    display: inline-block; }
  section#productDetail > header button {
    position: fixed;
    top: 0;
    right: 0;
    background: none;
    padding: 0;
    z-index: 1000; }
  section#productDetail > header button img {
    width: 120px;
    height: 80px; }
  @media only screen and (max-width: 50rem) {
    section#productDetail > header {
      margin-bottom: 2rem;
      padding-top: 100px; }
      section#productDetail > header h2 {
        font-size: 1.8rem; }
      section#productDetail > header button {
        right: -1rem; } }
  section#productDetail section.contentpart {
    margin: 0 0 5rem 0; }
  section#productDetail section.contentpart:last-child {
    margin: 0 0 0 0; }
  section#productDetail section.contentpart header {
    margin-bottom: 3rem; }
  section#productDetail section.contentpart header h2 {
    color: #0b68b1; }
  section#productDetail div.teaser, section#productDetail div.description {
    padding: 3rem;
    background-color: #fff;
    font-size: 1.2rem;
    margin-bottom: 4rem; }
  section#productDetail div.teaser p, section#productDetail div.description p {
    margin-bottom: 1rem;
    line-height: 150%; }
  @media only screen and (max-width: 50rem) {
    section#productDetail div.teaser, section#productDetail div.description {
      margin-left: -1rem;
      margin-right: -1rem;
      padding: 3rem 1rem; } }
  section#productDetail div#images_facts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem; }
  section#productDetail div#images_facts div.images {
    z-index: 10;
    width: 33%; }
  section#productDetail div#images_facts div.images ul.images li img {
    width: 100%;
    height: auto; }
    section#productDetail div#images_facts div.images ul.images button.nextSlide {
      right: -4rem; }
    section#productDetail div#images_facts div.images ul.images button.prevSlide {
      left: -4rem; }
    section#productDetail div#images_facts div.images ul.images ul.slick-dots {
      bottom: -2rem; }
    section#productDetail div#images_facts div.images ul.images ul.slick-dots li button {
      background-color: #acbfca; }
      section#productDetail div#images_facts div.images ul.images ul.slick-dots li.slick-active button {
        background: #5b7483; }
    @media only screen and (max-width: 50rem) {
      section#productDetail div#images_facts div.images ul.images button.arrow {
        background-color: rgba(91, 116, 131, 0.6);
        color: white;
        padding: 2rem 0.3rem;
        z-index: 50;
        margin-top: -70px; }
        section#productDetail div#images_facts div.images ul.images button.arrow.nextSlide {
          right: -1rem; }
        section#productDetail div#images_facts div.images ul.images button.arrow.prevSlide {
          left: -1rem; } }
  @media only screen and (max-width: 50rem) {
      section#productDetail div#images_facts div.images {
        width: 100%;
        margin-bottom: 5rem; } }
  section#productDetail div#images_facts div.facts {
    width: 67%;
    padding-left: 5rem; }
  section#productDetail div#images_facts div.facts, section#productDetail div#images_facts div.facts * {
    color: #5b7483; }
  section#productDetail div#images_facts div.facts div#vorteile ul {
    list-style: disc;
    margin: 0 0 1rem 2rem; }
    section#productDetail div#images_facts div.facts div#vorteile ul li {
      margin-bottom: 0.5rem; }
  section#productDetail div#images_facts div.facts > div {
    display: none; }
    section#productDetail div#images_facts div.facts > div h4 {
      margin-bottom: 1rem; }
    section#productDetail div#images_facts div.facts > div table {
      border-collapse: collapse;
      width: 100%; }
    section#productDetail div#images_facts div.facts > div table th, section#productDetail div#images_facts div.facts > div table td {
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid #5b7483;
      padding: 0.5rem 1rem 0.5rem 0; }
    section#productDetail div#images_facts div.facts > div table th {
      width: 220px; }
  section#productDetail div#images_facts div.facts > div.active {
    display: block; }
  section#productDetail div#images_facts div.facts ul.facts {
    display: flex;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap; }
    section#productDetail div#images_facts div.facts ul.facts li {
      width: 32%;
      display: flex;
      margin-right: 1%; }
    section#productDetail div#images_facts div.facts ul.facts li button {
      width: 100%;
      text-align: center;
      background-color: #acbfca;
      vertical-align: middle; }
      section#productDetail div#images_facts div.facts ul.facts li button span {
        display: inline-block;
        padding: 0 3rem; }
      section#productDetail div#images_facts div.facts ul.facts li button, section#productDetail div#images_facts div.facts ul.facts li button * {
        color: #fff; }
      section#productDetail div#images_facts div.facts ul.facts li button.active {
        background-color: #5b7483; }
      section#productDetail div#images_facts div.facts ul.facts li button::before {
        vertical-align: middle;
        margin-right: 1rem;
        position: absolute;
        top: 50%;
        left: 2rem;
        transform: translateY(-50%); }
      section#productDetail div#images_facts div.facts ul.facts li button.vorteile::before {
        content: "thumb_up"; }
      section#productDetail div#images_facts div.facts ul.facts li button.tec_details::before {
        content: "build"; }
      section#productDetail div#images_facts div.facts ul.facts li button.downloads::before {
        content: "cloud_download"; }
    @media only screen and (max-width: 50rem) {
      section#productDetail div#images_facts div.facts ul.facts li button {
        text-align: center;
        padding: 2em 0 1rem; }
        section#productDetail div#images_facts div.facts ul.facts li button span {
          display: none; }
        section#productDetail div#images_facts div.facts ul.facts li button::before {
          margin-right: 0;
          position: static; } }
  @media only screen and (max-width: 50rem) {
      section#productDetail div#images_facts div.facts {
        width: 100%;
        padding-left: 0; } }
