@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: 120px;
}
.navburger-container .navburger {
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger {
  position: absolute;
  display: block;
  z-index: 100;
  height: 120px;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.navburger-container .navburger::after {
  z-index: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 120px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1f3f7;
  border-left: 1px solid #f1f3f7;
  border-right: 1px solid #f1f3f7;
}
.navburger-container .navburger ul li.first {
  padding-top: 96px;
}
.navburger-container .navburger ul li.first .subtoggler {
  top: 96px;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #7e7c7c;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #7e7c7c;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li.active {
  background-color: #4585c7;
}
.navburger-container .navburger ul li.active a {
  color: #fff;
}
.navburger-container .navburger ul li.active .subtoggler {
  color: #fff;
}
.navburger-container .navburger ul li ul {
  top: 0;
  margin-left: 0;
  margin-right: 0;
}
.navburger-container .navburger ul li ul li {
  /* Third Level */
}
.navburger-container .navburger ul li ul li {
  border: none;
  border-top: 1px solid #fff;
  background-color: #f1f3f7;
}
.navburger-container .navburger ul li ul li.first {
  padding-top: 0;
}
.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
  color: #7e7c7c !important;
  text-align: left;
  text-transform: none;
}
.navburger-container .navburger ul li ul li ul li {
  border: none;
  border-top: 1px solid #fff;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger ul li ul li.active {
  background-color: #4585c7;
}
.navburger-container .navburger ul li ul li.active a {
  color: #fff !important;
}
.navburger-container .navburger ul li ul li.active .subtoggler {
  color: #fff;
}
.navburger-container .navburger .toggler {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: 45px;
  right: 15px;
  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: #274a83;
  border-radius: 25px;
  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 .search {
  position: absolute;
  top: 48px;
  background-color: #274a83;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  right: 0;
  border-left: 1px solid #f1f3f7;
  border-right: 1px solid #f1f3f7;
}
.navburger-container .navburger .search form#simple-search {
  margin-top: 12px;
}
.navburger-container .navburger .search form#simple-search .searchField {
  visibility: 1;
  opacity: 1;
  border: none;
  background: none;
  color: #fff;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  padding-right: 30px;
}
.navburger-container .navburger .search form#simple-search .searchField:focus-visible {
  outline: none;
}
.navburger-container .navburger .search form#simple-search .utilityButton {
  width: 25px;
  filter: invert(100%);
  top: 10px;
  position: absolute;
  right: 10px;
}
.navburger-container .navburger .lang-wrapper {
  position: absolute;
  top: 0;
  background-color: white;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  right: 0;
  border-left: 1px solid #f1f3f7;
  border-right: 1px solid #f1f3f7;
}
.navburger-container .navburger .lang-wrapper ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 11px 0;
  top: 0;
  background: none;
  border: none;
  width: 125px;
}
.navburger-container .navburger .lang-wrapper ul li {
  display: inline;
  background: none;
  border: none;
}
.navburger-container .navburger .lang-wrapper ul li a {
  font-size: 18px;
  color: #b1b1b1;
  text-decoration: none;
  display: unset;
  padding: 0;
}
.navburger-container .navburger .lang-wrapper ul li a.active {
  color: #274a83;
}
.navburger-container .navburger .lang-wrapper ul li a:hover {
  color: #274a83;
}
.navburger-container .navburger .lang-wrapper ul li .seperator {
  font-size: 18px;
  color: #b1b1b1;
}
.navburger-container .navburger .lang-wrapper ul li:last-of-type .seperator {
  display: none;
}
.navburger-container .navburger .logo-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.navburger-container .navburger .logo-wrapper .logo img {
  width: 250px;
}

