@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff url(/layout/bg.png) no-repeat fixed;
  background-size: cover;
  color: #333;
  font-family: "Frutiger W01", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 40px 200px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3 {
  color: #1665a9;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  h1, h2, h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  h1, h2, h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  h1, h2, h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  h1, h2, h3 {
    font-size: 36px;
  }
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #e9692e;
  outline: none;
  text-decoration: none;
}

a.text-link,
.text a {
  display: inline-block;
  position: relative;
}
a.text-link:before,
.text a:before {
  background: #fff;
  bottom: -8px;
  content: '';
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
  width: 100%;
}
a.text-link:hover:before,
.text a:hover:before {
  bottom: -2px;
  opacity: 0.75;
}

.text a:before {
  background: #e9692e;
  bottom: -4px;
}
.text a:before:hover {
  bottom: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#branding {
  position: absolute;
  height: 80px;
  right: 10px;
  top: 10px;
  width: 190px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #branding {
    height: 106px;
    right: 30px;
    top: 30px;
    width: 253px;
  }
}

.btn {
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-stretch: condensed;
  font-weight: bold;
  line-height: 1.5;
  outline: none;
  padding: 3px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  .btn {
    font-size: 18px;
  }
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:before, .btn:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.btn:before {
  background: #dcdcdc;
}
.btn:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.btn:after {
  border: 2px solid #dcdcdc;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.btn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn:focus {
  outline: none;
}

.btn-primary {
  color: #fff;
}
.btn-primary:before {
  background: #1665a9;
}
.btn-primary:after {
  border-color: #1665a9;
}
.btn-primary:hover {
  color: #1665a9;
}

.btn-reset {
  color: #fff;
}
.btn-reset:before {
  background: #d75640;
}
.btn-reset:after {
  border-color: #d75640;
}
.btn-reset:hover {
  color: #d75640;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.input-group-btn .btn {
  padding-bottom: 8px;
  padding-top: 8px;
}

#spar-turbo .btn-close,
.fancybox-inner button.close {
  background: url(/layout/svg/close-white.svg) no-repeat 50% 50%;
  background-size: 15px auto;
  border: none;
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: 80px;
  top: 10px;
  width: 24px;
  z-index: 3;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #spar-turbo .btn-close,
  .fancybox-inner button.close {
    background-size: 20px auto;
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #spar-turbo .btn-close,
  .fancybox-inner button.close {
    background-size: 30px auto;
    height: 50px;
    width: 50px;
  }
}

#spar-turbo .btn-close {
  border: 2px solid #fff;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #spar-turbo .btn-close {
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #spar-turbo .btn-close {
    right: 50px;
    top: 50px;
  }
}

.fancybox-inner button.close {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.fancybox-inner button.close:hover {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

input {
  background: #dcdcdc;
  border: 2px solid #dcdcdc;
  padding: 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
input:focus {
  background: rgba(220, 220, 220, 0.75);
  border: 2px solid #1665a9;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=range] {
  background: transparent;
  outline: none;
  width: 300px;
}

input[type=range]::-moz-range-track {
  background: #fff;
  cursor: pointer;
  height: 8px;
  outline: none;
  width: 100%;
}

/* Total input form ********************************************************* */
form.total-input h2 {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  form.total-input h2 {
    font-size: 20px;
  }
}
form.total-input label {
  display: block;
  margin-bottom: 10px;
}
form.total-input input {
  width: 140px;
}
form.total-input .col-wrapper {
  border-left: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  form.total-input .col-wrapper {
    margin: 30px 0 0;
  }
}
form.total-input .col {
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 10px;
  width: 50%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  form.total-input .col {
    padding: 30px;
  }
}
form.total-input .col:last-child:nth-child(2n+1) {
  width: 100%;
}
form.total-input .input-group + .input-group {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  form.total-input .input-group + .input-group {
    margin-top: 30px;
  }
}

.button-group {
  border-top: 1px solid #dcdcdc;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .button-group {
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* E-Mail-Formular ********************************************************** */
#form-mail {
  display: none;
}
#form-mail .form-group {
  margin-bottom: 20px;
}
#form-mail input {
  display: block;
  width: 100%;
}

.fancybox-inner #form-mail {
  display: inline-block;
  max-width: 600px;
  width: 90%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #0066b3;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
          transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
          transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 70px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  border: 5px solid #dcdcdc;
  border-radius: 6px;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding-bottom: 6px;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
#popup-subject {
  font-size: 12px;
  padding: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #popup-subject {
    font-size: 18px;
    min-width: 600px;
    max-width: 1000px;
    padding: 40px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #popup-subject {
    min-width: 800px;
  }
}
#popup-subject header {
  border-bottom: 2px solid #1665a9;
  min-height: 40px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #popup-subject header {
    min-height: 60px;
  }
}
#popup-subject a.close,
#popup-subject button.close {
  background: url(/layout/svg/close.svg) no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  outline: none;
  position: absolute;
  right: 20px;
  text-indent: 50px;
  top: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
  width: 20px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #popup-subject a.close,
  #popup-subject button.close {
    height: 40px;
    right: 40px;
    top: 40px;
    width: 40px;
  }
}
#popup-subject a.close:hover,
#popup-subject button.close:hover {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#popup-wrapper {
  position: relative;
  z-index: 9999;
}

