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

   Project:       {{ description }} ({{ name }})
   Version:       1.0
   Author:        visions.ch GmbH
   URL:           {{ homepage }}
   -------------------------------------------------------------------------- */
/*
---
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;
}

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

button:focus:not(:focus-visible) {
  outline: none;
}

input:focus:not(:focus-visible) {
  outline: none;
}

textarea:focus:not(:focus-visible) {
  outline: none;
}

/*
---
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 {
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  background-color: #0082ca;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #006197;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #0082ca;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  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 {
  /* Third Level */
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #0082ca;
}
.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 #0082ca;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger .toggler {
  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 .toggler.open span:nth-child(4) {
  top: 13px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
.navburger-container .navburger .toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3) {
  top: 13px;
}
.navburger-container .navburger .toggler span:nth-child(4) {
  top: 26px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  padding: 10px;
}
.navburger-container .navburger .logo img {
  height: 100%;
  float: left;
}
.navburger-container .navburger .logo .logo-text {
  float: left;
  color: #fff;
  font-weight: bold;
  margin-top: 16px;
  font-weight: 701;
  font-size: 15px;
  margin-left: 10px;
}

@media (max-width: 373px) {
  .navburger-container .navburger .logo .logo-text {
    display: none;
  }
}
/* 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 #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

.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;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.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%;
}
table.vis-table tr {
  border: 1px solid #eaedf1;
}
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;
  }
}
/* 16:10 Video */
.video-embed {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}
.video-embed iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*
---
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.
*/
.-cmain {
  color: #0082ca;
}

.-cblack {
  color: #000;
}

.-cgrey {
  color: #eaedf1;
}

.-cwhite {
  color: #fff;
}

.-bgmain {
  background-color: #0082ca;
}

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

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

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

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

.main-wrapper {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

main {
  margin-top: 40px;
}

a {
  color: #0082ca;
}
a:focus, a:hover {
  color: #006197;
}

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

h1 {
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0;
}

h2 {
  font-weight: bold;
  font-size: 1.3em;
  display: inline;
}

._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;
}

._text-capitalize {
  text-transform: capitalize !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;
}

