﻿@charset "UTF-8";
/*! tb Normalize: adaptation of normalize for internal use - based on: */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,600;1,400;1,500&family=Roboto:wght@300&display=swap");
@import url("https://use.typekit.net/zxz2wie.css");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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;*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p {
  margin: 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;*/
  margin: 0;
}

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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 font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  /*margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;*/
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[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;
}

/* tb adds
   ========================================================================== */
table {
  width: 100%;
  text-align: left;
}

/* <-- tb-normalize --> */
/** 
*variables.scss:
*    
**/
/*** Colors ***/
/*** sizes ***/
/*** Media Query Ranges ***/
/*** Breakpoints & Grid Variables ***/
/* Grid breakpoints - Mobile first approach */
/*** Font Typography ***/
/* icon font */
@font-face {
  font-family: "icomoon";
  src: url("/Content/fonts/icomoon/fonts/icomoon.eot?z1h2g");
  src: url("/Content/fonts/icomoon/fonts/icomoon.eot?z1h2g#iefix") format("embedded-opentype"), url("/Content/fonts/icomoon/fonts/icomoon.ttf?z1h2g") format("truetype"), url("/Content/fonts/icomoon/fonts/icomoon.woff?z1h2g") format("woff"), url("/Content/fonts/icomoon/fonts/icomoon.svg?z1h2g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-bed:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-television:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

/*** container  ***/
/*** section_top ***/
/*** buttons ***/
/*** formcreator Variables ***/
/*  formcreator Style1  */
/*  formcreator Style2  */
/*** Slider ***/
/*** accordeon ***/
/*** google map ***/
/*** cookie banner - OLD***/
/*$cookie-bg-color: $color-dark;
$cookie-font-color: $color-light;
$cookie-buttonfont-color: $color-main;
$cookie-buttonbg-color: $color-neutro;
$cookie-link-color: $color-accent;*/
/*** tables ***/
/*** tbCookie2020 - with klaro!r ***/
/*** Mehr Einstellungen unter Content\tbModule\tbCookie2020\klaro-vars.scss***/
/* <-- Declarations of ALL variables */
/* Single property */
/*html {
  @include fluid-type(font-size, 320px, 1366px, 14px, 18px);
}
*/
/* Multiple properties with same values */
/*h1 {
  @include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
}
*/
/* Animations */
@-webkit-keyframes growV {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes growV {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes growV {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes growV {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pagesHeader {
  0% {
    transform: scale(1, 1);
    background-color: white;
  }
  100% {
    transform: scale(1, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pagesHeader {
  0% {
    transform: scale(1, 1);
    background-color: white;
  }
  100% {
    transform: scale(1, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes pagesHeader {
  0% {
    transform: scale(1, 1);
    background-color: white;
  }
  100% {
    transform: scale(1, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes pagesHeader {
  0% {
    transform: scale(1, 1);
    background-color: white;
  }
  100% {
    transform: scale(1, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pagesHeaderWrap {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@-moz-keyframes pagesHeaderWrap {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@-o-keyframes pagesHeaderWrap {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes pagesHeaderWrap {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
@-webkit-keyframes fromLeftToRight {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    left: -120%;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
@-moz-keyframes fromLeftToRight {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    left: -120%;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
@-o-keyframes fromLeftToRight {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    left: -120%;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
@keyframes fromLeftToRight {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    left: -120%;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
@-webkit-keyframes elemEntry {
  0% {
    opacity: 0;
    top: -4%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes elemEntry {
  0% {
    opacity: 0;
    top: -4%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes elemEntry {
  0% {
    opacity: 0;
    top: -4%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes elemEntry {
  0% {
    opacity: 0;
    top: -4%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* opacity :) */
@-webkit-keyframes transparentToSolid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes transparentToSolid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes transparentToSolid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes transparentToSolid {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes spinX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes spinTitleX {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes spinTitleX {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes spinTitleX {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}
@keyframes spinTitleX {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinTitleZ {
  0% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
}
@-moz-keyframes spinTitleZ {
  0% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
}
@-o-keyframes spinTitleZ {
  0% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
}
@keyframes spinTitleZ {
  0% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  3% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  29% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateZ(0);
    opacity: 1;
  }
  32% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes scaleTitleY {
  0% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  4% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  28% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  32% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
}
@-moz-keyframes scaleTitleY {
  0% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  4% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  28% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  32% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
}
@-o-keyframes scaleTitleY {
  0% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  4% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  28% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  32% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
}
@keyframes scaleTitleY {
  0% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  4% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  28% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  32% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
}
@-webkit-keyframes elemPop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes elemPop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes elemPop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes elemPop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes growPieChart {
  0% {
    stroke-dasharray: 0 264;
  }
  100% {
    stroke-dasharray: 264 0;
  }
}
@-moz-keyframes growPieChart {
  0% {
    stroke-dasharray: 0 264;
  }
  100% {
    stroke-dasharray: 264 0;
  }
}
@-o-keyframes growPieChart {
  0% {
    stroke-dasharray: 0 264;
  }
  100% {
    stroke-dasharray: 264 0;
  }
}
@keyframes growPieChart {
  0% {
    stroke-dasharray: 0 264;
  }
  100% {
    stroke-dasharray: 264 0;
  }
}
/* rotate 6 opacity :) */
@-webkit-keyframes rotateOpacity {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateOpacity {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateOpacity {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes rotateOpacity {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulse {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes livingElement {
  0%, 50%, 100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
  }
}
@-moz-keyframes livingElement {
  0%, 50%, 100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
  }
}
@-o-keyframes livingElement {
  0%, 50%, 100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
  }
}
@keyframes livingElement {
  0%, 50%, 100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: translateX(-50%) scale(1.08);
    -ms-transform: translateX(-50%) scale(1.08);
    transform: translateX(-50%) scale(1.08);
  }
}
@-webkit-keyframes livingElementTwo {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@-moz-keyframes livingElementTwo {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@-o-keyframes livingElementTwo {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@keyframes livingElementTwo {
  0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25%, 75% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@-webkit-keyframes elemShrink {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes elemShrink {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes elemShrink {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes elemShrink {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* animation library */
/* helpers.scss - helper classes */
/* Eigenschaften - Definitionen */
.dn {
  display: none;
}

.lclear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0%;
}
.lclear_l {
  clear: left;
}
.lclear_r {
  clear: right;
}

.clear_after {
  content: "";
  display: table;
  clear: both;
}

.lc_s {
  font-size: 0%;
  overflow: hidden;
}
.lc_s.s2 {
  height: 2px;
}
.lc_s.s4 {
  height: 4px;
}
.lc_s.s6 {
  height: 6px;
}
.lc_s.s8 {
  height: 8px;
}
.lc_s.s10 {
  height: 10px;
}
.lc_s.s12 {
  height: 12px;
}
.lc_s.s14 {
  height: 14px;
}
.lc_s.s16 {
  height: 16px;
}
.lc_s.s18 {
  height: 18px;
}
.lc_s.s20 {
  height: 20px;
}
.lc_s.s22 {
  height: 22px;
}
.lc_s.s24 {
  height: 24px;
}
.lc_s.s26 {
  height: 26px;
}
.lc_s.s28 {
  height: 28px;
}
.lc_s.s30 {
  height: 30px;
}
.lc_s.s32 {
  height: 32px;
}
.lc_s.gutter {
  height: 30px;
}
.lc_s.half_gutter {
  height: 15px;
}

.fl {
  float: left;
  display: inline;
}
.fl_selfclean {
  float: left;
  display: inline;
}
.fl_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.fr {
  float: right;
  display: inline;
}
.fr_selfclean {
  float: right;
  display: inline;
}
.fr_selfclean:after {
  content: "";
  display: table;
  clear: both;
}

.hiddenlink {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.hiddenlink__wrap {
  position: relative;
}

/* hide helping classes */
@media only screen and (max-width: 550px) {
  .hide-on-small-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) and (max-width: 768px) {
  .hide-on-medium-only {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .hide-on-large-only {
    display: none;
  }
}
@media only screen and (min-width: 1421px) and (max-width: 1920px) {
  .hide-on-xlarge-only {
    display: none;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 1920px) {
  .hide-on-big-only {
    display: none;
  }
}
@media only screen and (min-width: 551px) {
  .hide-on-medium-and-up {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .hide-on-large-and-up {
    display: none;
  }
}
@media only screen and (min-width: 1421px) {
  .hide-on-xlarge-and-up {
    display: none;
  }
}
@media all and (max-width: 1420px) {
  .hide-on-medium-and-down {
    display: none;
  }
}
@media all and (max-width: 1920px) {
  .hide-on-large-and-down {
    display: none;
  }
}
@media all and (max-width: 1920px) {
  .hide-on-xlarge-and-down {
    display: none;
  }
}
/* END hide helping classes */
/*legacy helping classes*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.cp {
  cursor: pointer;
}

.no_margin {
  margin: 0;
}

.no_margin_bottom {
  margin-bottom: 0;
}

.only_print {
  display: none;
}

/* Eigenschaften - Definitionen - ENDE */
/* helpers.scss - helper classes - END */
/* <-- tb helping classes */
/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*

    Möglicher Lade-Effekt...

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/Content/Vendor/PhotoSwipe/src/css/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* Style for Smartedit preview*/
/* Vorlage für CMS-Eigenschaften */
.cmsEditUrl {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  font-size: 0;
  min-height: 25px;
  min-width: 30px;
  position: relative;
  border: none;
  background-color: #00aada;
  border-radius: 3px;
  color: #FFF;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.cmsEditUrl:after {
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjguNDY2NjY2Mm1tIiAgIGhlaWdodD0iOC40NzgxNjk0bW0iICAgdmlld0JveD0iMCAwIDI5Ljk5OTk5OCAzMC4wNDA3NTgiICAgaWQ9InN2ZzIiICAgdmVyc2lvbj0iMS4xIiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IiAgIHNvZGlwb2RpOmRvY25hbWU9InBlbi5zdmciPiAgPGRlZnMgICAgIGlkPSJkZWZzNCIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjEuMDE2MzY5NiIgICAgIGlua3NjYXBlOmN4PSIzNzcuNTU4MTEiICAgICBpbmtzY2FwZTpjeT0iMzU3LjU2MjE0IiAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9InB4IiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMiIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGZpdC1tYXJnaW4tdG9wPSIwIiAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIiAgICAgZml0LW1hcmdpbi1yaWdodD0iMCIgICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIgICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTciPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8cGF0aCAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIgICAgIGQ9Im0gMCwyNS45MzE3NTkgMCwtNC4xMDkwMSA4LjI1MDgzMTksLTguMjUwNjMgOC4yNTA4MzIxLC04LjI1MDYzOTcgNC4xMDg4MDcsNC4xMDg4MSA0LjEwODgwNyw0LjEwODgwOTcgLTguMjUwNjM0LDguMjUwODMgLTguMjUwNjMzOCw4LjI1MDgzIC00LjEwOTAwNDksMCAtNC4xMDkwMDUzLDAgMCwtNC4xMDkgeiBtIDguMTAxNDE1OCwwLjcyNzA4IGMgMC40ODE1MDk3LC0wLjQ4MDUxIDAuODc1NDcxNCwtMC45MDM2MyAwLjg3NTQ3MTQsLTAuOTQwMjUgMCwtMC4wMzY2IC0xLjA0Njc2NDEsLTEuMTEzNjUgLTIuMzI2MTQzMywtMi4zOTM0MSBsIC0yLjMyNjE0MjgsLTIuMzI2ODQgLTAuOTQxMTc5NywwLjkzOTUgLTAuOTQxMTgwMSwwLjkzOTUgMCwxLjA3MzQ3IDAsMS4wNzM0NSAxLjI4NzEyNzIsMCAxLjI4NzEyNzIsMCAwLDEuMjU0MTMgMCwxLjI1NDEyIDEuMTA0NzI0NCwwIDEuMTA0NzI0OCwwIDAuODc1NDcwOSwtMC44NzM2NyB6IG0gMy45NTYxNDMyLC0xMS44MTEzNCBjIDMuMDIwNDczLC0zLjAxOTY3IDUuNTA4NTYxLC01LjU1NzIwOTcgNS41MjkwODQsLTUuNjM4OTc5NyAwLjA5NDY5LC0wLjM3NzI3IC0wLjI2ODA2LC0wLjcwMDg4IC0wLjYyMTUyNywtMC41NTQ0NyAtMC4wOTQ3NywwLjAzOTIgLTIuNjI4OTA4LDIuNTI4NjM5NyAtNS42MzE0Miw1LjUzMTk1OTcgLTUuMjQ4MTkyOCw1LjI0OTYxIC01LjQ1OTExNTQsNS40Njk5NCAtNS40NTkxMTU0LDUuNzAyNDcgMCwwLjMwNjk2IDAuMTQyMzYwOCwwLjQ0OTMyIDAuNDQ5MzI5NywwLjQ0OTMyIDAuMjMyNTQ4MywwIDAuNDUzNzY0MiwtMC4yMTE4MyA1LjczMzY0ODcsLTUuNDkwMyB6IG0gOS44NjI1MjEsLTYuNzY2MDU5NyAtNC4xMTExMzgsLTQuMDcxNTYgMS43NzIwODUsLTEuNzYxNDUgYyAwLjk3NDY0NSwtMC45Njg4IDEuODkwODk1LC0xLjgzMzc4MDAzIDIuMDM2MTEsLTEuOTIyMTkwMDMgMC4zNzM0ODMsLTAuMjI3MzcgMC43Njg1MSwtMC4zMjc4NCAxLjI4MjYxMiwtMC4zMjYyMjAwMDIzMjcgQyAyMy40ODUxNjMsMC4wMDIwMTkyNyAyMy45OTcxMzEsMC4xOTcwNzkyNyAyNC40NzYwNDYsMC42MDEwNDkyNyBjIDAuMjA2NDc2LDAuMTc0MTcgMS40NTA0LDEuMzk2NTkwMDMgMi43NjQyNzYsMi43MTY0OTAwMyAyLjgwMTM2NCwyLjgxNDIxIDIuNzU5NjQzLDIuNzU1OTcgMi43NTk2NDMsMy44NTE5NiAwLDEuMDYxNyAtMC4wMzA3MywxLjEwODEzIC0yLjEyODg3LDMuMjE1NTk5NyAtMC45NjgwMzEsMC45NzIzNCAtMS43NzgwMTcsMS43Njc4OSAtMS43OTk5NjgsMS43Njc4OSAtMC4wMjE5NSwwIC0xLjg4OTkyMiwtMS44MzIyIC00LjE1MTA0NywtNC4wNzE1NDk3IHoiICAgICBpZD0icGF0aDQxODYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  top: 6px;
  left: 8px;
}
.cmsEditUrl:hover {
  color: #FFF;
}

.edit_wrap {
  position: relative;
}
.edit_wrap > .cmsEditUrl {
  font-size: 14px;
  padding: 5px 20px;
  padding-left: 30px;
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 5px;
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.3);
}
.edit_wrap > .cmsEditUrl:after {
  top: 8px;
}
.edit_wrap:hover > .cmsEditUrl {
  box-shadow: -1px 2px 5px 2px rgba(50, 50, 50, 0.6);
  filter: brightness(1.1);
}

#previewOverlay {
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: white;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 0;
}
#previewOverlay.minified {
  width: auto;
  padding: 10px 15px;
  left: auto;
  right: 0;
  top: 0;
  min-height: 0;
  background: #959484;
}
#previewOverlay.minified a {
  color: #ffffff;
}
#previewOverlay a {
  text-decoration: none;
}
#previewOverlay .button {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #333;
  margin: 7px 10px;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  line-height: 1.2;
  height: auto;
  min-height: 1px;
}
#previewOverlay .button:hover {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
}

#prevBtnOverview.truetrue,
#BtnCmsLinks.truetrue {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

#onlineBtnOverview.true {
  background-color: #00aada;
  border: 1px solid #00bbee;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

/* Vorlage für CMS-Eigenschaften - ENDE */
/* <-- sE - previewbar */
/* global.scss: HTML tags styling and General global classes */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
  font-size: 18px;
  font-family: "museo-sans", sans-serif;
  color: #333333;
  line-height: 0;
}
body > * {
  line-height: 1.7;
}
@media all and (max-width: 768px) {
  body {
    webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  body.scrollfixed {
    position: fixed;
    overflow-y: hidden;
  }
}

picture {
  max-width: 100%;
  height: auto;
  display: block;
}

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

table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 15px auto;
}
@media only screen and (max-width: 550px) {
  table {
    font-size: 0.8rem;
  }
}
table td, table th {
  border: none;
  border-bottom: 1px solid rgba(149, 148, 132, 0.5);
  padding: 8px 6px;
  vertical-align: top;
}
table th {
  background: transparents;
  color: #333333;
}
table tr td {
  background: transparent;
}
table tr:nth-child(2n+1) td {
  background: transparent;
}
table tr:hover td {
  background: transparent;
}

ul, ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  margin: 0;
}

/* Generic / Global Classes - Styles */
.container_page {
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  background-color: #ffffff;
  overflow: hidden;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container_page {
    padding-top: 66.6666666667px;
  }
}

.container_content > .edit_wrap:not(.wrap_slider) {
  max-width: 2600px;
  margin: 0 auto;
  width: 100%;
}

/*
.container_content > .edit_wrap {
    @media screen and (min-width: $media-medium +1) {
        opacity: 0;
        transition: opacity .4s ease-in;

        &[data-index="1"],
        &.fadein {
            opacity: 1;
        }
    }
}
*/
.container_center {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 1421px) {
  .container_center {
    padding: 0 30px;
  }
}
.container_center .container_center {
  padding: 0 !important;
}

.section_center {
  min-height: 50vh;
  width: 100%;
}
.section_center.no_slider_ontop {
  padding-top: 100px;
}
@media screen and (max-width: 1420px) {
  .section_center.no_slider_ontop {
    padding-top: 66.6666666667px;
  }
}
@media screen and (max-width: 768px) {
  .section_center.no_slider_ontop {
    padding-top: 0;
  }
}

.tb_logo {
  display: inline-block;
  width: 70px;
  height: 15px;
}
.tb_logo img {
  width: 100%;
  display: block;
  line-height: 0;
}
.tb_logo svg {
  height: 15px;
  width: 70px;
}

.singleimg picture {
  line-height: 0;
}

#fancyToolTip {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.04s;
  height: 15px;
  width: 15px;
  z-index: 11000;
  border-radius: 50%;
  background-color: #959484;
  pointer-events: none;
  cursor: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.5px;
  color: #f7f4ee;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  opacity: 1;
  mix-blend-mode: multiply;
}
#fancyToolTip.pointer-fill {
  height: 100px;
  width: 100px;
}
#fancyToolTip.hidden {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #fancyToolTip {
    display: none !important;
    opacity: 0 !important;
  }
}

.scroll-top {
  position: fixed;
  line-height: 40px;
  height: 40px;
  width: 40px;
  z-index: 10000;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  color: #959484;
  box-shadow: 0 0 5px rgba(149, 148, 132, 0.5);
  font-size: 20px;
  opacity: 0;
  bottom: 20px;
  right: 15px;
  transition: all 0.3s;
}
@media screen and (min-width: 2601px) {
  .scroll-top {
    right: calc((100vw - 2560px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .scroll-top {
    display: none !important;
    opacity: 0 !important;
  }
}

.navi_scrolled .scroll-top {
  opacity: 0.7;
}

/* <-- globals.scss - html styling and global classes */
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0 15px;
  color: #ffffff;
  background-color: #8B5C9B;
  min-width: 200px;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s;
  -webkit-appearance: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.button:hover {
  color: #ffffff;
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.2);
}
.button:hover, .button:active, .button:focus-within, .button:focus-visible, .button:visited, .button:focus {
  outline: 0;
}
.button:active {
  outline: none;
  border: none;
}
@media screen and (max-width: 550px) {
  .button:not(.button__2) {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.button__2 {
  padding: 0 30px;
  background-color: #f5f5f5;
  min-width: 0px;
  height: 45px;
  line-height: 45px;
  color: #333333;
  margin-top: 10px;
}
.button__2:hover {
  color: #333333;
  box-shadow: none;
  background-color: #fafafa;
}

.button__2 {
  padding: 0 30px;
  background-color: #f5f5f5;
  min-width: 0px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
.button__2:hover {
  color: #333333;
  box-shadow: none;
  background-color: #fafafa;
}

/* <-- buttons.scss - setting of styles for general buttons */
/* typography */
a {
  color: #8c805d;
  text-decoration: none;
}
a:hover {
  color: #8c805d;
}
a.callTel:not(.callTelActive) {
  color: inherit;
  text-decoration: none;
}
a.callTel:not(.callTelActive):hover {
  color: inherit;
  text-decoration: none;
}

.linkstyle__1 {
  color: #959484;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 4px;
  letter-spacing: 2px;
  position: relative;
}
.linkstyle__1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.linkstyle__1:hover:after {
  -webkit-animation: elemShrink;
  -moz-animation: elemShrink;
  -ms-animation: elemShrink;
  -o-animation: elemShrink;
  animation: elemShrink;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* heading */
.heading {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: "museo-sans", sans-serif;
  line-height: normal;
  margin-bottom: 7.5px;
  font-weight: 600;
}

.heading__1 {
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (min-width: 550px) {
  .heading__1 {
    font-size: calc(24px + 12 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .heading__1 {
    font-size: 36px;
  }
}

.heading__2 {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  color: #8c805d;
  font-size: 16px;
}
@media screen and (min-width: 550px) {
  .heading__2 {
    font-size: calc(16px + 8 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .heading__2 {
    font-size: 24px;
  }
}

.heading__3 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 5px 10px #333333;
}
@media screen and (min-width: 550px) {
  .heading__3 {
    font-size: calc(36px + 24 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .heading__3 {
    font-size: 60px;
  }
}

.heading__4 {
  background-color: #f7f4ee;
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  padding: 4px 13px;
  font-family: "museo-sans", sans-serif;
  display: inline-block;
}

.heading__5 {
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 550px) {
  .heading__5 {
    font-size: calc(20px + 12 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .heading__5 {
    font-size: 32px;
  }
}

.heading__6 {
  color: #f7f4ee;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .heading__6 {
    font-size: calc(18px + 2 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .heading__6 {
    font-size: 20px;
  }
}

.heading__7 {
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
}

/* <-- typography.scss - setting of styles for general typography */
/* Passwort-Meter - START */
#newpass1Info {
  margin: 3px 0 6px 7px;
  width: 100%;
  float: left;
  margin: 3px 0 0 7px;
  width: 285px;
}
#newpass1Info.errorPass {
  color: #B71F17;
}
#newpass1Info.verylowPass {
  color: #B71F17;
}
#newpass1Info.lowPass {
  color: #FCBE0E;
}
#newpass1Info.mediumPass {
  color: #FCBE0E;
}
#newpass1Info.strongPass {
  color: #0AA605;
}
#newpass1Info.verystrongPass {
  color: #FFF;
  background: #0AA605;
}
#newpass1InfoIcon.errorPass {
  background-position: 0 -25px;
}
#newpass1InfoIcon.verylowPass {
  background-position: 0 -25px;
}
#newpass1InfoIcon.lowPass {
  background-position: 0 -50px;
}
#newpass1InfoIcon.mediumPass {
  background-position: 0 -50px;
}
#newpass1InfoIcon.strongPass {
  background-position: 0 0px;
}
#newpass1InfoIcon.verystrongPass {
  background-position: 0 -75px;
}

#newpass1Tipps {
  margin: 3px 0 6px 7px;
  width: 100%;
}
#newpass1Tipps ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f5f5f5;
}

/* Passwort-Meter - END */
.login_module .heading {
  cursor: pointer;
}
.login_module .container_center {
  padding-top: 5px;
  padding-bottom: 5px;
}

.loginmask input {
  margin-bottom: 10px;
  padding: 10px;
  min-width: 200px;
  width: 100%;
}
.loginmask .button {
  margin: 10px 0;
  padding: 0 15px;
}

.loginmask_form,
.loginmask_top {
  line-height: 1.5;
  margin-top: 20px;
  max-width: 550px;
  padding: 10px 0;
}

.message {
  padding: 30px 0;
}

@media all and (max-width: 768px) {
  .scrollfixed .section_top {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
  }
}

.section_top {
  font-size: 0.95em;
  color: #ffffff;
  width: 100%;
  transition: 0.2s all;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1420px) {
  .section_top {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .section_top {
    background-color: #959484;
    font-size: 0.9em;
  }
}
@media all and (min-width: 2601px) {
  .section_top {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_top.navi_scrolled {
  color: #ffffff;
}
@media all and (min-width: 769px) {
  .section_top.active_header_slider:not(.navi_scrolled) .navi_item_wrap .navi_item_wrap,
  .section_top.active_header_slider:not(.navi_scrolled) .navi_item.navi_itemlink_parent,
  .section_top.active_header_slider:not(.navi_scrolled) .navi_item_wrap .navi_item_wrap .navi_item_wrap,
  .section_top.active_header_slider:not(.navi_scrolled) .navi_item, .section_top.active_header_slider:not(.navi_scrolled) .navi_item:hover {
    box-shadow: none !important;
    background-color: transparent !important;
  }
  .section_top.active_header_slider:not(.navi_scrolled) .navi_item_wrap .navi_item_wrap .navi_itemlink {
    padding-right: 15px;
    text-align: center;
  }
}
.section_top.no_slider_ontop {
  background-color: #959484;
}
.section_top .container_center {
  padding: 0 20px;
}
@media all and (min-width: 1421px) {
  .section_top .container_center {
    padding: 0 30px 0 60px;
  }
}
@media all and (max-width: 868px) {
  .section_top .container_center {
    padding: 0 0 0 5px;
  }
}
@media all and (max-width: 768px) {
  .section_top .container_center {
    padding: 0;
  }
}

.section_top_header {
  position: relative;
  min-height: 100px;
}
@media screen and (max-width: 1420px) {
  .section_top_header {
    min-height: 66.6666666667px;
  }
}

.section_top_bar {
  text-align: right;
}
.section_top_bar a {
  line-height: 30px;
  display: inline-block;
}
@media screen and (max-width: 1420px) {
  .section_top_bar {
    padding: 0 15px;
    min-height: 66.6666666667px;
  }
}

.top_logo {
  position: absolute;
  height: 100%;
  max-width: 193.3333333333px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .top_logo {
    max-width: calc(193.3333333333px + 96.6666666667 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .top_logo {
    max-width: 290px;
  }
}
.top_logo a, .top_logo img, .top_logo svg {
  line-height: 90px;
  max-height: 85px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1420px) {
  .top_logo {
    min-height: 66.6666666667px;
  }
  .top_logo a, .top_logo img, .top_logo svg {
    line-height: 61.6666666667px;
    max-height: 56.6666666667px;
  }
}
@media screen and (max-width: 768px) {
  .top_logo {
    position: relative;
    padding-left: 15px;
  }
}

.top_navigation {
  background-clip: content-box;
  padding-left: 163.3333333333px;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .top_navigation {
    padding-left: calc(163.3333333333px + 126.6666666667 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .top_navigation {
    padding-left: 290px;
  }
}
@media screen and (min-width: 769px) {
  .top_navigation {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .top_navigation {
    width: 100%;
    padding-left: 0;
    transition-delay: 0.1s;
    transform-origin: left;
    transform: scale(0, 1);
    height: 0;
    overflow: hidden;
  }
  .top_navigation.navi_active {
    padding-top: 30px;
    height: auto;
    transform: scale(1, 1);
  }
}

.navi_trigger {
  color: #ffffff;
  line-height: 66.6666666667px;
  font-size: 1.5em;
  width: 60px;
  position: absolute;
  text-align: center;
  right: 0;
  cursor: pointer;
}
.navi_trigger:before {
  transition: all 0.3s;
  display: inline-block;
  transform-origin: center;
}
.navi_trigger.navi_active {
  position: fixed;
  z-index: 2;
  right: 10px;
}
.navi_trigger.navi_active:before {
  content: "\f00d";
  transform: rotate(180deg);
}

.section_footer {
  width: 100%;
  position: relative;
  background-color: #959484;
  color: #ffffff;
  font-size: 16px;
}
.section_footer a {
  color: #ffffff !important;
}
.section_footer ul, .section_footer li {
  margin: 0;
}
.section_footer .icon-social {
  margin-right: 10px;
}
.section_footer .footer_badge {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .section_footer .footer_badge {
    height: calc(80px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .section_footer .footer_badge {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .section_footer .footer_badge {
    width: calc(80px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .section_footer .footer_badge {
    width: 140px;
  }
}
.section_footer .container_center {
  padding: 0 20px;
}
@media all and (min-width: 1421px) {
  .section_footer .container_center {
    padding: 0 30px;
  }
}

.footer_middle {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .footer_middle {
    padding-top: 30px;
  }
}
.footer_middle .footer_title {
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.footer_middle .footer_col_1,
.footer_middle .footer_col_2,
.footer_middle .footer_col_3,
.footer_middle .footer_col_4 {
  display: inline-block;
  vertical-align: top;
}
.footer_middle .footer_col_1 {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .footer_middle .footer_col_1 {
    width: 80px;
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
.footer_middle .footer_col_2 {
  padding-right: 60px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .footer_middle .footer_col_2 {
    padding: 0;
    width: 100%;
  }
}
.footer_middle .footer_col_3 {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .footer_middle .footer_col_3 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-top: 15px;
  }
}
.footer_middle .footer_col_4 {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .footer_middle .footer_col_4 {
    width: 100%;
  }
}

.footer_bottom {
  position: relative;
  background-color: #959484;
  padding-bottom: 45px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    padding-bottom: 30px;
  }
}
.footer_bottom .tb_logo {
  float: right;
}
@media (min-width: 769px) and (max-width: 1990px) {
  .footer_bottom .tb_logo {
    margin-right: 50px;
  }
}
.footer_bottom .footer_bottom_text {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    text-align: center;
  }
  .footer_bottom .footer_bottom_text {
    display: block;
  }
}

.no_slider_ontop .breadcrumb {
  color: #f5f5f5;
}

.breadcrumb {
  position: absolute;
  z-index: 80;
  width: 100%;
  padding: 0 15px;
  color: #ffffff;
  font-style: italic;
  font-size: 0.95em;
  top: 120px;
}
@media screen and (max-width: 1420px) {
  .breadcrumb {
    top: 66px;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumb {
    font-size: 0.85em;
    top: 39px;
  }
}
.breadcrumb * {
  line-height: 1em;
  vertical-align: top;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb span:after {
  content: " | ";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb span:last-child:after {
  display: none;
}

.navi {
  font-family: "museo-sans", sans-serif;
}
.navi a {
  color: #ffffff;
}
.navi a:hover {
  color: #ffffff;
}

.no_slider_ontop .navi_item_wrap .navi_item_wrap,
.navi_scrolled .navi_item_wrap .navi_item_wrap {
  background-color: rgba(149, 148, 132, 0.8);
}
@media screen and (max-width: 768px) {
  .no_slider_ontop .navi_item_wrap .navi_item_wrap,
  .navi_scrolled .navi_item_wrap .navi_item_wrap {
    background-color: #959484;
    margin-right: -1px;
  }
  .no_slider_ontop .navi_item_wrap .navi_item_wrap .icon,
  .navi_scrolled .navi_item_wrap .navi_item_wrap .icon {
    color: #ffffff;
    border-color: #ffffff;
  }
  .no_slider_ontop .navi_item_wrap .navi_item_wrap .navi_item,
  .navi_scrolled .navi_item_wrap .navi_item_wrap .navi_item {
    border-color: #ffffff;
  }
  .no_slider_ontop .navi_item_wrap .navi_item_wrap .navi_itemlink,
  .navi_scrolled .navi_item_wrap .navi_item_wrap .navi_itemlink {
    color: #ffffff;
  }
  .no_slider_ontop .navi_item_wrap .navi_item_wrap .navi_item_wrap,
  .navi_scrolled .navi_item_wrap .navi_item_wrap .navi_item_wrap {
    background-color: rgba(245, 245, 245, 0.1);
  }
  .no_slider_ontop .navi_item_wrap .navi_item_wrap .navi_item_wrap .navi_itemlink,
  .navi_scrolled .navi_item_wrap .navi_item_wrap .navi_item_wrap .navi_itemlink {
    padding-left: 2em;
  }
}

.navi_item_wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
  transition: all 0.2s;
}
.navi_item_wrap .icon {
  cursor: pointer;
  vertical-align: top;
  color: #ffffff;
  display: inline-block;
  line-height: 100px;
  width: 30px;
  text-align: center;
  transition: all 0.4s;
}
.navi_item_wrap .icon:before {
  display: inline-block;
  transition: all 0.4s;
}
.navi_item_wrap .icon.drop_active {
  color: #ffffff;
}
.navi_item_wrap .icon.drop_active:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1420px) {
  .navi_item_wrap .icon {
    width: 30px;
    line-height: 66.6666666667px;
  }
}
@media screen and (max-width: 768px) {
  .navi_item_wrap .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
  }
}
.navi_item_wrap .navi_item:last-child .navi_itemlink_parent {
  padding-right: 7px;
}
.navi_item_wrap .navi_item_wrap {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.4);
  border-top: none;
  transition-delay: 0.1s;
  transform-origin: top;
  transform: scale(1, 0);
  height: 0;
  overflow: hidden;
  min-width: 130%;
}
.navi_item_wrap .navi_item_wrap.drop_active {
  height: auto;
  transform: scale(1, 1);
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap.drop_active {
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navi_item_wrap .navi_item_wrap .navi_item {
  border: none;
  display: block;
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .navi_item {
    text-align: center;
  }
}
.navi_item_wrap .navi_item_wrap .icon {
  line-height: 66.6666666667px;
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .icon:before {
    transform: rotate(90deg);
  }
  .navi_item_wrap .navi_item_wrap .icon.drop_active:before {
    transform: rotate(-90deg);
  }
}
.navi_item_wrap .navi_item_wrap .navi_itemlink {
  width: 100%;
  line-height: 66.6666666667px;
}
.navi_item_wrap .navi_item_wrap .navi_item_wrap {
  position: relative;
  border: none;
}
.navi_item_wrap .navi_item_wrap .navi_item_wrap .navi_item {
  border: none;
}
.navi_item_wrap .navi_item_wrap .navi_item_wrap .navi_itemlink {
  text-transform: capitalize;
  line-height: 68.4931506849px;
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .navi_item_wrap {
    background-color: rgba(51, 51, 51, 0.8);
    box-shadow: inset -10px 0 10px -10px #333333;
    position: absolute;
    right: 100%;
    top: -1px;
  }
}
.navi_item_wrap .navi_item_wrap .navi_item_parent {
  position: relative;
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .navi_item_parent .navi_itemlink_parent {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .navi_item_wrap .navi_item_wrap .navi_item_parent .navi_itemlink_parent {
    padding-right: 45px;
    background-color: rgba(245, 245, 245, 0.1);
  }
}
.navi_item_wrap .navi_item_wrap .navi_item_parent .icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .navi_item_parent .icon {
    right: auto;
    left: 0;
    width: 35px;
  }
  .navi_item_wrap .navi_item_wrap .navi_item_parent .icon:before {
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .navi_item_wrap .navi_item_wrap {
    position: relative;
    background-color: #959484;
    margin-right: -1px;
  }
  .navi_item_wrap .navi_item_wrap .icon {
    color: #ffffff;
    border-color: #ffffff;
  }
  .navi_item_wrap .navi_item_wrap .navi_item {
    border-color: #ffffff;
  }
  .navi_item_wrap .navi_item_wrap .navi_itemlink {
    color: #ffffff;
  }
  .navi_item_wrap .navi_item_wrap .navi_item_wrap {
    background-color: rgba(51, 51, 51, 0.4);
  }
  .navi_item_wrap .navi_item_wrap .navi_item_wrap .navi_itemlink {
    text-transform: capitalize;
    padding-left: 2em;
  }
}

.navi_item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  list-style-type: none;
}
@media screen and (min-width: 769px) {
  .navi_item {
    position: relative;
  }
  .navi_item:hover {
    background-color: rgba(51, 51, 51, 0.2);
  }
  .navi_item:hover > .navi_item_wrap {
    height: auto;
    transform: scale(1, 1);
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
  }
  .navi_item:hover > .icon:before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .navi_item {
    position: relative;
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .navi_item .navi_item {
    border: none;
  }
}

@media screen and (min-width: 769px) {
  .navi_item_wrap .navi_item_wrap .navi_item:hover > .navi_item_wrap {
    right: 100%;
  }
  .navi_item_wrap .navi_item_wrap .navi_item:hover > .icon:before {
    transform: rotate(-90deg);
  }
}

.navi_itemlink {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1420px) {
  .navi_itemlink {
    line-height: 66.6666666667px;
    padding: 0 13.3333333333px;
  }
}
@media all and (max-width: 868px) {
  .navi_itemlink {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .navi_itemlink {
    display: block;
    color: #959484;
  }
}
.navi_itemlink.active {
  font-weight: 600;
}

.navispecial {
  display: inline-block;
}
.navispecial ul, .navispecial ol {
  padding: 0;
}
.navispecial ul li, .navispecial ol li {
  margin: 0;
}

.navispecial_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.navispecial_item {
  display: block;
  padding: 0;
  margin: 0;
}
.navispecial_item a {
  text-decoration: none;
}

.navilang {
  display: inline-block;
}
.navilang a {
  color: #ffffff;
}
.navilang a:hover {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .navilang {
    width: 100%;
  }
  .navilang .navilang_nav {
    padding-top: 30px;
    line-height: 60px;
  }
}

.navilang_nav {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .navilang_nav {
    padding-left: 0;
  }
}
.navilang_nav ul {
  margin: 0;
  padding: 0;
}
.navilang_nav ul li {
  display: inline-block;
}
.navilang_nav ul li:after {
  content: "|";
  color: rgba(255, 255, 255, 0.5);
}
.navilang_nav ul li:last-child:after {
  content: "";
  display: none;
}

.navilang_link {
  text-decoration: none;
  padding: 0 15px;
}
@media all and (max-width: 868px) {
  .navilang_link {
    padding: 0 5px;
  }
}
.navilang_link:after {
  content: "|";
  margin: 0 30px;
}
.navilang_link:last-child:after {
  content: "";
  margin: 0;
}

.news_intro_metadata {
  width: 100%;
}
.news_intro_metadata:after {
  content: "";
  display: table;
  clear: both;
}
.news_intro_metadata .metadata_data {
  float: right;
  font-size: 0.9em;
  color: #8c805d;
  padding: 7.5px 0;
}

.news_intro_img img {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .news_intro_img {
    padding-bottom: 15px;
  }
}

.news_intro_content {
  padding: 30px 0;
  vertical-align: top;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 550px) {
  .news_intro_content {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 0;
  }
}
.news_intro_content .textblock {
  padding: 0;
}

.immobilien_overview .container_center {
  max-width: 1420px;
}

@media screen and (min-width: 769px) {
  .immobilien_wrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.immobilien_wrap .immobilie_img,
.immobilien_wrap picture,
.immobilien_wrap img {
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media all and (min-width: 551px) {
  .immobilien_wrap img {
    -webkit-animation: livingElementTwo;
    -moz-animation: livingElementTwo;
    -ms-animation: livingElementTwo;
    -o-animation: livingElementTwo;
    animation: livingElementTwo;
    -webkit-animation-duration: 50s;
    -moz-animation-duration: 50s;
    -ms-animation-duration: 50s;
    -o-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.immobilie_single {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .immobilie_single {
    width: 49.9%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .immobilie_single:nth-child(odd) {
    padding-right: 45px;
  }
  .immobilie_single:nth-child(even) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1420px) {
  .immobilie_single:nth-child(odd) {
    padding-right: 15px;
  }
  .immobilie_single:nth-child(even) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .immobilie_single:nth-child(odd) {
    padding-right: 0;
  }
  .immobilie_single:nth-child(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .immobilie_single {
    border-bottom: 1px solid rgba(149, 148, 132, 0.5);
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .immobilie_single:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.immobilie_single_wrap {
  position: relative;
}

.immobilie_text {
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  padding: 17px 15px 5px;
  border-bottom: 1px solid rgba(149, 148, 132, 0.7);
  background-image: url("/Content/Img/podini_black.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
  /*
  @media screen and (min-width: $media-small + 1) {
      width: 60%;
      max-width: 290px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: $size-gutter/1.5 $size-gutter 0 0;
  }
  */
}
.immobilie_text .heading {
  color: #333333;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}
.immobilie_text .textblock {
  color: #959484;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .immobilie_text {
    font-size: 0.9em;
  }
}

/* <-- formstyle2 is dependent of _formcreator-style2.js called on /App_start/BundleConfig.js if style is not used this script can be removed from calling */
.formcreator {
  background-color: #8B5C9B;
  padding: 60px 0;
  color: #ffffff;
  font-size: 16px;
}
.formcreator .container_center {
  max-width: 1040px;
}
.formcreator .formcreator_textgroup {
  margin-bottom: 30px;
}
.formcreator .heading {
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.formcreator a {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
.formcreator .button {
  border: 1px solid #ffffff;
}
.formcreator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formcreator__input-error {
  color: #ffffff;
  background-color: rgba(204, 53, 22, 0.2);
  display: block;
  clear: both;
  font-size: 0.85em;
}
.formcreator__sector {
  padding: 30px 0;
}
.formcreator__submit {
  text-align: right;
  padding: 30px 0;
}
.formcreator__errorgeneral.form-error {
  color: #ffffff;
  background-color: rgba(204, 53, 22, 0.2);
  padding: 1em;
  font-size: 0.85em;
}
.formcreator--required label:after {
  content: "*";
}
.formcreator__infoend {
  width: 100%;
  padding-left: 25%;
  font-weight: 600;
  margin: 30px 0;
}
.formcreator__item {
  margin-bottom: 15px;
}
.formcreator__item:after {
  content: "";
  display: table;
  clear: both;
}
.formcreator__item.error-on input, .formcreator__item.error-on textarea, .formcreator__item.error-on select {
  border: 1px solid #cc3516;
}
.formcreator__item.error-on .radio-wrapper {
  padding: 5px 10px 10px 10px;
}
.formcreator__item.error-on label {
  padding: 10px 15px 0 0;
}
.formcreator__item.error-on .formcreator__input-error {
  padding: 5px 10px;
}
.formcreator__item label {
  width: 25%;
  padding-bottom: 10px;
  display: inline-block;
  float: left;
  display: none;
}
.formcreator__item:after {
  content: "";
  display: table;
  clear: both;
}
.formcreator input,
.formcreator select,
.formcreator textarea {
  width: 75%;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #8c805d;
  border: none !important;
}
.formcreator input[type=radio], .formcreator input[type=checkbox],
.formcreator select[type=radio],
.formcreator select[type=checkbox],
.formcreator textarea[type=radio],
.formcreator textarea[type=checkbox] {
  width: auto;
  display: inline-block;
}
.formcreator input[type=number],
.formcreator select[type=number],
.formcreator textarea[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.formcreator input:hover, .formcreator input:active, .formcreator input:focus-within, .formcreator input:focus-visible, .formcreator input:visited, .formcreator input:focus,
.formcreator select:hover,
.formcreator select:active,
.formcreator select:focus-within,
.formcreator select:focus-visible,
.formcreator select:visited,
.formcreator select:focus,
.formcreator textarea:hover,
.formcreator textarea:active,
.formcreator textarea:focus-within,
.formcreator textarea:focus-visible,
.formcreator textarea:visited,
.formcreator textarea:focus {
  outline: 1px solid rgba(149, 148, 132, 0.5);
}
.formcreator textarea {
  resize: vertical;
}
.formcreator__radio fieldset {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.formcreator__radio.error-on .field-cont {
  background-color: #f7f4ee;
}
.formcreator__radio .field-cont {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formcreator__radio .field-cont {
    padding-left: 25%;
  }
}
.formcreator__radio legend {
  width: 25%;
  float: left;
}
.formcreator__radio .radio-label {
  width: 100%;
  display: inline-block;
}
.formcreator__radio .radio-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.formcreator__radio .radio-wrapper {
  position: relative;
  float: left;
}
@media screen and (min-width: 768px) {
  .formcreator__radio .radio-wrapper {
    width: 49%;
  }
}
.formcreator__radio label {
  width: 90%;
  float: none;
  padding-bottom: 15px;
}
.formcreator__radio.formcreator--required label:after {
  content: "";
}
.formcreator__radio.formcreator--required .radio-label:after {
  content: "*";
}
.formcreator__checkbox {
  width: 100%;
  padding: 7.5px;
}
.formcreator__checkbox * {
  vertical-align: middle;
}
.formcreator__checkbox a {
  vertical-align: top;
}
.formcreator__checkbox input {
  float: none;
  width: auto;
}
.formcreator__checkbox label {
  float: none;
  margin-left: 10px;
  width: 90%;
  padding: 0;
  display: inline-block;
}
.formcreator__checkbox .formcreator__input-error {
  margin-left: 25px;
  padding-left: 0;
}
.formcreator__captcha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formcreator__captcha input {
  width: 73%;
}
.formcreator__captcha .formcreator__captcha-info {
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.formcreator__captcha .formcreator__captcha-image {
  width: 25%;
  display: inline-block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .formcreator__submit .button {
    width: 100%;
  }
  .formcreator__item label {
    width: 25%;
    width: 100%;
    margin-bottom: 15px;
  }
  .formcreator__input-error, .formcreator__infoend {
    padding-left: 0;
  }
  .formcreator__errorgeneral.form-error {
    width: 100%;
    margin-left: 0;
  }
  .formcreator input,
  .formcreator select,
  .formcreator textarea {
    width: 100%;
  }
  .formcreator__radio legend {
    width: 100%;
    margin-bottom: 15px;
  }
  .formcreator__radio .radio-wrapper {
    width: 100%;
    margin-top: -1px;
  }
  .formcreator__radio label {
    width: 90%;
    width: calc(90% - 20px);
  }
  .formcreator__checkbox {
    padding-left: 0;
  }
  .formcreator__checkbox label {
    width: 90%;
    width: calc(90% - 20px);
  }
  .formcreator__captcha .formcreator__captcha-info {
    margin-left: 0;
  }
  .formcreator__captcha .formcreator__captcha-image {
    margin-left: 0;
    width: 45%;
    height: auto;
  }
  .formcreator__captcha input {
    width: 52%;
  }
  .formcreator__captcha .formcreator__captcha-regenerate {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .formcreator__captcha .formcreator__captcha-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .formcreator__captcha input {
    width: 100%;
  }
}

.sitesearch .formcreator__input-error {
  display: none;
}
.sitesearch .formcreator__input-error.error_active {
  display: block;
}
.sitesearch .formcreator__submit {
  padding: 0;
}

.sitesearch_title {
  padding: 15px;
}

.sitesearch_form {
  padding: 30px;
  margin-bottom: 30px;
}

.results_count {
  padding: 30px 0;
}
.results_count p strong {
  padding: 0 10px;
  color: #959484;
}

.results_group {
  padding: 30px 0;
  border-top: 1px solid #959484;
}
.results_group:last-child {
  border-bottom: 1px solid #959484;
}
.results_group .group_title {
  margin-bottom: 30px;
  color: #959484;
}
.results_group .item_info {
  padding: 30px 0;
}

.basistext {
  padding: 45px 0;
}
.basistext .container_center {
  max-width: 1200px;
}
.basistext .heading__2 {
  margin-bottom: 30px;
}
.basistext em, .basistext i {
  font-family: "museo-sans", sans-serif;
  display: block;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 15px;
}

.basistext_titlegroup {
  padding-bottom: 15px;
}

.basistext_textgroup {
  padding-top: 15px;
}

.basistext_alt {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .basistext_alt {
    padding: 45px 0;
  }
}
.basistext_alt .container_center {
  max-width: 1200px;
}
.basistext_alt .heading__2 {
  margin-bottom: 30px;
}
.basistext_alt.colors_set .heading {
  color: currentColor;
}

.basistext_alt_title {
  padding-bottom: 15px;
}

.basistext_alt_textgroup {
  padding-top: 15px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 550px) {
  .basistext_alt_textgroup {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.basistext_two {
  padding: 60px 0;
}
@media all and (max-width: 768px) {
  .basistext_two {
    padding: 30px 0;
  }
}
.basistext_two .container_center {
  max-width: 1200px;
}
.basistext_two .heading {
  margin-bottom: 30px;
}

@media all and (min-width: 769px) {
  .basistext_two_wrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .basistext_two_wrap .textblock {
    width: calc(100% - 351px);
    -ms-flex-preferred-size: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
  }
  .basistext_two_title {
    width: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
  }
}
.fakten .container_center {
  max-width: 1420px;
}

.fakten_wrap {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: row;
}

.fakten_item {
  padding: 30px;
  width: 33%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .fakten_item {
    width: 49.66%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 550px) {
  .fakten_item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 0;
  }
}
.fakten_item .fakten_item_img,
.fakten_item picture {
  position: relative;
  top: 2px;
  width: 50px;
  margin-right: 30px;
}
.fakten_item .fakten_item_title {
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 17px;
}

.zitat {
  padding: 60px 0 69px;
}
@media all and (max-width: 768px) {
  .zitat {
    padding: 30px 0;
  }
}
.zitat .heading {
  display: block;
  margin: 0 auto;
  max-width: 668px;
}
@media all and (max-width: 768px) {
  .zitat .heading {
    max-width: 400px;
  }
}
.zitat picture,
.zitat .zitat_img {
  display: block;
  margin: 0 auto;
  width: 130px;
}

.linkbilder_wrap {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: row;
  padding: 1px;
}

.linkbilder_item {
  padding: 1px;
  width: 49.666%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  flex-grow: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .linkbilder_item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.linkbilder_item picture {
  overflow: hidden;
}
.linkbilder_item:hover .linkbilder_img {
  transform: scale(1.05);
}
.linkbilder_item .linkbilder_img,
.linkbilder_item picture {
  line-height: 0;
  transition: all 0.3s;
}
.linkbilder_item picture {
  position: relative;
}
.linkbilder_item picture:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.linkbilder_text_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.linkbilder_item_text {
  width: 100%;
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (min-width: 550px) {
  .linkbilder_item_text {
    padding-right: calc(5% + 20 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .linkbilder_item_text {
    padding-right: 25%;
  }
}
@media screen and (min-width: 550px) {
  .linkbilder_item_text {
    padding-left: calc(5% + 20 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .linkbilder_item_text {
    padding-left: 25%;
  }
}

.linkbilder_item_title {
  font-family: "museo-sans", sans-serif;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 550px) {
  .linkbilder_item_title {
    font-size: calc(19px + 14 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .linkbilder_item_title {
    font-size: 33px;
  }
}

.linkbilder_item_link {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 2px;
}

/*
//Masonry script
.gallery {
    @include flex-container(wrap,row);
    justify-content: space-between;
    .masonry_img {
        display: block;
        margin: 10px;

        a {
            display: inline-block;
            width: 100%;
        }

        img {
            width: 100%;
            display: block;
            //box-shadow: 0 6px 20px rgba($color-dark,.5);
        }
    }

    .img_caption {
        display: none;
    }
}

.gallery_wrap {
    @include flex-item(50%,49.666%);
    flex-grow: 1;

    &.small-media {
        @include flex-item(100%, 100%);
    }
}

.masonry_wrap {
    display: block;
    width: 100%;
}
*/
.pswp__caption__center {
  max-width: 1420px;
}

.pswp__bg {
  background-color: #959484;
}

.pswp img {
  box-shadow: 0 6px 20px rgba(51, 51, 51, 0.5);
}

/* CSS Flex masonry grid */
.masonry_wrap {
  padding: 3px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .masonry_wrap {
    padding: 1px;
  }
}
.masonry_wrap figcaption {
  display: none;
}
.masonry_wrap img,
.masonry_wrap picture {
  line-height: 0;
}

.masonry_img {
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .masonry_img {
    padding: 1px;
  }
}
.masonry_img[data-format=L] {
  flex-grow: 1;
  flex-basis: 25%;
}
@media screen and (max-width: 768px) {
  .masonry_img[data-format=L] {
    flex-basis: 35%;
  }
}
.masonry_img[data-format=P] {
  flex-basis: 15%;
}
@media screen and (max-width: 768px) {
  .masonry_img[data-format=P] {
    flex-basis: 18%;
  }
}
.masonry_img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.masonry_img picture,
.masonry_img img {
  position: relative;
  height: 100%;
  max-width: none;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.trennlinie {
  font-family: "museo-sans", sans-serif;
  text-align: center;
  padding: 30px 0;
}
.trennlinie .container_center {
  max-width: 1380px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .trennlinie .container_center {
    max-width: calc(100% - 40px);
  }
}
.trennlinie picture,
.trennlinie .trennlinie_img {
  display: block;
  margin: 0 auto;
  width: 130px;
}

.trennlinie_line {
  height: 1px;
  width: calc(100% + 40px);
  background-color: rgba(149, 148, 132, 0.5);
  margin-left: -20px;
}

.trennlinie_text {
  font-style: italic;
  font-size: 20px;
  display: inline-block;
  max-width: 768px;
  font-weight: 500;
  position: relative;
}
@media all and (max-width: 768px) {
  .trennlinie_text {
    max-width: 400px;
  }
}
.trennlinie_text:after, .trennlinie_text:before {
  content: "";
  display: block;
  height: 1px;
  width: 50vw;
  background-color: rgba(149, 148, 132, 0.5);
  position: absolute;
  top: 50%;
}
.trennlinie_text:after {
  right: -20px;
  transform: translateX(100%);
}
.trennlinie_text:before {
  left: -20px;
  transform: translateX(-100%);
}

.bild_text {
  padding: 60px 0;
}
.bild_text .container_center {
  max-width: 1420px;
}
@media screen and (max-width: 768px) {
  .bild_text:not(.has-bg) {
    border-top: 1px solid rgba(149, 148, 132, 0.3);
  }
}
.bild_text.has-bg * {
  color: currentColor;
}
.bild_text.has-bg *:active, .bild_text.has-bg *:focus, .bild_text.has-bg *:hover {
  color: currentColor;
}

.bild_text_item_wrap {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bild_text_item_wrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .bild_text_item_wrap.right-version {
    flex-direction: row;
  }
  .bild_text_item_wrap.right-version .bild_text_text_wrap {
    padding-right: 60px;
    width: 440px;
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px;
  }
  .bild_text_item_wrap:not(.right-version) .bild_text_text_wrap {
    width: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    padding-left: 60px;
  }
}
.bild_text_item_wrap .heading {
  margin-bottom: 15px;
}
.bild_text_item_wrap .bild_text_text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bild_text_text_wrap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 15px;
  }
}
.bild_text_text_wrap picture,
.bild_text_text_wrap .bild_text_svgicon {
  width: 100px;
  max-height: 90px;
}

.bild_text_img_wrap {
  width: calc(100% - 445px);
  -ms-flex-preferred-size: calc(100% - 440px);
  flex-basis: calc(100% - 440px);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .bild_text_img_wrap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.bild_text_img_wrap picture {
  position: relative;
  width: auto;
  height: 100%;
  max-width: none;
}

.singlelink {
  background-color: #f7f4ee;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 768px) {
  .singlelink {
    padding: 30px 0;
  }
}
.singlelink .heading {
  text-align: center;
  margin-bottom: 0;
}
.singlelink .button {
  min-width: 0;
}

.singlelink_textgroup {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 550px;
  padding-bottom: 30px;
  width: 49%;
}
@media all and (max-width: 768px) {
  .singlelink_textgroup {
    width: 75%;
  }
}

.singlelink_subitle {
  padding-bottom: 30px;
}

.singlelink_buttonwrap {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
@media all and (max-width: 768px) {
  .singlelink_buttonwrap {
    width: 75%;
  }
}

.singledownload {
  padding: 30px 0;
}
.singledownload .container_center {
  max-width: 1420px;
}
.singledownload .button {
  float: right;
}
@media all and (max-width: 768px) {
  .singledownload .button {
    float: none;
  }
}

.singledownload_wrap {
  padding: 5px 0;
  border-top: 1px solid #c9c8c0;
  border-bottom: 1px solid #c9c8c0;
}
@media all and (max-width: 768px) {
  .singledownload_wrap {
    padding: 15px 0;
  }
}

.singledownload_textgroup {
  width: 49%;
  line-height: 60px;
}
@media all and (max-width: 768px) {
  .singledownload_textgroup {
    text-align: center;
    padding-bottom: 10px;
  }
}

.singledownload_buttonwrap {
  width: 50%;
}
@media all and (max-width: 768px) {
  .singledownload_buttonwrap {
    text-align: center;
  }
}

.singledownload_buttonwrap,
.singledownload_textgroup {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .singledownload_buttonwrap,
  .singledownload_textgroup {
    width: 100%;
  }
}

.singlevideo img {
  width: 100%;
  display: block;
}
.singlevideo iframe {
  width: 100%;
}

.singlevideo_ratiowrap {
  height: 0;
  overflow: hidden;
  padding-top: 53.3333333333%;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 550px) {
  .singlevideo_ratiowrap {
    margin-top: calc(15px + 15 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .singlevideo_ratiowrap {
    margin-top: 30px;
  }
}
.singlevideo_ratiowrap .singlevimeo_vimeo_container,
.singlevideo_ratiowrap iframe {
  background-color: #333333;
  height: 100%;
}
.singlevideo_ratiowrap .singlevideo_vimeopreload,
.singlevideo_ratiowrap .singlevimeo,
.singlevideo_ratiowrap .singlevideo_youtube,
.singlevideo_ratiowrap .singlevideo_youtubepreload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.img-video-preload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.img-video-preload svg {
  width: 100%;
  height: 100%;
}

.slider .hiddenlink {
  z-index: 5;
}
.slider.swiper-container {
  width: 100%;
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1920px) {
  .slider.swiper-container {
    padding-top: calc(0.5364583333 * 100%);
    height: 0;
  }
}
.slider.swiper-container.swiper-container-initialized {
  opacity: 1;
  height: auto;
  padding-top: 0;
  transition: opacity 0.2s;
}
.slider .swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .slider .swiper-pagination {
    padding: 10px 0;
  }
}
.slider .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  padding: 12px;
  background-clip: content-box;
  margin-right: 15px !important;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .slider .swiper-pagination-bullet {
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: none;
  padding: 11px;
  border: 1px solid #ffffff;
}
.slider .swiper-pagination-bullet:hover, .slider .swiper-pagination-bullet:active, .slider .swiper-pagination-bullet:focus-within, .slider .swiper-pagination-bullet:focus-visible, .slider .swiper-pagination-bullet:visited, .slider .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.slider .js-button-prev.icon-chevron-left, .slider .js-button-next.icon-chevron-right {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  background-color: rgba(140, 128, 93, 0.3);
  z-index: 9;
  line-height: 45px;
  height: 45px;
  width: 45px;
  margin-top: -22.5px;
  color: #ffffff;
  text-align: center;
}
.slider .js-button-prev.icon-chevron-left:hover, .slider .js-button-prev.icon-chevron-left:active, .slider .js-button-prev.icon-chevron-left:focus-within, .slider .js-button-prev.icon-chevron-left:focus-visible, .slider .js-button-prev.icon-chevron-left:visited, .slider .js-button-prev.icon-chevron-left:focus, .slider .js-button-next.icon-chevron-right:hover, .slider .js-button-next.icon-chevron-right:active, .slider .js-button-next.icon-chevron-right:focus-within, .slider .js-button-next.icon-chevron-right:focus-visible, .slider .js-button-next.icon-chevron-right:visited, .slider .js-button-next.icon-chevron-right:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.slider .js-button-next.icon-chevron-right {
  right: 0;
}
@media screen and (max-width: 550px) {
  .slider .button {
    min-width: 0;
  }
}
.slider .heading__3 {
  font-size: 28px;
}
@media screen and (min-width: 550px) {
  .slider .heading__3 {
    font-size: calc(28px + 32 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .slider .heading__3 {
    font-size: 60px;
  }
}
.slider .swiper-slide-active .slider_textgroup_wrap {
  transform: scale(1, 1);
  opacity: 1;
}

.slider_item_aspectratio {
  position: relative;
  background-color: rgba(51, 51, 51, 0.2);
  padding-top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .slider_item_aspectratio {
    padding-top: calc(0.5364583333 * 100%);
    height: 0;
  }
}
@media screen and (max-width: 550px) {
  .slider_item_aspectratio {
    padding-top: 0;
    height: 480px;
    max-height: 100vh;
  }
}
.slider_item_aspectratio picture,
.slider_item_aspectratio .item_image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media all and (min-width: 551px) {
  .slider_item_aspectratio .item_image {
    -webkit-animation: livingElement;
    -moz-animation: livingElement;
    -ms-animation: livingElement;
    -o-animation: livingElement;
    animation: livingElement;
    -webkit-animation-duration: 60s;
    -moz-animation-duration: 60s;
    -ms-animation-duration: 60s;
    -o-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.slider_item_wrap {
  position: relative;
}

.slider_img_wrap {
  position: relative;
}
.slider_img_wrap:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.slider_img_wrap.cm_navi_active:after {
  background: rgba(0, 0, 0, 0.5);
}
.slider_textgroup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: left;
  padding: 30px;
  color: #ffffff;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  line-height: 30px;
  z-index: 3;
}
.slider_textgroup picture,
.slider_textgroup .slider_item_svgicon {
  width: 12px;
  margin-right: 5px;
  display: inline-block;
}
.slider_textgroup .textblock {
  font-family: "museo-sans", sans-serif;
  width: 100%;
  max-width: 550px;
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 5px 10px #333333;
}
@media screen and (max-width: 1200px) {
  .slider_textgroup {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .slider_textgroup {
    padding: 60px;
  }
}
@media screen and (max-width: 550px) {
  .slider_textgroup {
    padding: 10px 30px;
  }
}

.slider_textgroup_wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: all 0.5s;
  opacity: 0;
}
@media all and (min-width: 1921px) {
  .slider_textgroup_wrap {
    padding: 0 30px 0 60px;
  }
}
@media all and (max-width: 1920px) and (min-width: 1420px) {
  .slider_textgroup_wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .slider_textgroup_wrap {
    max-width: calc(100% - 320px);
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider_textgroup_wrap {
    max-width: 100%;
    margin-left: auto;
  }
}

.wrap_slider_caption {
  padding: 30px 0 10px;
}
@media all and (max-width: 550px) {
  .wrap_slider_caption {
    padding: 5px 0;
  }
  .wrap_slider_caption .container_center {
    padding: 0;
  }
}

.slider_caption .js-button-prev.icon-left, .slider_caption .js-button-next.icon-right {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 9;
  line-height: 38px;
  height: 45px;
  margin-top: -22.5px;
  color: #ffffff;
}
.slider_caption .js-button-prev.icon-left:hover, .slider_caption .js-button-prev.icon-left:active, .slider_caption .js-button-prev.icon-left:focus-within, .slider_caption .js-button-prev.icon-left:focus-visible, .slider_caption .js-button-prev.icon-left:visited, .slider_caption .js-button-prev.icon-left:focus, .slider_caption .js-button-next.icon-right:hover, .slider_caption .js-button-next.icon-right:active, .slider_caption .js-button-next.icon-right:focus-within, .slider_caption .js-button-next.icon-right:focus-visible, .slider_caption .js-button-next.icon-right:visited, .slider_caption .js-button-next.icon-right:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
@media all and (max-width: 550px) {
  .slider_caption .js-button-prev.icon-left, .slider_caption .js-button-next.icon-right {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 5px;
  }
}
.slider_caption .js-button-next.icon-right {
  text-align: right;
  right: 0;
}
.slider_caption .swiper-pagination-line,
.slider_caption .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: auto;
  transition: all 0.3s;
}
.slider_caption .swiper-pagination-line {
  flex-grow: 1;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  padding-top: 12px;
}
.slider_caption .swiper-pagination-line .swiper-pagination-bullet {
  font-size: 0;
  flex-grow: 1;
  width: auto;
  height: 2px;
  border-radius: 0;
}
.slider_caption .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #959484;
}
.slider_caption .swiper-pagination-line .swiper-pagination-bullet:hover, .slider_caption .swiper-pagination-line .swiper-pagination-bullet:active, .slider_caption .swiper-pagination-line .swiper-pagination-bullet:focus-within, .slider_caption .swiper-pagination-line .swiper-pagination-bullet:focus-visible, .slider_caption .swiper-pagination-line .swiper-pagination-bullet:visited, .slider_caption .swiper-pagination-line .swiper-pagination-bullet:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.slider_caption .swiper-pagination .swiper-pagination-bullet {
  color: #959484;
  width: auto;
  height: auto;
  margin-right: 20px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 0.65;
}
.slider_caption .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #959484;
  opacity: 1;
}
.slider_caption .swiper-pagination .swiper-pagination-bullet:hover, .slider_caption .swiper-pagination .swiper-pagination-bullet:active, .slider_caption .swiper-pagination .swiper-pagination-bullet:focus-within, .slider_caption .swiper-pagination .swiper-pagination-bullet:focus-visible, .slider_caption .swiper-pagination .swiper-pagination-bullet:visited, .slider_caption .swiper-pagination .swiper-pagination-bullet:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.slider_caption_pagination {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0 36px;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 60px;
}
@media all and (max-width: 550px) {
  .slider_caption_pagination {
    padding: 0 20px;
  }
}

.slider_caption_item_wrap {
  padding: 0 36px;
}
@media all and (max-width: 550px) {
  .slider_caption_item_wrap {
    padding: 0 2px;
  }
}
.slider_caption_item_wrap picture {
  line-height: 0;
  margin-bottom: 45px;
  overflow: hidden;
}
@media all and (min-width: 551px) {
  .slider_caption_item_wrap .slider_caption_img {
    -webkit-animation: livingElementTwo;
    -moz-animation: livingElementTwo;
    -ms-animation: livingElementTwo;
    -o-animation: livingElementTwo;
    animation: livingElementTwo;
    -webkit-animation-duration: 35s;
    -moz-animation-duration: 35s;
    -ms-animation-duration: 35s;
    -o-animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.slider_caption_text {
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  height: 50px;
  line-height: 25px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 550px) {
  .slider_caption_text {
    padding: 0 20px;
  }
}

.wrap_slider_detail {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .wrap_slider_detail {
    padding-bottom: 0;
  }
}
.wrap_slider_detail .container_center {
  max-width: 1420px;
}
@media screen and (max-width: 1420px) {
  .wrap_slider_detail .swiper-container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .wrap_slider_detail .swiper-container {
    padding-bottom: 0;
    bottom: 10px;
  }
}
.wrap_slider_detail .swiper-pagination {
  z-index: 10;
  bottom: 0;
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrap_slider_detail .swiper-pagination {
    background-color: #ffffff;
    padding-bottom: 0;
  }
}
.wrap_slider_detail .swiper-pagination-bullet {
  background-color: #959484;
  width: 30px;
  height: 30px;
  padding: 12px;
  background-clip: content-box;
  margin-right: 15px !important;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .wrap_slider_detail .swiper-pagination-bullet {
    margin-right: 0 !important;
  }
}
.wrap_slider_detail .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: none;
  padding: 11px;
  border: 1px solid #959484;
}
.wrap_slider_detail .swiper-pagination-bullet:hover, .wrap_slider_detail .swiper-pagination-bullet:active, .wrap_slider_detail .swiper-pagination-bullet:focus-within, .wrap_slider_detail .swiper-pagination-bullet:focus-visible, .wrap_slider_detail .swiper-pagination-bullet:visited, .wrap_slider_detail .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}

.slider_detail_item_wrap {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .slider_detail_item_wrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 52.5px;
  }
}
.slider_detail_item_wrap .heading {
  margin-bottom: 15px;
}
.slider_detail_item_wrap .slider_detail_text {
  margin-top: 15px;
}

.slider_detail_text_wrap {
  width: 440px;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .slider_detail_text_wrap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    padding-top: 15px;
  }
}
.slider_detail_text_wrap picture,
.slider_detail_text_wrap .slider_detail_svgicon {
  width: 100px;
  max-height: 90px;
}

.slider_detail_img_wrap {
  width: calc(100% - 445px);
  -ms-flex-preferred-size: calc(100% - 440px);
  flex-basis: calc(100% - 440px);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  max-width: 1260px;
}
@media screen and (max-width: 768px) {
  .slider_detail_img_wrap {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.slider_detail_img_wrap picture,
.slider_detail_img_wrap .slider_detail_img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .slider_detail_img_innerwrap {
    width: 100%;
    height: 0;
    padding-top: 81.2676056338%;
  }
  .slider_detail_img_innerwrap picture,
  .slider_detail_img_innerwrap .slider_detail_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: contain;
    object-position: right;
  }
}

.slider_levels_wrap {
  background-color: #f7f4ee;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .slider_levels_wrap {
    padding: 30px 0;
  }
}
.slider_levels_wrap .heading__1 {
  text-align: left;
  margin-bottom: 30px;
}
.slider_levels_wrap .container_center {
  max-width: 1420px;
}

/* // Version with slider:
.slider_levels {
    padding: $size-gutter*1.5 0;

    @media screen and (max-width: $media-medium) {
        padding: $size-gutter/3 0 $size-gutter*2;

        .swiper-pagination {
            counter-reset: bullet;
        }

        .swiper-pagination-bullet {
            background-color: transparent;
            font-family: $font-headings;
            color: $color-contrast;
            width: 30px;
            height: 30px;
            line-height: 31px;
            background-clip: content-box;
            border-radius: 50%;
            margin-right: 15px !important;
            cursor: pointer;
            opacity: 1;
            font-size: 0;
            vertical-align: middle;

            &:last-child {
                margin-right: 0 !important;
            }

            &:before {
                font-size: 13px;
                counter-increment: bullet;
                content: counter(bullet);
            }

            &.swiper-pagination-bullet-active {
                font-weight: 600;
                outline: none;
                border: 1px solid $color-contrast;
            }

            &:hover,
            &:active,
            &:focus-within,
            &:focus-visible,
            &:visited,
            &:focus {
                outline: none;
                box-shadow: none;
            }
        }
    }

    @media screen and (min-width: $media-medium +1) {
        .swiper-pagination {
            position: relative;
            text-align: center;
            bottom: auto;
            transition: all .3s;
            padding-bottom: $size-gutter;

            .swiper-pagination-bullet {
                padding-top: $size-gutter/3;
                font-family: $font-headings;
                font-weight: 600;
                text-transform: uppercase;
                color: $color-dark;
                width: auto;
                height: auto;
                margin-right: $size-gutter*2;
                display: inline-block;
                border-radius: 0;
                background: transparent;
                opacity: 1;
                border-top: 2px solid transparent;

                &:last-child {
                    margin-right: 0;
                }

                &.swiper-pagination-bullet-active {
                    color: $color-contrast;
                    border-color: $color-contrast;
                }

                &:hover,
                &:active,
                &:focus-within,
                &:focus-visible,
                &:visited,
                &:focus {
                    outline: none;
                    box-shadow: none;
                }
            }
        }
    }

    picture,
    .slider_levels_img {
        width: 100%;
        line-height: 0;
    }
}
*/
.slider_levels {
  position: relative;
}
@media screen and (min-width: 769px) {
  .slider_levels {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
}
.slider_levels picture,
.slider_levels .slider_levels_img {
  width: 100%;
  line-height: 0;
}
.slider_levels .textblock {
  font-size: 0.9em;
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .slider_levels_items {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 60px;
  }
}

@media screen and (min-width: 769px) {
  .slider_levels_images {
    width: 59.66%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .slider_levels_images .slider_levels_images_ratio {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
.slider_levels_item {
  border-top: 1px solid rgba(149, 148, 132, 0.3);
}
.slider_levels_item:last-child {
  border-bottom: 1px solid rgba(149, 148, 132, 0.3);
}
.slider_levels_item .jsLevelsContainer {
  display: none;
}
.slider_levels_item .jsLevelsContainer.active {
  display: block;
}

.slider_levels_trigger {
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  opacity: 1;
  padding: 15px 0;
  width: 100%;
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 550px) {
  .slider_levels_trigger {
    font-size: calc(18px + 4 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .slider_levels_trigger {
    font-size: 22px;
  }
}
.slider_levels_trigger .icon {
  color: currentColor;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  font-size: 18px;
  top: 24px;
}
.slider_levels_trigger.active {
  color: #8B5C9B;
  font-size: 22px;
}
@media screen and (min-width: 550px) {
  .slider_levels_trigger.active {
    font-size: calc(22px + 6 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .slider_levels_trigger.active {
    font-size: 28px;
  }
}
.slider_levels_trigger.active .icon {
  display: none;
}
.slider_levels_trigger:hover, .slider_levels_trigger:active, .slider_levels_trigger:focus-within, .slider_levels_trigger:focus-visible, .slider_levels_trigger:visited, .slider_levels_trigger:focus {
  color: #8B5C9B;
  outline: none;
  box-shadow: none;
}

@media screen and (min-width: 769px) {
  .slider_levels_img_wrap {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider_levels_img_wrap {
    width: 80%;
    padding: 10px 0;
    margin: 0 auto;
  }
}

.container_content > .wrap_cm_navigation.edit_wrap {
  transition: all 0.3s;
  right: calc((100vw - 1880px) / 2);
  counter-reset: naviitem;
}
@media screen and (max-width: 1920px) {
  .container_content > .wrap_cm_navigation.edit_wrap {
    right: 0;
  }
}
@media all and (min-width: 769px) {
  .container_content > .wrap_cm_navigation.edit_wrap {
    position: fixed;
    z-index: 100;
    transform: translateY(-50%);
    height: auto;
    width: 400px;
  }
}
@media all and (min-width: 1201px) {
  .container_content > .wrap_cm_navigation.edit_wrap {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .container_content > .wrap_cm_navigation.edit_wrap {
    transform: none;
    top: 66.6666666667px;
    width: 300px;
  }
}
@media all and (max-width: 768px) {
  .container_content > .wrap_cm_navigation.edit_wrap {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .navi_scrolled .container_content > .wrap_cm_navigation.edit_wrap {
    top: 66.6666666667px;
    width: auto;
    right: 0;
    box-shadow: 0px 0 25px rgba(51, 51, 51, 0.2);
    transform: translateX(calc(100% - 60px));
  }
  .navi_scrolled .container_content > .wrap_cm_navigation.edit_wrap:focus, .navi_scrolled .container_content > .wrap_cm_navigation.edit_wrap:active, .navi_scrolled .container_content > .wrap_cm_navigation.edit_wrap:hover, .navi_scrolled .container_content > .wrap_cm_navigation.edit_wrap.active {
    transform: translateX(0);
  }
}
.navi_scrolled .cm_anchor {
  background-image: none;
  background-color: #ffffff;
  color: #333333;
  transition: none;
}
.navi_scrolled .cm_anchor.cm_anchor_noimg {
  padding: 0;
}
.navi_scrolled .cm_anchor .cm_anchor_img {
  right: 0;
}
.navi_scrolled .cm_anchor:hover, .navi_scrolled .cm_anchor.active {
  background-color: #8B5C9B;
  color: #ffffff;
}
.navi_scrolled .cm_anchor:hover .cm_anchor_img, .navi_scrolled .cm_anchor.active .cm_anchor_img {
  right: auto;
  left: 0;
}

.cm_navigation {
  position: relative;
  width: 100%;
}
.cm_navigation .cm_navigation_wrap {
  overflow: hidden;
}
.cm_navigation .cm_navigation_wrap.drop_active {
  overflow: visible;
}

.cm_anchor {
  background-color: transparent;
  font-family: "museo-sans", sans-serif;
  cursor: pointer;
  color: #ffffff;
  padding: 15px 10px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4xOTUiIGhlaWdodD0iNy41IiB2aWV3Qm94PSIwIDAgMTUuMTk1IDcuNSI+DQogIDxwYXRoIGlkPSJub3VuX0Fycm93XzI5MDc5MTkiIGQ9Ik0uODkyLDIuNTg5SDIuNzQ4VjE0Ljk0NmMwLC4zOCwyLC4yOTIsMi0uMDQzVjIuNTg5SDYuNjA4Yy43NywwLDEuMTA3LS4yLjc0OS0uNDM2TDQuNC4xOGExLjI3MywxLjI3MywwLDAsMC0xLjMsMEwuMTQ0LDIuMTU0Qy0uMjE1LDIuMzkzLjEyMiwyLjU4OS44OTIsMi41ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4xOTUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 40px) center;
  transition: all 0.3s;
}
.cm_anchor.cm_anchor_noimg {
  padding-left: 65px;
}
.cm_anchor picture {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.cm_anchor .cm_anchor_img {
  position: absolute;
  max-width: 80px;
  width: 80px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .cm_anchor {
    background-position: calc(100% - 10px) center;
  }
}
.cm_anchor:focus, .cm_anchor:active, .cm_anchor:hover {
  background-position: calc(100% - 30px) center;
}
@media screen and (max-width: 1200px) {
  .cm_anchor:focus, .cm_anchor:active, .cm_anchor:hover {
    background-position: calc(100% - 5px) center;
  }
}
.cm_anchor.active {
  background-color: #8B5C9B;
  background-image: none;
}

.cd-drop {
  display: none;
}

.imagemap_background {
  position: relative;
  overflow: hidden;
}
.imagemap_background img {
  display: block;
  width: 100%;
}
.imagemap_background .imagemap_visualgrid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imagemap {
  position: relative;
  overflow: hidden;
  background-color: #959484;
}
.imagemap.box_active .infopoint {
  display: none;
}
.imagemap .imagemap_img {
  transition: all 0.4s;
}
.imagemap .imagemap_img.box_active {
  transform: scale(2);
}
@media all and (max-width: 550px) {
  .imagemap .imagemap_img.box_active {
    transform: scale(3);
  }
}
.imagemap .infopoint {
  position: absolute;
  top: 20%;
  left: 20%;
  margin-left: -25px;
  margin-top: -25px;
}
@media all and (max-width: 768px) {
  .imagemap .infopoint {
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media all and (max-width: 550px) {
  .imagemap .infopoint {
    width: calc(100% - 40px);
    position: relative;
    margin: 0;
    top: auto !important;
    bottom: auto !important;
    left: 20px !important;
    right: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
    cursor: pointer;
  }
  .imagemap .infopoint.box_active, .imagemap .infopoint:last-child {
    border-bottom: none;
  }
}
.imagemap .infopoint .close {
  display: none;
}
.imagemap .infopoint.box_active {
  display: inline-block;
}
.imagemap .infopoint.box_active .open {
  display: none;
}
.imagemap .infopoint.box_active .close {
  display: inline-block;
}
.imagemap .infopoint.box_active .infopoint_icon {
  background-color: #959484;
  border: 2px solid #959484;
}
@media all and (max-width: 550px) {
  .imagemap .infopoint.box_active .infopoint_icon {
    border: 2px solid #ffffff;
  }
}
.imagemap .infopoint.box_active .infopoint_box {
  display: inline-block;
}
.imagemap .points_oppener {
  width: 100%;
  padding: 10px 20px;
  display: none;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.imagemap .points_oppener .icon {
  position: absolute;
  right: 20px;
  font-size: 1.3em;
}
.imagemap .points_oppener.points_active {
  margin-bottom: 5px;
}
.imagemap .points_oppener.points_active .icon:before {
  content: "\f106";
}
@media all and (max-width: 550px) {
  .imagemap .points_oppener {
    display: inline-block;
  }
}
@media all and (max-width: 550px) {
  .imagemap .point_group {
    display: none;
  }
  .imagemap .point_group.points_active {
    display: block;
  }
}
.imagemap .infopoint_icon_wrap .mobile_titel {
  display: none;
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_icon_wrap .mobile_titel {
    font-family: "museo-sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    max-width: calc(100% - 40px);
  }
}
.imagemap .infopoint_icon {
  position: relative;
  line-height: 28px;
  height: 30px;
  width: 30px;
  font-size: 13px;
  z-index: 2;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .imagemap .infopoint_icon {
    line-height: calc(28px + 32 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .imagemap .infopoint_icon {
    line-height: 60px;
  }
}
@media screen and (min-width: 550px) {
  .imagemap .infopoint_icon {
    height: calc(30px + 30 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .imagemap .infopoint_icon {
    height: 60px;
  }
}
@media screen and (min-width: 550px) {
  .imagemap .infopoint_icon {
    width: calc(30px + 30 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .imagemap .infopoint_icon {
    width: 60px;
  }
}
@media screen and (min-width: 550px) {
  .imagemap .infopoint_icon {
    font-size: calc(13px + 5 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .imagemap .infopoint_icon {
    font-size: 18px;
  }
}
@media all and (min-width: 551px) {
  .imagemap .infopoint_icon {
    -webkit-animation: pulse;
    -moz-animation: pulse;
    -ms-animation: pulse;
    -o-animation: pulse;
    animation: pulse;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
.imagemap .infopoint_icon.close {
  font-size: 0.9em;
  line-height: 26px;
}
@media screen and (min-width: 550px) {
  .imagemap .infopoint_icon.close {
    line-height: calc(26px + 30 * (100vw - 550px) / 1370);
  }
}
@media screen and (min-width: 1920px) {
  .imagemap .infopoint_icon.close {
    line-height: 56px;
  }
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_icon {
    display: inline-block;
    vertical-align: top;
  }
}
.imagemap .infopoint_box {
  display: none;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  background-color: #ffffff;
  max-width: 280px;
  min-width: 12vw;
  box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.5);
}
@media all and (max-width: 1920px) {
  .imagemap .infopoint_box {
    min-width: 20vw;
  }
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_box {
    vertical-align: top;
    position: relative;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 10px 0;
  }
}
.imagemap .infopoint_box .infobox_text_wrap {
  padding: 15px 30px 20px;
}
@media all and (max-width: 1420px) {
  .imagemap .infopoint_box .infobox_text_wrap {
    padding: 10px;
  }
}
@media all and (max-width: 768px) {
  .imagemap .infopoint_box .infobox_text_wrap {
    padding: 10px;
  }
}
.imagemap .infopoint_box.left_align {
  right: auto;
  left: 15px;
}
.imagemap .infopoint_box.bottom_align {
  top: auto;
  bottom: 20px;
}
.imagemap .infopoint_box picture, .imagemap .infopoint_box img {
  line-height: 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .imagemap .infopoint_box picture, .imagemap .infopoint_box img {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_box picture, .imagemap .infopoint_box img {
    display: block;
  }
}
.imagemap .infopoint_box p {
  text-transform: uppercase;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_box p {
    display: none;
  }
}
.imagemap .infopoint_box span {
  display: block;
  margin: 3px 0;
  font-size: 15px;
}
@media all and (max-width: 1024px) {
  .imagemap .infopoint_box span {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .imagemap .infopoint_box span {
    display: block;
  }
}

.google_map {
  background-color: #f7f4ee;
}
.google_map picture,
.google_map .gmaps_img {
  width: 100%;
  line-height: 0;
  max-width: 960px;
  margin-left: auto;
}
.google_map .map_svg_content {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
@media all and (max-width: 768px) {
  .google_map .map_svg_content {
    min-height: 333.3333333333px;
  }
}
.google_map .markers {
  display: none;
}

@media all and (min-width: 769px) {
  .google_map_wrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .google_map_content,
  .google_map_imgwrap {
    width: 49.69%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    flex-grow: 1;
  }
  .google_map_imgwrap {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
/*
* Verschiedene Anzeigemöglichkeiten
* Standard ist als kleines Popup unten rechts
*/
.klaro .cn-learn-more {
  display: none !important;
}

.klaro .cn-decline {
  display: none !important;
}

/*
We declare all variables here as default so that they are easy to override...
*/
/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro {
  /*.cm-btn-success {
      display: none !important
  }

  .cn-learn-more {
      background: #fff;
      color: #010101 !important;
      display: inline-block;
      text-decoration: none !important;
      border-radius: 6px;
      padding: .4rem;
      font-size: 1em;
      cursor: pointer;
      flex-grow: unset !important;
      order: 1;
  }

  .cn-buttons .cn-decline {
      order: 2;
  }

  .cn-buttons {
      @media only screen and (max-width: 374px) {
          width: auto !important;

          .cn-decline {
              width: auto !important;
          }
      }
  }

  .cookie-modal {
      .cm-btn-success {
          display: inline-block !important
      }
  }*/
}
.klaro .privay-link {
  text-decoration: underline !important;
}
.klaro .cookie-modal, .klaro .cookie-notice {
  /* The switch - the box around the slider */
  font-size: 14px;
}
.klaro .cookie-modal .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
  border-bottom: 1px solid #ccc;
}
.klaro .cookie-modal .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: green;
}
.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 {
  opacity: 0.6;
  background-color: green;
}
.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);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  opacity: 0.8;
  background-color: #00cc00;
}
.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);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  opacity: 0.8;
  background-color: #00cc00;
  cursor: not-allowed;
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.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 .cookie-modal .cm-list-title, .klaro .cookie-notice .cm-list-title {
  font-size: 14px;
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description, .klaro .cookie-notice .cm-list-description {
  font-size: 14px;
  padding-top: 4px;
  color: #666;
}
.klaro .cookie-modal .cm-list-label, .klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow: 0 0 1px #0bff0b;
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}
.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);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.klaro .cookie-modal a, .klaro .cookie-notice a {
  color: #ffffff;
  text-decoration: none;
}
.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li, .klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #ffffff;
}
.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li, .klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal .cm-link, .klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
  text-decoration: underline;
}
.klaro .cookie-modal .cm-btn, .klaro .cookie-notice .cm-btn {
  background: #555;
  color: #ffffff;
  border-radius: 6px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 0;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}
.klaro .cookie-modal .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-danger, .klaro .cookie-notice .cm-btn.cm-btn-danger {
  background: #999;
  color: #333333;
}
.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background: #aaa;
  color: #000;
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #ffffff;
  color: #333333;
}
.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #ffffff;
  color: #333333;
}
.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;
  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 {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333333;
  color: #ffffff;
}
@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #ffffff;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 1em;
  border-top: 1px solid #555;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  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: #ffffff;
}
.klaro .cookie-modal .cm-modal .cm-header {
  padding: 1em;
  padding-right: 24px;
  border-bottom: 1px solid #555;
}
.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-header p a {
  text-decoration: underline;
}
.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-apps,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
  color: #888;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
  margin-left: -40px;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  font-size: 0.8em;
  color: #ffffff;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top: 1px solid #555;
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
.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 {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #ffffff;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #333333;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 400px;
  }
}
@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: 1em;
  padding-top: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}
.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;
  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: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  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;
}
.klaro .cookie-modal-notice {
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  background: #333333;
  color: #ffffff;
  padding: 1em;
  padding-top: 0.2em;
}
@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}

.pseudo-loader {
  position: static !important;
  left: auto !important;
  top: auto !important;
  background-color: transparent !important;
  z-index: 0 !important;
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