/*
@media (max-width: 412px) {
    .navburger-container {
        .navburger {
            .logo-wrapper {
                .logo {
                    img {
                        width      : 175px;
                        margin-left: 10px;
                    }
                }
            }
        }
    }
}
*/
/* 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: hsla(0deg, 0%, 100%, 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 #7e7c7c;
}
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: #274a83;
}

.-cblack {
  color: #000;
}

.-cgrey {
  color: #7e7c7c;
}

.-cwhite {
  color: #fff;
}

.-bgmain {
  background-color: #274a83;
}

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

.-bggrey {
  background-color: #7e7c7c;
}

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

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

main {
  overflow: hidden;
}

a {
  color: #274a83;
}
a:focus, a:hover {
  color: #1b345c;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1600px;
  }
}
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 {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 30px 0;
  background-color: white;
  opacity: 0.95;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 11;
}
header .logo-wrapper {
  float: left;
  width: 275px;
}
header .logo-wrapper .logo img {
  margin-top: 9px;
}
header .nav-wrapper {
  float: right;
  margin-top: 24px;
}
header .lang-wrapper {
  float: right;
  margin-top: 24px;
  margin-right: 0;
}
header .lang-wrapper ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .lang-wrapper ul li {
  display: inline;
}
header .lang-wrapper ul li a {
  font-size: 18px;
  color: #b1b1b1;
  text-decoration: none;
}
header .lang-wrapper ul li a.active {
  color: #274a83;
}
header .lang-wrapper ul li a:hover {
  color: #274a83;
}
header .lang-wrapper ul li .seperator {
  font-size: 18px;
}
header .lang-wrapper ul li:last-of-type .seperator {
  display: none;
}
header .search-container {
  position: relative;
}
header .search-container .search {
  position: absolute;
  top: 81px;
  background-color: #274a83;
  padding: 0 10px;
  width: 40px;
  height: 40px;
  right: 0;
  transition: width 0.25s ease-in;
}
header .search-container .search:hover {
  width: 255px;
}
header .search-container .search:hover form#simple-search .searchField {
  visibility: 1;
  opacity: 1;
}

@media (max-width: 1300px) {
  header .nav-wrapper {
    float: left;
  }
  header .search-container .search {
    top: 117px;
  }
}
@media (max-width: 1200px) {
  header .search-container .search {
    top: 132px;
  }
}
footer {
  background-color: #274a83;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
footer .balken-grau {
  width: 100vw;
  margin-top: -20px;
  margin-left: 0;
  position: absolute;
  height: 800px;
  background-color: #f1f3f7;
}
footer .info {
  padding-left: 15px;
}
footer .info .col-md-6:first-child {
  padding-right: 0;
}
footer .info .col-md-6:nth-child(even) {
  padding-left: 0;
}
footer .footer-wrapper {
  padding: 20px 0;
}

@media (max-width: 992px) {
  footer .balken-grau {
    margin-left: -150px;
    width: 200vw;
  }
  footer .info .col-md-12:first-child {
    padding-left: 0px;
  }
  footer .info .col-md-12:nth-child(even) {
    padding-left: 0px;
  }
}
.header-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
}
.header-img img {
  width: 100%;
}
.header-img img.stimmungsbild {
  opacity: 0;
}
.header-img iframe {
  z-index: 8;
  position: relative;
  padding-top: 110px;
}
.header-img::after {
  box-shadow: inset 0 5px 5px 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-img .header-claim {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.header-img .header-claim img {
  float: right;
  width: 200px;
  z-index: 10;
  position: relative;
  filter: drop-shadow(0px -2px 3px rgba(0, 0, 0, 0.5));
}

.leistungen-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.leistungen-nav.mobile {
  display: none;
}
.leistungen-nav .link-box-link .cb-link-box {
  min-height: unset;
  opacity: 0.25;
  background-color: #274a83;
}
.leistungen-nav .link-box-link .cb-link-box .cb-heading {
  margin-bottom: 0;
}
.leistungen-nav .link-box-link .cb-link-box.active {
  opacity: 1;
}
.leistungen-nav .link-box-link .cb-link-box.active.teal {
  background-color: #9cd8ed;
}
.leistungen-nav .link-box-link .cb-link-box.active.lightblue {
  background-color: #aac6f2;
}
.leistungen-nav .link-box-link .cb-link-box.active.pink {
  background-color: #e3c7d4;
}
.leistungen-nav .link-box-link:hover .cb-link-box {
  min-height: unset;
  opacity: 1;
}
.leistungen-nav .link-box-link:hover .cb-link-box.teal {
  background-color: #9cd8ed;
}
.leistungen-nav .link-box-link:hover .cb-link-box.lightblue {
  background-color: #aac6f2;
}
.leistungen-nav .link-box-link:hover .cb-link-box.pink {
  background-color: #e3c7d4;
}

@media (max-width: 1299px) {
  .header-img iframe {
    padding-top: 155px;
  }
}
@media (max-width: 1199px) {
  .header-img .header-claim img {
    width: 135px;
    min-height: unset;
  }
}
@media (max-width: 1022px) {
  .header-img {
    height: unset;
  }
  .header-img iframe {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .header-img .header-claim img {
    margin-right: -55px;
  }
}
@media (max-width: 767px) {
  .header-img {
    min-height: 450px;
  }
  .leistungen-nav.desktop {
    display: none;
  }
  .leistungen-nav.mobile {
    display: block;
    position: relative;
    margin-top: -1px;
  }
  .leistungen-nav .link-box-link .cb-link-box {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .header-img img {
    min-height: 204px;
  }
  .header-img .header-claim img {
    margin-right: 0;
  }
  .header-img iframe {
    height: 450px !important;
    padding-top: 0 !important;
  }
}
.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(39, 74, 131, 0.9);
  color: white;
  padding: 25px 60px;
  text-align: center;
}
.cookieInfo a {
  color: #bee491;
}
.cookieInfo .acceptcookies {
  font-family: "Roboto", sans-serif;
  display: block;
  background-color: #bee491;
  color: white;
  border: 1px solid #bee491;
  padding: 10px 35px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 20px auto 0;
}

.form-contact {
  margin-top: 30px;
}
.form-contact form input,
.form-contact form textarea {
  border: none;
  background-color: #f1f3f7;
  border-radius: 0px;
  margin-bottom: 5px;
  font-size: 18px;
}
.form-contact form .btn {
  border-radius: 0px;
  border: none;
  background-color: #bee491;
  color: #274a83;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px;
}
.form-contact form .form-group.button {
  text-align: center;
}

form#simple-search {
  margin-top: 7px;
}
form#simple-search .searchField {
  visibility: 0;
  opacity: 0;
  border: none;
  background: none;
  color: #fff;
  width: 131px;
  transition: visibility 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
form#simple-search .searchField:focus-visible {
  outline: none;
}
form#simple-search .utilityButton {
  width: 20px;
  filter: invert(100%);
  top: 10px;
  position: absolute;
  right: 10px;
}

.cb-richtext {
  margin-bottom: 30px;
}
.cb-richtext.footer {
  font-size: 13px;
}
.cb-richtext.small {
  font-size: 15px;
}
.cb-richtext.normal {
  font-size: 18px;
}
.cb-richtext.big {
  font-size: 40px;
  line-height: 1.2;
}
.cb-richtext.bigger {
  font-size: 58px;
  line-height: 1.2;
}
.cb-richtext.thin {
  font-weight: 100;
}
.cb-richtext.light {
  font-weight: 300;
}
.cb-richtext.regular {
  font-weight: 400;
}
.cb-richtext.medium {
  font-weight: 500;
}
.cb-richtext.bold {
  font-weight: 700;
}
.cb-richtext.blue {
  color: #274a83;
}
.cb-richtext.blue a {
  color: #274a83;
}
.cb-richtext.lighterblue {
  color: #aac6f2;
}
.cb-richtext.lighterblue a {
  color: #aac6f2;
}
.cb-richtext.black {
  color: #000;
}
.cb-richtext.black a {
  color: #000;
}
.cb-richtext.grey {
  color: #7e7c7c;
}
.cb-richtext.grey a {
  color: #7e7c7c;
}
.cb-richtext.lightgrey {
  color: #b1b1b1;
}
.cb-richtext.lightgrey a {
  color: #b1b1b1;
}
.cb-richtext.lightergrey {
  color: #f1f3f7;
}
.cb-richtext.lightergrey a {
  color: #f1f3f7;
}
.cb-richtext.white {
  color: #fff;
}
.cb-richtext.white a {
  color: #fff;
}
.cb-richtext a {
  text-decoration: underline;
}
.cb-richtext ul {
  list-style: disc;
  margin-left: 20px;
}
.cb-richtext ul li::marker {
  color: #7e7c7c;
}

@media (max-width: 767px) {
  .cb-richtext.big {
    line-height: 1.2;
  }
  .cb-richtext.bigger {
    line-height: 1.2;
  }
}
h1.cb-heading,
h2.cb-heading,
h3.cb-heading,
h4.cb-heading,
h5.cb-heading,
h6.cb-heading {
  margin-bottom: 30px;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-top: 30px;
}
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: 15px;
}
h1.cb-heading.normal,
h2.cb-heading.normal,
h3.cb-heading.normal,
h4.cb-heading.normal,
h5.cb-heading.normal,
h6.cb-heading.normal {
  font-size: 18px;
}
h1.cb-heading.big,
h2.cb-heading.big,
h3.cb-heading.big,
h4.cb-heading.big,
h5.cb-heading.big,
h6.cb-heading.big {
  font-size: 40px;
}
h1.cb-heading.bigger,
h2.cb-heading.bigger,
h3.cb-heading.bigger,
h4.cb-heading.bigger,
h5.cb-heading.bigger,
h6.cb-heading.bigger {
  font-size: 58px;
}
h1.cb-heading.thin,
h2.cb-heading.thin,
h3.cb-heading.thin,
h4.cb-heading.thin,
h5.cb-heading.thin,
h6.cb-heading.thin {
  font-weight: 100;
}
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: 300;
}
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.medium,
h2.cb-heading.medium,
h3.cb-heading.medium,
h4.cb-heading.medium,
h5.cb-heading.medium,
h6.cb-heading.medium {
  font-weight: 500;
}
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: 700;
}
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: #274a83;
}
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.grey,
h2.cb-heading.grey,
h3.cb-heading.grey,
h4.cb-heading.grey,
h5.cb-heading.grey,
h6.cb-heading.grey {
  color: #7e7c7c;
}
h1.cb-heading.lightgrey,
h2.cb-heading.lightgrey,
h3.cb-heading.lightgrey,
h4.cb-heading.lightgrey,
h5.cb-heading.lightgrey,
h6.cb-heading.lightgrey {
  color: #b1b1b1;
}
h1.cb-heading.lightergrey,
h2.cb-heading.lightergrey,
h3.cb-heading.lightergrey,
h4.cb-heading.lightergrey,
h5.cb-heading.lightergrey,
h6.cb-heading.lightergrey {
  color: #f1f3f7;
}
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;
}

@media (max-width: 767px) {
  h1.cb-heading.big,
h2.cb-heading.big,
h3.cb-heading.big,
h4.cb-heading.big,
h5.cb-heading.big,
h6.cb-heading.big {
    line-height: 1.2;
  }
  h1.cb-heading.bigger,
h2.cb-heading.bigger,
h3.cb-heading.bigger,
h4.cb-heading.bigger,
h5.cb-heading.bigger,
h6.cb-heading.bigger {
    line-height: 1.2;
  }
}
.link-box-link:hover {
  text-decoration: none;
}
.link-box-link:hover .cb-link-box {
  background-color: #f1f3f7;
}

.cb-link-box {
  min-height: 200px;
  height: 100%;
  padding: 10px 15px !important;
}
.cb-link-box .cb-heading {
  margin-top: 0px;
}
.cb-link-box.teal {
  background-color: #9cd8ed !important;
}
.cb-link-box.lightblue {
  background-color: #aac6f2 !important;
}
.cb-link-box.pink {
  background-color: #e3c7d4 !important;
}

@media (max-width: 575px) {
  .cb-link-box {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.cb-accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cb-accordion .entry .title {
  font-size: 40px;
  font-weight: 300;
  color: #b1b1b1;
  background: none;
  border-bottom: solid 1px #b1b1b1;
  position: relative;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding-right: 50px;
}
.cb-accordion .entry .title span {
  position: absolute;
  top: 0px;
  right: 0px;
}
.cb-accordion .entry .title span img {
  width: 50px;
}
.cb-accordion .entry .title .subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #b1b1b1;
}
.cb-accordion .entry .tel {
  font-size: 18px;
  font-weight: 400;
  color: #b1b1b1;
  margin-top: 20px;
}
.cb-accordion .entry .contact-icons {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cb-accordion .entry .contact-icons .mail-icon img {
  width: 30px;
  margin-right: 5px;
}
.cb-accordion .entry .contact-icons .vcard-icon img {
  width: 30px;
}
.cb-accordion .entry .text {
  border: none;
  font-size: 18px;
  font-weight: 400;
  border-bottom: solid 1px #b1b1b1;
}
.cb-accordion .entry .text ul {
  list-style: disc;
  margin-left: 20px;
}
.cb-accordion .entry .text ul li::marker {
  color: #7e7c7c;
}
.cb-accordion .entry.active .title {
  background: none;
  color: #274a83;
  border: none;
}
.cb-accordion .entry.active .title span {
  transform: rotate(180deg);
  top: 3px;
}
.cb-accordion.startseite {
  display: none;
  margin-bottom: 0;
}
.cb-accordion.startseite .entry {
  margin-bottom: 0;
}
.cb-accordion.startseite .entry .title {
  border-bottom: 0;
}
.cb-accordion.startseite .entry .text {
  padding: 15px 0 0;
  border-bottom: 0;
}

@media (max-width: 766px) {
  .cb-accordion.startseite {
    display: block;
  }
  .noMobil {
    display: none;
  }
}
@media (max-width: 575px) {
  .cb-accordion .entry .title {
    padding-right: 70px;
  }
}
.cb-history-image {
  position: relative;
  margin-bottom: 30px;
}
.cb-history-image .col-sm-12,
.cb-history-image .col-sm-6 {
  padding: 0 7px;
}
.cb-history-image .entry {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  height: 100%;
}
.cb-history-image .entry h5.cb-heading {
  color: white;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 10px;
}
.cb-history-image .entry h5.cb-heading.grey {
  color: #7e7c7c;
}
.cb-history-image .entry:hover {
  cursor: pointer;
}
.cb-history-image .entry.hoch {
  height: 730px;
  overflow: hidden;
}
.cb-history-image .entry.normal {
  height: 360px;
  overflow: hidden;
}
.cb-history-image .entry.klein {
  height: 175px;
  overflow: hidden;
}
.cb-history-image .entry img {
  opacity: 0;
  position: absolute;
}
.cb-history-image .item {
  margin-bottom: 10px;
  overflow: hidden;
}
.cb-history-image .item.normal {
  height: 360px;
}
.cb-history-image .item.hoch {
  height: 730px;
}

@media (max-width: 767px) {
  .item {
    width: 100%;
  }
}
.cb-history .entry .year {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #274a83;
}
.cb-history .entry .desc {
  font-size: 18px;
  font-weight: 400;
  color: #274a83;
  margin-left: 65px;
}
.cb-history .entry.grau .year {
  color: #b1b1b1;
}
.cb-history .entry.grau .desc {
  color: #b1b1b1;
}
.cb-history .entry.grau .desc a {
  color: #b1b1b1;
}
.cb-history .entry.grau .desc a:hover {
  color: #274a83;
}

.cb-history-image .entry .year {
  font-size: 15px;
  font-weight: 700;
}
.cb-history-image .entry .desc {
  font-size: 15px;
  font-weight: 300;
}
.cb-history-image .entry.grau .desc a {
  color: #274a83;
}
.cb-history-image .entry.grau .desc a:focus {
  color: #274a83;
}
.cb-history-image .right {
  text-align: right;
}
.cb-history-image .left {
  text-align: left;
}

@media (max-width: 767px) {
  .cb-history-image {
    margin-left: 0;
  }
}
/**/
.info-box-wrapper.mobile {
  display: none;
}
.info-box-wrapper .cb-info-box {
  min-height: 200px;
  padding: 10px 15px;
  margin-top: 20px;
}
.info-box-wrapper .cb-info-box .cb-richtext a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.info-box-wrapper .cb-info-box.blue {
  background-color: #274a83;
}
.info-box-wrapper .cb-info-box.teal {
  background-color: #9cd8ed;
}
.info-box-wrapper .cb-info-box.lightblue {
  background-color: #aac6f2;
}
.info-box-wrapper .cb-info-box.pink {
  background-color: #e3c7d4;
}