/*
---
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 {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.header .header-upper {
  padding: 20px 0;
  background: #0082ca;
  background: linear-gradient(90deg, #0082ca 75%, #4ca9db 100%);
}
.header .header-upper .logo img {
  height: auto;
  width: 200px;
  float: left;
}
.header .header-upper .logo .logo-text {
  float: left;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  font-weight: 701;
  font-size: 20px;
  margin-left: 15px;
}
.header .header-upper .contact {
  float: right;
  color: #fff;
  margin-top: 20px;
}
.header .header-upper .contact .icon {
  height: 15px;
  margin-bottom: 3px;
  filter: invert(1);
}
.header .header-upper .contact .icon.mail {
  margin-right: 3px;
  margin-bottom: 4px;
  margin-top: 2px;
}
.header .header-upper .contact .icon.phone {
  height: 12px;
  margin-right: 5px;
}
.header .header-upper .contact a.phone {
  font-size: 15px;
  font-weight: 701;
  color: #fff;
}
.header .header-inner {
  padding: 20px 0;
}

@media (max-width: 1199px) {
  .header .header-inner .contact {
    display: none;
  }
}
footer {
  background-color: #eaedf1;
  padding: 40px 0px;
  margin-top: 40px;
}
footer .footer b {
  color: #0082ca;
  font-weight: 601;
}
footer .footer p {
  margin-bottom: 0px;
}
footer .footer table tbody tr td {
  padding-right: 15px;
}
footer .footer .footer-img-wrapper {
  width: 120px;
}
footer .footer .footer-img-wrapper .footer-img {
  width: 100%;
  margin-bottom: 30px;
}
footer .footer .footer-img-wrapper .footer-img.lehrbetrieb {
  padding: 0 30px;
}
footer .footer .footer-img-wrapper .footer-img.suissetec {
  padding: 0 5px;
}

@media (max-width: 991px) {
  footer .footer .content-wrapper {
    margin-bottom: 20px;
  }
}
.box-sales {
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 320px;
  max-width: 565px;
  max-height: 400px;
  text-align: left;
  padding: 20px;
  z-index: 10;
}
.box-sales.-bgwhite {
  background-color: #fff;
}
.box-sales.-bgblack {
  background-color: #000;
}
.box-sales.-bgyellow {
  background-color: #997c2b;
}
.box-sales.-bglightblue {
  background-color: #0082ca;
}
.box-sales.-bgred {
  background-color: #b43533;
}
.box-sales.-bggreen {
  background-color: #4f9031;
}
.box-sales.-bgmain {
  background-color: #0082ca;
}
.box-sales .salesCloseBtn {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0082ca;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.25;
  margin-bottom: 10px;
}
.box-sales .salesCloseBtn:hover {
  opacity: 0.6 !important;
  cursor: pointer;
  color: #0082ca !important;
}
.box-sales .media-salses {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 20% 10%;
  margin-bottom: 10px;
}
.box-sales .media-salses img {
  max-width: 100%;
}

.header-img {
  margin-bottom: 40px;
}
.header-img img {
  width: 100%;
}

.sidebar-buttons.blue .sticky-container {
  background: #0082ca;
  background: linear-gradient(135deg, #0082ca 50%, #4ca9db 100%);
}

.sidebar-buttons.red .sticky-container {
  background: #b43533;
  background: linear-gradient(135deg, #b43533 50%, #ca706f 100%);
}

.sidebar-buttons.green .sticky-container {
  background: #4f9031;
  background: linear-gradient(135deg, #4f9031 50%, #84b26f 100%);
}

.sidebar-buttons.yellow .sticky-container {
  background: #997c2b;
  background: linear-gradient(135deg, #997c2b 50%, #b9a46b 100%);
}

.sidebar-buttons {
  /* Safari */
  position: sticky;
  z-index: 1;
  top: 15px;
}
.sidebar-buttons .absolute {
  position: absolute;
  right: 0;
  margin-top: 40px;
}
.sidebar-buttons .sticky-container {
  background-color: #0082ca;
  padding: 17px 15px 17px 17px;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-bottom: 15px;
}
.sidebar-buttons .sticky-container .button-container {
  width: 100%;
  height: 100%;
}
.sidebar-buttons .sticky-container .button-container img {
  max-height: 100%;
  filter: invert(1);
}
.sidebar-buttons .sticky-container:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .sidebar-buttons {
    display: none;
  }
}
.gmap_canvas {
  width: 100%;
  height: auto;
}
.gmap_canvas iframe {
  width: 100%;
}

h1.cb-heading,
h2.cb-heading,
h3.cb-heading,
h4.cb-heading,
h5.cb-heading,
h6.cb-heading {
  display: block;
  line-height: normal;
}
h1.cb-heading br,
h2.cb-heading br,
h3.cb-heading br,
h4.cb-heading br,
h5.cb-heading br,
h6.cb-heading br {
  display: none;
}
h1.cb-heading.small,
h2.cb-heading.small,
h3.cb-heading.small,
h4.cb-heading.small,
h5.cb-heading.small,
h6.cb-heading.small {
  font-size: 21px;
}
h1.cb-heading.normal,
h2.cb-heading.normal,
h3.cb-heading.normal,
h4.cb-heading.normal,
h5.cb-heading.normal,
h6.cb-heading.normal {
  margin-bottom: 16px;
  font-size: 20px;
}
h1.cb-heading.big,
h2.cb-heading.big,
h3.cb-heading.big,
h4.cb-heading.big,
h5.cb-heading.big,
h6.cb-heading.big {
  margin-bottom: 40px;
  font-size: 35px;
}
h1.cb-heading.light,
h2.cb-heading.light,
h3.cb-heading.light,
h4.cb-heading.light,
h5.cb-heading.light,
h6.cb-heading.light {
  font-weight: 100;
}
h1.cb-heading.regular,
h2.cb-heading.regular,
h3.cb-heading.regular,
h4.cb-heading.regular,
h5.cb-heading.regular,
h6.cb-heading.regular {
  font-weight: 400;
}
h1.cb-heading.bold,
h2.cb-heading.bold,
h3.cb-heading.bold,
h4.cb-heading.bold,
h5.cb-heading.bold,
h6.cb-heading.bold {
  font-weight: 601;
}
h1.cb-heading.bolder,
h2.cb-heading.bolder,
h3.cb-heading.bolder,
h4.cb-heading.bolder,
h5.cb-heading.bolder,
h6.cb-heading.bolder {
  font-weight: 701;
}
h1.cb-heading.blue,
h2.cb-heading.blue,
h3.cb-heading.blue,
h4.cb-heading.blue,
h5.cb-heading.blue,
h6.cb-heading.blue {
  color: #0082ca;
}
h1.cb-heading.red,
h2.cb-heading.red,
h3.cb-heading.red,
h4.cb-heading.red,
h5.cb-heading.red,
h6.cb-heading.red {
  color: #b43533;
}
h1.cb-heading.green,
h2.cb-heading.green,
h3.cb-heading.green,
h4.cb-heading.green,
h5.cb-heading.green,
h6.cb-heading.green {
  color: #4f9031;
}
h1.cb-heading.yellow,
h2.cb-heading.yellow,
h3.cb-heading.yellow,
h4.cb-heading.yellow,
h5.cb-heading.yellow,
h6.cb-heading.yellow {
  color: #997c2b;
}
h1.cb-heading.white,
h2.cb-heading.white,
h3.cb-heading.white,
h4.cb-heading.white,
h5.cb-heading.white,
h6.cb-heading.white {
  color: #fff;
}
h1.cb-heading.black,
h2.cb-heading.black,
h3.cb-heading.black,
h4.cb-heading.black,
h5.cb-heading.black,
h6.cb-heading.black {
  color: #000;
}
h1.cb-heading span.subtitle,
h2.cb-heading span.subtitle,
h3.cb-heading span.subtitle,
h4.cb-heading span.subtitle,
h5.cb-heading span.subtitle,
h6.cb-heading span.subtitle {
  font-weight: 400;
}