.rslides {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.rslides li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.popup-is-open .rslides {
  visibility: hidden;
}

#header {
  left: 0;
  padding: 0 40px 0 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #header {
    padding: 0 80px 0 20px;
    top: 20px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #header {
    padding: 0 80px 0 40px;
    top: 40px;
  }
}
#header h1, #header h2 {
  margin: 0;
  text-transform: uppercase;
}
#header h2 {
  color: #aaa;
  font-weight: bold;
}
#header h2:before {
  background: #aaa;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
#header nav {
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #header nav {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #header nav {
    margin-top: 20px;
  }
}

#house-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 3px;
  top: 0;
  right: 3px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house-wrapper {
    bottom: 60px;
    left: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house-wrapper {
    bottom: 80px;
    left: 50px;
    right: 50px;
  }
}

#house {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #house {
    max-width: 1200px;
  }
}
#house .roof {
  background: url(/layout/roof.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 0;
  margin: 0 3px;
  padding-top: 10.28%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .roof {
    margin: 0 6px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .roof {
    margin: 0 10px;
  }
}
#house .roof .content {
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .roof .content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #house .roof .content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .roof .content {
    font-size: 18px;
  }
}
#house .roof h2 {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .roof h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #house .roof h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .roof h2 {
    font-size: 30px;
  }
}
#house .roof p {
  line-height: 1;
  margin: 0;
}
#house .columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 Spalten */
  grid-auto-rows: auto;
  /* Höhe wird automatisch angepasst */
}
#house .column {
  color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  /* nutzt die gleiche Zeilenstruktur */
  grid-row: span 2;
  /* jede Spalte umfasst 2 Zeilen */
  padding: 0 3px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .column {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .column {
    padding: 0 10px;
  }
}
#house .column h2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
  background-blend-mode: multiply;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-stretch: condensed;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin: 6px 0;
  mix-blend-mode: multiply;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .column h2 {
    font-size: 16px;
    margin: 12px 0;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .column h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #house .column h2 {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .column h2 {
    font-size: 32px;
    margin: 20px 0;
  }
}
#house .column .content {
  background: #ccc;
  background-blend-mode: multiply;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  min-height: 200px;
  mix-blend-mode: multiply;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .column .content {
    min-height: 270px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .column .content {
    min-height: 450px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #house .column .content {
    min-height: 490px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .column .content {
    min-height: 600px;
  }
}
#house .column .column-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .column .column-text {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .column .column-text {
    padding: 15px;
  }
}
#house .column a {
  color: #fff;
}
#house .column#column-1 h2, #house .column#column-1 .content {
  background: #269ad0;
}
#house .column#column-2 h2, #house .column#column-2 .content {
  background: #6eb45d;
}
#house .column#column-3 h2, #house .column#column-3 .content {
  background: #d75640;
}
#house .column#column-4 {
  z-index: 2;
}
#house .column#column-4 h2, #house .column#column-4 .content {
  background: #f7b22f;
}
#house .column#column-5 h2, #house .column#column-5 .content {
  background: #A69D8B;
}

