@charset "UTF-8";
/*!-----------------------------------------------------------------------------
   Master Stylesheet.

   Project:       lista 2019
   Version:       1.1
   Author:        visions.ch GmbH
   URL:           https://www.lista.com
   -------------------------------------------------------------------------- */
/*
---
name: Meta
category: meta
sourcePath:
---

The meta folder/category holds files which only have functions, mixins,
variables and other definitions which do *not* compile to CSS.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 1400px;
}

.row {
  margin-bottom: 15px;
}
.row.-padding {
  padding: 3em 0;
}
.row.-nomargin {
  margin-top: -15px;
}
@media (max-width: 768px) {
  .row.-padding {
    padding: 1em 0;
  }
  .row.-reversemobile {
    flex-direction: column-reverse;
  }
}

*[class^=col-].-indent {
  padding-left: 45px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*
---
name: Vendor
category: vendor
sourcePath:
---

All stylings for third-party plugins or internally developed components that
work independently.
*/
.navburger-container {
  /* Fixed padding */
}
.navburger-container.-nbfixed {
  padding-top: 54px;
}
.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  background-color: #FFF;
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #f6f6f6;
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #666;
  /* Second Level */
}
.navburger-container .navburger ul li.active > .subnav-wrapper > ul {
  display: block;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li ul {
  top: 0;
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #666;
  /* Third Level */
}
.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
}
.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #666;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger .toggler, .navburger-container .navburger .carousel-vis.-categories .minipreview, .carousel-vis.-categories .navburger-container .navburger .minipreview {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 12px;
  right: 12px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navburger-container .navburger .toggler.open span:nth-child(1), .navburger-container .navburger .carousel-vis.-categories .open.minipreview span:nth-child(1), .carousel-vis.-categories .navburger-container .navburger .open.minipreview span:nth-child(1), .navburger-container .navburger .toggler.open span:nth-child(4), .navburger-container .navburger .carousel-vis.-categories .open.minipreview span:nth-child(4), .carousel-vis.-categories .navburger-container .navburger .open.minipreview span:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.open span:nth-child(2), .navburger-container .navburger .carousel-vis.-categories .open.minipreview span:nth-child(2), .carousel-vis.-categories .navburger-container .navburger .open.minipreview span:nth-child(2) {
  transform: rotate(45deg);
}
.navburger-container .navburger .toggler.open span:nth-child(3), .navburger-container .navburger .carousel-vis.-categories .open.minipreview span:nth-child(3), .carousel-vis.-categories .navburger-container .navburger .open.minipreview span:nth-child(3) {
  transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span, .navburger-container .navburger .carousel-vis.-categories .minipreview span, .carousel-vis.-categories .navburger-container .navburger .minipreview span {
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background: #008AD2;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1), .navburger-container .navburger .carousel-vis.-categories .minipreview span:nth-child(1), .carousel-vis.-categories .navburger-container .navburger .minipreview span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .carousel-vis.-categories .minipreview span:nth-child(2), .carousel-vis.-categories .navburger-container .navburger .minipreview span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3), .navburger-container .navburger .carousel-vis.-categories .minipreview span:nth-child(3), .carousel-vis.-categories .navburger-container .navburger .minipreview span:nth-child(3) {
  top: 12px;
}
.navburger-container .navburger .toggler span:nth-child(4), .navburger-container .navburger .carousel-vis.-categories .minipreview span:nth-child(4), .carousel-vis.-categories .navburger-container .navburger .minipreview span:nth-child(4) {
  top: 24px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  padding: 10px;
}
.navburger-container .navburger .language-list {
  display: flex;
  top: 0;
}
.navburger-container .navburger .language-list li {
  margin: 10px;
  border: 1px solid black;
  width: 34px;
  background-color: #333;
}
.navburger-container .navburger .language-list li a {
  text-transform: uppercase;
  padding: 4px;
  color: #FFF;
  text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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-ajax-holder .mfp-content,
.mfp-inline-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: zoom-out;
}

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-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-arrow,
button.mfp-close {
  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;
  font-family: Arial, Baskerville, monospace;
}

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

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

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

.mfp-iframe-holder .mfp-close,
.mfp-image-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:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  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;
  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 {
    transform: scale(0.75);
  }

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.googlemap .needles {
  display: flex;
}
.googlemap .needles .needle {
  margin-right: 30px;
}
.googlemap #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

@media (max-width: 992px) {
  .googlemap .needles {
    display: block;
  }
  .googlemap .needles .needle {
    margin-bottom: 15px;
  }
}
.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

.accordion .entry {
  margin-bottom: 3px;
}
.accordion .entry .title {
  transition: all ease 500ms;
  background-color: grey;
  padding: 5px;
  cursor: pointer;
}
.accordion .entry .text {
  display: none;
  border: 1px solid grey;
  padding: 5px;
}
.accordion .entry.active .title {
  background-color: #333;
  color: white;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
  margin-bottom: 15px;
}
table.vis-table tr {
  /*border: 1px solid $color-grey;*/
}
table.vis-table th {
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
table.vis-table td,
table.vis-table th {
  padding: 5px;
}

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
  }
  table.vis-table tr:first-child {
    display: none;
  }
  table.vis-table th {
    display: none;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
  table.vis-table td.-empty:before {
    content: "";
  }
}
.img-hover-zoom {
  overflow: hidden;
  /* Quick-zoom Container */
  /* Point-zoom Container */
  /* Zoom-n-rotate Container */
  /* Slow-motion Zoom Container */
  /* Brightness-zoom Container */
  /* Horizontal Zoom-n-pan Container */
  /* Vertical Zoom-n-pan Container */
  /* Blur-zoom Container */
  /* Colorize-zoom Container */
}
.img-hover-zoom:hover img, .img-hover-zoom:hover .image {
  transform: scale(1.1);
}
.img-hover-zoom img, .img-hover-zoom .image {
  transition: transform 0.5s ease;
}
.img-hover-zoom.-quick-zoom:hover img {
  transform: scale(2);
}
.img-hover-zoom.-quick-zoom img {
  transform-origin: 0 0;
  transition: transform 0.25s, visibility 0.25s ease-in;
}
.img-hover-zoom.-point-zoom:hover img, .img-hover-zoom.-point-zoom:hover .image {
  transform: scale(5);
}
.img-hover-zoom.-point-zoom img, .img-hover-zoom.-point-zoom .image {
  transform-origin: 65% 75%;
  transition: transform 1s, filter 0.5s ease-out;
}
.img-hover-zoom.-zoom-n-rotate:hover img, .img-hover-zoom.-zoom-n-rotate:hover .image {
  transform: scale(2) rotate(25deg);
}
.img-hover-zoom.-zoom-n-rotate img, .img-hover-zoom.-zoom-n-rotate .image {
  transition: transform 0.5s ease-in-out;
}
.img-hover-zoom.-slowmo:hover img, .img-hover-zoom.-slowmo:hover .image {
  filter: brightness(100%);
  transform: scale(3);
}
.img-hover-zoom.-slowmo img, .img-hover-zoom.-slowmo .image {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}
.img-hover-zoom.-brightness:hover img, .img-hover-zoom.-brightness:hover .image {
  filter: brightness(100%);
  transform: scale(1.3);
}
.img-hover-zoom.-brightness img, .img-hover-zoom.-brightness .image {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}
.img-hover-zoom.-zoom-n-pan-h:hover img, .img-hover-zoom.-zoom-n-pan-h:hover .image {
  transform: scale(1.5) translateX(30%);
}
.img-hover-zoom.-zoom-n-pan-h img, .img-hover-zoom.-zoom-n-pan-h .image {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 100% 0;
}
.img-hover-zoom.-zoom-n-pan-v:hover img, .img-hover-zoom.-zoom-n-pan-v:hover .image {
  transform: scale(1.25) translateY(-30%);
}
.img-hover-zoom.-zoom-n-pan-v img, .img-hover-zoom.-zoom-n-pan-v .image {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 0 0;
}
.img-hover-zoom.-blur:hover img, .img-hover-zoom.-blur:hover .image {
  filter: blur(0);
  transform: scale(1);
}
.img-hover-zoom.-blur img, .img-hover-zoom.-blur .image {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.2);
}
.img-hover-zoom.-colorize:hover img, .img-hover-zoom.-colorize:hover .image {
  filter: grayscale(0);
  transform: scale(1.1);
}
.img-hover-zoom.-colorize img, .img-hover-zoom.-colorize .image {
  transition: transform 0.5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 350px;
  max-width: 100%;
  padding: 25px 30px;
  z-index: 50;
  background-color: #FFF;
  border: 2px solid #008AD2;
  border-bottom: 0;
  text-align: center;
}
.cookie-info .cookie-accept {
  display: block;
  min-width: 0;
  padding: 5px 30px;
  margin: 20px auto 0;
}

