﻿@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
   ========================================================================== */
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 ***/
/* Farben der Einsatzbereich*/
/*** sizes ***/
/*** Media Query Ranges ***/
/*** Breakpoints & Grid Variables ***/
/* Grid breakpoints - Mobile first approach */
/*** Font Typography ***/
@font-face {
  font-family: "GothicBook";
  src: url("/Content/fonts/gotham/Gotham-Book.eot");
  src: url("/Content/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("/Content/fonts/gotham/Gotham-Book.woff") format("woff"), url("/Content/fonts/gotham/Gotham-Book.ttf") format("truetype"), url("/Content/fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("/Content/fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBookBold";
  src: url("/Content/fonts/gothambold/Gotham-Bold.eot");
  src: url("/Content/fonts/gothambold/Gotham-Bold.woff2") format("woff2"), url("/Content/fonts/gothambold/Gotham-Bold.woff") format("woff"), url("/Content/fonts/gothambold/Gotham-Bold.ttf") format("truetype"), url("/Content/fonts/gothambold/Gotham-Bold.svg#Gotham-Book") format("svg"), url("/Content/fonts/gothambold/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* 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 ***/
/*** 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);
}
*/
/* 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: 1320px) {
  .hide-on-large-only {
    display: none;
  }
}
@media only screen and (min-width: 1321px) and (max-width: 1320px) {
  .hide-on-xlarge-only {
    display: none;
  }
}
@media only screen and (min-width: 1321px) 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: 1321px) {
  .hide-on-xlarge-and-up {
    display: none;
  }
}
@media all and (max-width: 1320px) {
  .hide-on-medium-and-down {
    display: none;
  }
}
@media all and (max-width: 1320px) {
  .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 */
/*

    Möglicher Lade-Effekt...

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
*/
@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: #FFFFFF;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* 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: #E73331;
}
#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 {
  min-width: 320px;
  font-size: 16px;
  font-family: "GothicBook", serif;
  color: #000;
  line-height: 0;
}
body > * {
  line-height: normal;
}
@media all and (max-width: 768px) {
  body {
    webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  body.scrollfixed {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
  }
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px auto;
}
@media only screen and (max-width: 550px) {
  table {
    font-size: 0.8rem;
  }
}
table td, table th {
  border: 1px solid #333333;
  padding: 2px 6px;
  vertical-align: top;
}
table th {
  background: #333333;
  color: #ffffff;
}
table tr td {
  background: #F2F0ED;
}
table tr:nth-child(2n+1) td {
  background: #e4eaef;
}
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 {
  margin: 0 auto;
  max-width: 2600px;
  min-width: 320px;
  background-color: #FFF;
  overflow: hidden;
  line-height: normal;
}

.container_center {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media all and (min-width: 1321px) {
  .container_center {
    padding: 30px;
  }
}
.container_center .container_center {
  padding: 0 !important;
}

.section_center {
  min-height: 50vh;
}

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

.LClear {
  clear: both;
}

/* <-- globals.scss - html styling and global classes */
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 20px 30px;
  color: #FFF;
  background-color: #E3001B;
  transition: all 0.3s;
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "GothicBook", serif;
}
.button:hover {
  background-color: #b00015;
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.2);
}
.button:focus {
  outline: 0;
}
.button:active {
  outline: none;
  border: none;
}
@media screen and (max-width: 550px) {
  .button {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.button svg.arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.button svg.arrow path {
  fill: #FFF;
}

.button__1 {
  background-color: #e73331;
}

.button__2 {
  background-color: #19a1d3;
}

.button__3 {
  min-width: 0;
  width: 100%;
  border: none;
  outline: none;
}

/* <-- buttons.scss - setting of styles for general buttons */
/* typography */
/* heading */
.heading {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: "GothamBookBold", sans-serif;
  line-height: normal;
  margin-bottom: 7.5px;
}

.heading__1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 41px;
  font-family: "GothamBookBold", sans-serif;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .heading__1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .heading__1 {
    font-size: 22px;
  }
}

.heading__2 {
  font-size: 22px;
  font-family: "GothicBook", serif;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .heading__2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .heading__2 {
    font-size: 20px;
  }
}

.heading__3 {
  font-weight: 700;
  font-size: 30px;
  text-shadow: 0 5px 15px #333333;
}
@media screen and (min-width: 550px) {
  .heading__3 {
    font-size: calc(30px + 30 * (100vw - 550px) / 770);
  }
}
@media screen and (min-width: 1320px) {
  .heading__3 {
    font-size: 60px;
  }
}

/* Allgemeiner Fließtext */
.textblock {
  padding: 30px 0;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .textblock {
    font-size: 15px;
  }
}

/* <-- typography.scss - setting of styles for general typography */
.message {
  padding: 30px 0;
}

.section_top .section_top_header {
  position: relative;
  z-index: 1;
}
.section_top .container_center {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 0;
  max-width: 100%;
}
.section_top #header-svg {
  width: 100%;
  mask-image: url(/Content/svg/header.svg);
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  width: 102%;
  height: 167px;
  transform: translateX(-1%);
}
@media only screen and (max-width: 1600px) {
  .section_top #header-svg {
    height: 140px;
  }
}
@media only screen and (max-width: 1500px) {
  .section_top #header-svg {
    height: 120px;
  }
}
@media only screen and (max-width: 1350px) {
  .section_top #header-svg {
    height: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_top #header-svg {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .section_top #header-svg {
    height: 36px;
    mask-size: cover;
    transform: translateY(-2px);
  }
}
.section_top .top_logo {
  position: relative;
  display: flex;
  align-items: center;
}
.section_top .top_logo a {
  text-decoration: none;
}
.section_top .top_logo a img {
  width: 100px;
  height: 100px;
}
@media all and (max-width: 768px) {
  .section_top .top_logo a img {
    width: 70px;
    height: 70px;
  }
}
.section_top .top_logo .slogan {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  padding: 0 25px;
  transform: translateY(-10px);
}
@media all and (max-width: 768px) {
  .section_top .top_logo .slogan {
    padding: 0 15px;
    font-size: 16px;
  }
}
.section_top .section_top_items {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .section_top .section_top_items {
    padding-right: 20px;
  }
}
.section_top .section_top_items a {
  text-decoration: none;
}
.section_top .section_top_items a.finder-link {
  transform: translateY(-12px);
  display: inline-block;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .section_top .section_top_items a.finder-link {
    font-size: 0;
  }
}
.section_top .section_top_items a.finder-link svg {
  transform: translateY(2px);
  width: 15px;
  height: 15px;
  margin-left: 3px;
}
@media all and (max-width: 768px) {
  .section_top .section_top_items a.finder-link svg {
    width: 25px;
    height: 25px;
    transform: translateY(5px);
  }
}