/* Slideshow **************************************************************** */
#house ul.rslides {
  margin: 0;
  max-height: 145px;
  width: auto;
}
#house ul.rslides li {
  background: transparent 50% 50%;
  background-size: cover;
  padding-top: 50%;
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house ul.rslides li {
    padding-top: 66.6666%;
  }
}
#house ul.rslides img {
  display: none;
}

/* Subjects ***************************************************************** */
ul.subjects {
  font-size: 11px;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  ul.subjects {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  ul.subjects {
    font-size: 22px;
    margin-top: 15px;
  }
}
ul.subjects > li {
  padding: 0 0 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects > li {
    padding: 0 0 0 20px;
  }
}
ul.subjects > li:before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects > li:before {
    height: 6px;
    top: 17px;
    width: 6px;
  }
}
ul.subjects > li.done {
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects > li.done {
    padding-left: 30px;
  }
}
ul.subjects > li.done:before {
  background: url(/layout/svg/tick.svg) no-repeat 50% 50%;
  background-size: 8px auto;
  border: 2px solid #fff;
  height: 14px;
  width: 14px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects > li.done:before {
    background-size: 12px auto;
    height: 24px;
    width: 24px;
  }
}
ul.subjects > li + li {
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  ul.subjects > li + li {
    margin-top: 10px;
  }
}

#house.finished:not(.show-optimization) .column-text {
  padding-bottom: 130px;
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #house.finished:not(.show-optimization) .column-text {
    padding-bottom: 190px;
  }
}

#house.finished ul.subjects {
  display: none;
  opacity: 0;
}

#house.finished #column-4 {
  padding-right: 0;
}

#house.finished #column-5 {
  padding-left: 0;
}

/* Beträge ****************************************************************** */
#house .amount-wrapper-outer {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: none;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
  z-index: 2;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .amount-wrapper-outer {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #house .amount-wrapper-outer {
    font-size: 30px;
  }
}
#house .amount-wrapper-outer .amount-wrapper-inner {
  display: inline-block;
  text-align: right;
}
#house #column-4 .amount-wrapper-outer {
  width: -webkit-calc(200% + 30px);
  width: calc(200% + 30px);
}
#house .has-amount .amount-wrapper-outer {
  display: block;
}
#house.finished .amount-wrapper-outer {
  bottom: auto;
  cursor: pointer;
}
#house .amount,
#house .amount-difference,
#house .amount-optimized {
  opacity: 0;
  padding: 5px 0;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .amount,
  #house .amount-difference,
  #house .amount-optimized {
    padding: 8px 0;
  }
}
#house .amount-difference,
#house .amount-optimized {
  display: none;
}
#house .amount-difference:before {
  content: '+';
}
#house .amount-difference.negative {
  color: #000;
}
#house .amount-difference.negative:before {
  content: '';
}
#house .amount-optimized:before {
  content: '= ';
}
#house .amount-difference-line {
  background: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
  width: 100%;
}
#house .amount-difference-line {
  opacity: 0;
}
#house.show-optimization .amount-difference,
#house.show-optimization .amount-optimized,
#house.show-optimization .amount-difference-line {
  display: block;
  opacity: 1;
}
#house .has-amount .amount-wrapper-outer,
#house .has-amount .amount {
  opacity: 1;
}

/* Prozentwerte ************************************************************* */
.percentage-wrapper {
  display: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

#column-4 .percentage-wrapper {
  width: -webkit-calc(200% + 30px);
  width: calc(200% + 30px);
}

.percentage-inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}

.percentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  max-width: 100px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
  width: 50%;
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .percentage {
    height: 180px;
  }
}
.percentage .value {
  bottom: 100%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  line-height: 1;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .percentage .value {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .percentage .value {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .percentage .value {
    font-size: 30px;
  }
}
.percentage .bar {
  position: relative;
}
.percentage .bar .blend {
  background: #5a5a5a;
  bottom: 0;
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}

.optimized .optimized-percentage .blend {
  background: #fff;
  mix-blend-mode: normal;
}

.finished .percentage-wrapper {
  display: block;
}

.finished .percentage {
  opacity: 1;
}

/* Optimierte Werte ********************************************************* */
#house.show-optimization .percentage-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
#house.show-optimization .percentage-inner {
  background: #fff;
  padding-inline: 0;
}
#house.show-optimization .percentage {
  height: auto;
  position: relative;
  width: auto;
}
#house.show-optimization .percentage .bar {
  height: 100% !important;
  left: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