@media (max-width: 992px) {
  .cookie-info {
    padding: 20px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
---
name: Shared
category: shared
sourcePath:
---

Before creating components you most likely will have styles that are too
generic in order to fit into a component or possibly will even be used by all
of the components you create.

This for example could be generic typographic definitions, debugging styles or
basic print styles.
*/
.-cblue {
  color: #008AD2;
}

.-cbluelight {
  color: #EAF3FC;
}

.-cblack {
  color: #000;
}

.-cgreydark {
  color: #333;
}

.-cgrey {
  color: #cecece;
}

.-cgreylight {
  color: #f6f6f6;
}

.-cwhite {
  color: #FFF;
}

.-cred {
  color: #CB0000;
}

.-credlight {
  color: #ffceca;
}

.-bgblue {
  background-color: #008AD2;
}

.-bgbluelight {
  background-color: #EAF3FC;
}

.-bgblack {
  background-color: #000;
}

.-bggreydark {
  background-color: #333;
}

.-bggrey {
  background-color: #cecece;
}

.-bggreylight {
  background-color: #f6f6f6;
}

.-bgwhite {
  background-color: #FFF;
}

.-bgred {
  background-color: #CB0000;
}

.-bgredlight {
  background-color: #ffceca;
}

body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

a {
  color: #008AD2;
}
a:focus, a:hover {
  color: #00689f;
}

img {
  max-width: 100%;
}
img.seoimage {
  display: none;
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
h1 {
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0;
}

h2 {
  font-weight: 400;
  font-size: 1.75em;
  color: #008AD2;
  margin: 1rem 0 0;
}

h3 {
  color: #008AD2;
}

h3,
h4,
h5 {
  font-weight: 600;
}

h1.heading,
h3.heading,
h4.heading {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 2rem;
}

h3.heading.-nomargin {
  margin-left: 0 !important;
}

/*.col-10 h3.heading {
	margin-left: -3.6rem;
}*/
._margin-top-0 {
  margin-top: 0rem !important;
}

._margin-bottom-0 {
  margin-bottom: 0rem !important;
}

._padding-top-0 {
  padding-top: 0rem !important;
}

._padding-bottom-0 {
  padding-bottom: 0rem !important;
}

._margin-top-0\.5 {
  margin-top: 0.5rem !important;
}

._margin-bottom-0\.5 {
  margin-bottom: 0.5rem !important;
}

._padding-top-0\.5 {
  padding-top: 0.5rem !important;
}

._padding-bottom-0\.5 {
  padding-bottom: 0.5rem !important;
}

._margin-top-1 {
  margin-top: 1rem !important;
}

._margin-bottom-1 {
  margin-bottom: 1rem !important;
}

._padding-top-1 {
  padding-top: 1rem !important;
}

._padding-bottom-1 {
  padding-bottom: 1rem !important;
}

._margin-top-1\.5 {
  margin-top: 1.5rem !important;
}

._margin-bottom-1\.5 {
  margin-bottom: 1.5rem !important;
}

._padding-top-1\.5 {
  padding-top: 1.5rem !important;
}

._padding-bottom-1\.5 {
  padding-bottom: 1.5rem !important;
}

._margin-top-2 {
  margin-top: 2rem !important;
}

._margin-bottom-2 {
  margin-bottom: 2rem !important;
}

._padding-top-2 {
  padding-top: 2rem !important;
}

._padding-bottom-2 {
  padding-bottom: 2rem !important;
}

._margin-top-2\.5 {
  margin-top: 2.5rem !important;
}

._margin-bottom-2\.5 {
  margin-bottom: 2.5rem !important;
}

._padding-top-2\.5 {
  padding-top: 2.5rem !important;
}

._padding-bottom-2\.5 {
  padding-bottom: 2.5rem !important;
}

._margin-top-3 {
  margin-top: 3rem !important;
}

._margin-bottom-3 {
  margin-bottom: 3rem !important;
}

._padding-top-3 {
  padding-top: 3rem !important;
}

._padding-bottom-3 {
  padding-bottom: 3rem !important;
}

._margin-top-4 {
  margin-top: 4rem !important;
}

._margin-bottom-4 {
  margin-bottom: 4rem !important;
}

._padding-top-4 {
  padding-top: 4rem !important;
}

._padding-bottom-4 {
  padding-bottom: 4rem !important;
}

._margin-top-5 {
  margin-top: 5rem !important;
}

._margin-bottom-5 {
  margin-bottom: 5rem !important;
}

._padding-top-5 {
  padding-top: 5rem !important;
}

._padding-bottom-5 {
  padding-bottom: 5rem !important;
}

._margin-top-6 {
  margin-top: 6rem !important;
}

._margin-bottom-6 {
  margin-bottom: 6rem !important;
}

._padding-top-6 {
  padding-top: 6rem !important;
}

._padding-bottom-6 {
  padding-bottom: 6rem !important;
}

._margin-top-6\.5 {
  margin-top: 6.5rem !important;
}

._margin-bottom-6\.5 {
  margin-bottom: 6.5rem !important;
}

._padding-top-6\.5 {
  padding-top: 6.5rem !important;
}

._padding-bottom-6\.5 {
  padding-bottom: 6.5rem !important;
}

._margin-top-7 {
  margin-top: 7rem !important;
}

._margin-bottom-7 {
  margin-bottom: 7rem !important;
}

._padding-top-7 {
  padding-top: 7rem !important;
}

._padding-bottom-7 {
  padding-bottom: 7rem !important;
}

._margin-top-8 {
  margin-top: 8rem !important;
}

._margin-bottom-8 {
  margin-bottom: 8rem !important;
}

._padding-top-8 {
  padding-top: 8rem !important;
}

._padding-bottom-8 {
  padding-bottom: 8rem !important;
}

._margin-top-9 {
  margin-top: 9rem !important;
}

._margin-bottom-9 {
  margin-bottom: 9rem !important;
}

._padding-top-9 {
  padding-top: 9rem !important;
}

._padding-bottom-9 {
  padding-bottom: 9rem !important;
}

._margin-top-10 {
  margin-top: 10rem !important;
}

._margin-bottom-10 {
  margin-bottom: 10rem !important;
}

._padding-top-10 {
  padding-top: 10rem !important;
}

._padding-bottom-10 {
  padding-bottom: 10rem !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._text-left {
  text-align: left !important;
}

._text-center {
  text-align: center !important;
}

._text-larger {
  font-size: 125% !important;
}

._text-preformatted {
  white-space: pre !important;
}

._text-smaller {
  font-size: 75% !important;
}

._text-strong {
  font-weight: bold;
}

._text-italic {
  font-style: italic;
}

._text-undecorated {
  text-decoration: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-width {
  max-width: 70ch !important;
}

._text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

._speechonly {
  display: block;
  font-size: 0;
  line-height: 0;
}

._overflow-hidden {
  overflow: hidden !important;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
}

._flex-column {
  flex-direction: column !important;
}

._hidden {
  display: none;
}

._word-break {
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

._margin-bottom {
  margin-bottom: 15px;
}

._no-margin-bottom {
  margin-bottom: 0 !important;
}

._no-margin-sides {
  margin-left: -15px;
  margin-right: -15px;
}

/*
---
name: Components
category: components
sourcePath:
---

Components ideally are pieces of CSS that are independent, detached,
context unaware and as tiny as possible. A component may also be a composition
of other components.
*/
/*$sidebar-width: 60px;
$sidebar-toggle-height: 2.5lh;
$header-margin: 0.5lh;
$header-height: $sidebar-toggle-height;
$header-logo-height: $header-height - ($header-margin * 2);
$header-search-height: 1.25lh;*/
header .header-top-bar {
  font-size: 0.9em;
  height: 3em;
  margin: 1em -30px 15px;
}
header .header-top-bar .header-tel {
  font-weight: 700;
}
header .header-top-bar .header-lang {
  text-align: right;
}
header .header-top-bar .header-lang img {
  width: 25px;
  height: 25px;
  margin: 0 10px;
}
header .header-top-bar .header-lang .contact {
  margin: 0 10px;
}
header .header-main-bar {
  margin: 0 -30px;
}
header .header-main-bar .logo img {
  width: 185px;
}
header .language-picker {
  position: relative;
  display: inline;
  border: 0;
  width: 100px;
}
header .language-picker img {
  margin-right: 12px;
  cursor: pointer;
}
header .language-picker ul.language-list {
  position: absolute;
  display: none;
  top: 30px;
  right: 0;
  z-index: 12;
}
header .language-picker ul.language-list li {
  background-color: #333;
  text-transform: uppercase;
  text-align: center;
}
header .language-picker ul.language-list li a {
  display: block;
  padding: 10px 15px;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
header .language-picker ul.language-list li a.active, header .language-picker ul.language-list li a:hover {
  color: #008AD2;
}

@media (max-width: 1400px) {
  header .header-main-bar,
header .header-top-bar {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .header-main-bar,
.header-top-bar {
    display: none;
  }
}
footer {
  padding: 2em 0;
}
footer .row {
  margin-bottom: 0;
}
footer h4 {
  font-size: 1.2rem;
}
footer h4.-mmargin {
  margin-left: -30px;
}
footer a {
  color: #000;
}
footer .address-block {
  line-height: 2em;
  margin-bottom: 2em;
}
footer .address-block a {
  display: block;
  color: #000;
}
footer .address-block .location,
footer .address-block .mail,
footer .address-block .phone {
  position: relative;
}
footer .address-block .location:before,
footer .address-block .mail:before,
footer .address-block .phone:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  top: 5px;
  left: -30px;
  background-size: 100% 100%;
}
footer .address-block .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon.svg");
}
footer .address-block .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail.svg");
}
footer .address-block .location:before {
  background-image: url("/template/images/lista-icon-400x400-standort.svg");
}
footer .social {
  display: flex;
}
footer .social li svg {
  font-size: 25px;
  margin: 10px 20px 0 0;
}
footer .footer-logos {
  margin-top: -50px;
}
footer .footer-logos img {
  margin-top: 10px;
}
footer .subfooter a,
footer .subfooter span {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #666;
  color: #666;
}
footer .subfooter a:last-child,
footer .subfooter span:last-child {
  border-right: 0;
}
footer .glossar {
  font-size: 12px;
}
footer .glossar b {
  display: block;
  margin-top: 15px;
  color: #888;
}
footer .glossar ul {
  margin-bottom: 15px;
}
footer .glossar ul li a {
  color: #888;
}

@media (max-width: 1400px) {
  footer .up {
    margin-left: 15px !important;
  }
}
@media (max-width: 992px) {
  footer h4.-mmargin {
    margin-left: 0;
  }
  footer .-indent {
    padding-left: 15px !important;
  }
  footer .footer-logos {
    margin-top: 0;
    padding-left: 60px;
  }
  footer ._hide-mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  footer .footer-logos {
    margin-top: 0;
    padding-left: 45px;
  }
}
.up {
  opacity: 0;
  width: 55px;
  height: 55px;
  margin-left: 15px;
  background-color: #008AD2;
  color: #FFF;
  font-size: 30px;
  z-index: 50;
  transition: all 0.5s ease-out;
}
.up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky-bottom {
  position: absolute;
  margin-top: -32px;
}

.sticky {
  position: fixed;
  bottom: 0;
}

.sticky a,
.sticky-bottom a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
}

@media (max-width: 1400px) {
  .up {
    margin-left: 80px;
  }
}
@media (max-width: 1300px) {
  .up {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .up {
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  .up {
    width: 40px;
    height: 40px;
  }
}
.layout-zipsearch .form-zipsearch {
  background-color: #f6f6f6;
}

.header-search {
  text-align: right;
}
.header-search form {
  margin-bottom: -6px;
}
.header-search form input {
  display: inline-block;
  padding: 5px;
}
.header-search form input#searchField {
  border: 1px solid #cecece;
  border-right: 0;
  width: calc(100% - 34px);
  height: 34px;
}
.header-search form input#searchIcon {
  background-color: #cecece;
  margin: 0 0px -12px -5px;
  height: 34px;
  width: 34px;
}

.info-button {
  position: fixed;
  z-index: 11;
  width: 50px;
  height: 150px;
  right: 0;
  cursor: pointer;
  transition: all ease 300ms;
}
.info-button .cart,
.info-button .download,
.info-button .mail {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  background-color: #008AD2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.info-button .mail {
  top: 0;
  background-image: url("../images/lista-icon-400x400-e-mail-weiss.svg");
  background-size: 80%;
}
.info-button .download {
  top: 50px;
  background-image: url("../images/lista-icon-400x400-download.svg");
}
.info-button .cart {
  top: 100px;
  background-image: url("../images/lista-icon-400x400-warenkorb-weiss.svg");
  background-size: 70%;
}

@media (max-width: 768px) {
  .info-button {
    width: 40px;
    height: 120px;
    bottom: 40px;
  }
  .info-button .cart,
.info-button .download,
.info-button .mail {
    width: 40px;
    height: 40px;
  }
  .info-button .download {
    top: 40px;
  }
  .info-button .cart {
    top: 80px;
  }
}
.nav-main ul li {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.nav-main ul li[data-hide] {
  display: none;
}
.nav-main > ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-main > ul > li {
  position: relative;
  flex-grow: 1;
  padding-top: 12px;
  margin-bottom: -16px;
  height: 52px;
  text-align: center;
  z-index: 12;
}
.nav-main > ul > li:hover > .subnav-wrapper {
  display: block;
}
.nav-main > ul > li:first-child {
  margin-left: 0 !important;
}
.nav-main > ul > li:first-child > .subnav-wrapper > ul > li {
  padding-right: 15px;
}
.nav-main > ul > li.active, .nav-main > ul > li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2df+0,008bcd+100 */
  background: #00A2DF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00A2DF 0%, #008AD2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.nav-main > ul > li.active > a, .nav-main > ul > li:hover > a {
  color: #FFF;
}
.nav-main > ul > li > a {
  text-transform: uppercase;
}
.nav-main > ul > li a {
  color: #000;
  text-decoration: none;
}
.nav-main > ul > li > .subnav-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  z-index: 15;
  background-color: #f6f6f6;
  z-index: 10;
}
.nav-main > ul > li > .subnav-wrapper > .padding {
  display: block;
  position: absolute;
  width: calc(100% + 150px);
  height: calc(100% + 75px);
  top: 0;
  left: -75px;
  z-index: -1;
}
.nav-main > ul > li > .subnav-wrapper > ul {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.36);
}
.nav-main > ul > li > .subnav-wrapper > ul > li {
  text-align: left;
  position: relative;
}
.nav-main > ul > li > .subnav-wrapper > ul > li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2df+0,008bcd+100 */
  background: #00A2DF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00A2DF 0%, #008AD2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.nav-main > ul > li > .subnav-wrapper > ul > li:hover > a {
  color: #FFF;
}
.nav-main > ul > li > .subnav-wrapper > ul > li:hover > .subnav-wrapper {
  display: block;
}
.nav-main > ul > li > .subnav-wrapper > ul > li a {
  display: block;
  padding: 18px;
  font-size: 14px;
  white-space: nowrap;
}
.nav-main > ul > li > .subnav-wrapper > ul > li > a.has-child:after {
  content: ">";
  position: absolute;
  right: 10px;
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper {
  display: none;
  position: absolute;
  min-width: 100%;
  left: 100%;
  top: 0;
  background-color: #f6f6f6;
  z-index: 15;
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper > .padding {
  display: block;
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 150px);
  top: -75px;
  left: -25px;
  z-index: -1;
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper ul {
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.36);
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper ul > li {
  text-align: left;
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper ul > li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2df+0,008bcd+100 */
  background: #00A2DF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00A2DF 0%, #008AD2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.nav-main > ul > li > .subnav-wrapper > ul > li > .subnav-wrapper ul > li:hover > a {
  display: block;
  padding: 18px;
  color: #FFF;
}

.nav-footer.-divided {
  column-count: 2;
}
.nav-footer > ul > li {
  font-weight: 600;
  margin-bottom: 1.5em;
}
.nav-footer > ul > li > ul {
  font-size: 0.9em;
}
.nav-footer > ul > li > ul > li {
  font-weight: 400;
}

.nav-anchor {
  margin: 15px 0 15px;
  padding: 15px 30px;
  background-color: #EAF3FC;
}
.nav-anchor a {
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 14px;
  display: inline-block;
}
.nav-anchor a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: none;
}
.nav-anchor a svg {
  margin-right: 10px;
}

.list-product .product {
  padding-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.list-product .product h3 {
  width: 100%;
  padding: 0.5em 0;
  margin: 0 auto 1em;
  font-size: 1em;
  font-weight: normal;
  background-color: #008AD2;
  color: #FFF;
}
.list-product .product .img-hover-zoom {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 200px;
}
@media all and (-ms-high-contrast: none) {
  .list-product .product .img-hover-zoom {
    min-height: 0;
  }
}
.list-product .product .img-hover-zoom img {
  align-self: flex-end;
  flex-shrink: 0;
  max-height: 200px;
  width: 100%;
}
.list-product .product a {
  text-decoration: none;
}
.list-product .product:hover {
  color: #FFF;
}
.list-product .product:hover h3 {
  border: 0;
}
.list-product .product.-fullimg h3 {
  margin-top: 0;
}
.list-product .product.-fullimg .img-hover-zoom img {
  width: 100%;
  object-fit: cover;
}
.list-product.-marknew .product:last-child .img-hover-zoom .content {
  background-color: #CB0000;
}
.list-product.-marknew .product:last-child .label {
  background-color: #CB0000;
}
.list-product.-solution .product h3 {
  margin-top: 0;
  font-weight: 600;
}
.list-product.-solution .product img {
  width: 100%;
  height: auto;
  max-height: none;
}
.list-product.-solution .product:hover {
  background-color: transparent;
}

@media (max-width: 768px) {
  .list-product .product .img-hover-zoom img {
    max-height: inherit;
  }
}
@media (max-width: 576px) {
  .list-product .product > a {
    display: flex;
    flex-wrap: wrap;
  }
  .list-product .product > a .img-hover-zoom {
    order: 2;
    width: 100%;
  }
  .list-product .product > a h3 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
}
.list-benefit:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/plus.png");
  background-size: 2em 2em;
  top: calc(-3em + 5px);
  left: calc(-5% + 10px);
  height: 2em;
  width: 2em;
}
.list-benefit .benefit {
  padding-top: 1em;
  margin-bottom: 1em;
  color: #FFF;
  font-size: 0.9em;
  display: flex;
}
.list-benefit .benefit .img {
  margin-right: 2em;
  max-height: 200px;
}
.list-benefit .benefit .img img {
  float: left;
  max-width: 200px;
}
.list-benefit .benefit .content h3 {
  padding: 0 0 0.5em;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #008AD2;
  color: #FFF;
}
.list-benefit .benefit .content ul {
  list-style-type: disc;
  padding-left: 18px;
}
.list-benefit .benefit.-icons .img img {
  max-width: 140px;
}
.list-benefit .benefit.-icons .content {
  margin-top: auto;
  margin-bottom: auto;
}
.list-benefit .benefit.-plusicons .content {
  position: relative;
  margin-left: 40px;
}
.list-benefit .benefit.-plusicons .content h3 {
  font-size: 1em;
  padding-bottom: 0;
}
.list-benefit .benefit.-plusicons .content:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/plus.png");
  background-size: 25px 25px;
  background-position: 3px;
  background-repeat: no-repeat;
  background-color: #008AD2;
  top: 0;
  left: -40px;
  height: 31px;
  width: 31px;
}
.list-benefit.-black .benefit {
  color: #000;
}
.list-benefit.-black .benefit .content h3 {
  background-color: transparent;
  color: #000;
}

@media (max-width: 1200px) {
  .list-benefit .benefit {
    flex-direction: column;
  }
  .list-benefit .benefit img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .list-benefit:before {
    display: none;
  }
}
.list-system .system {
  padding-top: 1em;
  margin-bottom: 1em;
  position: relative;
}
.list-system .system h3 {
  width: 100%;
  margin: 0 0 0 50px;
  font-size: 1.2em;
  font-weight: normal;
  color: #FFF;
}
.list-system .system .img-hover-zoom:hover .image, .list-system .system .img-hover-zoom:hover img {
  transform: scale(1);
}
.list-system .system .img-hover-zoom img {
  transform: scale(0.9);
  display: block;
  margin: 0 auto 5px;
  max-height: 200px;
  height: 200px;
  width: auto;
}
.list-system .system .content {
  top: 100%;
  left: 0;
  width: 80%;
  z-index: 20;
  padding-bottom: 1em;
  margin: 0 0 0 50px;
  color: #FFF;
  font-weight: 300;
}
.list-system .system a {
  text-decoration: none;
}
.list-system .system a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 15px;
  width: 40px;
  height: 40px;
  background-image: url("../images/arrow-right.png");
  background-size: 40px 40px;
}
.list-system.-config .system h3 {
  position: relative;
  width: calc(100% - 45px);
  margin: 1.5em 0 0.5em;
  font-size: 1em;
  font-weight: 600;
  color: #000;
}
.list-system.-config .system .img-hover-zoom:hover .image, .list-system.-config .system .img-hover-zoom:hover img {
  transform: scale(1.1);
}
.list-system.-config .system .img-hover-zoom img {
  transform: scale(1);
  max-height: none;
  height: auto;
  width: 100%;
}
.list-system.-config .system a {
  text-decoration: none;
}
.list-system.-config .system a:after {
  top: inherit;
  bottom: 27px;
  left: inherit;
  right: 15px;
}
.list-system.-config .system .text {
  color: #000;
  width: calc(100% - 60px);
}

