@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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: #e2007a;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #af005e;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2007a;
}
.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 #e2007a;
}
.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 #e2007a;
}
.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;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  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: 12px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navburger-container .navburger .toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span {
  position: absolute;
  display: block;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  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: 12px;
}
.navburger-container .navburger .toggler span:nth-child(4) {
  top: 24px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding: 10px;
}

.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-family: var(--consentfriend-font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
  font-size: var(--consentfriend-font-size, 14px);
}

.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-family: var(--consentfrieednd-font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
  font-size: var(--consentfriend-font-size, 14px);
}

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

.klaro .context-notice .cm-switch-container,
.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-style: var(--consentfriend-border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-width: var(--consentfriend-border-width, 1px);
  border-bottom-color: #444444;
  border-bottom-color: var(--light2, #444444);
  border-bottom-color: var(--consentfriend-light2, #444444);
  display: block;
  position: relative;
  padding: 10px 10px 10px 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}

.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .context-notice .cm-switch-container p,
.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .context-notice .cm-switch,
.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #5db07c;
}

.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #5db07c;
  opacity: 0.6;
}

.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #5db07c;
  opacity: 0.8;
}

.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #5db07c;
  opacity: 0.8;
  cursor: not-allowed;
}

.klaro .context-notice .slider,
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .context-notice .cm-list-input,
.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .context-notice .cm-list-title,
.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.klaro .context-notice .cm-list-description,
.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #777;
  color: var(--dark3, #777);
  color: var(--consentfriend-dark3, #777);
  font-size: 0.9em;
  padding-top: 4px;
}

.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #ccc;
  background-color: var(--white2, #ccc);
  background-color: var(--consentfriend-white2, #ccc);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #fff;
  background-color: var(--white3, #fff);
  background-color: var(--consentfriend-white3, #fff);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #77e25f;
  box-shadow-color: var(--green3, #77e25f);
  box-shadow-color: var(--consentfriend-green3, #77e25f);
  -webkit-box-shadow: 0 0 1px var(color, green3);
          box-shadow: 0 0 1px var(color, green3);
}

.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
          box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.klaro .context-notice .slider,
.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .context-notice a,
.klaro .cookie-modal a,
.klaro .cookie-notice a {
  color: #5db07c;
  text-decoration: none;
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice ul,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal ul,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice ul {
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice li,
.klaro .context-notice p,
.klaro .context-notice ul,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal li,
.klaro .cookie-modal p,
.klaro .cookie-modal ul,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice ul {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
  font-family: var(--consentfriend-title-font-family, inherit);
}

.klaro .context-notice .cm-link,
.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .context-notice .cm-btn,
.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--button-text-color, #fff);
  color: var(--consentfriend-button-text-color, #fff);
  background-color: #555;
  background-color: var(--dark2, #555);
  background-color: var(--consentfriend-dark2, #555);
  border-radius: 0;
  border-radius: var(--border-radius, 0px);
  border-radius: var(--consentfriend-border-radius, 0px);
  padding: 6px 10px;
  margin-right: 0.5em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}

.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #444444;
  background-color: var(--light2, #444444);
  background-color: var(--consentfriend-light2, #444444);
}

.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #5db07c;
  background-color: var(--green1, #5db07c);
  background-color: var(--consentfriend-green1, #5db07c);
}

.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #f2f2f2;
  background-color: var(--green2, #f2f2f2);
  background-color: var(--consentfriend-green2, #f2f2f2);
}

.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: #f2f2f2;
  color: black;
}

.klaro .context-notice {
  border-radius: 0;
  border: 2px solid #41934b;
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px;
  height: 100%;
}

.klaro .context-notice.cm-dark {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  border-color: #555;
  border-color: var(--dark2, #555);
  border-color: var(--consentfriend-dark2, #555);
}

.klaro .context-notice.cm-dark p {
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
}

.klaro .context-notice.cm-dark p a {
  color: #5f8bb9;
  color: var(--blue2, #5f8bb9);
  color: var(--consentfriend-blue2, #5f8bb9);
}

.klaro .context-notice p {
  color: #5db07c;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.klaro .context-notice p a {
  color: #f2f2f2;
  color: var(--green2, #f2f2f2);
  color: var(--consentfriend-green2, #f2f2f2);
}

.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -webkit-transform: none;
          transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
  z-index: 1001;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #555;
  stroke: var(--light1, #555);
  stroke: var(--consentfriend-light1, #555);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #555;
  border-top-color: var(--dark2, #555);
  border-top-color: var(--consentfriend-dark2, #555);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-width: var(--consentfriend-border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-style: var(--consentfriend-border-style, solid);
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #555;
  color: var(--dark2, #555);
  color: var(--consentfriend-dark2, #555);
}

.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-width: var(--consentfriend-border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-style: var(--consentfriend-border-style, solid);
  border-bottom-color: #555;
  border-bottom-color: var(--dark2, #555);
  border-bottom-color: var(--consentfriend-dark2, #555);
  padding: 1em 24px 1em 1em;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret {
  color: #363636;
  color: var(--light3, #363636);
  color: var(--consentfriend-light3, #363636);
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes {
  color: #363636;
  color: var(--light3, #363636);
  color: var(--consentfriend-light3, #363636);
  font-size: 0.8em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-width: var(--consentfriend-border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-style: var(--consentfriend-border-style, solid);
  border-top-color: #555;
  border-top-color: var(--dark2, #555);
  border-top-color: var(--consentfriend-dark2, #555);
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  color: #555;
  color: var(--dark2, #555);
  color: var(--consentfriend-dark2, #555);
  padding-left: 0.2em;
  font-size: 0.8em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: fixed;
    position: var(--notice-position, fixed);
    position: var(--consentfriend-notice-position, fixed);
    left: auto;
    right: 20px;
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    bottom: var(--consentfriend-notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    top: var(--consentfriend-notice-top, auto);
    max-width: 450px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 2em 2em 2em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body:before {
  content: "Cookie-Einstellungen";
  font-size: 20px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
  font-size: 18px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: right;
  -webkit-box-pack: right;
          justify-content: right;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.15;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a {
  margin-top: 0.5em;
  padding: 0.75em 1.25em 0.75em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #f2f2f2;
  color: black;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: bold;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons button.cm-btn {
  padding: 0.75em 1.25em 0.75em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.klaro .cookie-modal-notice {
  background-color: #fff;
  background-color: var(--dark1, #fff);
  background-color: var(--consentfriend-dark1, #fff);
  color: #555;
  color: var(--light1, #555);
  color: var(--consentfriend-light1, #555);
  z-index: 1001;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 0.2em 1em 1em;
}
.klaro .cookie-modal-notice .cn-body p {
  font-size: 18px;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 0;
    border-radius: var(--border-radius, 0px);
    border-radius: var(--consentfriend-border-radius, 0px);
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-info {
  padding: 0.75em 1.25em 0.75em;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.klaro .cookie-modal .cm-btn.cm-btn-accept {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.klaro .cookie-modal .cm-btn.cm-btn-accept-all {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 15px;
}

.klaro .cookie-modal a {
  color: #5db07c;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-header > p {
  width: calc(100% - 20px);
  font-size: 15px;
}

#recaptchaModal {
  border: 2px solid white;
  padding: 15px;
}
#recaptchaModal .btn {
  display: block;
  padding: 12px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  background-color: #fff;
  color: #007a3d;
  border-radius: 0;
  font-family: "Signika", sans-serif;
}

.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-family: "Signika", sans-serif;
  color: #5db07c;
  background-color: #fff;
  border-top: 2px solid #5db07c;
  padding: 25px 60px;
}
.cookieInfo .container {
  padding: 0;
}
.cookieInfo a,
.cookieInfo a:hover {
  color: #5db07c;
  text-decoration: underline;
}
.cookieInfo .acceptcookies {
  display: block;
  background-color: #5db07c;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
}

@media (max-width: 992px) {
  .cookieInfo {
    padding: 20px;
  }
}
/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

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

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          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 */
  -webkit-transform: translateY(-50%);
          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 {
  -webkit-transition: all ease 500ms;
  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 #333;
}
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: #e2007a;
}

.-cblack {
  color: #000;
}

.-cgrey {
  color: #333;
}

.-cwhite {
  color: #fff;
}

.-clightgrey {
  color: #f2f2f2;
}

.-bgmain {
  background-color: #e2007a;
}

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

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

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

.-bglightgrey {
  background-color: #f2f2f2;
}

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

html {
  scroll-behavior: smooth;
}

a {
  color: #000;
}
a:focus, a:hover {
  color: #af005e;
}

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

.onlyPrint {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.hidden {
  display: none;
}

.row {
  position: relative;
}
.row > div {
  position: relative;
}

.info {
  position: absolute;
  right: 0;
  color: white;
  top: auto;
  bottom: 130px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .info {
    position: relative;
    top: auto;
    margin-left: -16px;
  }
}
.info .inner {
  width: 250px;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .info .inner {
    position: relative;
    top: auto;
    text-align: left;
    width: auto;
    right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 470px) {
  .info .inner {
    margin-top: 30px;
  }
}

body.basis #cta {
  margin-top: 0;
}
body.basis #info {
  margin: 0 auto;
}

.flow-text {
  font-size: 20px;
}

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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

._flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

._hidden {
  display: none;
}

.cb-intro {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.img-100 {
  height: 100%;
}

.logo img.logo-white {
  width: 315px;
  margin-bottom: 75px;
  margin-top: 60px;
}

.no-padding {
  padding: 0 !important;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: unset;
  }
  .logo img.logo-white {
    width: 215px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .img-100 {
    height: auto;
    width: 100%;
  }
  .info {
    position: absolute;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .info .inner {
    position: relative;
    display: block;
    text-align: left;
    width: auto;
    right: auto;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
  .logo img.logo-white {
    width: 315px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .img-100 {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .info {
    position: relative;
    bottom: auto;
  }
}
@media (orientation: landscape) and (max-width: 991px) {
  .navigation {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    z-index: unset !important;
    margin: 0px auto 25px;
    bottom: 0;
    width: 100%;
  }
  .landscape-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .logo img.logo-white {
    margin-bottom: 55px;
    margin-top: 0px;
  }
}
/*
---
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;
*/
.logo img {
  width: 40%;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .logo img {
    width: 100%;
  }
}
body.neu .footerSpacer {
  height: 80px;
  width: 100%;
  display: block;
  background-color: #f2f2f2;
}
body.neu .footer {
  margin-top: 0;
  background-color: #fff;
  padding: 80px 0;
}
body.neu .footer a {
  color: #000;
}

.footer {
  background-color: #000;
  margin-top: 1.5rem;
  padding: 15px 0;
  color: #fff;
}
.footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .addres p:last-child {
  margin-bottom: 1rem;
}
.footer .addres,
.footer .diverses {
  position: relative;
}
.footer div.left {
  text-align: left;
}
.footer div.right {
  text-align: right;
}
.footer ul.footerlinks li {
  display: inline-block;
}
.footer ul.footerlinks li a::after {
  content: "|";
  padding-left: 5px;
}
.footer ul.footerlinks li:last-child a::after {
  content: "";
}
.footer ul.socialmediaIcons {
  text-align: right;
  margin-bottom: 20px;
}
.footer ul.socialmediaIcons li {
  display: inline-block;
}
.footer ul.socialmediaIcons li a img {
  width: 20px;
  height: 20px;
}
.footer a {
  color: white;
  display: block;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100;
  display: inline-block;
}
.navigation.fixed {
  position: fixed;
  top: 30px;
}
.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation ul li:first-child a {
  margin-left: 35px;
}
.navigation ul li a {
  border-radius: 50%;
  background-color: var(--color-main);
  height: 47px;
  width: 47px;
  display: inline-block;
  padding: 7px;
  margin-left: 35px;
  margin-right: 35px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  background: #bec4c3;
  border-radius: 60px;
  padding: 6px 15px;
  font-size: 25px;
}
.navigation ul li a.active {
  background: #5baf7b;
}
.navigation ul li a.first {
  margin-left: 0px;
}
.navigation ul li a.last {
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .navigation ul li:first-child a {
    margin-left: 15px;
  }
  .navigation ul li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .navigation {
    margin-left: -15px;
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: auto;
    margin-bottom: 80px;
    bottom: auto;
    margin-top: 10px;
  }
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.8)), to(rgba(14, 29, 51, 0.2)));
  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%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transition: all 0.2s ease;
  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%;
  -o-object-fit: cover;
     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;
}

body.neu .object-search {
  margin-bottom: 0px;
}
body.neu .formOuter {
  background-color: white;
  padding: 80px 105px;
}
body.neu .formOuter .form input,
body.neu .formOuter .form textarea {
  background-color: #f2f2f2;
  font-family: "Signika", sans-serif;
  font-size: 17pt;
  padding: 20px 40px;
  height: auto;
  margin-bottom: 44.4444444444px;
}
body.neu .formOuter .form .consulting-title {
  font-size: 17pt;
  font-weight: bold;
}
body.neu .formOuter .form button {
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.neu .formOuter .form button img {
  display: none;
}
body.neu #deineenergie .MuiAutocomplete-root {
  border: none;
}
body.neu #deineenergie .MuiAutocomplete-root:hover {
  border: none;
}
body.neu .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border: none;
}

.object-search {
  background-color: var(--color-main);
  padding: 58px 60px;
  text-align: center;
  margin-bottom: 45px;
}
.object-search-form {
  padding: 15px;
  width: 65%;
  margin: 0 auto;
  outline: none;
  font-size: 20px;
}

.form {
  margin: 0 auto;
}
.form input {
  padding: 25px 15px;
  outline: none;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 0;
}
.form textarea {
  padding: 25px 15px;
  outline: none;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 0;
  width: 100%;
}
.form button {
  margin-top: 2rem;
  background-color: var(--color-main);
  color: #fff;
  width: 28%;
  border: none;
  font-size: 23px;
  padding: 10px 0;
  cursor: pointer;
  font-family: "Signika", sans-serif;
  font-weight: 600;
}
.form button img {
  width: 11%;
}

.issues {
  display: none;
}

.issues + label {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.issues + label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #f2f2f2;
}
.issues:checked + label::before {
  background-color: #5baf7b;
  border: 8px solid #f2f2f2;
}

.consulting {
  margin-left: 17px;
}
.consulting-title {
  font-size: 28px;
  max-width: 70%;
  margin: 20px 0 35px;
}

@media (max-width: 1199px) {
  .form button {
    width: 60%;
  }
}
@media (max-width: 431px) {
  .object-search {
    padding: 28px 29px;
  }
  .object-search-form {
    width: 100%;
    font-size: 16px;
  }
  .form {
    width: 100%;
  }
  .form button {
    width: 100%;
  }
}
#deineenergie .MuiAutocomplete-root {
  background-color: #fff;
}

#deineenergie .MuiInputBase-root {
  border-radius: 0;
}

.MuiPaper-root {
  border-radius: 0 !important;
}

body.neu .cb-intro {
  margin-top: 0;
  margin-bottom: 0;
}
body.neu .cb-intro .text {
  font-size: 17pt;
}
body.neu .cb-intro .text .subtext {
  font-size: 17pt;
}

.cb-intro {
  height: auto;
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(/userdata/uploads/stimmungsbild-neu.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/userdata/uploads/stimmungsbild-neu.jpg);
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}
.cb-intro .container {
  height: auto;
  position: relative;
}
.cb-intro .cb-heading.big {
  font-size: 40pt;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}
.cb-intro .text {
  color: #afafaf;
  font-weight: 400;
  font-size: 15pt;
  margin-top: -15px;
}
.cb-intro .text .subtext {
  font-size: 15pt;
  color: #fff;
  font-weight: 400;
}
.cb-intro .btn {
  border-radius: 0px;
  padding: 10px 60px;
  background-color: #fff;
  color: #000;
  margin-bottom: 80px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  body.neu .cb-intro {
    display: block;
  }
  body.neu .cb-intro .container {
    padding-top: 5px;
  }
  body.neu .cb-intro .cb-heading.big {
    font-size: 20pt !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.neu .cb-intro {
    display: block;
  }
  body.neu .cb-intro .container {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  body.neu .cb-intro {
    display: block;
  }
  body.neu .cb-intro .container {
    padding-top: 55px;
  }
}
@media (orientation: landscape) and (max-width: 991px) {
  .cb-intro {
    height: auto !important;
    padding-bottom: 25px;
  }
  .cb-intro .container {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cb-intro .cb-heading.big {
    font-size: 20pt !important;
  }
  .cb-intro .text {
    font-size: 10pt !important;
  }
  .cb-intro .text .subtext {
    font-size: 10pt !important;
  }
  .cb-intro .btn {
    margin-bottom: 0;
  }
}
body.neu .cb-heading {
  margin-bottom: 80px;
}
body.neu .cb-heading.normal {
  font-size: 40pt;
}
body.neu .cb-heading.steppersize {
  font-size: 40pt;
}
body.neu .cb-heading.bold {
  font-weight: bold;
}
body.neu .cb-heading.green {
  color: var(--color-main);
}
body.neu .cb-heading.mb-none {
  margin-bottom: 0;
}
body.neu .step-number {
  border-radius: 50%;
  background-color: var(--color-main);
  height: 47px;
  width: 47px;
  display: inline-block;
  font-size: 27px;
  padding: 7px;
  margin-right: 50px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  position: relative;
  top: -7px;
}
body.neu .step-container {
  margin-bottom: 0;
}

.cb-heading {
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.cb-heading p {
  margin-bottom: 0;
}
.cb-heading.small {
  font-size: 25px;
}
.cb-heading.normal {
  font-size: 20px;
}
.cb-heading.big {
  font-size: 55pt;
  font-weight: 600;
  color: var(--color-main);
  margin: 55px 0;
}
.cb-heading.medium {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.cb-heading.steps {
  color: var(--color-main);
  font-weight: 600;
  position: relative;
  margin-bottom: 45px;
}
.cb-heading.steps.normal {
  font-size: 32pt;
}
.cb-heading.steps.small {
  font-size: 28px;
}
.cb-heading.steps.big {
  font-size: 55pt;
}
.cb-heading.regular {
  font-weight: 400;
}
.cb-heading.bold {
  font-weight: 600;
}

.step-number {
  display: none;
}

.step-container {
  width: 100%;
  margin-bottom: 45px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .step-container {
    max-width: 1080px;
  }
}
@media (min-width: 992px) {
  .step-container {
    max-width: 960px;
  }
}
@media (max-width: 575px) {
  .cb-heading.big {
    font-size: 35pt;
  }
  .cb-heading.steps {
    font-size: 30px;
    padding: 0;
  }
  .cb-heading.steps::before {
    display: none;
  }
  .cb-heading.steps::after {
    display: none;
  }
  .step-number {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    padding: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 578px) {
  .cb-heading.steps {
    font-size: 19pt;
  }
}
@media (min-width: 993px) {
  .cb-heading.steps {
    font-size: 35pt;
  }
}
@media screen and (max-width: 576px) {
  .cb-heading.steps {
    font-size: 27px !important;
  }
}
body.neu .cb-service-btn {
  border: none;
  min-height: 225px;
  padding: 10px 80px;
  font-size: 25pt;
}

.cb-service {
  margin-bottom: 20px;
}
.cb-service-link:hover {
  text-decoration: none;
}
.cb-service-btn {
  border: 3px solid var(--color-main);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  color: var(--color-main);
  padding: 10px;
  cursor: pointer;
}
.cb-service-btn:hover {
  background-color: var(--color-main);
  color: #fff;
}
.cb-service-btn:hover.cb-service-link {
  text-decoration: none !important;
}
.cb-service-btn.active {
  background-color: var(--color-main);
  color: #fff;
}
.cb-service-title {
  margin-bottom: 0;
}

.filter-gebauedenutzer.active .cb-service-btn {
  background-color: var(--color-main);
  color: #fff;
}

.info-box .hidden {
  display: none;
}

@media (max-width: 755px) {
  .info-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .info-box:first-child {
    margin-top: 2rem;
  }
  .info-box:nth-child(odd) {
    margin-right: 0;
  }
  .info-box:nth-child(even) {
    margin-left: 0;
  }
}
body.neu .info-box {
  width: inherit;
}
body.neu .info-box:nth-child(odd) {
  margin-right: 0;
}
body.neu .info-box:nth-child(even) {
  margin-left: 0;
}
body.neu .info-box .w-nodata a {
  color: black;
}
body.neu .info-box .kontakt-energieagentur img,
body.neu .info-box .kontakt-wil img,
body.neu .info-box .kontakt-erneuerbar img {
  max-width: 200px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 10px;
}
body.neu .info-box p {
  font-size: 14pt;
  line-height: initial;
}
body.neu #info {
  margin-top: 70px;
}
body.neu .info-box-daten .row {
  margin-top: -18px;
}
body.neu .info-box-daten .headline-daten {
  color: #5baf7b;
  font-size: 25px;
  font-weight: 500;
  border-top: 2px solid #f2f2f1;
  padding-top: 20px;
  margin-bottom: 16px;
}
body.neu .info-box-daten p.black {
  color: black;
  -ms-hyphens: auto;
      hyphens: auto;
}
body.neu .info-box-daten p.right {
  text-align: left;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}

#cta {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  #cta {
    margin-top: 30px !important;
  }
}

.cb-info-box {
  padding: 15px 15px 85px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.cb-info-box-title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cb-info-box-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.cb-info-box-richtext {
  color: #fff;
  font-size: 20px;
}
.cb-info-box-richtext a {
  color: #fff;
  text-decoration: underline;
}
.cb-info-box-richtext a:hover {
  text-decoration: underline;
}
.cb-info-box-richtext h4 {
  margin-top: 25px;
}
.cb-info-box-richtext ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 7px;
  line-height: normal;
}
.cb-info-box-richtext ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cb-info-box .btn-bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.subtitle {
  color: #fff;
}

.cb-link-wrapper {
  border: 4px solid var(--color-main);
  margin: 0 auto;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-main);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.cb-link p {
  margin-bottom: 0;
}
.cb-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 25px;
  cursor: pointer;
}
.cb-link-icon img, .cb-link-icon svg {
  width: 50px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.cb-link-title {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-main);
  font-size: 28px;
  padding-left: 0.5rem;
}

@media (max-width: 1199px) {
  .cb-link-wrapper {
    width: 60%;
  }
  .cb-link-title {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .cb-link-icon {
    padding: 30px 6px;
  }
  .cb-link-wrapper {
    width: 100%;
  }
  .cb-link-title {
    font-size: 19px;
  }
}
.cb-product-box:nth-child(2) {
  background-color: hotpink;
}
.cb-product-box .cb-heading.steps {
  padding: 0 12px;
}
.cb-product-box-image {
  min-height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cb-content {
  margin-top: 30px;
}

.content-box {
  display: -ms-grid;
  display: grid;
  padding: 35px 35px 35px 0;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.content-box-title {
  color: #5baf7b;
  font-weight: 600;
  font-size: 30px;
}
.content-box-desc p {
  font-size: 17px;
  color: black;
}

@media (max-width: 575px) {
  .cb-product-box .step-container {
    overflow: unset;
  }
  .cb-product-box .step-container .cb-heading.steps {
    margin-bottom: 0;
  }
  .cb-product-box .step-container .cb-heading.steps-heading {
    max-width: 100%;
  }
  .marginTop {
    margin-top: 2rem;
  }
  .content-box {
    height: auto !important;
  }
}
@media screen and (min-width: 76px) and (max-width: 1200px) {
  .cb-product-box .cb-heading.steps-heading {
    max-width: 66%;
  }
  .cb-product-box .cb-heading.steps {
    margin-bottom: 3rem;
  }
}
.cb-layout {
  padding: 50px 0;
}
.cb-layout.margin {
  margin: 50px 0;
}
.cb-layout.noMargin {
  padding-bottom: 0;
}
.cb-layout.grey {
  background-color: #f2f2f2;
}
.cb-layout.color {
  background-color: var(--color-main);
  color: #fff;
}
.cb-layout.color .cb-heading.steps {
  color: #fff;
}
.cb-layout.color .cb-heading.steps::after, .cb-layout.color .cb-heading.steps::before {
  background-color: #fff;
}
.cb-layout.color .issues + label {
  color: #fff;
}
.cb-layout.color .issues + label::before {
  background-color: #fff;
}
.cb-layout.color .issues:checked + label::before {
  background-color: var(--color-main);
  border: 8px solid #fff;
}
.cb-layout.color .cb-info-box,
.cb-layout.color .content-box,
.cb-layout.color .form button,
.cb-layout.color .object-search {
  border: 1px solid #fff;
}
.cb-layout.color .cb-heading.big,
.cb-layout.color .cb-heading.medium,
.cb-layout.color .cb-heading.small {
  color: #fff;
}

.cb-richtext p a {
  text-decoration: underline;
}
.cb-richtext p a:hover {
  color: #000;
}

@-webkit-keyframes imgAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.35;
  }
}

@keyframes imgAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.35;
  }
}
.img-100.fadeIn-rotate {
  z-index: 0;
  -webkit-animation-name: imgAnimation;
          animation-name: imgAnimation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  opacity: 0.35;
}

[data-aos=rotate-ac] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=rotate-ac].aos-animate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.cookieInfo {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 1;
  padding: 0 15px 20px;
  text-align: center;
}
.cookieInfo .acceptcookies {
  font-family: "Signika", sans-serif;
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 20px auto 0;
}

@media (max-width: 992px) {
  .cookieInfo {
    padding: 20px;
  }
}
.itemsolarLoesung {
  display: block;
  margin: 30px 0;
}
.itemsolarLoesung .typ-gebauedenutzer .typ-gebauedenutzer-img {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.itemsolarLoesung .typ-gebauedenutzer .typ-gebauedenutzer-img img {
  opacity: 0;
  width: 500px;
  max-width: 100%;
}
.itemsolarLoesung .typ-gebauedenutzer .content-box {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  height: auto !important;
}

body.neu .itemsolarLoesung .typ-gebauedenutzer .content-box a {
  text-decoration: underline;
  font-size: 20px;
}

.jumptoresult {
  position: absolute;
  z-index: 400;
  width: 100%;
}
.jumptoresult button {
  font-family: "Signika", sans-serif;
  margin-top: -150px;
  padding: 10px 70px;
  background-color: #fff;
  border-color: #fff;
  border: 0;
  border-radius: 0;
  color: var(--color-main);
  font-size: 14pt;
}
.jumptoresult button:hover {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

.ac-wrapper .ac-outer label {
  top: 10px;
  left: 15px;
  position: absolute;
  color: #bebebe;
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.ac-wrapper .ac-outer label:hover {
  display: none;
  top: -8px;
  font-size: 13px;
  color: rgb(59, 59, 59);
}
.ac-wrapper .ac-outer label span {
  font-weight: normal;
}
.ac-wrapper .ac-outer .ac-search {
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  padding: 0px;
  text-indent: 15px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: none;
}
.ac-wrapper .ac-outer .ac-search:not(:-moz-placeholder-shown) + label {
  display: none;
  top: -8px;
  font-size: 13px;
  color: rgb(59, 59, 59);
}
.ac-wrapper .ac-outer .ac-search:not(:-ms-input-placeholder) + label {
  display: none;
  top: -8px;
  font-size: 13px;
  color: rgb(59, 59, 59);
}
.ac-wrapper .ac-outer .ac-search:not(:placeholder-shown) + label, .ac-wrapper .ac-outer .ac-search:hover + label, .ac-wrapper .ac-outer .ac-search:focus + label {
  display: none;
  top: -8px;
  font-size: 13px;
  color: rgb(59, 59, 59);
}
.ac-wrapper .ac-outer .ac-end {
  position: absolute;
  right: 0px;
  height: 45px;
  width: 45px;
  top: 0px;
  background-color: white;
}
.ac-wrapper .ac-outer .ac-end .ac-button {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  height: 45px;
  width: 45px;
  padding: 5px;
  text-align: center;
}
.ac-wrapper .ac-outer .ac-end .ac-button .ac-button-label {
  border-radius: 100%;
  background-color: white;
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
}
.ac-wrapper .ac-outer .ac-end .ac-button .ac-button-label svg {
  fill: #8a8a8a;
}
.ac-wrapper .ac-outer .ac-end .ac-button:hover .ac-button-label {
  background-color: rgb(231, 231, 231);
}

.ac-results-wrapper {
  position: relative;
}
.ac-results-wrapper .ac-results {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 5px;
  z-index: 1000;
}
.ac-results-wrapper .ac-results .ac-results-item {
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
}
.ac-results-wrapper .ac-results .ac-results-item:hover {
  background-color: #f2f2f2;
}

ul.logosAnbieter li a img {
  max-width: 200px;
  margin-bottom: 0px;
}

.cta {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  line-height: normal;
  position: absolute;
  right: -10px;
  top: -50px;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cta .inner {
  width: 115px;
  height: 115px;
  padding: 7px;
  position: relative;
}
.cta .inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta:hover {
  background-color: white;
  color: var(--color-main);
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .cta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    display: block;
    width: 105px;
    height: 105px;
    top: -25px;
  }
}

/*
---
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.
*/
@page {
  size: A4;
}
@media print {
  [data-aos] {
    display: inline-block !important;
    opacity: 1 !important;
    -webkit-transform: translate(0) scale(1) !important;
            transform: translate(0) scale(1) !important;
  }
  .steps {
    page-break-after: always;
  }
  #sep-map {
    margin-top: -10px;
  }
  .printSpacer {
    display: none;
    width: 100%;
    height: 1600px;
  }
  #cta,
  .angebot {
    display: none;
  }
  #info-boxes {
    position: relative;
  }
  #info-boxes .info-box {
    position: relative;
    margin-top: 30px;
    left: 0;
    top: 0;
    height: 700px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  #info-boxes .info-box.info-box-1 {
    border-bottom: 30px solid white;
  }
  #info-boxes .cb-info-box {
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: 750px;
    display: inline;
    position: relative;
  }
  #info-boxes .cb-info-box .cb-info-box-title {
    text-align: left;
    font-size: 22pt;
    margin: 0;
    padding-bottom: 0;
    float: left;
    display: inline;
    width: 100%;
    color: black;
    margin-bottom: 20px !important;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext {
    float: left;
    display: inline-block;
    width: 100%;
    color: black;
    margin-top: -15px;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext .container {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 15px;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext .container .row {
    padding: 0;
    width: 100%;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext .container .row > div {
    padding: 0;
    width: 100%;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext h4 {
    margin-top: 0;
    margin-bottom: 1px;
    color: black;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext p {
    margin: 0;
    padding: 0;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext ul {
    margin-top: 0;
    margin-bottom: 7px;
    display: block;
    width: 80%;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext ul li {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
  }
  #info-boxes .cb-info-box .cb-info-box-richtext ul li:last-child {
    border-bottom: none;
  }
  .cb-layout {
    page-break-before: always;
  }
  .cb-layout .cb-service-btn {
    min-height: 130px;
  }
  .cb-info-box-icon,
  .cb-layout,
  .container,
  .content-box-link.first,
  .content-box-link.second,
  .info-pdf,
  .onlyPrint,
  .step-number,
  footer,
  header {
    display: none;
  }
  .cb-info-box-icon.print,
  .cb-layout.print,
  .container.print,
  .content-box-link.first.print,
  .content-box-link.second.print,
  .info-pdf.print,
  .onlyPrint.print,
  .step-number.print,
  footer.print,
  header.print {
    display: block;
  }
  .step-container {
    padding: 0;
    margin: 0;
  }
  .cb-heading.steps {
    text-align: left;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin: 15px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 25pt;
  }
  .cb-heading.steps::after,
  .cb-heading.steps::before {
    border: none;
    display: none;
  }
  .cb-heading.steps.normal {
    margin-bottom: 30px;
  }
  .object-search {
    padding: 0;
    background-color: transparent;
  }
  .object-search .col {
    padding: 0;
  }
  .info-box:nth-child(even),
  .info-box:nth-child(odd) {
    margin: 0;
  }
  .row-flex {
    margin: 0;
    width: 100%;
    display: block;
  }
  .cb-heading.steps.big,
  .cb-heading.steps.normal,
  .cb-heading.steps.small {
    font-size: 25pt;
  }
  .cb-info-box-richtext .container {
    display: inline;
  }
  #info-pdf,
  .cb-product-box-image {
    display: none !important;
  }
  .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] {
    padding-bottom: 0;
  }
  .cb-content {
    margin-top: 0;
  }
  .content-box {
    padding: 0;
    color: black;
    background-color: transparent;
    height: auto !important;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .content-box .content-box-desc {
    margin-bottom: 0;
  }
  .content-box .content-box-title {
    font-size: 25px;
  }
  /* Footer-Kontakt */
  .onlyPrint {
    padding: 15px;
    font-size: 20px;
    padding-top: 20px;
  }
  .onlyPrint h4 {
    font-weight: bold;
  }
  .footerPrint {
    position: relative;
    margin-top: 50px;
  }
  @-moz-document url-prefix() {
    .footerPrint {
      margin-top: 150px;
    }
  }
  /* moz Optimierungen */
}