#house.show-optimization .percentage .blend {
  display: none;
}
#house.show-optimization .percentage .value {
  bottom: 5px;
  color: #777;
  font-size: 12px;
  left: 0;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: left;
  top: auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house.show-optimization .percentage .value {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house.show-optimization .percentage .value {
    font-size: 24px;
    padding: 0 15px;
  }
}
#house.show-optimization .percentage.optimized-percentage .value {
  color: #1665a9;
  font-size: 20px;
  text-align: right;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house.show-optimization .percentage.optimized-percentage .value {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house.show-optimization .percentage.optimized-percentage .value {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #house.show-optimization .percentage.optimized-percentage .value {
    font-size: 45px;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  #house.show-optimization .percentage.optimized-percentage .value {
    font-size: 50px;
  }
}
#house.show-optimization #column-1 .percentage.optimized-percentage .value {
  color: #269ad0;
}
#house.show-optimization #column-2 .percentage.optimized-percentage .value {
  color: #6eb45d;
}
#house.show-optimization #column-3 .percentage.optimized-percentage .value {
  color: #d75640;
}
#house.show-optimization #column-4 .percentage.optimized-percentage .value {
  color: #f7b22f;
}
#house.show-optimization #column-5 .percentage.optimized-percentage .value {
  color: #A69D8B;
}
#house.show-optimization .percentage-wrapper {
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house.show-optimization .percentage-wrapper {
    border-bottom-width: 10px;
    border-top-width: 10px;
  }
}
#house.show-optimization #column-4 .percentage-wrapper {
  width: -webkit-calc(200%);
  width: calc(200%);
}

/* Gesamtbetrag ************************************************************* */
#house .capital {
  bottom: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  left: 0;
  margin-left: -12px;
  margin-right: -12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: -webkit-calc(100% + 24px);
  width: calc(100% + 24px);
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .capital {
    bottom: 50px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .capital {
    bottom: 70px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .capital {
    bottom: 100px;
    font-size: 44px;
    margin-left: -20px;
    margin-right: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
}
#house .capital .blend {
  background: #5a5a5a;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#house .capital .blend:before, #house .capital .blend:after {
  border-left: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #191919;
  bottom: -18px;
  content: '';
  height: 0;
  left: -18px;
  position: absolute;
  width: 0;
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .capital .blend:before, #house .capital .blend:after {
    border-left-width: 30px;
    border-bottom-width: 30px;
    border-right-width: 30px;
    bottom: -30px;
    left: -30px;
  }
}
#house .capital .blend:after {
  border-left: 18px solid #191919;
  border-bottom: 18px solid transparent;
  border-right: 18px solid transparent;
  left: auto;
  right: -18px;
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #house .capital .blend:after {
    border-left-width: 30px;
    border-bottom-width: 30px;
    border-right-width: 30px;
    right: -30px;
  }
}
#house .capital .content {
  padding: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .capital .content {
    padding: 10px;
  }
}
#house .capital .capital-wrapper {
  display: inline-block;
  text-align: right;
}
#house .capital .with-spar-turbo {
  color: #e9692e;
}
#house .capital a {
  background: #e9692e;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 30px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
  top: -4px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .capital a {
    font-size: 15px;
    line-height: 24px;
    margin-right: 40px;
    padding: 2px 15px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .capital a {
    font-size: 18px;
    line-height: 30px;
    margin-right: 60px;
    padding: 5px 20px;
    top: -8px;
  }
}
#house .capital a:before {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #e9692e;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: border-left-color 0.15s ease-in-out;
          transition: border-left-color 0.15s ease-in-out;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #house .capital a:before {
    border-bottom-width: 14px;
    border-left-width: 30px;
    border-top-width: 14px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #house .capital a:before {
    border-bottom-width: 20px;
    border-left-width: 40px;
    border-top-width: 20px;
  }
}
#house .capital a:hover {
  background: #ce5016;
}
#house .capital a:hover:before {
  border-left-color: #ce5016;
}