@media (max-width: 576px) {
  .list-system .system h3 {
    width: auto;
  }
  .list-system .system .content {
    width: auto;
  }
}
.list-module {
  margin-top: 3em;
}
.list-module .module {
  font-size: 14px;
  margin-bottom: 3em;
}
.list-module .module img {
  margin-bottom: 5px;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .list-module .module img {
    height: auto;
  }
}
.list-color {
  margin-top: 3em;
}
.list-color .color {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 3em;
  text-align: center;
}
.list-color .color .img-hover-zoom:hover .image, .list-color .color .img-hover-zoom:hover img {
  transform: scale(1);
}
.list-color .color .img-hover-zoom img {
  transform: scale(0.9);
  display: block;
  margin: 0 auto 5px;
}

.list-newsteaser .news .image {
  position: relative;
  height: 240px;
  background-size: cover;
}
.list-newsteaser .news .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1.5em;
  width: 100%;
  opacity: 0.5;
  background-color: #FFF;
}
.list-newsteaser .news .content {
  padding: 1em 1em 2em;
  background-color: #FFF;
  height: calc(100% - 240px);
}
.list-newsteaser .news .content .date {
  display: block;
  font-size: 0.8em;
}
.list-newsteaser .news .content h3.title {
  margin-top: 0.5em;
  color: #000;
  font-size: 1em;
}
.list-newsteaser .news .content a {
  font-weight: 600;
}
.list-newsteaser > .link {
  position: absolute;
  left: initial;
  top: 50%;
  transform: translate(0, -50%);
  right: -75px;
}
.list-newsteaser > .link img {
  width: 40px;
  height: 40px;
}