.menu-contact, .top_navigation {
  display: none;
}

.navi_trigger {
  line-height: 40px;
  font-size: 2.5em;
  width: 45px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  z-index: 5;
  position: relative;
}
.navi_trigger svg {
  margin-left: 10px;
}
.navi_trigger svg.open {
  width: 40px;
  height: 40px;
  transform: translateY(2px);
}
.navi_trigger svg.close {
  width: 20px;
  height: 20px;
  display: none;
  transform: translateX(6px) translateY(-7px);
}
.navi_trigger.navi_active svg.open {
  display: none;
}
.navi_trigger.navi_active svg.close {
  display: block;
}

body.scrollfixed {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
}
body.scrollfixed .top_logo {
  z-index: 1001;
  display: block !important;
}
body.scrollfixed .top_logo .slogan {
  color: #000 !important;
  transform: translateY(-39px);
}
@media only screen and (max-width: 768px) {
  body.scrollfixed .top_logo .slogan {
    display: none;
  }
}
@media all and (max-width: 768px) {
  body.scrollfixed .section_top {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
  }
}
body.scrollfixed .section_top_items {
  z-index: 1001;
  top: 20px;
  color: #000 !important;
}
@media all and (max-width: 768px) {
  body.scrollfixed .section_top_items {
    width: calc(100% - 120px);
  }
  body.scrollfixed .section_top_items .inner {
    position: relative;
    width: 100%;
  }
}
body.scrollfixed .section_top_items a {
  color: #000 !important;
}
body.scrollfixed .section_top_items a.finder-link svg {
  fill: #000 !important;
}
body.scrollfixed .section_top_items .navi_trigger svg path {
  fill: #000 !important;
}
@media all and (max-width: 768px) {
  body.scrollfixed .section_top_items .navi_trigger {
    position: absolute;
    right: 0;
    top: 0;
  }
}
body.scrollfixed .section_top_items .navilang .navilang_nav {
  border-color: #000 !important;
}
body.scrollfixed .section_top_items .navilang .navilang_nav a.navilang_link {
  color: rgba(0, 0, 0, 0.4) !important;
}
body.scrollfixed .section_top_items .navilang .navilang_nav a.navilang_link.active {
  color: #000 !important;
}
@media all and (max-width: 768px) {
  body.scrollfixed .section_top_items .navilang_nav {
    display: inline-block;
    border-radius: 16px;
  }
  body.scrollfixed .section_top_items .navilang_nav ul {
    padding: 0 8px;
  }
  body.scrollfixed .section_top_items .navilang_nav ul a {
    font-size: 13px;
    padding: 8px;
  }
}
@media all and (max-width: 768px) {
  body.scrollfixed .section_top_items .finder-link {
    position: absolute;
    right: 50px;
    top: -3px;
  }
}
body.scrollfixed .menu-contact {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: block;
  padding: 0 30px;
}
@media only screen and (max-width: 1250px) {
  body.scrollfixed .menu-contact {
    display: none;
  }
}
@media only screen and (max-height: 600px) {
  body.scrollfixed .menu-contact {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.scrollfixed .menu-contact {
    position: static;
    padding: 50px 20px 20px;
    display: block;
  }
}
body.scrollfixed .menu-contact .slogan {
  font-size: 15px;
  color: #E3001B;
  text-transform: uppercase;
  font-family: "GothamBookBold", sans-serif;
  line-height: 1.25;
  margin-bottom: 25px;
}
body.scrollfixed .menu-contact .contact a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
  font-family: "GothamBookBold", sans-serif;
  font-size: 14px;
}
body.scrollfixed .menu-contact .contact a:hover {
  color: #E3001B;
}
body.scrollfixed .menu-contact .contact .contact-block {
  display: inline-block;
}
body.scrollfixed .menu-contact .contact .contact-block.contact-block-tel {
  margin-right: 25px;
}
body.scrollfixed .menu-contact .contact .contact-block svg, body.scrollfixed .menu-contact .contact .contact-block .contact-block-text {
  display: inline-block;
}
body.scrollfixed .menu-contact .contact .contact-block svg {
  height: 14px;
  transform: translateY(2px);
}
body.scrollfixed .top_navigation {
  transition: all 0.2s;
  display: block;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 1000;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  body.scrollfixed .top_navigation {
    height: auto !important;
    overflow: hidden;
  }
}
body.scrollfixed .top_navigation ul {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  body.scrollfixed .top_navigation ul {
    margin-top: 20px;
  }
}
body.scrollfixed .top_navigation ul li {
  width: 33%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  body.scrollfixed .top_navigation ul li {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.scrollfixed .top_navigation {
    width: 100%;
    padding-left: 0;
    transition-delay: 0.1s;
    transform-origin: left;
    transform: scale(0, 1);
    height: 0;
    overflow: hidden;
  }
  body.scrollfixed .top_navigation.navi_active {
    height: auto;
    transform: scale(1, 1);
  }
}

.section_footer {
  width: 100%;
  position: relative;
  line-height: 1.5;
}
.section_footer #footer-svg,
.section_footer #footer-svg-mobile {
  mask-image: url(/Content/svg/footer3.svg);
  mask-repeat: no-repeat;
  mask-position: bottom center;
  mask-size: contain;
  height: 130px;
  width: 102%;
  transform: translateX(-1%);
}
@media only screen and (max-width: 768px) {
  .section_footer #footer-svg,
  .section_footer #footer-svg-mobile {
    mask-size: cover;
    height: 60px;
  }
}
.section_footer a {
  text-decoration: none;
}
.section_footer footer .container_center_footer {
  padding: 0 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .container_center_footer {
    text-align: center;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .section_footer footer .container_center_footer .container_center {
    padding: 0 !important;
  }
}
.section_footer footer .container_center_footer .footer-bottom {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .container_center_footer .footer-bottom {
    padding-right: 0 !important;
  }
}
.section_footer footer .container_center_footer nav .navispecial_item {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .section_footer footer .container_center_footer nav .navispecial_item {
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .section_footer footer .container_center_footer nav .navispecial_item.navispecial_item.org {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}

.navi {
  font-family: "GothamBookBold", sans-serif;
}

.top_navigation .navi_main {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1321px) {
  .top_navigation .navi_main {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.no_slider_ontop .navilang a,
.navi_scrolled .navilang a {
  color: #E73331;
}
.no_slider_ontop .navilang a:hover,
.navi_scrolled .navilang a:hover {
  color: #E73331;
}
.no_slider_ontop .navi_item_wrap .icon,
.navi_scrolled .navi_item_wrap .icon {
  color: #E73331;
}
.no_slider_ontop .navi_item_wrap .navi_item_wrap,
.navi_scrolled .navi_item_wrap .navi_item_wrap {
  background-color: rgba(255, 255, 255, 0.95);
}
@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: #E73331;
    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(142, 156, 167, 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;
  position: relative;
  transition: all 0.2s;
}
.navi_item_wrap .icon {
  cursor: pointer;
  vertical-align: middle;
  color: #E73331;
  display: inline-block;
  width: 20px;
  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: #E73331;
}
.navi_item_wrap .icon.drop_active:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1320px) {
  .navi_item_wrap .icon {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .navi_item_wrap .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    color: #E73331;
  }
}

.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 > .navi_item_wrap {
    height: auto;
    transform: scale(1, 1);
    overflow: visible;
    right: 0;
  }
}
@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;
  }
}

.navi_itemlink {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  text-transform: uppercase;
  padding: 10px 20px 10px 40px;
}
.navi_itemlink svg {
  display: none;
  margin-right: 20px;
  width: 13px;
  height: 10px;
  transform: translateY(5px);
}
@media only screen and (max-width: 768px) {
  .navi_itemlink svg {
    display: inline-block;
  }
}
.navi_itemlink svg path {
  fill: #E3001B;
}
.navi_itemlink span {
  width: calc(100% - 34px);
  display: inline-block;
}
.navi_itemlink:hover {
  color: #E3001B;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .navi_itemlink:hover {
    padding-left: 40px !important;
  }
}
.navi_itemlink:hover svg {
  display: inline-block;
}
.navi_itemlink.active {
  color: #E3001B !important;
}