#house.finished .capital {
  opacity: 1;
  pointer-events: auto;
}

/* Sonstiges **************************************************************** */
.on-show-optimization {
  display: none;
}

.show-optimization .on-show-optimization {
  display: block;
}

.show-optimization span.on-show-optimization {
  display: inline;
}

#subject .kicker {
  color: #1665a9;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #subject .kicker {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #subject .kicker {
    font-size: 20px;
  }
}
#subject figure.img {
  clear: right;
  float: right;
  margin: 0 0 15px 15px;
  max-width: 160px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #subject figure.img {
    margin: 0 0 20px 20px;
    max-width: 240px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #subject figure.img {
    margin: 0 0 30px 30px;
    max-width: 300px;
  }
}

.subject-amount-form {
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .subject-amount-form {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .subject-amount-form {
    padding-top: 50px;
  }
}
.subject-amount-form input {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  width: 140px;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .subject-amount-form input {
    font-size: 24px;
    width: 170px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .subject-amount-form input {
    font-size: 36px;
    width: 200px;
  }
}
.subject-amount-form .unit {
  color: #1665a9;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .subject-amount-form .unit {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .subject-amount-form .unit {
    font-size: 36px;
  }
}

#spar-turbo {
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#spar-turbo .blend {
  background: #001433;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#spar-turbo .content {
  height: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo .content {
    padding: 20px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .content {
    padding: 25px;
  }
}
#spar-turbo .intro {
  background: #e9692e;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo .intro {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .intro {
    font-size: 24px;
    padding: 15px 40px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .intro {
    font-size: 32px;
  }
}
#spar-turbo h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin: 15px 0;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo h1 {
    font-size: 40px;
    margin: 25px 0;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo h1 {
    font-size: 80px;
    margin: 50px 0;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo h1 {
    font-size: 140px;
  }
}
#spar-turbo .slidecontainer {
  margin: 0 0 20px;
}
#spar-turbo .slidecontainer label {
  color: #e9692e;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .slidecontainer label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .slidecontainer label {
    font-size: 24px;
  }
}
#spar-turbo .slidecontainer #dynamic-range-slider {
  display: inline-block;
  margin-left: 20px;
  width: 300px;
}
#spar-turbo .sparbetrag-container {
  position: absolute;
  text-align: center;
  width: 150px;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo .sparbetrag-container {
    width: 250px;
  }
}
#spar-turbo .sparbetrag-container label {
  color: #e9692e;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo .sparbetrag-container label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .sparbetrag-container label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .sparbetrag-container label {
    font-size: 24px;
  }
}
#spar-turbo .sparbetrag-container #sparbetrag-slider {
  height: 240px;
  left: 50%;
  margin-top: 20px;
  position: absolute;
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .sparbetrag-container #sparbetrag-slider {
    height: 320px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .sparbetrag-container #sparbetrag-slider {
    height: 420px;
  }
}
#spar-turbo .years-container {
  margin: 20px 0 0;
}
#spar-turbo .years-container label {
  color: #e9692e;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .years-container label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .years-container label {
    font-size: 24px;
  }
}
#spar-turbo .years-container #years-slider {
  display: inline-block;
  margin: 30px 0 0 20px;
  width: 300px;
}
#spar-turbo .chart {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0 0 130px;
}
@media screen and (min-width: 1400px) and (min-height: 1100px) {
  #spar-turbo .chart {
    padding-left: 60px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .chart {
    max-width: 1200px;
  }
}
#spar-turbo .infotext {
  padding: 30px 0 0;
  margin: 0 auto;
  max-width: 840px;
}
#spar-turbo .btn-save {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 1100px) and (min-height: 900px) {
  #spar-turbo .btn-save {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1200px) {
  #spar-turbo .btn-save {
    bottom: 25px;
    right: 25px;
  }
}

#toolbar {
  bottom: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  #toolbar {
    bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  #toolbar {
    bottom: 25px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #toolbar {
    bottom: 30px;
  }
}
@media screen and (min-width: 1600px) and (min-height: 1100px) {
  #toolbar {
    bottom: 50px;
  }
}