@media (max-width: 992px) {
  .list-newsteaser > .link {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .list-newsteaser .news {
    margin-bottom: 25px;
  }
  .list-newsteaser > .link {
    right: -50px;
    display: none;
  }
}
.list-news {
  padding-bottom: 35px;
  padding-top: 35px;
}
.list-news .pagination {
  margin-top: 30px;
}
.list-news .pagination li a {
  position: relative;
  display: block;
  list-style: none;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008AD2;
  background-color: #FFF;
  border-radius: 0 !important;
  border: 1px solid #dee2e6;
  text-decoration: none;
}
.list-news .pagination li a:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.list-news .pagination li a:first-child a {
  margin-left: 0;
}
.list-news .pagination li.active a {
  background-color: #008AD2;
  color: #FFF !important;
}
.list-news .news-search {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 50px;
}
.list-news .news-search label {
  margin-bottom: 5px;
  font-size: 14px;
}
.list-news .news-search input {
  border: none;
  height: 35px;
}
.list-news .news-output-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #008AD2;
}
.list-news .news-output-header span {
  font-weight: bold;
}
.list-news .news-output-header span:first-child {
  width: 75%;
}
.list-news .news-output-header span:nth-child(2) {
  width: 25%;
}
.list-news .news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #008AD2;
  text-decoration: none;
  color: #000;
}
.list-news .news-item .news-left {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-news .news-item .news-left .news-image {
  margin-right: 30px;
}
.list-news .news-item .news-left .news-content {
  width: 50%;
}
.list-news .news-item .news-right {
  width: 25%;
}

.newspage-date {
  font-size: 14px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .list-news .news-output-header {
    display: none;
  }
  .list-news .news-item {
    flex-direction: column;
  }
  .list-news .news-item .news-left {
    width: 100%;
    flex-direction: column;
  }
  .list-news .news-item .news-left .news-image {
    margin-bottom: 15px;
  }
  .list-news .news-item .news-left .news-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .list-news .news-search {
    width: 100%;
  }
  .list-news .pagination {
    flex-wrap: wrap;
  }
}
.list-events .event-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #008AD2;
}
.list-events .event-item .event-left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-events .event-item .event-left .event-image {
  margin-right: 30px;
}
.list-events .event-item .event-left .event-content {
  font-size: 15px;
  width: 50%;
}
.list-events .event-item .event-left .event-content p {
  margin-top: 10px;
}
.list-events .event-item .event-date {
  width: 20%;
}
.list-events .event-item .event-place {
  width: 20%;
}
.list-events .event-list-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #008AD2;
  font-weight: bold;
}
.list-events .event-list-header span:first-child {
  width: 60%;
}
.list-events .event-list-header span:nth-child(2) {
  width: 20%;
}
.list-events .event-list-header span:nth-child(3) {
  width: 20%;
}