.cb-richtext {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.subpage-box-wrapper {
  margin-bottom: 40px;
}
.subpage-box-wrapper .box-col {
  margin-bottom: 20px;
}
.subpage-box-wrapper .subpage-box {
  height: 100%;
}
.subpage-box-wrapper .subpage-box.blue {
  background: #0082ca;
  background: linear-gradient(135deg, #0082ca 50%, #4ca9db 100%);
}
.subpage-box-wrapper .subpage-box.blue .special-text {
  color: #0082ca;
  border: 4px solid #fff;
  padding: 15px;
  margin-bottom: 40px;
  background-color: #fff;
}
.subpage-box-wrapper .subpage-box.blue .special-text p {
  color: #0082ca;
  font-weight: 501;
}
.subpage-box-wrapper .subpage-box.blue .inner a:hover {
  color: #0082ca;
}
.subpage-box-wrapper .subpage-box.red {
  background: #b43533;
  background: linear-gradient(135deg, #b43533 50%, #ca706f 100%);
}
.subpage-box-wrapper .subpage-box.red .special-text {
  color: #b43533;
  border: 4px solid #fff;
  padding: 15px;
  margin-bottom: 40px;
  background-color: #fff;
}
.subpage-box-wrapper .subpage-box.red .special-text p {
  color: #b43533;
  font-weight: 501;
}
.subpage-box-wrapper .subpage-box.red .inner a:hover {
  color: #b43533;
}
.subpage-box-wrapper .subpage-box.green {
  background: #4f9031;
  background: linear-gradient(135deg, #4f9031 50%, #84b26f 100%);
}
.subpage-box-wrapper .subpage-box.green .special-text {
  border: 4px solid #fff;
  padding: 15px;
  margin-bottom: 40px;
  background-color: #fff;
}
.subpage-box-wrapper .subpage-box.green .special-text p {
  color: #4f9031;
  font-weight: 501;
}
.subpage-box-wrapper .subpage-box.green .inner a:hover {
  color: #4f9031;
}
.subpage-box-wrapper .subpage-box.yellow {
  background: #997c2b;
  background: linear-gradient(135deg, #997c2b 50%, #b9a46b 100%);
}
.subpage-box-wrapper .subpage-box.yellow .special-text {
  border: 4px solid #fff;
  padding: 15px;
  margin-bottom: 40px;
  background-color: #fff;
}
.subpage-box-wrapper .subpage-box.yellow .special-text p {
  color: #997c2b;
  font-weight: 501;
}
.subpage-box-wrapper .subpage-box.yellow .inner a:hover {
  color: #997c2b;
}
.subpage-box-wrapper .subpage-box .inner {
  padding: 20px;
  margin-bottom: 30px;
}
.subpage-box-wrapper .subpage-box .inner a {
  color: #fff;
  position: absolute;
  bottom: 20px;
  transition: all 0.2s;
}
.subpage-box-wrapper .subpage-box .inner a .btn {
  padding: 5px 20px;
  border: solid 1px #fff;
  border-radius: 0;
}
.subpage-box-wrapper .subpage-box .inner a:hover {
  background-color: #fff;
  color: red;
}
.subpage-box-wrapper .subpage-box p {
  color: #fff;
}

main.blue .services .service-item .title {
  background: #0082ca;
  background: linear-gradient(90deg, #0082ca 50%, #4ca9db 100%);
}
main.red .services .service-item .title {
  background: #b43533;
  background: linear-gradient(90deg, #b43533 50%, #ca706f 100%);
}
main.green .services .service-item .title {
  background: #4f9031;
  background: linear-gradient(90deg, #4f9031 50%, #84b26f 100%);
}
main.yellow .services .service-item .title {
  background: #997c2b;
  background: linear-gradient(90deg, #997c2b 50%, #b9a46b 100%);
}
main .services .service-col {
  margin-bottom: 40px;
}
main .services .service-item {
  height: 100%;
  background-color: #eaedf1;
}
main .services .service-item .title {
  background-color: #0082ca;
  padding: 15px;
}
main .services .service-item .title .cb-heading {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .services .service-item .img img {
  width: 100%;
}
main .services .service-item .img .carousel-flickity {
  margin-bottom: 0;
}
main .services .service-item .desc {
  padding: 15px;
}
main .services a {
  color: #000;
  text-decoration: none;
}
main .services a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  main .services .service-col {
    margin-bottom: 20px;
  }
}
.team-list {
  margin-bottom: 40px;
}
.team-list .team-item {
  margin-bottom: 40px;
}
.team-list .team-item .contactimg {
  margin-bottom: 20px;
}
.team-list .team-item .content p {
  margin-bottom: 0;
}
.team-list .team-item .content p.job, .team-list .team-item .content p.name {
  font-weight: 601;
}
.team-list .team-item .content .email a {
  color: #000;
}
.team-list .team-item .content .icon {
  width: 17px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

.cb-img {
  height: auto;
}

.nav-main {
  float: left;
}
.nav-main ul {
  display: flex;
  flex-direction: row;
}
.nav-main ul li {
  margin-right: 20px;
}
.nav-main ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
.nav-main ul li.active a {
  font-weight: 701;
  text-transform: uppercase;
  text-decoration: underline;
}

body.landing .carousel-flickity .carousel-cell {
  height: 600px;
}
body.landing .carousel-flickity .carousel-cell img {
  transform: translateX(0px) !important;
}
body.landing .carousel-flickity .flickity-page-dots,
body.landing .carousel-flickity .flickity-prev-next-button {
  display: none;
}

.carousel-flickity {
  margin-bottom: 30px;
}
.carousel-flickity .carousel-cell {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.carousel-flickity .carousel-cell .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
  z-index: 1;
  display: none;
}
.carousel-flickity .carousel-cell img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel-flickity .flickity-prev-next-button {
  width: 55px;
  height: 55px;
  background: transparent;
}
.carousel-flickity .flickity-prev-next-button:hover {
  background: transparent;
}
.carousel-flickity .flickity-prev-next-button .arrow {
  fill: white;
}
.carousel-flickity .flickity-page-dots {
  bottom: 30px;
  display: none;
}
.carousel-flickity .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.carousel-flickity .flickity-page-dots .dot:only-child {
  display: none;
}
.carousel-flickity .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

@media screen and (max-width: 1200px) {
  .carousel-flickity .carousel-cell {
    height: 290px;
  }
}
@media screen and (max-width: 992px) {
  .carousel-flickity .carousel-cell {
    height: 209px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-flickity .carousel-cell {
    height: 510px;
  }
}
/* 16:9 Video */
.media-video {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.media-video .video, .media-video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*
---
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.
*/