.modal h3 {
  margin-top: 0;
}
.modal .buttons {
  margin-bottom: 0;
  text-align: right;
}
.modal .buttons .btn {
  margin-left: 10px;
}

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translateY(-60px) scale(1.1);
          transform: translateY(-60px) scale(1.1);
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.select-optimization {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.select-optimization p.buttons button {
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  text-align: center;
}
.select-optimization p.buttons button > span {
  background: #fff;
  border: none;
  border-radius: 10px;
  color: #1665a9;
  display: inline-block;
  font-size: 16px;
  font-stretch: condensed;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
  width: 160px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (min-height: 640px) {
  .select-optimization p.buttons button > span {
    font-size: 24px;
    padding: 20px;
    width: 220px;
  }
}
@media screen and (min-width: 1024px) and (min-height: 800px) {
  .select-optimization p.buttons button > span {
    font-size: 30px;
    width: 340px;
  }
}
.select-optimization p.buttons button > span:before {
  bottom: 5px;
  box-shadow: none;
  content: '';
  left: 15px;
  position: absolute;
  right: 15px;
  top: 5px;
  -webkit-transform: translateY(5px) translateZ(-1px);
          transform: translateY(5px) translateZ(-1px);
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
  z-index: -1;
}
.select-optimization p.buttons button:hover > span, .select-optimization p.buttons button:focus > span {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.select-optimization p.buttons button:hover > span:before, .select-optimization p.buttons button:focus > span:before {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.select-optimization p.buttons button + button {
  margin-left: 30px;
}
.select-optimization p.buttons svg {
  height: 80px;
  margin-bottom: 20px;
  width: 80px;
}
.select-optimization .btn-wrapper {
  position: relative;
}
.select-optimization span.info {
  background: #1665a9;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-transform: none;
  top: 8px;
  width: 20px;
  z-index: 2;
}
.select-optimization abbr.help,
.select-optimization abbr.tippy,
.select-optimization .help-icon {
  background: #fff;
  border-radius: 50%;
  color: #1665a9;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  left: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 20px;
  z-index: 2;
}

.noUi-horizontal .noUi-base {
  height: 10px;
}

.noUi-handle {
  background: #e9692e;
  border: none;
  box-shadow: none;
  cursor: grab;
  outline: none;
  overflow: visible;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  top: -12px;
}
.noUi-horizontal .noUi-handle:before {
  background: transparent;
  border: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e9692e;
  bottom: -8px;
  display: block;
  height: 0;
  left: 9px;
  top: auto;
  width: 0;
}

.noUi-tooltip {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 0;
  font-weight: bold;
}

.noUi-horizontal {
  border-radius: 0;
  height: 4px;
}
.noUi-horizontal:before {
  background: #fff;
  content: '';
  height: 18px;
  left: -1px;
  position: absolute;
  top: -8px;
  width: 3px;
}
.noUi-horizontal:after {
  border-bottom: 8px solid transparent;
  border-left: 26px solid #fff;
  border-top: 8px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: -10px;
  top: -7px;
  width: 0;
}

.noUi-vertical {
  border-radius: 0;
  width: 4px;
}
.noUi-vertical:before {
  background: #fff;
  bottom: -1px;
  content: '';
  height: 3px;
  left: -8px;
  position: absolute;
  top: auto;
  width: 18px;
}
.noUi-vertical:after {
  border-bottom: 26px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  height: 0;
  left: -7px;
  position: absolute;
  top: -10px;
  width: 0;
}

.noUi-vertical .noUi-handle {
  left: -12px;
}
.noUi-vertical .noUi-handle:before {
  background: transparent;
  border: none;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #e9692e;
  border-top: 8px solid transparent;
  bottom: 9px;
  display: block;
  height: 0;
  left: -8px;
  top: auto;
  width: 0;
}

.noUi-vertical .noUi-tooltip {
  font-weight: bold;
  right: 44px;
  text-align: right;
  width: 50px;
}

abbr.tippy {
  border-bottom: 1px dotted #e9692e;
}

.tippy-popper {
  z-index: 999999 !important;
}

#footer {
  bottom: 0;
  left: 0;
  padding: 10px 30px;
  position: absolute;
  text-align: right;
  width: 100%;
}
#footer a {
  display: inline-block;
  margin-left: 20px;
}

/*# sourceMappingURL=style.css.map */