@media (max-width: 768px) {
  .list-events .event-item {
    flex-direction: column;
    width: 100%;
  }
  .list-events .event-item .event-left {
    width: 100%;
    flex-direction: column;
  }
  .list-events .event-item .event-left .event-image {
    margin-bottom: 15px;
  }
  .list-events .event-item .event-left .event-content {
    width: 100%;
  }
  .list-events .event-item .event-date {
    width: 100%;
  }
  .list-events .event-item .event-place {
    width: 100%;
  }
  .list-events .event-list-header {
    display: none;
  }
}
.breadcrumb,
.print-share {
  display: flex;
  margin: 0 0 -30px;
  padding: 0.8rem 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
}
.breadcrumb li,
.print-share li {
  padding-left: 0 !important;
}
.breadcrumb li:not(:first-child),
.print-share li:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb li:first-child:after, .breadcrumb li:last-child:after,
.print-share li:first-child:after,
.print-share li:last-child:after {
  display: none;
}
.breadcrumb li:before,
.print-share li:before {
  display: none !important;
}
.breadcrumb li:after,
.print-share li:after {
  content: ">";
  padding-left: 10px;
}
.breadcrumb li img,
.print-share li img {
  width: 20px;
  height: 20px;
}
.breadcrumb li a,
.print-share li a {
  color: #333;
  text-decoration: none;
}

.print-share li a {
  color: #008AD2;
}

@media (max-width: 576px) {
  .print-share li span {
    display: none;
  }
}
.list-infos:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/infobox-trigger.png");
  background-size: 2em 2em;
  top: -3rem;
  left: -3.6rem;
  height: 2em;
  width: 2em;
}
.list-infos .links h3,
.list-infos .videos h3 {
  font-size: 1rem;
  color: #000;
}
.list-infos .links a {
  display: block;
}
.list-infos .videos .img {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
  background-size: cover;
}
.list-infos .videos .img .playwhite {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/play.svg");
  background-size: 100% auto;
  width: 70px;
  height: 70px;
  margin: 0;
  cursor: pointer;
}
.list-infos .videos iframe {
  max-width: 100%;
}

.col-11 .list-infos:nth-child(n+2) {
  padding-top: 3em;
}
.col-11 .list-infos:nth-child(n+2):before {
  display: none;
}

.list-gallery .item {
  margin-bottom: 30px;
}
.list-gallery .item .img-hover-zoom {
  overflow: hidden;
}
.list-gallery .item .img-hover-zoom img {
  width: 100%;
}

.list-accordion {
  margin-left: -15px;
  margin-right: -15px;
}
.list-accordion .entry {
  position: relative;
  margin-bottom: 15px;
}
.list-accordion .entry .title {
  color: #FFF;
  background-color: #008AD2;
  padding: 20px 10%;
  transition: all ease 400ms;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.list-accordion .entry .title:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/lista-icon-400x400-button-plus.svg");
  background-size: 2em 2em;
  top: 0;
  left: 0;
  height: 2em;
  width: 2em;
  font-size: 16px;
}
.list-accordion .entry .text {
  display: none;
  padding: 15px 10%;
}
.list-accordion .entry .text table {
  width: 70%;
  margin-bottom: 30px;
}
.list-accordion .entry .text table tr {
  border-bottom: 1px solid #008AD2;
}
.list-accordion .entry .text table tr td {
  padding: 0.5rem 0;
}
.list-accordion .entry.-open .title {
  background-color: #f6f6f6;
  color: black;
}

.list-team {
  margin-bottom: 35px;
}
.list-team .entry .area {
  height: 38px;
  line-height: 24px;
  font-size: 20px;
}
.list-team .entry .image {
  margin: 15px 0;
}
.list-team .entry .name {
  font-weight: bold;
}
.list-team .entry .locations {
  margin-bottom: 20px;
}
.list-team .entry .mail,
.list-team .entry .phone {
  position: relative;
  text-indent: 30px;
}
.list-team .entry .mail:before,
.list-team .entry .phone:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  top: 1px;
  left: 0;
  background-size: 100% 100%;
}
.list-team .entry .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon.svg");
}
.list-team .entry .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail.svg");
}
.list-team .entry .mail a {
  color: #000;
}
.list-team.-merchants .entry, .list-team.-prod .entry {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #008AD2;
  color: #FFF;
  height: calc(100% - 25px);
}
.list-team.-merchants .entry .company, .list-team.-prod .entry .company {
  font-size: 20px;
  min-height: 60px;
}
.list-team.-merchants .entry .address, .list-team.-prod .entry .address {
  margin: 30px 0;
}
.list-team.-merchants .entry .name, .list-team.-prod .entry .name {
  font-weight: normal;
}
.list-team.-merchants .entry .phone:before, .list-team.-prod .entry .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon-weiss.svg");
}
.list-team.-merchants .entry .mail:before, .list-team.-prod .entry .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail-weiss.svg");
}
.list-team.-merchants .entry .mail a, .list-team.-prod .entry .mail a {
  color: #FFF;
}
.list-team.-merchants .entry .website a, .list-team.-prod .entry .website a {
  color: #FFF;
}
.list-team.-prod .entry {
  background-color: #CB0000;
}
.list-team.-prod .entry .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon-weiss.svg");
}
.list-team.-prod .entry .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail-weiss.svg");
}
.list-team.-prod .entry .website a {
  color: #000;
}