@media (max-width: 991px) {
  .info-box-wrapper .cb-info-box {
    min-height: 130px;
  }
  .info-box-wrapper .cb-info-box .cb-richtext {
    font-size: 18px;
  }
  .info-box-wrapper .cb-info-box .cb-richtext a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .info-box-wrapper.mobile {
    display: block;
    min-height: unset;
  }
  .info-box-wrapper.mobile .cb-info-box {
    min-height: unset;
    margin-bottom: 20px;
  }
  .info-box-wrapper.mobile .cb-info-box .cb-richtext {
    margin-bottom: 0px;
  }
  .info-box-wrapper.mobile .cb-info-box .cb-richtext p {
    margin-bottom: 0px;
  }
  .info-box-wrapper .cb-info-box {
    min-height: 200px;
    margin-left: 0px;
  }
  .info-box-wrapper .cb-info-box .cb-richtext {
    font-size: 40px;
  }
  .info-box-wrapper .cb-info-box .cb-richtext a {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .info-box-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.cb-team-repeater .team-entry {
  font-size: 18px;
  font-weight: 400;
  color: #7e7c7c;
  margin-bottom: 30px;
}
.cb-team-repeater .team-entry .row .col-md-6 {
  padding-right: 0px;
  padding-left: 15px;
}
.cb-team-repeater .team-entry .name {
  font-weight: 700;
}
.cb-team-repeater .team-entry .ausbildung {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cb-team-repeater .team-entry .row .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cb-lighbox {
  /* The Modal (background) */
}
.cb-lighbox img.demo {
  opacity: 0.6;
}
.cb-lighbox img.demo:hover {
  opacity: 1;
}
.cb-lighbox img.hover-shadow {
  transition: 0.3s;
}
.cb-lighbox img.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cb-lighbox .modal {
  display: none;
  position: fixed;
  z-index: 11;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 111px;
  width: 100%;
  height: calc(100% - 111px);
  max-height: calc(100% - 111px);
  overflow: hidden;
  background-color: #274a83;
  overflow-y: auto;
  /* Modal Content */
  /* The Close Button */
}
.cb-lighbox .modal .img img {
  max-width: none;
  position: relative;
  opacity: 1;
}
.cb-lighbox .modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  border: none;
  height: 100%;
  background: none;
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
}
.cb-lighbox .modal .modal-content .content-wrapper {
  padding: 0 45px;
}
.cb-lighbox .modal .modal-content .content-wrapper img.cb-img {
  height: auto;
  width: 100%;
  max-width: unset;
}
.cb-lighbox .modal .modal-content .content-wrapper .cb-heading {
  margin-top: 0;
}
.cb-lighbox .modal .modal-content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.cb-lighbox .modal .modal-content .mySlides {
  display: none;
}
.cb-lighbox .modal .modal-content .next,
.cb-lighbox .modal .modal-content .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #fff;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transform: translateY(-50%);
}
.cb-lighbox .modal .modal-content .next:hover,
.cb-lighbox .modal .modal-content .prev:hover {
  color: white;
}
.cb-lighbox .modal .modal-content .next {
  right: 15px;
  border-radius: 3px 0 0 3px;
}
.cb-lighbox .modal .modal-content .prev {
  left: 15px;
}
.cb-lighbox .modal .close {
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 40px;
  font-weight: bold;
  z-index: 9;
  opacity: 1 !important;
  text-shadow: none;
}
.cb-lighbox .modal .close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.cb-lighbox .modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/*
@include media("<1300px") {
    .cb-lighbox {
        .modal {
            .modal-content {
                .content-wrapper {
                    img {
                        &.cb-img {
                            height: auto;
                            width: 100%;
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }
}
*/
@media (max-width: 1022px) {
  .cb-lighbox .modal {
    height: 100%;
    max-height: 100%;
    top: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-lighbox .modal .modal-content .content-wrapper .cb-heading {
    margin-left: 0px !important;
  }
  .cb-lighbox .modal .modal-content .content-wrapper .cb-richtext {
    margin-left: 0px !important;
  }
}
/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.cb-slider-gallery {
  margin-bottom: 30px;
}
.cb-slider-gallery .carousel-cell {
  width: 100%;
  height: 600px;
  overflow: hidden;
  text-align: center;
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
.cb-slider-gallery .carousel-cell.is-selected {
  opacity: 1 !important;
}
.cb-slider-gallery .carousel-cell img {
  height: 600px;
  width: auto;
  object-fit: cover;
}
.cb-slider-gallery .flickity-prev-next-button {
  width: 33px;
  height: 33px;
  background: transparent;
  display: none;
}
.cb-slider-gallery .flickity-prev-next-button:hover {
  background: transparent;
}
.cb-slider-gallery .flickity-prev-next-button .arrow {
  fill: white;
}
.cb-slider-gallery .flickity-page-dots {
  bottom: -50px;
}
.cb-slider-gallery .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(138, 138, 138, 0.5);
  border: 0 solid rgba(138, 138, 138, 0.5);
  border-radius: 0;
}
.cb-slider-gallery .flickity-page-dots .dot:only-child {
  display: none;
}
.cb-slider-gallery .flickity-page-dots .dot.is-selected {
  background: #fff;
  border: 0 solid #fff;
}

/*
@include media("<1300px") {
    .cb-lighbox {
        .cb-slider-gallery {
            .carousel-cell {
                height: 500px;
                img {
                    height: 100%;
                }
            }
        }
    }
}
*/
.nav-main ul {
  display: block;
}
.nav-main ul li {
  display: inline;
  margin-right: 20px;
  padding-bottom: 35px;
  position: relative;
}
.nav-main ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #b1b1b1;
}
.nav-main ul li a:hover {
  color: #274a83;
  text-decoration: none;
}
.nav-main ul li ul {
  display: none;
  position: absolute;
  background: #274a83;
  padding: 10px 15px;
  margin-top: 30px;
  left: 0px;
}
.nav-main ul li ul li {
  margin-right: 0px;
  padding-bottom: 0px;
  display: inline-flex;
}
.nav-main ul li ul li a {
  color: #fff;
  font-weight: 300;
}
.nav-main ul li ul li a:hover {
  color: #b1b1b1;
}
.nav-main ul li ul li::after {
  content: "〡";
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.nav-main ul li ul li.last::after {
  content: "";
}
.nav-main ul li.active a {
  color: #274a83;
}
.nav-main ul li.active ul li a {
  color: #fff;
}
.nav-main ul li.active ul li.active a {
  color: #b1b1b1;
}
.nav-main ul li:hover ul {
  display: flex;
}

.carousel-flickity {
  margin-bottom: 30px;
}
.carousel-flickity .carousel-cell {
  width: 100%;
  height: 500px;
  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;
}
.carousel-flickity .carousel-cell .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
}
.carousel-flickity .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.carousel-flickity .carousel-cell .inner .title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.carousel-flickity .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.carousel-flickity .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.carousel-flickity .carousel-cell img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel-flickity .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  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;
}
.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;
}