.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;
  transform: translateY(-13px);
}
.navilang a {
  color: #E73331;
}
.navilang a:hover {
  color: #E73331;
}

.navi_lang_mobile {
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(231, 51, 49, 0.3);
}
navilang .navi_lang_mobile .navilang_link:hover {
  color: #333333;
}

.navilang_nav {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #FFF;
  border-radius: 12px;
  margin: 0 15px;
}
@media all and (max-width: 768px) {
  .navilang_nav {
    display: none;
  }
}
.navilang_nav ul {
  margin: 0;
  padding: 0 5px;
}
.navilang_nav ul li {
  display: inline-block;
}
.navilang_nav ul li a {
  font-size: 11px;
  padding: 5px 5px;
  display: inline-block;
}

.navilang_link {
  text-decoration: none;
  padding: 0 10px;
}
.navilang_link:after {
  content: "|";
  margin: 0 30px;
}
.navilang_link:last-child:after {
  content: "";
  margin: 0;
}

body.pagetyp-home .index {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .index {
    height: unset;
  }
}
body.pagetyp-home #header-svg {
  display: none;
}
body.pagetyp-home .top_logo {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .top_logo {
    display: block;
  }
  body.pagetyp-home .top_logo .slogan {
    display: none;
  }
}
body.pagetyp-home .section_top_header {
  background: transparent;
  height: 0;
}
body.pagetyp-home .section_center,
body.pagetyp-home main,
body.pagetyp-home .home {
  height: 100%;
}
body.pagetyp-home .home-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner {
    padding-top: 100px;
  }
}
body.pagetyp-home .home-inner .left {
  width: 50%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .left {
    display: none;
  }
}
body.pagetyp-home .home-inner .left .home-image-container {
  width: 70%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 1300px) {
  body.pagetyp-home .home-inner .left .home-image-container {
    width: 80%;
  }
}
@media only screen and (max-width: 1100px) {
  body.pagetyp-home .home-inner .left .home-image-container {
    width: 90%;
  }
}
body.pagetyp-home .home-inner .left .home-image-container .slogan {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (max-height: 700px) {
  body.pagetyp-home .home-inner .left .home-image-container .slogan {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  body.pagetyp-home .home-inner .left .home-image-container .slogan {
    font-size: 30px;
  }
}
body.pagetyp-home .home-inner .left .home-image-container .person img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-height: 950px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1600px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 450px;
  }
}
@media only screen and (max-height: 850px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 400px;
  }
}
@media only screen and (max-height: 750px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 400px;
  }
}
@media only screen and (max-height: 700px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 200px;
  }
}
@media only screen and (max-height: 600px) {
  body.pagetyp-home .home-inner .left .home-image-container .person img {
    max-width: 200px;
  }
}
body.pagetyp-home .home-inner .left .home-image-container .person .text {
  line-height: 1.5;
  font-size: 14px;
  max-width: 450px;
  text-align: center;
  margin: auto;
}
body.pagetyp-home .home-inner .left svg.bg {
  height: 100vh;
  position: absolute;
  right: -25px;
  z-index: 1;
  top: 0;
}
body.pagetyp-home .home-inner .right {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right {
    width: 100%;
  }
}
body.pagetyp-home .home-inner .right .slogan-mobile {
  text-align: center;
  padding: 2px 30px 0;
  margin: 0;
  display: none;
  position: relative;
  font-size: 31px;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .slogan-mobile {
    display: block;
  }
}
body.pagetyp-home .home-inner .right .scroller {
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .wk-mode-changer-container {
    margin-bottom: 5px;
    padding-right: 5px;
  }
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer {
  text-decoration: none;
  display: inline-block;
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer svg {
  width: 78px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer svg {
    width: 70px;
    height: 40px;
  }
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer.wk-mode-slider svg.slider {
  display: block;
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer.wk-mode-slider svg.grid {
  display: none;
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer.wk-mode-grid svg.slider {
  display: none;
}
body.pagetyp-home .home-inner .right .wk-mode-changer-container a.wk-mode-changer.wk-mode-grid svg.grid {
  display: block;
}
body.pagetyp-home .home-inner .right .cards-container {
  padding: 80px 10px 20px 40px;
}
@media only screen and (max-width: 1600px) {
  body.pagetyp-home .home-inner .right .cards-container {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .home-inner .right .cards-container {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container {
    padding: 0 10px !important;
  }
}
body.pagetyp-home .home-inner .right .cards-container #person-text-mobile {
  display: none;
}
body.pagetyp-home .home-inner .right .cards-container .swiper-wrapper {
  flex-wrap: wrap;
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide {
  width: calc(33.33% - 30px);
  margin: 12px 15px;
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .home-inner .right .cards-container .swiper-slide {
    width: calc(33.33% - 14px);
    margin: 6px 7px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container .swiper-slide {
    width: calc(50% - 12px);
    margin: 6px 6px;
  }
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card {
  width: 100%;
  padding: 25px 6px 6px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #D8D8D8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 6px;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card {
    padding-top: 20px;
  }
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card a {
  text-decoration: none;
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card a .titel {
  text-align: center;
  padding: 0 0px 20px;
  font-family: "GothamBookBold", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 1300px) {
  body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card a .titel {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card a .titel {
    font-size: 13px;
    padding-bottom: 15px;
  }
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide .card a img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
body.pagetyp-home .home-inner .right .cards-container .swiper-navi-button, body.pagetyp-home .home-inner .right .cards-container .swiper-pagination {
  display: none;
}
body.pagetyp-home .home-inner .right .cards-container.swiper {
  padding: 0;
  will-change: transform;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-wrapper {
  flex-wrap: nowrap;
  will-change: transform;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-navi-button {
  display: block;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
  max-width: 350px;
  padding: 30px 6px 6px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #D8D8D8;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 6px;
  position: relative;
}
@media only screen and (max-height: 850px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1500px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 300px;
  }
}
@media only screen and (max-height: 770px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 250px;
    padding-top: 15px;
  }
}
@media only screen and (max-height: 670px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card {
    max-width: 80%;
    padding-top: 30px;
  }
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a {
  text-decoration: none;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a .titel {
  text-align: center;
  padding: 0 15px 20px;
  font-family: "GothamBookBold", sans-serif;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a .titel {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a .titel {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a .titel {
    font-size: 15px;
  }
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-slide .card a img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-navi-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-navi-button {
    display: none;
  }
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-navi-button.swiper-button-next {
  right: 10%;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-navi-button.swiper-button-prev {
  left: 10%;
}
body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "GothamBookBold", sans-serif;
  padding: 15px 10px;
  font-size: 18px;
}
@media only screen and (max-height: 720px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-pagination {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper .swiper-pagination {
    display: none;
  }
}
body.pagetyp-home .home-inner .right .cards-container.swiper #person-text-mobile {
  padding: 10px 30px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .home-inner .right .cards-container.swiper #person-text-mobile {
    display: block;
  }
}
body.pagetyp-home .home-inner .right .cards-container .swiper-slide-shadow {
  background: transparent;
}
body.pagetyp-home .bg-kreuz-mobile {
  display: none;
  width: 110%;
  transform: translateX(-5%);
}
body.pagetyp-home .bg-kreuz-mobile svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .bg-kreuz-mobile {
    display: block;
  }
}
body.pagetyp-home .section_top_header {
  z-index: 4;
}
body.pagetyp-home .section_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  body.pagetyp-home .section_footer {
    position: static;
    padding-top: 30px;
  }
}
body.pagetyp-home .section_footer footer {
  background-color: transparent !important;
}
body.pagetyp-home .section_footer footer .navispecial_footer_wrapper {
  margin: 8px 0;
}
body.pagetyp-home .section_footer footer .footer_middle .container_center_footer {
  padding: 0;
}
body.pagetyp-home .section_footer footer .footer_middle .container_center_footer .footer-bottom {
  padding: 0 20px;
  background-color: transparent;
}
@media only screen and (max-width: 1400px) {
  body.pagetyp-home .section_footer footer nav .navispecial_item.org {
    display: none;
  }
}

body.home-has-grid .wk-mode-changer-container {
  padding-right: 5px !important;
}
body.home-has-grid .scroller {
  align-items: flex-start !important;
}
body.home-has-grid .home-inner .right {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  body.home-has-grid .home-inner .right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.basistext .textblock {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .basistext .linkstyle__1 {
    margin-top: 15px;
  }
}

.basistext_img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.basistext_textgroup {
  padding: 30px 0;
}
.basistext_textgroup picture {
  float: left;
  margin: 0 25px 10px 0;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .basistext_textgroup picture {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    display: block;
  }
}
.basistext_textgroup picture img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
@media screen and (max-width: 768px) {
  .basistext_textgroup picture img {
    width: 100%;
  }
}

body.scrollfixed .einsatzbereich-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.pagetyp-einsatzbereich #header-svg {
    mask-size: cover;
    height: 120px;
    width: 600px;
  }
}

.einsatzbereich-header {
  margin-top: -200px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1500px) {
  .einsatzbereich-header {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 1400px) {
  .einsatzbereich-header {
    margin-top: -160px;
  }
}
@media only screen and (max-width: 1300px) {
  .einsatzbereich-header {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-header {
    margin-top: -135px;
  }
}
.einsatzbereich-header .container_center {
  display: flex;
  flex-wrap: wrap;
}
.einsatzbereich-header .container_center .left {
  padding-right: 60px;
  padding-top: 150px;
  width: 50%;
}
@media all and (max-width: 768px) {
  .einsatzbereich-header .container_center .left {
    width: 100%;
    padding-top: 25px;
    padding-right: 0;
    order: 2;
  }
}
.einsatzbereich-header .container_center .left .textblock {
  padding-top: 0;
}
.einsatzbereich-header .container_center .left .zitat {
  margin-top: 100px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #EAECED;
  padding: 50px 10% 5% 10%;
  font-size: 20px;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .einsatzbereich-header .container_center .left .zitat {
    font-size: 16px;
  }
}
.einsatzbereich-header .container_center .left .zitat svg {
  margin-bottom: 5px;
}
.einsatzbereich-header .container_center .left .zitat .text {
  text-align: center;
}
.einsatzbereich-header .container_center .left .zitat .author {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "GothamBookBold", sans-serif;
  text-align: center;
}
.einsatzbereich-header .container_center .left .zitat .author-image {
  width: 125px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
}
.einsatzbereich-header .container_center .left .zitat .author-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.3411764706);
}
.einsatzbereich-header .container_center .right {
  width: 50%;
}
@media all and (max-width: 768px) {
  .einsatzbereich-header .container_center .right {
    width: 100%;
    order: 1;
  }
}
.einsatzbereich-header .container_center .right img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.einsatzbereich-header .container_center .button-formular {
  width: 80%;
  margin: 25px 10%;
  display: block;
  position: relative;
}
.einsatzbereich-header .container_center .button-formular.button-mobile {
  display: none;
  margin: 2px 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .einsatzbereich-header .container_center .button-formular.button-mobile {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .einsatzbereich-header .container_center .button-formular.button-desktop {
    display: none;
  }
}

.einsatzbereich-keyfacts .container_center {
  display: flex;
  flex-wrap: wrap;
}
.einsatzbereich-keyfacts .container_center .keyfact {
  padding: 30px 0 0;
  width: 50%;
}
@media all and (max-width: 768px) {
  .einsatzbereich-keyfacts .container_center .keyfact {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.einsatzbereich-keyfacts .container_center .keyfact:nth-child(2n+1) {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .einsatzbereich-keyfacts .container_center .keyfact:nth-child(2n+1) {
    padding-right: 0;
  }
}
.einsatzbereich-keyfacts .container_center .keyfact:nth-child(2n) {
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .einsatzbereich-keyfacts .container_center .keyfact:nth-child(2n) {
    padding-left: 0;
  }
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner {
  border-top: 1px dashed #B1B1B2;
  padding: 25px 0 0;
}
@media all and (max-width: 768px) {
  .einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner {
    border-bottom: 1px dashed #B1B1B2;
    border-top: none;
    padding: 0 0 20px 0;
  }
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .heading {
  font-family: "GothamBookBold", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .textblock {
  padding: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .textblock {
    font-size: 15px;
  }
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .textblock li {
  margin: 5px 0;
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .youtubeVideoIframe {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .youtubeVideoIframe iframe {
  width: 100%;
}
.einsatzbereich-keyfacts .container_center .keyfact .keyfact-inner .item_image {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

@media only screen and (max-width: 768px) {
  body.pagetyp-einsatzbereich #footer-svg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.pagetyp-einsatzbereich footer {
    background-color: transparent;
  }
}

.footer-einsatzbereich {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .footer-einsatzbereich {
    padding-top: 25px;
  }
}

.einsatzbereich-form {
  display: flex;
  /************************************************************************/
  /* FORUMLAR */
  /************************************************************************/
  /* Text */
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form {
    display: block;
  }
}
.einsatzbereich-form .left {
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left {
    width: 100%;
    padding-right: 0;
  }
}
.einsatzbereich-form .left form {
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left form {
    box-shadow: none;
  }
}
.einsatzbereich-form .left form a {
  color: #000;
  text-decoration: underline;
}
.einsatzbereich-form .left form .heading__2 {
  text-transform: uppercase;
  font-family: "GothamBookBold", sans-serif;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left form .heading__2 {
    font-size: 22px;
  }
}
.einsatzbereich-form .left form .line {
  margin-bottom: 10px;
  display: flex;
}
.einsatzbereich-form .left form .line.line-1-cols .col {
  width: 100%;
  padding-right: 0 !important;
}
.einsatzbereich-form .left form .line .col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left form .line .col {
    width: 100%;
  }
}
.einsatzbereich-form .left form .line .col label {
  padding-bottom: 5px;
  font-size: 13px;
  display: block;
}
.einsatzbereich-form .left form .line .col:nth-child(1) {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left form .line .col:nth-child(1) {
    padding-right: 7px;
  }
}
.einsatzbereich-form .left form .line .col:nth-child(2) {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .left form .line .col:nth-child(2) {
    padding-left: 7px;
  }
}
.einsatzbereich-form .left form .line .col input, .einsatzbereich-form .left form .line .col textarea {
  width: 100%;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  font-size: 13px;
  padding: 5px;
  background-color: #FFF;
}
.einsatzbereich-form .left form .line .col input.errorInput, .einsatzbereich-form .left form .line .col textarea.errorInput {
  border: 2px solid red;
}
.einsatzbereich-form .left form .line .col textarea {
  min-height: 100px;
}
.einsatzbereich-form .left form .privacyCont {
  font-size: 12px;
  margin-bottom: 15px;
}
.einsatzbereich-form .left form .privacyCont.errorInput {
  border: 2px solid red;
}
.einsatzbereich-form .left form .privacyCont .PrivacyR {
  width: calc(100% - 50px);
  padding-left: 4px;
}
.einsatzbereich-form .left form .req-field {
  font-size: 11px;
  margin-top: 20px;
}
.einsatzbereich-form .left form .buttonCont {
  margin: 25px 0 0 0;
  text-align: center;
}
.einsatzbereich-form .left form #errorInFormFields, .einsatzbereich-form .left form #errorGeneral, .einsatzbereich-form .left form #formSentInfo {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  border: 2px solid rgb(52, 235, 76);
  background-color: rgba(52, 235, 76, 0.4);
  padding: 8px 10px;
  display: none;
}
.einsatzbereich-form .left form #errorInFormFields, .einsatzbereich-form .left form #errorGeneral {
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.1);
}
.einsatzbereich-form .right {
  width: 50%;
  padding-left: 30px;
  text-align: left;
}
.einsatzbereich-form .right #footer-svg-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .right {
    width: 100%;
    padding-left: 0;
    background-color: transparent !important;
  }
  .einsatzbereich-form .right #footer-svg-mobile {
    display: block;
    width: 100%;
    fill: #FFF;
  }
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .right .right-inner {
    padding: 25px 20px;
  }
}
.einsatzbereich-form .right .ut {
  margin: 15px 0 70px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .right .ut {
    display: none;
  }
}
.einsatzbereich-form .right .contact-block {
  padding-bottom: 35px;
  max-width: 60%;
  padding-left: 80px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1320px) {
  .einsatzbereich-form .right .contact-block {
    max-width: 100%;
  }
}
.einsatzbereich-form .right .contact-block svg, .einsatzbereich-form .right .contact-block img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
}
.einsatzbereich-form .right .contact-block img {
  width: 40px;
  height: 40px;
}
.einsatzbereich-form .right .contact-block .contact-block-titel {
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .right .contact-block .contact-block-titel {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .einsatzbereich-form .right .contact-block .contact-block-text {
    font-size: 15px;
  }
}

footer .sponsoren-footer {
  background-color: #FFF;
  padding: 15px 0;
}
footer .sponsoren-footer .container_center_footer {
  display: flex;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer {
    display: block;
  }
}
footer .sponsoren-footer .container_center_footer .label {
  color: #000;
  font-size: 11px;
  padding: 0 25px 0 10px;
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .label {
    padding: 0 0 12px 0 !important;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .label .dp {
    display: none;
  }
}
footer .sponsoren-footer .container_center_footer .sponsoren-left {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  footer .sponsoren-footer .container_center_footer .sponsoren-left {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .sponsoren-left {
    display: block;
    padding: 10px;
    width: 100%;
  }
}
footer .sponsoren-footer .container_center_footer .sponsoren-left .label {
  padding: 0 25px 0 10px;
  order: 2;
}
footer .sponsoren-footer .container_center_footer .sponsoren-left .sponsoren {
  order: 1;
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .sponsoren-left .sponsoren {
    padding: 0 0 12px 0;
    width: 100%;
  }
}
footer .sponsoren-footer .container_center_footer .sponsoren-right {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  footer .sponsoren-footer .container_center_footer .sponsoren-right {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .sponsoren-right {
    display: block;
    padding: 10px;
    width: 100%;
  }
}
footer .sponsoren-footer .container_center_footer .sponsoren {
  display: flex;
  align-items: baseline;
}
footer .sponsoren-footer .container_center_footer .sponsoren .item {
  padding: 0 20px;
}
@media only screen and (max-width: 1200px) {
  footer .sponsoren-footer .container_center_footer .sponsoren .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  footer .sponsoren-footer .container_center_footer .sponsoren .item {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .sponsoren .item {
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
  }
}
footer .sponsoren-footer .container_center_footer .sponsoren .item img {
  height: 20px;
  width: auto;
  display: block;
  max-width: unset;
}
@media only screen and (max-width: 1200px) {
  footer .sponsoren-footer .container_center_footer .sponsoren .item img {
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  footer .sponsoren-footer .container_center_footer .sponsoren .item img {
    margin: 0 auto;
  }
}

.social-sharing {
  transform: rotate(-270deg) translateY(0px);
  transform-origin: right top;
  position: fixed;
  right: 5px;
  bottom: 55px;
  padding: 6px;
  border-radius: 8px;
  transition: all 0.3s;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .social-sharing {
    right: 0;
    border-radius: 0 0 5px 5px;
    padding-right: 10px;
    bottom: 0px;
  }
}
.social-sharing .social-sharing-inner {
  display: flex;
}
.social-sharing .social-sharing-inner .sharer-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  padding-right: 10px;
  order: 2;
}
.social-sharing .social-sharing-inner .sharer-link span.title {
  padding-right: 10px;
  display: inline-block;
  order: 1;
}
.social-sharing .social-sharing-inner .sharer-link svg {
  order: 2;
}
.social-sharing .social-sharing-inner .socials-container {
  padding-left: 10px;
  order: 1;
  display: none;
  transform: rotate(180deg);
}
.social-sharing .social-sharing-inner .socials-container a {
  padding: 0 5px;
}
.social-sharing .social-sharing-inner .socials-container a span {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .social-sharing .social-sharing-inner .socials-container a span {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .social-sharing .social-sharing-inner:hover .socials-container {
    display: block;
  }
}
.social-sharing.is-open .socials-container {
  display: block;
}

body.einsatzbereich-finder-overlay-visible {
  height: 100%;
  overflow: hidden;
}
body.einsatzbereich-finder-overlay-visible .overlay-einsatzbereich-suche {
  display: block !important;
}

.overlay-einsatzbereich-suche {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  display: none;
  overflow-y: scroll;
  height: 100%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche {
    max-height: 100%;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner {
  position: relative;
  height: 100%;
  padding: 20px;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner {
    padding-top: 0;
    overflow-y: scroll;
    height: unset;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center {
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  height: 100%;
  margin: 0 auto !important;
  padding: 20px 0;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center {
    padding-top: 5px;
    display: block;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top {
  text-align: left;
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-logo {
  position: absolute;
  left: 20px;
  top: 10px;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-logo {
    position: static;
    margin-top: 10px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-logo img {
  width: 100px;
  height: 100px;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-logo img {
    width: 70px;
    height: 70px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-close {
  position: absolute;
  right: 38px;
  top: 21px;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-close {
    right: 28px;
    top: 20px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .overlay-einsatzbereich-suche-inner-top .overlay-einsatzbereich-suche-close svg {
  width: 20px;
  height: 20px;
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center {
  max-width: 1320px;
  margin: 20px auto;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center {
    margin-top: 0;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .slogan {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  padding: 0 25px;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .slogan {
    padding: 0 15px;
    font-size: 22px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .suche-slogan {
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "GothamBookBold", sans-serif;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .suche-slogan {
    font-size: 13px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks {
  margin: 30px 0 0;
  height: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks {
    margin: 20px 0 0;
    padding-bottom: 25px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-height: 800px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks {
    position: static;
    transform: none;
  }
}
@media all and (max-width: 1000px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks {
    position: static;
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks {
    position: static;
    transform: none;
    top: 0;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner {
    display: block;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block {
  width: calc(50% - 16px);
  margin: 8px;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner {
  box-shadow: 0px 3px 23px rgba(0, 0, 0, 0.1411764706);
  border: 1px solid #EAECED;
  border-radius: 13px;
  padding: 50px 15%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner {
    padding: 25px;
    min-height: 250px;
  }
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner {
    padding: 20px;
    min-height: unset;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner img.svg {
  height: 29px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner img.svg {
    height: 25px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .titel {
  color: #E3001B;
  font-family: "GothamBookBold", sans-serif;
  font-size: 15px;
  margin: 12px 0 15px;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .titel {
    font-size: 14px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .text {
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .text {
    font-size: 14px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 119px;
  height: 100%;
  background-color: #FFF;
  padding: 0 25px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages {
    position: static;
    padding: 20px 0;
  }
}
@media all and (max-width: 1200px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages {
    top: 100px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-family: "GothamBookBold", sans-serif;
  font-size: 15px;
  padding-left: 27px;
  background-image: url(/Content/svg/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.4s;
  margin: 6px;
}
@media all and (max-width: 1200px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages a {
    padding-left: 20px;
    font-size: 14px;
    margin: 5px;
  }
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages a {
    display: block;
    margin: 0;
    padding: 8px;
    background: none;
  }
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages a span {
    background-image: url(/Content/svg/icon-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    width: 20px;
  }
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner .pages a:hover {
  background-position: 5px center;
}
.overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner.is-open .pages {
  display: block !important;
}
@media all and (max-width: 768px) {
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner.is-open .titel, .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner.is-open .text, .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner:hover .titel, .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner:hover .text {
    display: none;
  }
  .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner.is-open .pages, .overlay-einsatzbereich-suche .overlay-einsatzbereich-suche-inner .container_center .blocks .einsatzbereiche-suche-blocks .inner .block .block-inner:hover .pages {
    display: block !important;
  }
}

/*
* Verschiedene Anzeigemöglichkeiten
* Standard ist als kleines Popup unten rechts
*/
.klaro .cn-learn-more {
  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: 12px 8px;
  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: #ffffff;
}
.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background: #ffffff;
  color: #ffffff;
}
.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: #E3001B;
  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 0 16px 0;
  font-size: 1.6em;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-header p {
  line-height: 1.6;
}
.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: #E3001B;
  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: #E3001B;
  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;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  padding: 15px 15px 10px 15px;
  margin: 0;
  top: unset;
  right: 20px;
  bottom: 20px;
  transform: none;
  border-radius: 8px;
  position: absolute;
  max-width: 540px;
}
@media all and (max-width: 768px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
  }
}

.cm-list-description {
  color: #FFF !important;
}

.cm-header {
  border: 0 !important;
  padding-top: 30px !important;
}
.cm-header h1 {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.cm-body {
  padding-bottom: 50px !important;
}

.cm-footer {
  border: 0 !important;
}
.cm-footer .cm-footer-buttons {
  position: relative;
}
@media all and (max-width: 768px) {
  .cm-footer .cm-footer-buttons {
    display: block !important;
  }
}
.cm-footer .cm-footer-buttons button {
  width: 50%;
}
@media all and (max-width: 768px) {
  .cm-footer .cm-footer-buttons button {
    width: 100%;
    margin-bottom: 5px;
  }
}
.cm-footer .cm-footer-buttons .cn-decline-link {
  background: transparent;
  text-decoration: underline;
  border: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: -40px;
  width: auto;
  text-align: left;
  cursor: pointer;
}
.cm-footer .cm-footer-buttons .cm-btn-accept-all {
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #79a12f !important;
}
.cm-footer .cm-footer-buttons .cm-btn-accept {
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.klaro .cookie-modal .cm-switch, .klaro .cookie-notice .cm-switch {
  height: 24px;
}

.klaro .cookie-modal .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  bottom: 2px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #79a12f !important;
}

.klaro .cookie-modal .slider, .klaro .cookie-notice .slider {
  box-shadow: none !important;
}

.cm-powered-by a {
  font-size: 2rem;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cm-powered-by a::after {
  content: "x";
}

.cm-app .cm-list-description {
  color: #ffffff !important;
}
.cm-app .purposes {
  display: none !important;
}

.issuu-container {
  display: none;
}

.dsgvo-info-issuu {
  padding: 20px;
  background: url(/Content/Img/bg_issuu_container.png) no-repeat center center;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.05);
}
.dsgvo-info-issuu .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.dsgvo-info-issuu .text {
  font-size: 0.9rem;
  margin-bottom: 13px;
  line-height: 1.6;
}
.dsgvo-info-issuu .button {
  font-size: 0.85rem;
  min-width: unset;
  min-height: unset;
  padding: 10px;
}

.dsgvo-info-youtube {
  max-width: 600px;
  padding: 20px;
  background: url(/Content/Img/bg_youtube_container.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dsgvo-info-youtube .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.dsgvo-info-youtube .text {
  font-size: 0.9rem;
  margin-bottom: 13px;
  line-height: 1.6;
}
.dsgvo-info-youtube .button {
  font-size: 0.85rem;
  min-width: unset;
  min-height: unset;
  padding: 10px;
}

.youtube-video-container,
.youtube-api-container-wrap {
  display: none;
}

/*
@import '../tbModule/tbLogin/tb-passwortmeter.scss';
@import "../tbmodule/tblogin/loginmask.scss";
@import "../Templates/partials/breadcrumb.scss";
@import "../tbModule/tbNews/news_intro.scss";
@import "../tbModule/tbNews/news_volluebersicht.scss";
@import "../tbModule/tbNews/news_topx.scss";
@import '../tbModule/tbFormCreator/formcreator.scss';
@import "../tbModule/tbSiteSearch/sitesearch.scss";
@import "../tbModule/tbContent/basistext_alt.scss";
@import "../tbModule/tbContent/accordeon.scss";
@import "../tbModule/tbContent/singlelink.scss";
@import "../tbModule/tbContent/singledownload.scss";
@import "../tbModule/tbContent/singlevideo.scss";
@import "../tbModule/tbContent/slider.scss";
@import "../tbModule/tbContent/slider_alt.scss";
@import "../tbModule/tbContent/sliderboxes.scss";
@import "../tbModule/tbContent/sliderboxes_team.scss";
@import "../tbModule/tbContent/gallery.scss";
@import "../tbModule/tbContent/google_map.scss";
@import "../tbModule/tbContent/issuu.scss";
@import "../tbModule/tbShop/css/_tbshop.scss";
*/