.list-zipcontacts {
  display: flex;
  justify-content: space-between;
}
.list-zipcontacts h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.list-zipcontacts .ads {
  width: 50%;
}
.list-zipcontacts .merchants {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.list-zipcontacts .contact {
  padding: 30px;
  margin-right: 15px;
  margin-bottom: 30px;
  width: 290px;
  min-height: 280px;
  background-color: #008AD2;
  color: #FFF;
}
.list-zipcontacts .contact .company {
  font-size: 20px;
}
.list-zipcontacts .contact .image {
  margin-top: 15px;
}
.list-zipcontacts .contact .address {
  margin: 30px 0;
}
.list-zipcontacts .contact .mail,
.list-zipcontacts .contact .phone {
  position: relative;
  text-indent: 30px;
}
.list-zipcontacts .contact .mail:before,
.list-zipcontacts .contact .phone:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  top: 1px;
  left: 0;
  background-size: 100% 100%;
}
.list-zipcontacts .contact .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon-weiss.svg");
}
.list-zipcontacts .contact .mail:before,
.list-zipcontacts .contact .website:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail-weiss.svg");
}
.list-zipcontacts .contact .mail a,
.list-zipcontacts .contact .website a {
  color: #FFF;
}

.list-suppliers {
  width: 80%;
}
.list-suppliers .heading {
  display: flex;
}
.list-suppliers .heading .rank {
  font-weight: bold;
  width: 20%;
}
.list-suppliers .heading .left,
.list-suppliers .heading .right {
  display: flex;
  width: 50%;
  margin: 0 5% 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #008AD2;
}
.list-suppliers .supplier-outer {
  column-count: 2;
  column-gap: 0;
}
.list-suppliers .supplier-outer .supplier {
  display: flex;
  margin: 0 10% 15px 0;
}
.list-suppliers .supplier-outer .supplier .rank {
  font-weight: bold;
  width: 20%;
}