/* 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;
}

.search {
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40px;
  transition: all 0.2s;
}
.search:hover {
  background-position: center right;
}
.search #simple-search .utilityButton {
  display: none;
}
.search #searchField::placeholder {
  color: white;
}

.simplesearch-paging {
  margin: 20px 0;
}

.simplesearch-results-list .simplesearch-result {
  border-bottom: 1px solid #274a83;
  margin-bottom: 20px;
}
.simplesearch-results-list .simplesearch-result h3 {
  font-size: 18px;
}
.navburger .search {
  background-position: center right;
  padding-right: 50px;
}

body.irschgroup .stimmungsbild {
  display: none;
}
body.irschgroup .header-img {
  height: 600px !important;
}
body.irschgroup .stimmungsbild-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.irschgroup .stimmungsbild-logos .logos {
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  align-content: center;
}
body.irschgroup .stimmungsbild-logos .logos a {
  display: block;
  z-index: 1;
  height: 100%;
}
body.irschgroup .stimmungsbild-logos .logos a .logo {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  body.irschgroup .stimmungsbild-logos .logos {
    height: 6.75vw;
  }
}
@media screen and (max-width: 1200px) {
  body.irschgroup .stimmungsbild-logos .logos {
    align-content: space-evenly;
    height: calc(100% - 165px);
    margin-top: 165px;
  }
  body.irschgroup .stimmungsbild-logos .logos a {
    width: 50%;
    height: auto;
    text-align: center;
  }
  body.irschgroup .stimmungsbild-logos .logos a .logo {
    width: auto;
    max-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.irschgroup .header-img {
    height: auto !important;
  }
  body.irschgroup .stimmungsbild-logos .logos {
    height: auto;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  body.irschgroup .stimmungsbild-logos .logos a {
    width: 100%;
    margin-top: 60px;
  }
  body.irschgroup .stimmungsbild-logos .logos a .logo {
    max-height: 75px;
    min-height: 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.
*/