.carousel-vis.-default {
  position: relative;
  height: 450px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: 0 -15px;
  overflow: hidden;
}
.carousel-vis.-default .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
}
.carousel-vis.-default .item img {
  max-width: none;
}
.carousel-vis.-default .item .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.carousel-vis.-default .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis.-default .item .caption {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
  min-width: 40%;
  max-width: 50%;
  width: auto;
  padding: 20px 40px;
  font-size: 30px;
  background-color: #FFF;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
}
.carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
  color: #000;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.carousel-vis.-default .item .caption p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.carousel-vis.-default .item a.btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 0.375rem 3rem;
}
.carousel-vis.-default .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-default .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis.-default .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-default .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis.-default .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis.-default .globaltitle {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
  min-width: 40%;
  width: auto;
  max-width: 50%;
  padding: 20px 40px;
  font-size: 30px;
  background-color: #FFF;
  border-top: 10px solid rgba(255, 255, 255, 0.5);
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.carousel-vis.-default .toggler, .carousel-vis.-default .carousel-vis.-categories .minipreview, .carousel-vis.-categories .carousel-vis.-default .minipreview {
  display: none;
  padding: 0;
  bottom: 30px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis.-default .toggler li, .carousel-vis.-default .carousel-vis.-categories .minipreview li, .carousel-vis.-categories .carousel-vis.-default .minipreview li {
  border: none;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  border-radius: 13px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis.-default .toggler li.active, .carousel-vis.-default .carousel-vis.-categories .minipreview li.active, .carousel-vis.-categories .carousel-vis.-default .minipreview li.active {
  background-color: #fff;
}
.carousel-vis.-default .item-skip {
  display: none;
  position: absolute;
  bottom: 120px;
  font-size: 35px;
  z-index: 15;
  cursor: pointer;
}
.carousel-vis.-default .item-skip.next {
  right: 10px;
}
.carousel-vis.-default .item-skip.prev {
  left: 10px;
}

@media (max-width: 992px) {
  .carousel-vis.-default {
    height: 300px;
  }
  .carousel-vis.-default .item .caption {
    max-width: 75%;
  }
  .carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
    font-size: 2.25rem;
  }
  .carousel-vis.-default .globaltitle {
    max-width: 75%;
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
    font-size: 2rem;
  }
  .carousel-vis.-default .globaltitle {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .carousel-vis.-default .item .caption {
    padding-left: 10px;
    max-width: 85%;
  }
  .carousel-vis.-default .item .caption h1,
.carousel-vis.-default .item .caption h3 {
    font-size: 1.5rem;
  }
  .carousel-vis.-default .globaltitle {
    font-size: 1.5rem;
    padding-left: 10px;
    max-width: 85%;
  }
}
.carousel-vis.-categories {
  position: relative;
  height: 740px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: 0 -15px;
  overflow: hidden;
  background-color: #333;
}
.carousel-vis.-categories .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
}
.carousel-vis.-categories .item img {
  max-width: none;
}
.carousel-vis.-categories .item .image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.carousel-vis.-categories .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis.-categories .item .caption {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
  width: 40%;
  padding: 20px 100px 20px 140px;
  font-size: 30px;
  background-color: #FFF;
  color: #000;
}
.carousel-vis.-categories .item .caption h3 {
  padding: 0;
  margin: 0;
  color: #008AD2;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.carousel-vis.-categories .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-categories .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis.-categories .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-categories .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis.-categories .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis.-categories .toggler, .carousel-vis.-categories .minipreview {
  display: none;
  padding: 0;
  bottom: 30px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis.-categories .toggler li, .carousel-vis.-categories .minipreview li {
  border: none;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  border-radius: 13px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis.-categories .toggler li.active, .carousel-vis.-categories .minipreview li.active {
  background-color: #fff;
}
.carousel-vis.-categories .minipreview {
  display: block;
  bottom: 20px;
  width: 80%;
  height: 170px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis.-categories .minipreview li {
  position: relative;
  width: 20%;
  height: 130px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.carousel-vis.-categories .minipreview li div {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}
.carousel-vis.-categories .minipreview li.active {
  background-color: transparent;
}
.carousel-vis.-categories .minipreview li.active div {
  font-weight: 400;
  background-color: #008AD2;
}
.carousel-vis.-categories .minipreview li:first-child {
  margin: 0;
}
.carousel-vis.-categories .item-skip {
  display: none;
  position: absolute;
  bottom: 80px;
  width: 40px;
  height: 40px;
  z-index: 15;
  cursor: pointer;
}
.carousel-vis.-categories .item-skip.next {
  right: 40px;
}
.carousel-vis.-categories .item-skip.prev {
  left: 40px;
}

.carousel-vis.-references {
  position: relative;
  height: 600px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: 0 -15px;
  overflow: hidden;
  background-color: #333;
}
.carousel-vis.-references:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 15;
  background-color: white;
}
.carousel-vis.-references .title {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px 40px;
  z-index: 15;
  color: #008AD2;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel-vis.-references .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
  background-color: #FFF;
}
.carousel-vis.-references .item .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.carousel-vis.-references .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-references .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis.-references .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis.-references .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis.-references .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis.-references .toggler, .carousel-vis.-references .carousel-vis.-categories .minipreview, .carousel-vis.-categories .carousel-vis.-references .minipreview {
  display: none;
  padding: 0;
  bottom: 30px;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis.-references .toggler li, .carousel-vis.-references .carousel-vis.-categories .minipreview li, .carousel-vis.-categories .carousel-vis.-references .minipreview li {
  border: none;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  border-radius: 13px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis.-references .toggler li.active, .carousel-vis.-references .carousel-vis.-categories .minipreview li.active, .carousel-vis.-categories .carousel-vis.-references .minipreview li.active {
  background-color: #fff;
}
.carousel-vis.-references .item-skip {
  position: absolute;
  left: initial;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 15;
  cursor: pointer;
}
.carousel-vis.-references .item-skip.next {
  right: 40px;
}
.carousel-vis.-references .item-skip.prev {
  left: 40px;
}

@media (max-width: 992px) {
  .carousel-vis.-references {
    height: 300px;
  }
  .carousel-vis.-references .item .image {
    height: 300px;
  }
  .carousel-vis.-references .item-skip,
.carousel-vis.-references .title {
    display: none !important;
  }
}
.news-slider .item-overlay {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px;
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.95);
}
.news-slider .item-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.news-slider .item-overlay .slide-counter {
  margin-top: 10px;
  font-size: 14px;
}
.news-slider .item-overlay .overlay-content {
  max-width: 100%;
  margin-bottom: 100px;
}
.news-slider .item-overlay .overlay-content .description {
  word-break: break-word;
}

.carousel-owl .owl-carousel {
  height: 480px;
  width: 95%;
  margin: 0 auto;
}
.carousel-owl .owl-carousel .owl-stage-outer {
  padding: 80px 0;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item {
  margin-top: 30px;
  transition: all ease 200ms;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item .link,
.carousel-owl .owl-carousel .owl-stage-outer .owl-item .text {
  display: none;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center {
  z-index: 10 !important;
  margin-top: 30px;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center img {
  transform: scale(2) !important;
  border: 4px solid #FFF;
  transition: all ease 200ms;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active.center .text {
  display: block;
  margin-top: 110px;
  text-align: center;
  font-weight: bold;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active {
  margin-right: 0;
  z-index: 5;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active img, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active img {
  transform: scale(1.3);
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active ~ .active {
  margin-left: 0;
  z-index: 1;
}
.carousel-owl .owl-carousel .owl-stage-outer .owl-item.active img, .carousel-owl .owl-carousel .owl-stage-outer .owl-item.active ~ .active ~ .active ~ .active ~ .active img {
  transform: scale(1.3);
}
.carousel-owl .owl-carousel .owl-nav.disabled {
  display: block;
}
.carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: initial;
  top: 50%;
  transform: translate(0, -50%);
}
.carousel-owl .owl-carousel .owl-nav .owl-next img,
.carousel-owl .owl-carousel .owl-nav .owl-prev img {
  width: 40px;
  height: 40px;
}
.carousel-owl .owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
.carousel-owl .owl-carousel .owl-nav .owl-next {
  right: -70px;
}
.carousel-owl .link {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: 1;
}

@media (max-width: 768px) {
  .carousel-owl .owl-carousel {
    height: 550px;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: initial;
    top: 50%;
    transform: translate(0, -50%);
  }
  .carousel-owl .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
  .carousel-owl .link {
    right: 0;
  }
}
@media (max-width: 576px) {
  .carousel-owl .owl-carousel {
    height: 300px;
  }
  .carousel-owl .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .carousel-owl .owl-carousel .owl-nav .owl-next,
.carousel-owl .owl-carousel .owl-nav .owl-prev {
    transform: translate(0, -235%);
  }
}
.carousel-owl.-history .owl-carousel {
  height: 800px;
  width: 95%;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text {
  display: flex;
  width: 65vw;
  max-width: 1070px;
  padding-top: 20px;
  margin-left: -100%;
  font-weight: normal;
  color: #FFF;
  text-align: left;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text .year {
  color: #008AD2;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active.center .text .desc {
  margin-left: 30px;
}
.carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.cloned:last-child {
  display: none;
}
.carousel-owl.-history .owl-carousel .owl-nav.disabled {
  display: block;
}
.carousel-owl.-history .owl-carousel .owl-nav .owl-next,
.carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
  top: 30%;
}

.history-range {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 50px;
}
.history-range:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #008AD2;
  top: 13px;
  z-index: -1;
}
.history-range .history {
  width: 30px;
  height: 30px;
  background-color: #008AD2;
  border-radius: 50%;
  text-align: center;
  transition: all ease 300ms;
  cursor: pointer;
}
.history-range .history.-active {
  width: 70px;
  height: 70px;
  margin-top: -22px;
}
.history-range .history .year {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .carousel-owl.-history .owl-carousel {
    min-height: 1050px;
    height: auto !important;
    width: 100%;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text {
    padding-top: 90px;
    display: flex !important;
    flex-direction: column;
    color: #FFF;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year {
    position: relative;
    text-align: center;
    color: #008AD2;
    font-size: 2.5rem;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transition: translateY(-50%);
    height: 5px;
    width: 39%;
    background-color: #008AD2;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: translateY(-50%);
    height: 5px;
    width: 39%;
    background-color: #008AD2;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-next,
.carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
    top: 20%;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
  .carousel-owl.-history .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }

  .history-range {
    display: none;
  }
}
@media (max-width: 576px) {
  .carousel-owl.-history .owl-carousel {
    height: 1050px;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:before {
    width: 28%;
  }
  .carousel-owl.-history .owl-carousel .owl-stage-outer .owl-item.active .text .year:after {
    width: 28%;
  }
}
.button-outer a {
  display: flex;
  text-decoration: none;
}
.button-outer a .btn.-right {
  margin-left: auto;
}

.-button-plain, .-button-primary {
  display: inline-block;
  padding: 5px;
  border-radius: 0;
  font-weight: 600;
  background-color: #FFF;
  min-width: 260px;
  margin-bottom: 15px;
}

.-button-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2df+0,008bcd+100 */
  background: #00A2DF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00A2DF 0%, #008AD2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0;
  color: #FFF;
}
.-button-primary:hover {
  color: #FFF;
}

.buttons-social {
  display: flex;
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  /* Non solid icons get a stroke */
}
.buttons-social.-active {
  visibility: visible;
  opacity: 1;
}
.buttons-social .resp-sharing-button__icon,
.buttons-social .resp-sharing-button__link {
  display: inline-block;
}
.buttons-social .resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
  margin: 0.5em;
}
.buttons-social .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.buttons-social .resp-sharing-button__icon svg {
  width: 40px;
  height: 24px;
  margin-top: 7px;
}
.buttons-social .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
.buttons-social .resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}
.buttons-social .resp-sharing-button--facebook {
  background-color: #3b5998;
}
.buttons-social .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.buttons-social .resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.buttons-social .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.buttons-social .resp-sharing-button--email {
  background-color: #777;
}
.buttons-social .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.buttons-social .resp-sharing-button--whatsapp {
  background-color: #25D366;
}
.buttons-social .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.filter-downloads {
  padding-top: 30px;
  font-size: 14px;
}
.filter-downloads .head-row {
  font-weight: bold;
}
.filter-downloads .pagination {
  display: none;
}
.filter-downloads .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter-downloads .list .name {
  font-weight: bold;
}
.filter-downloads .list--list-item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #008AD2;
}
.filter-downloads .no-result {
  display: none !important;
}

.form-aftersales .linkbox, .form-contact .linkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6.5rem;
}
.form-aftersales .linkbox a, .form-contact .linkbox a {
  font-size: 12px;
}
.form-aftersales .linkbox input.btn, .form-contact .linkbox input.btn {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .form-aftersales .linkbox, .form-contact .linkbox {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }
}
.form-contact {
  margin-top: 30px;
}

.form-popup {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.36);
  position: absolute;
  right: -610px;
  width: 600px;
  padding: 15px;
  z-index: -1;
  background-color: #f6f6f6;
  cursor: default;
  transition: all ease 500ms;
}
.form-popup.-active {
  right: 50px;
}
.form-popup .linkbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 20px 0 15px;
}
.form-popup .linkbox a {
  font-size: 12px;
}
.form-popup .linkbox input.btn {
  margin-bottom: 0;
}
.form-popup h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.form-popup form label {
  font-size: 14px;
}
@media (max-width: 768px) {
  .form-popup {
    max-width: calc(100vw - 67px);
  }
}
@media (max-width: 576px) {
  .form-popup .linkbox,
.form-popup .linkbox a {
    display: block;
  }
  .form-popup input.btn {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .form-zipsearch {
    margin-top: -1rem;
  }
  .form-zipsearch .btn {
    margin-top: 1rem;
  }
}
.form-countryselect {
  margin-top: 15px;
}

.form-login input[type=password] {
  margin-top: 15px;
  border: 1px solid #cecece;
}
.form-login .errormsg {
  margin: 10px 0;
  color: #CB0000;
  font-weight: bold;
}

.form-script .linkbox > a {
  display: block;
  margin: 30px 0 15px;
  font-size: 12px;
}

.contactus-bar {
  padding-top: 15px;
  font-size: 20px;
  background-color: #008AD2;
  color: #FFF;
}
.contactus-bar .btn {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .contactus-bar {
    font-size: 16px;
  }
  .contactus-bar .btn {
    width: 260px;
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .contactus-bar [class*=col-] {
    padding-bottom: 5px;
  }
  .contactus-bar [class*=col-]:last-child {
    padding-bottom: 0;
  }
}
.cta-bar {
  width: calc(100% + 30px);
  padding-top: 15px;
  margin: 0 -15px;
  font-size: 20px;
  background-color: #008AD2;
  color: #FFF;
}
.cta-bar .text a {
  color: #FFF;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-bar .text .label {
  line-height: 28px;
  margin-left: 7%;
}
.cta-bar .text .arrow {
  font-size: 30px;
  margin-left: 10%;
}
.cta-bar .image {
  height: 90px;
  margin-top: -15px;
  margin-bottom: -15px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .cta-bar .text a {
    padding-top: 25px;
  }
}
.table-sizes table {
  position: relative;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.table-sizes table img {
  width: 70px;
}
.table-sizes table:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #008AD2;
}
.table-sizes table tbody td.title,
.table-sizes table tbody th.title,
.table-sizes table thead td.title,
.table-sizes table thead th.title {
  text-align: left;
  font-weight: 700;
  border-left: 0;
  border-right: 0;
  font-size: 1rem;
  padding-left: 5px;
}
.table-sizes table thead tr {
  margin: 1em 0;
}
.table-sizes table thead tr th {
  border-bottom: 1px solid #008AD2;
}
.table-sizes table tbody tr:nth-child(1), .table-sizes table tbody tr:nth-child(2), .table-sizes table tbody tr:nth-child(3) {
  background-color: #008AD2;
  color: #FFF;
}
.table-sizes table tbody tr:last-child td {
  border-bottom: 0;
}
.table-sizes table tbody tr:nth-child(2) td:first-child {
  border-bottom: 0;
}
.table-sizes table tbody tr:nth-child(3) td:first-child {
  border-top: 0;
}
.table-sizes table tbody tr:nth-child(n+4) td:first-child {
  border-bottom: 0;
  border-top: 0;
}
.table-sizes table tbody tr:nth-child(n+4) td:first-child,
.table-sizes table tbody tr:nth-child(n+4) td:nth-child(2) {
  background-color: #008AD2;
  color: #FFF;
  border-right: 0;
  border-left: 0;
}
.table-sizes table tbody tr:nth-child(n+4) td:nth-child(n+3) {
  font-size: 1.1rem;
  color: #008AD2;
  background-color: #cecece;
  height: 33px;
}
.table-sizes table tbody tr td {
  border: 1px solid #FFF;
}
.table-sizes table tbody tr td.-nbr {
  border-right: 0;
}
.table-sizes table tbody tr td.-nbl {
  border-left: 0;
}
.table-sizes table tbody tr td a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  transition: all ease 500ms;
}
.table-sizes table tbody tr td a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2df+0,008bcd+100 */
  background: #00A2DF;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00A2DF 0%, #008AD2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFF;
}

@media (max-width: 1200px) {
  .table-sizes .button-outer .btn {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .table-sizes .table-wrapper {
    overflow-x: scroll;
    margin-bottom: 15px;
  }
  .table-sizes .table-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 3px;
    -webkit-overflow-scrolling: auto;
  }
  .table-sizes .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  .table-sizes .table-wrapper table {
    width: 880px;
  }
}
.image-block {
  margin-bottom: 0;
}
.image-block .text {
  padding-top: 3em;
  padding-bottom: 2em;
  color: #FFF;
}
.image-block .text:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/plus.png");
  background-size: 2em 2em;
  top: 5px;
  left: calc(-20% + 5px);
  height: 2em;
  width: 2em;
}
.image-block .text .heading {
  color: #FFF;
}
.image-block .image {
  margin-right: -15px;
  flex: 0 0 calc(50% + 15px);
  max-width: calc(50% + 15px);
  align-self: center;
}
.image-block .image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  height: 100%;
  width: 2em;
  background-color: #008AD2;
  opacity: 0.8;
}
.image-block .image .img-hover-zoom {
  height: 100%;
}
.image-block .image img {
  min-width: 100%;
}
.image-block.-request .image:before,
.image-block.-request .text:before {
  display: none;
}
.image-block.-request .text {
  color: #000;
}
.image-block.-request .text .heading {
  color: #008AD2;
}
.image-block.-request .image {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.image-block.-fullwidth {
  overflow: hidden;
}
.image-block.-fullwidth .text {
  margin-left: 4.166667%;
  flex: 0 0 45.834%;
  max-width: 45.834%;
}
.image-block.-fullwidth .text:before {
  left: calc(-10% + 10px);
}
.image-block.-fullwidth .image {
  align-self: auto;
}
.image-block.-fullwidth .image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .image-block.-request .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .image-block .image {
    order: 1;
  }
  .image-block .text {
    order: 2;
  }
}
@media (max-width: 992px) {
  .image-block.-fullwidth .image {
    display: none;
  }
}
@media (max-width: 576px) {
  .image-block.-fullwidth .text {
    max-width: none;
  }
}
/* 16:9 Video */
.video-embed {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
.video-embed iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cb-richtext.-columns {
  columns: 2;
  column-gap: 35px;
}
@media (max-width: 992px) {
  .cb-richtext.-columns {
    columns: 1;
  }
}
.cb-richtext.-justified {
  text-align: justify;
}
.cb-richtext.-quote {
  width: 80%;
  margin-left: 20%;
}
.cb-richtext.-quote:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/lista-icon-400x400-zitat-de.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -35px;
  left: 0;
  height: 100%;
  width: 20%;
}
.cb-richtext.-quote svg {
  position: absolute;
  left: 0;
  top: -45px;
  width: 17%;
  height: auto;
}
@media (max-width: 768px) {
  .cb-richtext.-quote {
    width: 100%;
    margin-left: 0;
  }
  .cb-richtext.-quote:before {
    display: none;
  }
}
.cb-richtext ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.cb-richtext table td {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .cb-image {
    margin-bottom: 15px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 0;
  border: 0;
}
.form-group label {
  font-size: 14px;
}
.form-group textarea {
  height: 90px;
}
.form-group input[type=file] {
  display: none;
}

.cb-address .address p {
  margin-bottom: 0;
}
.cb-address .contact {
  display: flex;
  flex-direction: column;
}
.cb-address .contact a {
  color: #000;
  text-decoration: none;
}
.cb-address .contact .mail,
.cb-address .contact .phone {
  position: relative;
  margin-left: 30px;
}
.cb-address .contact .mail:before,
.cb-address .contact .phone:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  top: 2px;
  left: -30px;
  background-size: 100% 100%;
}
.cb-address .contact .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon.svg");
}
.cb-address .contact .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail.svg");
}
.cb-address.-cwhite a {
  color: #FFF;
}
.cb-address.-cwhite .contact .phone:before {
  background-image: url("/template/images/lista-icon-400x400-telefon-weiss.svg");
}
.cb-address.-cwhite .contact .mail:before {
  background-image: url("/template/images/lista-icon-400x400-e-mail-weiss.svg");
}

@media (max-width: 576px) {
  .heading {
    font-size: 1.5rem;
    word-break: break-word;
  }
}
/*
---
name: ⚠️ Views
category: views
sourcePath:
---

Everything that is *not* working in a component based approach will somewhen
end up as an *view*. For example if you need to adjust stylings of a
component, based on pages rather than on conditions, then put it here.
*/
.simplesearch-results-list {
  margin: 30px 0;
}
.simplesearch-results-list h3 {
  font-size: 18px;
}