@charset "UTF-8";
@font-face {
  font-family: 'spar-regular';
  src: url("fonts/sparrg-webfont.eot");
  src: url("fonts/sparrg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparrg-webfont.woff") format("woff"), url("fonts/SparRg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'spar-light';
  src: url("fonts/sparlt-webfont.eot");
  src: url("fonts/sparlt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparlt-webfont.woff") format("woff"), url("fonts/SparLt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 4, ../../sass/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../../sass/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../../sass/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../../sass/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../../sass/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../../sass/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../../sass/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../../sass/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../../sass/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../../sass/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../../sass/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../../sass/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../../sass/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../../sass/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../../sass/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../../sass/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../../sass/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../../sass/font-awesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../../sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../../sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../../sass/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../../sass/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../../sass/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../../sass/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../../sass/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../../sass/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../../sass/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../../sass/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../../sass/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../../sass/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../../sass/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../../sass/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../../sass/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../../sass/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../../sass/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../../sass/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../../sass/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../../sass/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../../sass/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../../sass/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../../sass/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../../sass/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../../sass/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../../sass/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../../sass/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../../sass/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../../sass/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../../sass/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../../sass/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../../sass/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../../sass/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../../sass/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../../sass/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../../sass/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../../sass/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../../sass/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../../sass/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../../sass/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../../sass/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../../sass/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../../sass/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../../sass/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../../sass/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../../sass/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../../sass/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../../sass/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../../sass/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../../sass/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../../sass/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../../sass/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../../sass/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../../sass/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../../sass/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../../sass/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../../sass/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../../sass/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../../sass/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../../sass/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../../sass/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../../sass/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../../sass/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../../sass/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../../sass/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../../sass/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../../sass/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../../sass/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../../sass/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../../sass/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../../sass/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../../sass/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../../sass/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../../sass/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../../sass/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../../sass/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../../sass/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../../sass/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../../sass/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../../sass/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../../sass/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../../sass/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../../sass/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../../sass/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../../sass/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../../sass/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../../sass/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../../sass/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../../sass/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../../sass/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../../sass/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../../sass/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../../sass/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../../sass/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../../sass/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../../sass/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../../sass/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../../sass/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../../sass/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../../sass/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../../sass/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../../sass/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../../sass/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../../sass/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../../sass/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../../sass/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../../sass/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../../sass/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../../sass/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../../sass/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../../sass/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../../sass/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../../sass/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../../sass/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../../sass/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../../sass/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../../sass/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../../sass/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../../sass/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../../sass/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../../sass/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../../sass/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../../sass/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../../sass/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../../sass/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../../sass/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../../sass/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../../sass/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../../sass/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../../sass/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../../sass/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../../sass/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../../sass/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../../sass/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../../sass/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../../sass/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../../sass/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../../sass/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../../sass/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../../sass/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../../sass/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../../sass/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../../sass/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../../sass/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../../sass/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../../sass/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../../sass/font-awesome/scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 167, ../../sass/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 168, ../../sass/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 169, ../../sass/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 170, ../../sass/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 171, ../../sass/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 172, ../../sass/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 173, ../../sass/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 174, ../../sass/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 175, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 176, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 177, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 178, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 179, ../../sass/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 180, ../../sass/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 181, ../../sass/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 182, ../../sass/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 183, ../../sass/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 184, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 185, ../../sass/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 187, ../../sass/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 189, ../../sass/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 190, ../../sass/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 191, ../../sass/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 193, ../../sass/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 195, ../../sass/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 196, ../../sass/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 198, ../../sass/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 199, ../../sass/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 202, ../../sass/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 203, ../../sass/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 204, ../../sass/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 205, ../../sass/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 206, ../../sass/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 207, ../../sass/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 208, ../../sass/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 209, ../../sass/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 210, ../../sass/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 211, ../../sass/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 212, ../../sass/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 213, ../../sass/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 214, ../../sass/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 215, ../../sass/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 216, ../../sass/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 217, ../../sass/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 218, ../../sass/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 219, ../../sass/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 221, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 223, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 225, ../../sass/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 226, ../../sass/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 227, ../../sass/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 229, ../../sass/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 231, ../../sass/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 233, ../../sass/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 234, ../../sass/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 235, ../../sass/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 237, ../../sass/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 238, ../../sass/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 239, ../../sass/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 241, ../../sass/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 242, ../../sass/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 243, ../../sass/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 244, ../../sass/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 245, ../../sass/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 246, ../../sass/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 247, ../../sass/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 248, ../../sass/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 249, ../../sass/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 250, ../../sass/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 251, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 252, ../../sass/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 253, ../../sass/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 254, ../../sass/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 255, ../../sass/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 256, ../../sass/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 257, ../../sass/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 258, ../../sass/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 259, ../../sass/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 260, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 261, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 262, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 263, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 264, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 265, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 266, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 267, ../../sass/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 268, ../../sass/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 269, ../../sass/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 270, ../../sass/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 271, ../../sass/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 273, ../../sass/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 274, ../../sass/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 275, ../../sass/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 276, ../../sass/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 277, ../../sass/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 278, ../../sass/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 280, ../../sass/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 281, ../../sass/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 282, ../../sass/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 283, ../../sass/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 284, ../../sass/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 285, ../../sass/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 286, ../../sass/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 287, ../../sass/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 288, ../../sass/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 289, ../../sass/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 290, ../../sass/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 291, ../../sass/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 292, ../../sass/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 294, ../../sass/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 297, ../../sass/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 298, ../../sass/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 299, ../../sass/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 300, ../../sass/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 302, ../../sass/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 303, ../../sass/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 304, ../../sass/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 305, ../../sass/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 306, ../../sass/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 307, ../../sass/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 308, ../../sass/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 309, ../../sass/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 310, ../../sass/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 311, ../../sass/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 312, ../../sass/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 313, ../../sass/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 314, ../../sass/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 315, ../../sass/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 316, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 317, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 318, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 319, ../../sass/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 320, ../../sass/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 321, ../../sass/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 322, ../../sass/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 323, ../../sass/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 324, ../../sass/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 325, ../../sass/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 326, ../../sass/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 327, ../../sass/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 328, ../../sass/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 329, ../../sass/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 330, ../../sass/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 331, ../../sass/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 332, ../../sass/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 333, ../../sass/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 334, ../../sass/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 335, ../../sass/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 336, ../../sass/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 337, ../../sass/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 338, ../../sass/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 339, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 341, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 343, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 345, ../../sass/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 347, ../../sass/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 348, ../../sass/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 350, ../../sass/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 352, ../../sass/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 356, ../../sass/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 359, ../../sass/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 361, ../../sass/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 363, ../../sass/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 364, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 365, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 366, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 367, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 368, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 369, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 370, ../../sass/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 371, ../../sass/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 372, ../../sass/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 373, ../../sass/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 374, ../../sass/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 375, ../../sass/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 376, ../../sass/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 377, ../../sass/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 378, ../../sass/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 379, ../../sass/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 380, ../../sass/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 381, ../../sass/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 382, ../../sass/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 383, ../../sass/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 384, ../../sass/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 385, ../../sass/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 386, ../../sass/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 387, ../../sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 388, ../../sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 389, ../../sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 390, ../../sass/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 391, ../../sass/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 392, ../../sass/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 393, ../../sass/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 394, ../../sass/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 395, ../../sass/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 396, ../../sass/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 397, ../../sass/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 398, ../../sass/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 399, ../../sass/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 400, ../../sass/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 401, ../../sass/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 403, ../../sass/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 404, ../../sass/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 405, ../../sass/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 406, ../../sass/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 407, ../../sass/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 408, ../../sass/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 409, ../../sass/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 410, ../../sass/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 411, ../../sass/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 412, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 413, ../../sass/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 414, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 416, ../../sass/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 417, ../../sass/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 418, ../../sass/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 419, ../../sass/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 421, ../../sass/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 422, ../../sass/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 423, ../../sass/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 424, ../../sass/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 425, ../../sass/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 426, ../../sass/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 427, ../../sass/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 430, ../../sass/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 432, ../../sass/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 433, ../../sass/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 434, ../../sass/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 435, ../../sass/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 436, ../../sass/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 437, ../../sass/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 438, ../../sass/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 439, ../../sass/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 440, ../../sass/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 441, ../../sass/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 442, ../../sass/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 443, ../../sass/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 444, ../../sass/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 445, ../../sass/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 446, ../../sass/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 447, ../../sass/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 448, ../../sass/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 449, ../../sass/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 450, ../../sass/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 451, ../../sass/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 452, ../../sass/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 453, ../../sass/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 454, ../../sass/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 455, ../../sass/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 456, ../../sass/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 457, ../../sass/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 459, ../../sass/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 461, ../../sass/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 462, ../../sass/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 463, ../../sass/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 464, ../../sass/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 465, ../../sass/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 466, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 467, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 468, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 469, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 470, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 473, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 475, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 477, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 479, ../../sass/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 480, ../../sass/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 481, ../../sass/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 482, ../../sass/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 483, ../../sass/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 488, ../../sass/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 489, ../../sass/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 491, ../../sass/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 493, ../../sass/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 494, ../../sass/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 495, ../../sass/font-awesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 496, ../../sass/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 497, ../../sass/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 498, ../../sass/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 500, ../../sass/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 502, ../../sass/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 504, ../../sass/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 505, ../../sass/font-awesome/scss/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

/* line 507, ../../sass/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 508, ../../sass/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 509, ../../sass/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 510, ../../sass/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 511, ../../sass/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 512, ../../sass/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 513, ../../sass/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 515, ../../sass/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 516, ../../sass/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 517, ../../sass/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 518, ../../sass/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 519, ../../sass/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 520, ../../sass/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 521, ../../sass/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 522, ../../sass/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 523, ../../sass/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 524, ../../sass/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 525, ../../sass/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 526, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 527, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 528, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 529, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 530, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 531, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 532, ../../sass/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 533, ../../sass/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 534, ../../sass/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 535, ../../sass/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 536, ../../sass/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 537, ../../sass/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 538, ../../sass/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 539, ../../sass/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 540, ../../sass/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 541, ../../sass/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 542, ../../sass/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 543, ../../sass/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 544, ../../sass/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 545, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 546, ../../sass/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 547, ../../sass/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 548, ../../sass/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 549, ../../sass/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 550, ../../sass/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 551, ../../sass/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 552, ../../sass/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 555, ../../sass/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 556, ../../sass/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 557, ../../sass/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 558, ../../sass/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 559, ../../sass/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 560, ../../sass/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 561, ../../sass/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 562, ../../sass/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 563, ../../sass/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 564, ../../sass/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 565, ../../sass/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 566, ../../sass/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 567, ../../sass/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 568, ../../sass/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 569, ../../sass/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 570, ../../sass/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 571, ../../sass/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 572, ../../sass/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 573, ../../sass/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 574, ../../sass/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 575, ../../sass/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 576, ../../sass/font-awesome/scss/_icons.scss */
.fa-transgender:before {
  content: "";
}

/* line 577, ../../sass/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 578, ../../sass/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 579, ../../sass/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 580, ../../sass/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 581, ../../sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 582, ../../sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 583, ../../sass/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 584, ../../sass/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 585, ../../sass/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 586, ../../sass/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 587, ../../sass/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 588, ../../sass/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 589, ../../sass/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 590, ../../sass/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 591, ../../sass/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 593, ../../sass/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 594, ../../sass/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 595, ../../sass/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 596, ../../sass/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "";
}

@media all {
  /**
   *  @section Normalisation Module
   */
  /* (en) Global reset of paddings and margins for all HTML elements */
  /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  /* line 8, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  * {
    margin: 0;
    padding: 0;
  }

  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  option {
    padding-left: 0.4em;
  }

  /* line 13, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  select {
    padding: 1px;
  }

  /*
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  /* line 25, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  * html body * {
    overflow: visible;
  }

  /*
  * (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
  *      Standard values for colors and text alignment
  *
  * (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
  *      Vorgabe der Standardfarben und Textausrichtung
  */
  /* line 34, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  body {
    font-size: 100%;
    background: #fff;
    color: #000;
    text-align: left;
  }

  /* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
  /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
  /* line 44, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  div:target,
  h1:target,
  h2:target,
  h3:target,
  h4:target,
  h5:target,
  h6:target {
    outline: 0 none;
  }

  /* (en) HTML5 - adjusting visual formatting model to block level */
  /* (de) HTML5 - Elements werden als Blockelemente definiert */
  /* line 56, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section,
  summary {
    display: block;
  }

  /* (en) HTML5 - default media element styles */
  /* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
  /* line 72, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  audio,
  canvas,
  video {
    display: inline-block;
  }

  /* (en) HTML5 - don't show <audio> element if there aren't controls */
  /* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
  /* line 80, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  audio:not([controls]) {
    display: none;
  }

  /* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
  /* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
  /* line 86, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  [hidden] {
    display: none;
  }

  /* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  /* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
  /* line 92, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  /* (en) set correct box-modell in IE8/9 plus remove padding */
  /* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
  /* line 99, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  /* (en) force consistant appearance of input[type="search"] elements in all browser */
  /* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
  /* line 107, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  /* line 114, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /* (en) Correct overflow displayed oddly in IE 9 */
  /* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
  /* line 121, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  svg:not(:root) {
    overflow: hidden;
  }

  /* (en) Address margin not present in IE 8/9 and Safari 5 */
  /* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
  /* line 127, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  figure {
    margin: 0;
  }

  /* (en) Clear borders for <fieldset> and <img> elements */
  /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
  /* line 133, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  fieldset,
  img {
    border: 0 solid;
  }

  /* (en) new standard values for lists, blockquote, cite and tables */
  /* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
  /* line 138, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }

  /* line 142, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
  }

  /* line 147, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  dt {
    font-weight: bold;
  }

  /* line 148, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  dd {
    margin: 0 0 1em 0.8em;
  }

  /* line 150, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  blockquote {
    margin: 0 0 1em 0.8em;
  }

  /* line 151, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  q {
    quotes: none;
  }

  /* line 153, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  /* line 161, ../../sass/yaml-sass/core/base-modules/_normalization.scss */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /**
  * @section Float Handling Module
  */
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  /* line 8, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:before, .textcntinner.style-guide.sleasing-style-guide .snippet:before, .textcntinner.style-guide.intranet-style-guide .snippet:before, .textcntinner.style-guide.spkextra-style-guide .snippet:before {
    content: "";
    display: table;
  }

  /* line 12, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix:after, .textcntinner.style-guide.sleasing-style-guide .snippet:after, .textcntinner.style-guide.intranet-style-guide .snippet:after, .textcntinner.style-guide.spkextra-style-guide .snippet:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }

  /* (en) alternative solutions to contain floats */
  /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
  /* line 23, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-dt {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 26, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-oh {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  /* line 29, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-contain-fl {
    float: left;
    width: 100%;
  }

  /**
  * @section Column Module
  *
  * default column config:
  * |-------------------------------|
  * | col1    | col3      | col2    |
  * | 20%     | flexible  | 20%     |
  * |-------------------------------|
  */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-column {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  /* line 16, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col1 {
    float: left;
    width: 20%;
  }

  /* line 17, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col2 {
    float: right;
    width: 20%;
  }

  /* line 18, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-col3 {
    width: auto;
    margin: 0 20%;
  }

  /* line 20, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox {
    padding: 0 10px;
  }

  /* line 21, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }

  /* line 22, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }

  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  /* line 26, ../../sass/yaml-sass/core/base-modules/_columns.scss */
  .ym-ie-clearing {
    display: none;
  }

  /**
  * @section Grid Module
  */
  /* line 7, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-grid, .mm {
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 16, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gl {
    float: left;
    margin: 0;
  }

  /* line 21, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px;
  }

  /* line 26, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g20 {
    width: 20%;
  }

  /* line 27, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g30 {
    width: 30%;
  }

  /* line 28, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g40 {
    width: 40%;
  }

  /* line 29, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g60 {
    width: 60%;
  }

  /* line 30, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g80 {
    width: 80%;
  }

  /* line 31, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g25 {
    width: 25%;
  }

  /* line 32, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g33 {
    width: 33.333%;
  }

  /* line 33, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g50 {
    width: 50%;
  }

  /* line 34, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g66 {
    width: 66.666%;
  }

  /* line 35, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g75 {
    width: 75%;
  }

  /* line 36, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g38 {
    width: 38.2%;
  }

  /* line 37, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g62 {
    width: 61.8%;
  }

  /* line 39, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox {
    padding: 0 10px;
  }

  /* line 40, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-left {
    padding: 0 10px 0 0;
  }

  /* line 41, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-right {
    padding: 0 0 0 10px;
  }

  /* line 43, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize {
    overflow: hidden;
  }

  /* line 45, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }

  /* line 52, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }

  /**
  * @section Form Module
  */
  /** Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | form                          |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /form                         |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  */
  /* line 21, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form,
  .ym-form fieldset {
    overflow: hidden;
  }

  /* line 25, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form div {
    position: relative;
  }
  /* line 27, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label,
  .ym-form .ym-message {
    position: relative;
    line-height: 1.5;
    display: block;
  }
  /* line 35, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-message {
    clear: both;
  }
  /* line 39, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check label {
    display: inline;
  }
  /* line 43, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea {
    cursor: text;
  }
  /* line 46, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="image"],
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"],
  .ym-form select,
  .ym-form label {
    cursor: pointer;
  }
  /* line 56, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form textarea {
    overflow: auto;
  }
  /* line 62, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input.hidden,
  .ym-form input[type=hidden] {
    display: none !important;
  }
  /* line 69, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:before,
  .ym-form .ym-fbox-text:before,
  .ym-form .ym-fbox-select:before,
  .ym-form .ym-fbox-check:before,
  .ym-form .ym-fbox-button:before {
    content: "";
    display: table;
  }
  /* line 78, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox:after,
  .ym-form .ym-fbox-text:after,
  .ym-form .ym-fbox-select:after,
  .ym-form .ym-fbox-check:after,
  .ym-form .ym-fbox-button:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  /* line 92, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input:focus,
  .ym-form .ym-fbox-check input:hover,
  .ym-form .ym-fbox-check input:active,
  .ym-form input[type="radio"]:focus,
  .ym-form input[type="radio"]:hover,
  .ym-form input[type="radio"]:active,
  .ym-form input[type="checkbox"]:focus,
  .ym-form input[type="checkbox"]:hover,
  .ym-form input[type="checkbox"]:active {
    border: 0 none;
  }
  /* line 108, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input,
  .ym-form textarea,
  .ym-form select {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }
  /* line 118, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-check input,
  .ym-form input[type="radio"],
  .ym-form input[type="checkbox"] {
    display: inline;
    margin-left: 0;
    margin-right: 0.5ex;
    width: auto;
    height: auto;
  }
  /* line 128, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form input[type="image"] {
    border: 0;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  /* line 137, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form label,
  .ym-form .ym-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 144, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-fbox-button input {
    display: inline;
    overflow: visible;
    width: auto;
  }
  /* line 151, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-form .ym-inline {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: auto;
    vertical-align: baseline;
  }

  /* default form wrapper width */
  /* line 161, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap {
    display: table;
    table-layout: fixed;
    width: 70%;
  }
  /* line 166, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input,
  .ym-fbox-wrap textarea,
  .ym-fbox-wrap select {
    width: 100%;
  }
  /* line 172, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="image"] {
    width: auto;
  }
  /* line 176, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap input[type="radio"],
  .ym-fbox-wrap input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-left: 0;
    margin-right: 0.5ex;
  }
  /* line 184, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap label,
  .ym-fbox-wrap .ym-label {
    display: inline;
  }

  /* line 191, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full input,
  .ym-full textarea,
  .ym-full select {
    width: 100%;
  }
  /* line 196, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-full .ym-fbox-wrap {
    width: 100%;
  }

  /**
  *  Columnar forms display - technical base (optional)
  *
  *  |-------------------------------------------|
  *  | form                                      |
  *  |-------------------------------------------|
  *  |                                           |
  *  |   label   |   input / select / textarea   |
  *  |                                           |
  *  |-------------------------------------------|
  *  | /form                                     |
  *  |-------------------------------------------|
  *
  *  (en) Styling of forms where label floats left of form-elements
  *  (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  */
  /* line 222, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar input,
  .ym-columnar textarea,
  .ym-columnar select {
    float: left;
    margin-right: -3px;
  }
  /* line 229, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar label,
  .ym-columnar .ym-label {
    display: inline;
    float: left;
    width: 30%;
    z-index: 1;
  }
  /* line 239, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input,
  .ym-columnar .ym-message {
    margin-left: 30%;
  }
  /* line 245, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap {
    margin-left: 30%;
    margin-right: -3px;
  }
  /* line 249, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap .ym-message {
    margin-left: 0%;
  }
  /* line 253, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap label {
    float: none;
    width: auto;
    z-index: 1;
    margin-left: 0;
  }
  /* line 260, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-wrap input {
    margin-left: 0;
    position: relative;
  }
  /* line 266, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check {
    position: relative;
  }
  /* line 269, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check label,
  .ym-columnar .ym-fbox-check .ym-label {
    padding-top: 0;
  }
  /* line 274, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-check input {
    top: 3px;
  }
  /* line 280, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar .ym-fbox-button input {
    float: none;
    margin-right: 1em;
  }

  /* line 287, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-fbox-wrap + .ym-fbox-wrap {
    margin-top: 0.5em;
  }

  /* global and local columnar settings for button alignment */
  /* line 292, ../../sass/yaml-sass/core/base-modules/_forms-core.scss */
  .ym-columnar fieldset .ym-fbox-button,
  fieldset.ym-columnar .ym-fbox-button {
    padding-left: 30%;
  }

  /**
  * @section Accessibility Module
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  /* line 12, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute !important;
    top: -32768px;
    left: -32768px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  /* line 22, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
  }

  /* skiplinks:technical setup */
  /* line 30, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /* line 40, ../../sass/yaml-sass/core/base-modules/_accessibility.scss */
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media print {
  /**
  * @section print adjustments for core modules
  *
  * (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
  * (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */
  /* line 16, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-grid > .ym-gl, .mm > .ym-gl,
  .ym-grid > .ym-gr,
  .mm > .ym-gr {
    overflow: visible;
    display: table;
    table-layout: fixed;
  }

  /* (en) make .ym-print class visible */
  /* (de) .ym-print-Klasse sichtbar schalten */
  /* line 26, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-print {
    position: static;
    left: 0;
  }

  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  /* line 33, ../../sass/yaml-sass/core/base-modules/_print-core.scss */
  .ym-noprint {
    display: none !important;
  }
}
@media print {
  /**
  * @section basic layout preparation
  */
  /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers */
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  /* line 11, ../../sass/yaml-sass/print/_print.scss */
  body {
    font-size: 10pt;
    padding: 0 5px;
  }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  /* line 18, ../../sass/yaml-sass/print/_print.scss */
  nav,
  .ym-searchform {
    display: none;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  /* line 27, ../../sass/yaml-sass/print/_print.scss */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
}
/* line 2, ../../sass/mixins/placeholders/_lists.scss */
.footer ul.linklist, .footer .privacy ul.privacy-list, .textcntinner ul, .teaser ul, .no-list, .faq-container .faq-content .faq-content-inner ul, .image-pool form ul, .icon-pool form ul, .js #wishList .wish-list-container ul {
  list-style-type: none;
}
/* line 4, ../../sass/mixins/placeholders/_lists.scss */
.footer ul.linklist, .footer .privacy ul.privacy-list, .textcntinner ul, .teaser ul, .no-list, .faq-container .faq-content .faq-content-inner ul, .image-pool form ul, .icon-pool form ul, .js #wishList .wish-list-container ul, .footer ul.linklist li, .footer .privacy ul.privacy-list li, .textcntinner ul li, .teaser ul li, .no-list li, .faq-container .faq-content .faq-content-inner ul li, .image-pool form ul li, .icon-pool form ul li, .js #wishList .wish-list-container ul li {
  margin-left: 0;
  padding-left: 0;
}

/* ------- Module --------------- */
/*  box sizing */
/* line 2, ../../sass/modules/basics/_layout.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../../sass/modules/basics/_layout.scss */
body {
  background-color: #fff;
  position: relative;
}

/* line 11, ../../sass/modules/basics/_layout.scss */
.ym-wbox {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* line 17, ../../sass/modules/basics/_layout.scss */
.ym-wbox {
  padding: 30px 20px 30px 20px;
}
@media only screen and (min-width: 1200px) {
  /* line 17, ../../sass/modules/basics/_layout.scss */
  .ym-wbox {
    padding: 30px 60px 30px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 17, ../../sass/modules/basics/_layout.scss */
  .ym-wbox {
    padding: 30px 60px 30px 60px;
  }
}

/* line 27, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  /* line 27, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2 {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 27, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 27, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2 {
    padding: 0;
  }
}
/* line 41, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 .ym-gl, .ym-wbox-2 .ym-gr {
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 880px) {
  /* line 41, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2 .ym-gl, .ym-wbox-2 .ym-gr {
    padding-bottom: 20px;
  }
}
/* line 49, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 .ym-gbox .ym-gl, .ym-wbox-2 .ym-gbox .ym-gr {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 880px) {
  /* line 55, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2.with-stage {
    padding: 0;
  }
}

/* line 63, ../../sass/modules/basics/_layout.scss */
.dl-content-area.first .ym-wbox-2 {
  padding-top: 52px;
}
/* line 65, ../../sass/modules/basics/_layout.scss */
.dl-content-area.first .ym-wbox-2 .ym-gbox {
  padding-top: 45px !important;
}
@media only screen and (max-width: 980px) {
  /* line 63, ../../sass/modules/basics/_layout.scss */
  .dl-content-area.first .ym-wbox-2 {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 63, ../../sass/modules/basics/_layout.scss */
  .dl-content-area.first .ym-wbox-2 {
    padding-top: 0;
  }
}

/* line 81, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer {
  padding: 0 0 0 140px;
}
/* line 83, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer > div {
  padding-right: 140px;
}

/* line 88, ../../sass/modules/basics/_layout.scss */
.textcnt {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 94, ../../sass/modules/basics/_layout.scss */
.hellgrau1 {
  background-color: #f6f4f1 !important;
}

/* line 98, ../../sass/modules/basics/_layout.scss */
.sleasing-hellgrau1 {
  background-color: #e3e3e3 !important;
}

/* line 102, ../../sass/modules/basics/_layout.scss */
.hellgrau2 {
  background-color: #ddd8d3 !important;
}

/* line 106, ../../sass/modules/basics/_layout.scss */
.sleasing-hellgrau2 {
  background-color: #f1f1f1 !important;
}

/* line 110, ../../sass/modules/basics/_layout.scss */
.mittelgrau {
  background-color: #a3988e !important;
}

/* line 114, ../../sass/modules/basics/_layout.scss */
.sleasing-mittelgrau {
  background-color: #bbbbbb !important;
}

/* line 118, ../../sass/modules/basics/_layout.scss */
.dunkelgrau {
  background-color: #333 !important;
}

/* line 122, ../../sass/modules/basics/_layout.scss */
.markenelement-grau {
  background-color: #e2dbcf !important;
}

/* line 126, ../../sass/modules/basics/_layout.scss */
.fastweiss {
  background-color: #f7f7f7 !important;
}

/* line 130, ../../sass/modules/basics/_layout.scss */
.sek-hellgrau {
  background-color: #ebebeb !important;
}

/* line 134, ../../sass/modules/basics/_layout.scss */
.sek-mittelgrau {
  background-color: #b5b5b5 !important;
}

/* line 138, ../../sass/modules/basics/_layout.scss */
.sek-dunkelgrau {
  background-color: #666 !important;
}

/* line 142, ../../sass/modules/basics/_layout.scss */
.sleasing-dunkelgrau {
  background-color: #777777 !important;
  color: #fff !important;
}

/* line 147, ../../sass/modules/basics/_layout.scss */
.rot {
  background-color: #EE0000 !important;
}

/* line 151, ../../sass/modules/basics/_layout.scss */
.schwarz {
  background-color: #000000 !important;
  color: #fff !important;
}

/* line 156, ../../sass/modules/basics/_layout.scss */
.weiss {
  background-color: #fff !important;
}

/* line 160, ../../sass/modules/basics/_layout.scss */
.ym-text-color,
.text-farbe {
  background-color: #444 !important;
}

/* line 172, ../../sass/modules/basics/_layout.scss */
.white-bg {
  background-color: #fff;
}

/* line 177, ../../sass/modules/basics/_layout.scss */
.intro-no-headerimage {
  padding-top: 60px;
}

/* line 185, ../../sass/modules/basics/_layout.scss */
.img-wrapper {
  position: relative;
}
/* line 188, ../../sass/modules/basics/_layout.scss */
.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* line 197, ../../sass/modules/basics/_layout.scss */
div.image figure {
  display: table;
  width: 100%;
}
/* line 201, ../../sass/modules/basics/_layout.scss */
div.image figure figcaption {
  font-variant: normal;
  text-align: left;
  background: #EEEEEE none repeat scroll 0 0;
  font-size: 91.667%;
  font-weight: normal;
  overflow: hidden;
  padding: 0.3em 0.5em;
  display: table-caption;
  caption-side: bottom;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------------------ START "Altcha" ------------------------------------ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* line 218, ../../sass/modules/basics/_layout.scss */
#altcha-container {
  margin-top: 20px;
}
/* line 220, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget {
  --altcha-border-radius: 7px;
}
/* line 222, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha {
  max-width: 290px !important;
}
/* line 224, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha .altcha-main {
  gap: .1rem !important;
  padding: 1rem 1rem 1.6rem 1rem !important;
}
/* line 228, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha .altcha-footer {
  font-size: .9rem !important;
  padding: .6rem .9rem !important;
}
/* line 234, ../../sass/modules/basics/_layout.scss */
#altcha-container .altcha-label {
  margin: 0 0 9px !important;
}

/* line 224, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* line 228, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 234, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox-left {
  padding-left: 0;
  padding-right: 15px;
}

/* line 240, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-gbox-right {
  padding-left: 15px;
  padding-right: 0;
}

/* line 246, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
[class*="-push-"],
[class*="-pull-"] {
  position: relative;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-1 {
  width: 10%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-2 {
  width: 20%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-3 {
  width: 30%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-4 {
  width: 40%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-5 {
  width: 50%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-6 {
  width: 60%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-7 {
  width: 70%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-8 {
  width: 80%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-9 {
  width: 90%;
}

/* line 250, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-10 {
  width: 100%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-1 {
  left: 10%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-2 {
  left: 20%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-3 {
  left: 30%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-4 {
  left: 40%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-5 {
  left: 50%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-6 {
  left: 60%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-7 {
  left: 70%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-8 {
  left: 80%;
}

/* line 254, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-push-9 {
  left: 90%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-1 {
  left: -10%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-2 {
  left: -20%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-3 {
  left: -30%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-4 {
  left: -40%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-5 {
  left: -50%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-6 {
  left: -60%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-7 {
  left: -70%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-8 {
  left: -80%;
}

/* line 258, ../../sass/yaml-sass/mixins/_yaml-mixins-core.scss */
.ym-dl-pull-9 {
  left: -90%;
}

/* line 6, ../../sass/modules/basics/_grid.scss */
.ym-gbox {
  margin: 0 !important;
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
}
@media only screen and (max-width: 880px) {
  /* line 6, ../../sass/modules/basics/_grid.scss */
  .ym-gbox {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }
}

/* line 20, ../../sass/modules/basics/_grid.scss */
.ym-gbox-left {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 20, ../../sass/modules/basics/_grid.scss */
  .ym-gbox-left {
    padding-right: 0;
  }
}

/* line 25, ../../sass/modules/basics/_grid.scss */
.ym-gbox-right {
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 25, ../../sass/modules/basics/_grid.scss */
  .ym-gbox-right {
    padding-left: 0;
  }
}

/* line 30, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 880px) {
  /* line 30, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 30, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child {
    padding-right: 0;
  }
}

/* line 36, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child + .ym-g25 {
  padding-left: 6.66667px;
  padding-right: 13.33333px;
}
@media only screen and (min-width: 881px) {
  /* line 36, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 {
    padding-left: 6.66667px;
    padding-right: 13.33333px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 36, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 36, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 44, ../../sass/modules/basics/_grid.scss */
.ym-g25:first-child + .ym-g25 + .ym-g25 {
  padding-left: 13.33333px;
  padding-right: 6.66667px;
}
@media only screen and (min-width: 881px) {
  /* line 44, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 + .ym-g25 {
    padding-left: 13.33333px;
    padding-right: 6.66667px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 44, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 + .ym-g25 {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 44, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g25 + .ym-g25 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 52, ../../sass/modules/basics/_grid.scss */
.ym-g25.ym-gr {
  padding-left: 20px;
}
@media only screen and (max-width: 880px) {
  /* line 52, ../../sass/modules/basics/_grid.scss */
  .ym-g25.ym-gr {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 52, ../../sass/modules/basics/_grid.scss */
  .ym-g25.ym-gr {
    padding-left: 0;
  }
}

/* line 58, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gl {
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 58, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gl {
    padding-right: 0;
  }
}

/* line 63, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gl:first-child + .ym-g25 {
  padding-right: 6.66667px;
  padding-left: 13.33333px;
}
@media only screen and (max-width: 880px) {
  /* line 63, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gl:first-child + .ym-g25 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 69, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gr {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 69, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gr {
    padding-left: 0;
  }
}

/* line 74, ../../sass/modules/basics/_grid.scss */
.ym-g33:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 74, ../../sass/modules/basics/_grid.scss */
  .ym-g33:first-child {
    padding-right: 0;
  }
}

/* line 79, ../../sass/modules/basics/_grid.scss */
.ym-g33:first-child + .ym-g33 {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 79, ../../sass/modules/basics/_grid.scss */
  .ym-g33:first-child + .ym-g33 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 85, ../../sass/modules/basics/_grid.scss */
.ym-g33.ym-gr {
  padding-left: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  /* line 85, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gr {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 880px) {
  /* line 95, ../../sass/modules/basics/_grid.scss */
  .ym-gr {
    margin-left: 0;
  }

  /* line 98, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gr {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0;
    margin-left: 0;
  }

  /* line 105, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl {
    width: 50%;
  }

  /* line 109, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child {
    padding-right: 10px;
  }

  /* line 113, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child + .ym-g33.ym-gl {
    padding-left: 10px;
  }

  /* line 117, ../../sass/modules/basics/_grid.scss */
  .ym-g25 {
    width: 50%;
  }
  /* line 119, ../../sass/modules/basics/_grid.scss */
  .ym-g25:nth-child(3) {
    clear: both;
  }

  /* line 125, ../../sass/modules/basics/_grid.scss */
  .ym-g66,
  .ym-g75 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 131, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g50 {
    width: 100% !important;
    padding-right: 0;
  }

  /* line 135, ../../sass/modules/basics/_grid.scss */
  .ym-g50 + .ym-g25 {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 142, ../../sass/modules/basics/_grid.scss */
  .ym-gr {
    margin-left: 0;
  }

  /* line 145, ../../sass/modules/basics/_grid.scss */
  .ym-g30, .ym-g33, .ym-g40, .ym-g50, .ym-g60, .ym-g66, .ym-g75, .ym-g80 {
    width: 100% !important;
  }

  /* line 148, ../../sass/modules/basics/_grid.scss */
  .footer .ym-g33.ym-gl {
    float: left;
    width: 50%;
  }

  /* line 152, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child {
    padding-right: 0;
  }

  /* line 155, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child + .ym-g33.ym-gl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 161, ../../sass/modules/basics/_grid.scss */
  .ym-g25 {
    width: 100% !important;
  }

  /* line 164, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g50 {
    width: 100% !important;
    padding-left: 0;
  }
}
/* line 170, ../../sass/modules/basics/_grid.scss */
.ym-grid + .ym-grid, .mm + .ym-grid, .ym-grid + .mm, .mm + .mm {
  margin-top: 20px;
}

@media all {
  /* line 3, ../../sass/modules/basics/_typography.scss */
  html * {
    font-size: 100%;
  }

  /* line 4, ../../sass/modules/basics/_typography.scss */
  pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* line 7, ../../sass/modules/basics/_typography.scss */
  body {
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    color: #444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/
  /* line 15, ../../sass/modules/basics/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #161e21;
    margin: 0;
  }
  /* line 19, ../../sass/modules/basics/_typography.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
  }

  /* line 22, ../../sass/modules/basics/_typography.scss */
  h1 {
    /*! font-size: 48px; */
    font-size: 228.57143%;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
  }

  /* line 29, ../../sass/modules/basics/_typography.scss */
  h2 {
    /*! font-size: 32px; */
    font-size: 228.57143%;
    line-height: 1.3125;
    margin: 0 0 0.65625em 0;
  }

  /* line 36, ../../sass/modules/basics/_typography.scss */
  h3 {
    /*! font-size: 24px; */
    font-size: 171.42857%;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
  }

  /* line 43, ../../sass/modules/basics/_typography.scss */
  h4 {
    /*! font-size: 21px; */
    font-size: 150%;
    line-height: 1;
    margin: 0 0 1em 0;
  }

  /* line 50, ../../sass/modules/basics/_typography.scss */
  h5 {
    /*! font-size: 18px; */
    font-size: 128.57143%;
    line-height: 1.16667;
    margin: 0 0 1.16667em 0;
  }

  /* line 57, ../../sass/modules/basics/_typography.scss */
  h6 {
    /*! font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  /* line 67, ../../sass/modules/basics/_typography.scss */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 75, ../../sass/modules/basics/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 79, ../../sass/modules/basics/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 83, ../../sass/modules/basics/_typography.scss */
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 88, ../../sass/modules/basics/_typography.scss */
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }

  /* line 93, ../../sass/modules/basics/_typography.scss */
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 98, ../../sass/modules/basics/_typography.scss */
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }

  /* line 104, ../../sass/modules/basics/_typography.scss */
  dt {
    font-weight: bold;
  }

  /* line 108, ../../sass/modules/basics/_typography.scss */
  dd {
    margin: 0 0 1.5em 0.8em;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  /* line 114, ../../sass/modules/basics/_typography.scss */
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 120, ../../sass/modules/basics/_typography.scss */
  blockquote,
  cite,
  q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  /* line 127, ../../sass/modules/basics/_typography.scss */
  blockquote {
    background: transparent;
    color: #666;
    margin: 1.5em 0 0 1.5em;
  }

  /* line 133, ../../sass/modules/basics/_typography.scss */
  strong,
  b {
    font-weight: bold;
  }

  /* line 138, ../../sass/modules/basics/_typography.scss */
  em,
  i {
    font-style: italic;
  }

  /* line 143, ../../sass/modules/basics/_typography.scss */
  big {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  /* line 149, ../../sass/modules/basics/_typography.scss */
  small {
    /*! font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75;
  }

  /* line 155, ../../sass/modules/basics/_typography.scss */
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }

  /* line 164, ../../sass/modules/basics/_typography.scss */
  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* line 172, ../../sass/modules/basics/_typography.scss */
  pre,
  code {
    color: #800;
  }

  /* line 177, ../../sass/modules/basics/_typography.scss */
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }

  /* line 185, ../../sass/modules/basics/_typography.scss */
  var,
  dfn {
    font-style: italic;
  }

  /* line 190, ../../sass/modules/basics/_typography.scss */
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  /* line 198, ../../sass/modules/basics/_typography.scss */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  /* line 206, ../../sass/modules/basics/_typography.scss */
  sup {
    top: -0.5em;
  }

  /* line 207, ../../sass/modules/basics/_typography.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 209, ../../sass/modules/basics/_typography.scss */
  mark {
    background: #ff0;
    color: #000;
  }

  /* line 214, ../../sass/modules/basics/_typography.scss */
  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.67857em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  /* line 237, ../../sass/modules/basics/_typography.scss */
  a {
    color: #444;
    text-decoration: underline;
  }

  /* line 242, ../../sass/modules/basics/_typography.scss */
  a:hover, a:focus {
    color: #EE0000;
  }

  /* line 243, ../../sass/modules/basics/_typography.scss */
  a:active {
    outline: none;
  }

  /* line 245, ../../sass/modules/basics/_typography.scss */
  p a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  /* line 247, ../../sass/modules/basics/_typography.scss */
  p a:hover, p a:focus {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  /* --- images ------------------ */
  /* line 254, ../../sass/modules/basics/_typography.scss */
  img,
  figure {
    margin: 0;
  }

  /* line 259, ../../sass/modules/basics/_typography.scss */
  .flexible {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
  }

  /* IE6 workaround - 2% space for possible borders */
  /* line 267, ../../sass/modules/basics/_typography.scss */
  * html .flexible {
    width: 98%;
  }

  /* line 271, ../../sass/modules/basics/_typography.scss */
  .bordered {
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }

  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  /* line 289, ../../sass/modules/basics/_typography.scss */
  .highlight {
    color: #c30;
  }

  /* line 293, ../../sass/modules/basics/_typography.scss */
  .dimmed {
    color: #888;
  }

  /* line 297, ../../sass/modules/basics/_typography.scss */
  .label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    white-space: nowrap;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }

  /* line 311, ../../sass/modules/basics/_typography.scss */
  .info {
    background: #f4f4f4;
  }

  /* line 315, ../../sass/modules/basics/_typography.scss */
  .success {
    background: #8c8;
  }

  /* line 319, ../../sass/modules/basics/_typography.scss */
  .warning {
    background: #cc8;
  }

  /* line 323, ../../sass/modules/basics/_typography.scss */
  .error {
    background: none;
  }

  /* line 327, ../../sass/modules/basics/_typography.scss */
  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }

  /* line 333, ../../sass/modules/basics/_typography.scss */
  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em;
  }

  /* line 339, ../../sass/modules/basics/_typography.scss */
  .float_left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }

  /* line 345, ../../sass/modules/basics/_typography.scss */
  .float_right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }

  /* line 351, ../../sass/modules/basics/_typography.scss */
  .center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }
}
@media all {
  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */
  /* line 12, ../../sass/modules/basics/_tables.scss */
  .align-left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }

  /* line 17, ../../sass/modules/basics/_tables.scss */
  .align-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }

  /* line 22, ../../sass/modules/basics/_tables.scss */
  .align-center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }

  /* line 27, ../../sass/modules/basics/_tables.scss */
  .hide-grid,
  .hide-grid * {
    border: none !important;
  }

  /* line 31, ../../sass/modules/basics/_tables.scss */
  .odd {
    background-color: #f7f7f7;
  }

  /* line 34, ../../sass/modules/basics/_tables.scss */
  table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-top: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
    margin: 0 0 1.35714em 0;
  }
  /* line 42, ../../sass/modules/basics/_tables.scss */
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  /* line 45, ../../sass/modules/basics/_tables.scss */
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  /* line 52, ../../sass/modules/basics/_tables.scss */
  table.fixed {
    table-layout: fixed;
  }
  /* line 56, ../../sass/modules/basics/_tables.scss */
  table.bordertable {
    border: 1px #ddd8d3 solid;
  }
  /* line 59, ../../sass/modules/basics/_tables.scss */
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
  }
  /* line 66, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  /* line 69, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody th {
    border-right: 1px solid #ddd8d3;
  }
  /* line 72, ../../sass/modules/basics/_tables.scss */
  table.bordertable tbody td {
    border-right: 1px solid #ddd8d3;
  }

  /* line 79, ../../sass/modules/basics/_tables.scss */
  caption {
    font-variant: small-caps;
  }

  /* line 83, ../../sass/modules/basics/_tables.scss */
  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }

  /* line 90, ../../sass/modules/basics/_tables.scss */
  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }

  /* line 95, ../../sass/modules/basics/_tables.scss */
  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }

  /* line 100, ../../sass/modules/basics/_tables.scss */
  thead th {
    text-align: left;
    border-left: 1px #ddd8d3 solid;
    border-right: 1px #ddd8d3 solid;
    background-color: #a3988e;
    color: #fff;
    font-size: 16px;
  }

  /* line 109, ../../sass/modules/basics/_tables.scss */
  tbody {
    /* highlight row on mouse over */
  }
  /* line 110, ../../sass/modules/basics/_tables.scss */
  tbody th,
  tbody td {
    text-align: left;
    border-top: 1px solid #ddd8d3;
    border-left: 1px #ddd8d3 solid;
    border-right: 1px #ddd8d3 solid;
  }
  /* line 119, ../../sass/modules/basics/_tables.scss */
  tbody tr:hover th,
  tbody tr:hover td {
    background: #ddd8d3;
  }
}
/*------------------------------------------- Top NAV ---------------------------------------------------------------*/
/* line 4, ../../sass/modules/_header.scss */
.metaMenu {
  height: 100%;
  padding-right: 1.5%;
}

/* line 9, ../../sass/modules/_header.scss */
.languageLinksCnt {
  float: right;
}

/* line 13, ../../sass/modules/_header.scss */
.top-meta-nav {
  background-color: #f6f4f1;
  height: 32px;
  font-size: 16px;
}

/* line 19, ../../sass/modules/_header.scss */
.top-meta-nav-trennzeichen {
  border-left: 1px #a3988e solid;
  height: 40%;
  margin-top: 9px;
  margin-right: 1px;
  margin-left: 5px;
}

/* line 27, ../../sass/modules/_header.scss */
.top-meta-nav-content {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 33, ../../sass/modules/_header.scss */
.languageLinks {
  height: 100%;
  width: auto;
  float: right;
}

/* line 39, ../../sass/modules/_header.scss */
.languageLinks {
  margin-top: 5px;
}

/* line 43, ../../sass/modules/_header.scss */
.switch {
  height: 23px;
  width: 27px;
  color: #333;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 58, ../../sass/modules/_header.scss */
.switch:first-child {
  margin-right: 0;
  right: auto;
}

/* line 63, ../../sass/modules/_header.scss */
.switch.active {
  text-decoration: none !important;
  font-weight: bold;
}

/* line 68, ../../sass/modules/_header.scss */
.switch:hover, .switch:focus {
  background: none;
  color: #333;
}

/*---------------------------------------- END Top NAV --------------------------------------------------------------*/
/* line 2, ../../sass/modules/_footer.scss */
.footer .headline {
  color: #EE0000;
}
/* line 5, ../../sass/modules/_footer.scss */
.footer p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* line 9, ../../sass/modules/_footer.scss */
.footer ul.linklist {
  margin-bottom: 0;
}
/* line 12, ../../sass/modules/_footer.scss */
.footer ul.linklist li {
  margin-bottom: 10px;
}
/* line 14, ../../sass/modules/_footer.scss */
.footer ul.linklist li a {
  text-decoration: none;
}
/* line 17, ../../sass/modules/_footer.scss */
.footer ul.linklist li:last-child {
  margin-bottom: 0;
}
/* line 23, ../../sass/modules/_footer.scss */
.footer .privacy .ym-g66 {
  margin-bottom: 0;
}
/* line 26, ../../sass/modules/_footer.scss */
.footer .privacy .claim-box {
  float: left;
  width: 16.6665%;
}
/* line 29, ../../sass/modules/_footer.scss */
.footer .privacy .claim-box .moreInView {
  color: #EE0000;
  font-size: 21px;
  margin-top: 21px;
  display: block;
}
/* line 36, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box {
  float: right;
  width: 16.6665%;
}
/* line 39, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box .footer-logo {
  display: block;
  float: right;
  height: 100%;
  margin-top: 14px;
}
/* line 45, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box .olympic-logo {
  display: block;
  float: right;
  width: auto;
  margin-right: -25px;
}
/* line 52, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list {
  text-align: center;
  margin-bottom: 0;
}
/* line 56, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list li {
  display: inline-block;
  margin: 25px 0 0 30px;
}
/* line 59, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list li a {
  text-decoration: none;
}
@media only screen and (max-width: 880px) {
  /* line 66, ../../sass/modules/_footer.scss */
  .footer .privacy {
    margin-top: 0;
  }
  /* line 68, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box {
    width: 50%;
    padding-right: 20px;
  }
  /* line 71, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box .moreInView {
    text-align: right;
  }
  /* line 75, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box {
    width: 50%;
    padding-left: 20px;
  }
  /* line 78, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .footer-logo {
    float: left;
  }
  /* line 81, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .olympic-logo {
    float: left;
  }
  /* line 85, ../../sass/modules/_footer.scss */
  .footer .privacy ul.privacy-list {
    margin-top: 10px;
  }
  /* line 87, ../../sass/modules/_footer.scss */
  .footer .privacy ul.privacy-list li {
    margin: 20px 15px 0 15px;
  }
  /* line 91, ../../sass/modules/_footer.scss */
  .footer .privacy .ym-g66 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 98, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box {
    padding-right: 10px;
  }
  /* line 100, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box .moreInView {
    font-size: 20px;
  }
  /* line 104, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box {
    padding-left: 10px;
  }
}

/* line 1, ../../sass/modules/_meta.scss */
.meta {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 980px) {
  /* line 1, ../../sass/modules/_meta.scss */
  .meta {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../../sass/modules/_meta.scss */
  .meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 12, ../../sass/modules/_meta.scss */
.meta .meta-left {
  float: left;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 12, ../../sass/modules/_meta.scss */
  .meta .meta-left {
    width: 50%;
    border-bottom: 1px solid #ddd8d3;
  }
}
@media only screen and (max-width: 480px) {
  /* line 12, ../../sass/modules/_meta.scss */
  .meta .meta-left {
    width: 100%;
  }
}
/* line 23, ../../sass/modules/_meta.scss */
.meta .meta-left .logo {
  margin: 10px 30px 10px 3px;
  text-decoration: none;
}
/* line 27, ../../sass/modules/_meta.scss */
.meta .meta-left .logo:hover, .meta .meta-left .logo.focus {
  opacity: 0.5;
}
@media only screen and (max-width: 980px) {
  /* line 23, ../../sass/modules/_meta.scss */
  .meta .meta-left .logo {
    float: none;
    display: block;
    margin: 10px 0 10px 3px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 23, ../../sass/modules/_meta.scss */
  .meta .meta-left .logo {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 41, ../../sass/modules/_meta.scss */
.meta .meta-right {
  float: right;
  width: 75%;
  padding-left: 10px;
}
@media only screen and (max-width: 980px) {
  /* line 41, ../../sass/modules/_meta.scss */
  .meta .meta-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 41, ../../sass/modules/_meta.scss */
  .meta .meta-right {
    width: 50%;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd8d3;
  }
}
@media only screen and (max-width: 480px) {
  /* line 41, ../../sass/modules/_meta.scss */
  .meta .meta-right {
    width: 100%;
  }
}

/* line 59, ../../sass/modules/_meta.scss */
.ym-searchform {
  float: right;
  width: 200px;
  margin: 10px 5px 10px 10px;
  position: relative;
}
@media only screen and (max-width: 880px) {
  /* line 59, ../../sass/modules/_meta.scss */
  .ym-searchform {
    margin: 10px;
  }
}
@media only screen and (max-width: 730px) {
  /* line 59, ../../sass/modules/_meta.scss */
  .ym-searchform {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 59, ../../sass/modules/_meta.scss */
  .ym-searchform {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 77, ../../sass/modules/_meta.scss */
.ym-searchform input,
.ym-searchform select,
.ym-searchform textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 82, ../../sass/modules/_meta.scss */
.ym-searchform input {
  width: 100%;
  height: 50px;
  background-color: #f6f4f1;
  border: none;
  color: #333;
  padding: 17px 35px 17px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 95, ../../sass/modules/_meta.scss */
.lupe {
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background: no-repeat center center;
  background-image: url('../images/icons/search_grey.png');
  cursor: pointer;
}
/* line 105, ../../sass/modules/_meta.scss */
.lupe:active {
  top: 16px;
  right: 9px;
}

/* line 112, ../../sass/modules/_meta.scss */
.logincnt {
  float: right;
  position: relative;
}
@media only screen and (max-width: 480px) {
  /* line 112, ../../sass/modules/_meta.scss */
  .logincnt {
    width: 33.333%;
  }
}

/* line 121, ../../sass/modules/_meta.scss */
.login,
.logout {
  display: inline-block;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #ddd8d3;
  padding: 5px 17px;
}
@media only screen and (max-width: 730px) {
  /* line 121, ../../sass/modules/_meta.scss */
  .login,
  .logout {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 121, ../../sass/modules/_meta.scss */
  .login,
  .logout {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 121, ../../sass/modules/_meta.scss */
  .login,
  .logout {
    line-height: 40px;
    width: 100%;
  }
}

/* line 149, ../../sass/modules/_meta.scss */
.loginform {
  display: none;
  position: absolute;
  top: 65px;
  right: 50px;
  z-index: 20;
  max-width: 1180px;
  width: 98%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 158, ../../sass/modules/_meta.scss */
.loginform:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EE0000 transparent;
  top: -10px;
  right: 40px;
}
/* line 169, ../../sass/modules/_meta.scss */
.loginform .ym-grid, .loginform .mm {
  padding: 20px;
  background-color: #f6f4f1;
}
/* line 172, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
  margin: 0;
  border-left: 1px solid #ddd8d3;
}
/* line 175, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child {
  padding-right: 20px;
  border-left: none;
}
/* line 179, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column:first-child + .flyout-column, .loginform .mm .flyout-column:first-child + .flyout-column {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 183, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr {
  padding-left: 20px;
}
/* line 186, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column header, .loginform .mm .flyout-column header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 191, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column .ym-g33, .loginform .mm .flyout-column .ym-g33, .loginform .ym-grid .flyout-column .ym-g66, .loginform .mm .flyout-column .ym-g66 {
  margin: 0;
}
/* line 196, ../../sass/modules/_meta.scss */
.loginform header {
  padding: 20px;
  background-color: #fff;
}
/* line 200, ../../sass/modules/_meta.scss */
.loginform h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 205, ../../sass/modules/_meta.scss */
.loginform h5 {
  color: #EE0000;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
/* line 211, ../../sass/modules/_meta.scss */
.loginform ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 214, ../../sass/modules/_meta.scss */
.loginform ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 217, ../../sass/modules/_meta.scss */
.loginform ul li a {
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 229, ../../sass/modules/_meta.scss */
.loginform ul li a:after {
  content: "\203a";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}
/* line 239, ../../sass/modules/_meta.scss */
.loginform ul li span.time-period {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #444;
}
/* line 249, ../../sass/modules/_meta.scss */
.loginform form div {
  margin-bottom: 10px;
}
/* line 252, ../../sass/modules/_meta.scss */
.loginform form label {
  display: block;
}
/* line 255, ../../sass/modules/_meta.scss */
.loginform form input,
.loginform form select,
.loginform form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 260, ../../sass/modules/_meta.scss */
.loginform form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 265, ../../sass/modules/_meta.scss */
.loginform form button {
  display: block;
  padding: 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
/* line 274, ../../sass/modules/_meta.scss */
.loginform form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 281, ../../sass/modules/_meta.scss */
.loginform form button:hover, .loginform form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 285, ../../sass/modules/_meta.scss */
.loginform form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 291, ../../sass/modules/_meta.scss */
.loginform form .input-cnt {
  margin: 0;
  min-height: 60px;
}
/* line 295, ../../sass/modules/_meta.scss */
.loginform form .error {
  display: none;
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin: 5px 0;
}
/* line 303, ../../sass/modules/_meta.scss */
.loginform .forgot-password {
  margin-top: 20px;
}
/* line 305, ../../sass/modules/_meta.scss */
.loginform .forgot-password a {
  text-decoration: none;
}
/* line 307, ../../sass/modules/_meta.scss */
.loginform .forgot-password a:hover, .loginform .forgot-password a:focus {
  text-decoration: underline;
}
/* line 313, ../../sass/modules/_meta.scss */
.loginform .login-head a {
  color: #444;
  text-decoration: none;
}
/* line 316, ../../sass/modules/_meta.scss */
.loginform .login-head a:hover, .loginform .login-head a:focus {
  color: #EE0000;
}
/* line 320, ../../sass/modules/_meta.scss */
.loginform .login-head.active a {
  color: #EE0000;
}
/* line 324, ../../sass/modules/_meta.scss */
.loginform .login-form {
  display: none;
}
/* line 326, ../../sass/modules/_meta.scss */
.loginform .login-form:first-child {
  display: block;
}
@media only screen and (max-width: 1200px) {
  /* line 149, ../../sass/modules/_meta.scss */
  .loginform {
    right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 334, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 89px;
  }
  /* line 338, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
    border-left: none;
  }
  /* line 340, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child {
    padding-right: 0;
  }
  /* line 343, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:first-child + .flyout-column, .loginform .mm .flyout-column:first-child + .flyout-column {
    border-left: none;
    padding-left: 0;
    border-bottom: none;
    width: 50%;
  }
  /* line 349, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:first-child + .flyout-column ul:last-child, .loginform .mm .flyout-column:first-child + .flyout-column ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 357, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:last-child ul:last-child, .loginform .mm .flyout-column:last-child ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 0;
  }
  /* line 364, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50, .loginform .mm .flyout-column.ym-g50 {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 367, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50 .ym-g33, .loginform .mm .flyout-column.ym-g50 .ym-g33 {
    padding-right: 20px;
  }
  /* line 370, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50 .ym-g66, .loginform .mm .flyout-column.ym-g50 .ym-g66 {
    width: 50%;
  }
  /* line 374, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g25:nth-child(3), .loginform .mm .flyout-column.ym-g25:nth-child(3) {
    clear: none;
  }
  /* line 377, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr {
    padding-left: 0;
  }
  /* line 383, ../../sass/modules/_meta.scss */
  .loginform ul:last-child {
    margin-top: 0;
    border-top: none;
  }
  /* line 388, ../../sass/modules/_meta.scss */
  .loginform .forgot-password {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 730px) {
  /* line 393, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 68px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 149, ../../sass/modules/_meta.scss */
  .loginform {
    width: auto;
    right: 0;
    margin: 0 5px;
  }
  /* line 401, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 78px;
  }
  /* line 405, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
    width: 100% !important;
  }
  /* line 407, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr, .loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child, .loginform .ym-grid .flyout-column:first-child + .flyout-column, .loginform .mm .flyout-column:first-child + .flyout-column, .loginform .ym-grid .flyout-column:first-child + .flyout-column + .flyout-column, .loginform .mm .flyout-column:first-child + .flyout-column + .flyout-column {
    padding: 0;
  }
  /* line 412, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-gr ul, .loginform .mm .flyout-column.ym-gr ul, .loginform .ym-grid .flyout-column:first-child ul, .loginform .mm .flyout-column:first-child ul, .loginform .ym-grid .flyout-column:first-child + .flyout-column ul, .loginform .mm .flyout-column:first-child + .flyout-column ul, .loginform .ym-grid .flyout-column:first-child + .flyout-column + .flyout-column ul, .loginform .mm .flyout-column:first-child + .flyout-column + .flyout-column ul {
    margin-bottom: 30px;
  }
  /* line 414, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-gr ul:last-child, .loginform .mm .flyout-column.ym-gr ul:last-child, .loginform .ym-grid .flyout-column:first-child ul:last-child, .loginform .mm .flyout-column:first-child ul:last-child, .loginform .ym-grid .flyout-column:first-child + .flyout-column ul:last-child, .loginform .mm .flyout-column:first-child + .flyout-column ul:last-child, .loginform .ym-grid .flyout-column:first-child + .flyout-column + .flyout-column ul:last-child, .loginform .mm .flyout-column:first-child + .flyout-column + .flyout-column ul:last-child {
    margin-bottom: 30px;
  }
  /* line 421, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:last-child ul:last-child, .loginform .mm .flyout-column:last-child ul:last-child {
    margin-bottom: 0;
  }
  /* line 427, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50 .ym-g33, .loginform .mm .flyout-column.ym-g50 .ym-g33 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  /* line 434, ../../sass/modules/_meta.scss */
  .loginform .forgot-password {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 149, ../../sass/modules/_meta.scss */
  .loginform {
    top: 110px;
  }
  /* line 441, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 49%;
  }
}

/* line 448, ../../sass/modules/_meta.scss */
.errorlogin .errorinputs {
  margin-bottom: 10px;
}
/* line 450, ../../sass/modules/_meta.scss */
.errorlogin .errorinputs input {
  border: 1px solid #ddd8d3;
  padding: 10px;
}
/* line 456, ../../sass/modules/_meta.scss */
.errorlogin .ym-form .pbSubmit {
  display: block;
  padding: 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
/* line 464, ../../sass/modules/_meta.scss */
.errorlogin .ym-form .pbSubmit:hover, .errorlogin .ym-form .pbSubmit:focus {
  background-color: #fff;
  color: #EE0000;
}

/* line 472, ../../sass/modules/_meta.scss */
.switchcnt {
  float: right;
  position: relative;
}
@media only screen and (max-width: 480px) {
  /* line 472, ../../sass/modules/_meta.scss */
  .switchcnt {
    float: left;
    width: 33.333%;
  }
}

/* line 481, ../../sass/modules/_meta.scss */
.kontaktlink {
  display: block;
  padding: 5px 17px 5px 16px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #ddd8d3;
  border-right: 1px solid #ddd8d3;
}
@media only screen and (max-width: 730px) {
  /* line 481, ../../sass/modules/_meta.scss */
  .kontaktlink {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 481, ../../sass/modules/_meta.scss */
  .kontaktlink {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 481, ../../sass/modules/_meta.scss */
  .kontaktlink {
    line-height: 40px;
    border-left: none;
  }
}

/* line 508, ../../sass/modules/_meta.scss */
.quick-menu {
  float: right;
  margin: 10px 10px 10px 5px;
  position: relative;
}
/* line 512, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-btn {
  width: 200px;
  display: block;
  padding: 5px 44px 5px 16px;
  background-color: #a3988e;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 522, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-btn:hover {
  background-color: #7e7267;
}
/* line 525, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-btn:after {
  content: "\203a";
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  position: absolute;
  right: 13px;
  top: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 980px) {
  /* line 512, ../../sass/modules/_meta.scss */
  .quick-menu .quick-menu-btn {
    width: auto;
  }
}
/* line 541, ../../sass/modules/_meta.scss */
.quick-menu.active .quick-menu-btn:after {
  right: 21px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 547, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout {
  min-width: 100%;
  position: absolute;
  display: none;
  z-index: 500;
  background-color: #7e7267;
}
/* line 553, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 557, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul.first-level > li {
  margin-left: 0;
  padding: 15px 20px 15px 15px;
  border-top: 1px solid #a3988e;
}
/* line 561, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul.first-level > li:first-child {
  border-top: none;
}
/* line 564, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul.first-level > li:last-child {
  padding-bottom: 20px;
}
/* line 568, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul.first-level > li > a:after {
  position: relative;
  top: 1px;
  content: "\00BB";
  margin-left: 10px;
  font-size: 18px;
}
/* line 581, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul.second-level > li > a:before {
  position: relative;
  top: 1px;
  content: "\203A";
  margin-right: 10px;
  font-size: 18px;
}
/* line 591, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #fff;
  display: block;
}
/* line 597, ../../sass/modules/_meta.scss */
.quick-menu .quick-menu-flyout ul a:hover, .quick-menu .quick-menu-flyout ul a:focus {
  color: #ddd8d3;
}
/* line 604, ../../sass/modules/_meta.scss */
.quick-menu:hover .quick-menu-flyout {
  display: block;
}
@media only screen and (max-width: 880px) {
  /* line 508, ../../sass/modules/_meta.scss */
  .quick-menu {
    display: none;
  }
}

/* line 663, ../../sass/modules/_meta.scss */
.js .quick-menu:hover .quick-menu-flyout {
  display: none;
}

/* line 1, ../../sass/modules/_errors-and-highlights.scss */
#errorDiv {
  display: none;
}

/* line 11, ../../sass/modules/_errors-and-highlights.scss */
.special-content {
  border: 5px solid #ffff00;
}

/* line 15, ../../sass/modules/_errors-and-highlights.scss */
.session-timeout-message {
  display: block;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
}
/* line 29, ../../sass/modules/_errors-and-highlights.scss */
.session-timeout-message:hover {
  background-color: #fff;
  color: #EE0000;
}

/* line 1, ../../sass/modules/_cta.scss */
.cta {
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  width: auto;
  min-width: 270px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 14, ../../sass/modules/_cta.scss */
.cta:after {
  content: "\00BB";
  float: right;
  right: 13px;
  top: 10px;
  position: absolute;
}
/* line 21, ../../sass/modules/_cta.scss */
.cta:hover, .cta:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 25, ../../sass/modules/_cta.scss */
.cta:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 34, ../../sass/modules/_cta.scss */
.ym-g25 .cta,
.marginColumn .cta {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
}

/* line 1, ../../sass/modules/hero/_hero.scss */
.hero {
  position: relative;
  z-index: 1;
  margin: 0 0 -2px 0;
}

/* line 7, ../../sass/modules/hero/_hero.scss */
.hugeimage {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block !important;
}

/* line 16, ../../sass/modules/hero/_hero.scss */
.hero > .hero-overlay {
  z-index: 200;
}

/* line 19, ../../sass/modules/hero/_hero.scss */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  /* line 19, ../../sass/modules/hero/_hero.scss */
  .hero-overlay {
    position: relative;
    width: auto;
    height: auto;
    background-color: #fff;
  }
}
/* line 33, ../../sass/modules/hero/_hero.scss */
.hero-overlay .ym-wbox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 780px) {
  /* line 33, ../../sass/modules/hero/_hero.scss */
  .hero-overlay .ym-wbox {
    padding: 0;
  }
}

/* line 55, ../../sass/modules/hero/_hero.scss */
.buehne-overlay {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 62, ../../sass/modules/hero/_hero.scss */
.buehne-overlay .ym-wbox {
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  /* line 55, ../../sass/modules/hero/_hero.scss */
  .buehne-overlay {
    position: static;
  }
  /* line 65, ../../sass/modules/hero/_hero.scss */
  .buehne-overlay .ym-wbox {
    padding: 0 20px 20px 20px;
  }
}

/* line 69, ../../sass/modules/hero/_hero.scss */
.brand-headline {
  position: relative;
  margin: 0 0 0 25%;
  padding: 43px 14px 0 10px;
  display: block;
  overflow: hidden;
}
/* line 75, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 {
  position: relative;
  left: -40px;
  margin: 0 50px 0 0;
  background-color: #EE0000;
  background-color: rgba(238, 0, 0, 0.6);
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  padding: 20px 0 20px 80px;
  z-index: 5;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
/* line 88, ../../sass/modules/hero/_hero.scss */
.brand-headline h1 span {
  display: inline-block;
  padding-right: 100px;
  -webkit-transform: skewX(18deg);
  -moz-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  -o-transform: skewX(18deg);
  transform: skewX(18deg);
}
/* line 94, ../../sass/modules/hero/_hero.scss */
.brand-headline .bg-skew {
  display: inline-block;
  text-align: right;
  height: 65%;
  background-color: #e2dbcf;
  width: 220px;
  position: absolute;
  top: 15%;
  right: -20px;
  z-index: 1;
  -webkit-transform: skewX(-18deg);
  -moz-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
@media only screen and (max-width: 879px) {
  /* line 69, ../../sass/modules/hero/_hero.scss */
  .brand-headline {
    margin-left: 0;
  }
  /* line 108, ../../sass/modules/hero/_hero.scss */
  .brand-headline h1 {
    font-size: 24px;
    line-height: 24px;
  }
  /* line 112, ../../sass/modules/hero/_hero.scss */
  .brand-headline .bg-skew {
    height: 60%;
    top: 22%;
  }
}

@media only screen and (max-width: 880px) {
  /* line 121, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay > .ym-wbox,
  .hero .ym-wbox-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 127, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay {
    background-color: #f6f4f1;
  }
  /* line 129, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay .brand-headline {
    padding: 14px 14px 0 10px;
  }
  /* line 131, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay .brand-headline .bg-skew {
    top: 0;
    height: 70%;
    right: -60px;
  }
  /* line 136, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay .brand-headline h1 {
    padding: 15px 0 15px 50px;
    font-size: 21px;
  }
  /* line 139, ../../sass/modules/hero/_hero.scss */
  .hero .buehne-overlay .brand-headline h1 span {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 148, ../../sass/modules/hero/_hero.scss */
  .hero .brand-headline .bg-skew {
    right: -80px;
  }
  /* line 151, ../../sass/modules/hero/_hero.scss */
  .hero .brand-headline h1 {
    font-size: 18px;
  }
  /* line 153, ../../sass/modules/hero/_hero.scss */
  .hero .brand-headline h1 span {
    padding-right: 50px;
  }
}

/* line 1, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser {
  position: absolute;
  z-index: 10;
  right: 140px;
  top: 18%;
  width: 500px;
  padding: 1.2% 0% 0% 0%;
  background-color: #fff;
  overflow: hidden;
}
/* line 10, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser p {
  margin: 0;
}
/* line 13, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen {
  text-decoration: none;
  color: #EE0000;
  display: block;
  text-align: right;
}
/* line 18, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen:after {
  content: "\00BB";
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  height: 25px;
  padding: 0 3px;
  background-color: #EE0000;
  color: #fff;
  border: 1px solid #EE0000;
  margin-left: 20px;
}
/* line 31, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .weiterlesen:hover:after, .heroteaser .weiterlesen:focus:after {
  color: #EE0000;
  background-color: #fff;
}
/* line 37, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .claim-box {
  padding-bottom: 3%;
}
/* line 39, ../../sass/modules/hero/_heroteaser.scss */
.heroteaser .claim-box .moreInView {
  color: #EE0000;
  margin: 0 0 15px 25px;
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    right: 60px;
    top: 18%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    right: 20px;
    top: 18%;
  }
}
@media only screen and (max-width: 1250px) {
  /* line 54, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .claim-box {
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1151px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    width: 70%;
  }
  /* line 59, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .contentwrapper {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 1000px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    width: 70%;
  }
  /* line 67, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .claim-box {
    padding-bottom: 1%;
  }
  /* line 70, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .contentwrapper {
    padding: 8px 25px;
  }
}

@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    top: 5%;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 1, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser {
    position: relative;
    top: 0;
    width: auto;
    right: auto !important;
  }
  /* line 83, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .weiterlesen {
    margin-right: 25px;
  }
  /* line 86, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .claim-box {
    padding-bottom: 3%;
  }
  /* line 88, ../../sass/modules/hero/_heroteaser.scss */
  .heroteaser .claim-box .claim {
    margin: 0 0 15px 20px;
    font-size: 18px;
  }
}

/* line 95, ../../sass/modules/hero/_heroteaser.scss */
.heroheadlinewrapper {
  background: transparent url('../images/bg-panel.png?1691150166') no-repeat scroll right bottom;
  height: 120px;
  padding: 27px 36% 10px 25px;
  display: table;
  width: 100%;
}
/* line 101, ../../sass/modules/hero/_heroteaser.scss */
.heroheadlinewrapper .heroheadline {
  color: #fff;
  display: table-cell;
  font-size: 21px;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  /* line 95, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper {
    padding-right: 24%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 95, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 95, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper {
    padding-right: 40%;
    width: 100%;
    margin-left: 0;
  }
  /* line 121, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper .heroheadline {
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) {
  /* line 95, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper {
    padding-right: 47%;
  }
  /* line 125, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper .heroheadline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 95, ../../sass/modules/hero/_heroteaser.scss */
  .heroheadlinewrapper {
    padding-right: 55%;
  }
}

/* line 134, ../../sass/modules/hero/_heroteaser.scss */
.no-content .heroheadlinewrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  /* line 134, ../../sass/modules/hero/_heroteaser.scss */
  .no-content .heroheadlinewrapper {
    margin-bottom: 45px;
  }
}

/* line 142, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper {
  position: relative;
  top: 20px;
  width: 75%;
  margin-left: 25%;
  padding: 27px 18% 10px 30px;
}
@media only screen and (max-width: 1200px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 22%;
  }
}
@media only screen and (max-width: 880px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 25%;
    margin-left: 0;
    width: 100%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 32%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 42%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 47%;
  }
  /* line 165, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper .heroheadline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 142, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    padding-right: 55%;
  }
  /* line 171, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper .heroheadline {
    font-size: 16px;
  }
}
/* line 176, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline h1 {
  line-height: 1.25;
}

/* line 178, ../../sass/modules/hero/_heroteaser.scss */
.contentwrapper {
  width: 100%;
  margin: 0;
  padding: 15px 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  /* line 178, ../../sass/modules/hero/_heroteaser.scss */
  .contentwrapper {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 178, ../../sass/modules/hero/_heroteaser.scss */
  .contentwrapper {
    width: 100%;
  }
}

/* line 1, ../../sass/modules/hero/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

/* line 7, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 13, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* line 20, ../../sass/modules/hero/_carousel.scss */
.carousel-inner > .active {
  display: block;
  left: 0;
}

/* line 26, ../../sass/modules/hero/_carousel.scss */
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

/* line 32, ../../sass/modules/hero/_carousel.scss */
.carousel.carousel-fade .active.item {
  opacity: 1;
}

/* line 38, ../../sass/modules/hero/_carousel.scss */
.carousel .item {
  background-origin: padding-box;
}

/* line 44, ../../sass/modules/hero/_carousel.scss */
.hero.carousel .item {
  display: none;
}
/* line 46, ../../sass/modules/hero/_carousel.scss */
.hero.carousel .item:first-child {
  display: block;
}
/* line 51, ../../sass/modules/hero/_carousel.scss */
.hero.carousel.slick-initialized .item {
  display: block;
}

/* line 58, ../../sass/modules/hero/_carousel.scss */
.indicators-overlay {
  position: absolute;
  top: 370px;
  right: 180px;
  z-index: 100;
  max-width: 1280px;
  padding: 0 140px;
}
@media only screen and (max-width: 780px) {
  /* line 58, ../../sass/modules/hero/_carousel.scss */
  .indicators-overlay {
    position: static;
    width: auto;
    height: auto;
    margin-left: 20px;
    padding: 0;
    background-color: #fff;
  }
}

/* line 80, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators, .carousel-indicators li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 85, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  margin-left: 12px;
}
/* line 88, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li:first-child {
  margin-left: 0;
}
/* line 91, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators li.active a {
  background-color: #EE0000;
}
/* line 95, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 101, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a:hover, .carousel-indicators a:focus {
  background-color: #f6f4f1;
}
/* line 104, ../../sass/modules/hero/_carousel.scss */
.carousel-indicators a:active {
  background-color: #EE0000;
}

/* line 1, ../../sass/modules/hero/_parallax.scss */
.parallax {
  background-attachment: scroll;
  background-position: left top;
  background-size: contain;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 9, ../../sass/modules/hero/_parallax.scss */
.parallax img {
  visibility: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline;
}

/* line 19, ../../sass/modules/hero/_parallax.scss */
.slick-slide .parallax img {
  display: block;
}

/* line 1, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 45px;
  z-index: 2;
}
/* line 8, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb,
.breadcrumb .crumb:before,
.breadcrumb .crumb:after {
  background-image: url('../images/breadcrumb-sprite.png?1687272279');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 8, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb .crumb,
  .breadcrumb .crumb:before,
  .breadcrumb .crumb:after {
    background-image: url('../images/breadcrumb-sprite-2x.png?1687272279');
    background-size: 12px 210px;
  }
}
/* line 17, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb {
  display: inline-block;
  background-repeat: repeat-x;
  background-position: 0 0;
  position: relative;
  height: 34px;
  margin: 0 7px 0 7px;
}
/* line 24, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0px -70px;
  position: absolute;
  height: 34px;
  width: 24px;
  left: -12px;
  top: 0;
}
/* line 34, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0px -35px;
  position: absolute;
  height: 34px;
  width: 24px;
  right: -24px;
  top: 0;
}
/* line 44, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:hover, .breadcrumb .crumb:focus {
  background-position: 0 -105px;
}
/* line 46, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:hover:before, .breadcrumb .crumb:focus:before {
  background-position: 0px -175px;
}
/* line 49, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:hover:after, .breadcrumb .crumb:focus:after {
  background-position: 0px -140px;
}
/* line 53, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:first-child {
  margin-left: 0;
}
/* line 55, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb:first-child:before {
  content: normal;
}
/* line 59, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .crumb a, .breadcrumb .crumb .nolink {
  display: inline-block;
  padding: 9px 14px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 68, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .current, .breadcrumb .current:hover, .breadcrumb .current:focus {
  font-weight: bold;
  background: none;
}
/* line 72, ../../sass/modules/navigations/_breadcrumb.scss */
.breadcrumb .current:after, .breadcrumb .current:before {
  content: normal;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 10px;
    top: 0;
  }
  /* line 83, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb .crumb {
    height: auto;
    background-image: none;
    margin: 0 12px 0 12px;
  }
  /* line 87, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb .crumb:before {
    background-image: none;
    content: "\00BB";
    position: absolute;
    height: auto;
    width: auto;
    left: -18px;
  }
  /* line 95, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb .crumb:after {
    content: normal;
    background-image: none;
  }
  /* line 99, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb .crumb a, .breadcrumb .crumb .nolink {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../../sass/modules/navigations/_breadcrumb.scss */
  .breadcrumb {
    display: none;
  }
}

/* line 1, ../../sass/modules/navigations/_subnavigation.scss */
.no-subnav {
  padding-top: 0 !important;
}

/* line 4, ../../sass/modules/navigations/_subnavigation.scss */
.subnav {
  padding-top: 0 !important;
}
/* line 6, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist {
  background-color: #f6f4f1;
  padding: 10px;
  position: absolute;
  width: 22%;
  z-index: 5;
  top: 106px;
}
@media only screen and (max-width: 1200px -1) {
  /* line 6, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist {
    width: 24%;
  }
}
@media only screen and (max-width: 980px) {
  /* line 6, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist {
    top: 57px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 6, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist {
    padding: 0;
    position: static !important;
    width: 100%;
  }
}
/* line 25, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .ym-vtitle {
  color: #EE0000;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 29, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .ym-vtitle a {
  color: inherit;
  text-decoration: none;
}
/* line 34, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 39, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 43, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li a {
  display: block;
  padding: 15px 0 15px 15px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 52, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li a:hover, .subnav .ym-vlist ul li a:focus {
  color: #EE0000;
}
@media only screen and (max-width: 1200px) {
  /* line 43, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist ul li a {
    padding: 15px 0 15px 5px;
  }
}
/* line 60, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active a {
  color: #EE0000;
}
/* line 64, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active ul li a {
  color: #333;
}
/* line 66, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active ul li a:hover, .subnav .ym-vlist ul li.active ul li a:focus {
  color: #EE0000;
}
/* line 70, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active ul li.active a {
  color: #EE0000;
}
/* line 76, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li a {
  padding: 15px 0 15px 30px;
}
/* line 80, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li a {
  padding: 15px 0 15px 45px;
}
/* line 84, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li a {
  padding: 15px 0 15px 60px;
}
/* line 88, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li a {
  padding: 15px 0 15px 75px;
}
/* line 92, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li ul li a {
  padding: 15px 0 15px 90px;
}
/* line 96, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li ul li ul li a {
  padding: 15px 0 15px 105px;
}
/* line 100, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li ul li ul li ul li a {
  padding: 15px 0 15px 120px;
}
/* line 115, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist.scroll-to-fixed-fixed {
  top: 60px !important;
  background-color: #fff;
  padding: 10px;
  width: 280px;
}
/* line 122, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .claim-box .moreInView {
  color: #EE0000;
  margin: 20px 0;
  display: block;
  font-size: 21px;
}
/* line 130, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul.link-menu-list li a {
  padding: 15px 0 15px 45px;
}
/* line 133, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul.link-menu-list li:first-child a {
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 880px) {
  /* line 141, ../../sass/modules/navigations/_subnavigation.scss */
  .no-subnav {
    display: none;
  }

  /* line 144, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav {
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 151, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* line 1, ../../sass/modules/navigations/_megamenue.scss */
.mainnav.affix {
  position: fixed;
  top: 0;
  z-index: 1001;
}
@media only screen and (min-width: 1400px) {
  /* line 1, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav.affix {
    width: 1280px;
  }
}

@media only screen and (min-width: 981px) {
  /* line 245, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav {
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 10;
  }
  /* line 254, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav ul, .mainnav li {
    list-style-type: none;
    margin-left: 0;
  }
  /* line 259, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .mm-container {
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 100;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  }
  /* line 270, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .mm {
    display: none;
    padding: 0;
    position: absolute;
    top: inherit;
    width: auto;
    z-index: -10;
    min-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f6f4f1;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  }
  /* line 283, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .mm a {
    text-decoration: none;
  }
  /* line 288, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel {
    display: table-cell;
    margin: 0;
    border-left: 1px solid #ddd8d3;
    position: relative;
  }
  /* line 293, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.big-button {
    width: 20%;
  }
  /* line 297, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel:hover .secondlevel, .mainnav .firstlevel:focus .secondlevel {
    display: block;
    z-index: 1000;
    left: 0px;
  }
  /* line 304, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel {
    right: 0;
    left: auto;
  }
  /* line 309, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel > li:hover:before, .mainnav .firstlevel.fall-left .secondlevel > li:focus:before {
    background-image: url('../images/cinet-menu-triangle.png?1687272279');
    content: "";
    background-repeat: no-repeat;
    background-position: 0px -50px;
    position: absolute;
    height: 40px;
    width: 20px;
    left: -15px;
    top: 1px;
    z-index: 10;
  }
}
@media only screen and (min-width: 981px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 981px) and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-width: 981px) and (min-resolution: 120dpi), only screen and (min-width: 981px) and (min-resolution: 1.25dppx) {
  /* line 309, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel > li:hover:before, .mainnav .firstlevel.fall-left .secondlevel > li:focus:before {
    background-image: url('../images/cinet-menu-triangle-x2.png?1687272279');
    background-size: 20px 90px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 325, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel > li:hover:after, .mainnav .firstlevel.fall-left .secondlevel > li:focus:after {
    content: normal;
  }
  /* line 328, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel > li:hover > a, .mainnav .firstlevel.fall-left .secondlevel > li:focus > a {
    color: #fff;
  }
  /* line 334, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel > li.nosub:hover:before, .mainnav .firstlevel.fall-left .secondlevel > li.nosub:focus:before {
    content: normal;
  }
  /* line 340, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel .thirdlevel {
    right: 100%;
    left: auto;
  }
  /* line 344, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.fall-left .secondlevel .thirdlevel li a {
    padding: 10px 25px 10px 20px;
  }
  /* line 351, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel:first-child {
    border: none;
  }
  /* line 354, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel:last-of-type {
    margin: 0;
  }
  /* line 357, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel > a, .mainnav .firstlevel > a:visited {
    display: block;
    cursor: pointer;
    padding: 9px 5px;
    margin: 5px 5px 0 5px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
    position: relative;
    border-bottom: 2px solid #fff;
    overflow: hidden;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1051px) {
  /* line 357, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel > a, .mainnav .firstlevel > a:visited {
    font-size: 14px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 375, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel:hover > a, .mainnav .firstlevel > a:hover, .mainnav .firstlevel > a:active {
    color: #EE0000;
    background: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }
  /* line 381, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel > a:active {
    outline: none;
  }
  /* line 384, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.active > a {
    background: #f6f4f1;
    color: #EE0000;
    border-bottom: 2px solid #f6f4f1;
  }
  /* line 389, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.marked > a {
    border-bottom: 2px solid #EE0000;
    color: #EE0000;
  }
  /* line 393, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .firstlevel.marked.active > a {
    border-bottom: 2px solid #f6f4f1;
  }
  /* line 398, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .thirdlevel {
    display: none;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #f6f4f1;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  }
  /* line 409, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .thirdlevel li a {
    color: #666;
    padding: 10px 20px 10px 25px;
    display: block;
  }
  /* line 413, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .thirdlevel li a:hover, .mainnav .thirdlevel li a:focus {
    color: #EE0000;
  }
  /* line 421, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li > a {
    padding: 10px 20px;
    display: block;
  }
  /* line 426, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li {
    float: left;
    padding: 0;
    width: 100%;
    height: 41px;
    position: relative;
  }
  /* line 432, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:first-child {
    margin-top: 10px;
  }
  /* line 435, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:hover, .mainnav .secondlevel > li:focus {
    background-color: #a3988e;
  }
  /* line 437, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:hover:after, .mainnav .secondlevel > li:focus:after {
    background-image: url('../images/cinet-menu-triangle.png?1687272279');
    content: "";
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    height: 40px;
    width: 20px;
    right: -15px;
    top: 1px;
    z-index: 10;
  }
}
@media only screen and (min-width: 981px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 981px) and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-width: 981px) and (min-resolution: 120dpi), only screen and (min-width: 981px) and (min-resolution: 1.25dppx) {
  /* line 437, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:hover:after, .mainnav .secondlevel > li:focus:after {
    background-image: url('../images/cinet-menu-triangle-x2.png?1687272279');
    background-size: 20px 90px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 453, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:hover > a, .mainnav .secondlevel > li:focus > a {
    color: #fff;
  }
  /* line 456, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li:hover .thirdlevel, .mainnav .secondlevel > li:focus .thirdlevel {
    display: block;
  }
  /* line 462, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav .secondlevel > li.nosub:hover:after, .mainnav .secondlevel > li.nosub:focus:after {
    content: normal;
  }

  /* line 475, ../../sass/modules/navigations/_megamenue.scss */
  .js .mainnav .firstlevel:hover .secondlevel, .js .mainnav .firstlevel:focus .secondlevel {
    display: none;
    z-index: 1000;
    width: auto;
    max-width: none;
  }
  /* line 485, ../../sass/modules/navigations/_megamenue.scss */
  .js .mainnav .secondlevel:hover .thirdlevel, .js .mainnav .secondlevel:focus .thirdlevel {
    display: none;
  }
  /* line 492, ../../sass/modules/navigations/_megamenue.scss */
  .js .touch .thirdlevel a {
    background-color: rgba(221, 216, 211, 0.2);
    padding: 5px;
    display: block;
  }
  /* line 496, ../../sass/modules/navigations/_megamenue.scss */
  .js .touch .thirdlevel a:hover, .js .touch .thirdlevel a:focus {
    background-color: rgba(221, 216, 211, 0.5);
  }
}
@media only screen and (min-width: 1400px) {
  /* line 504, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  /* line 504, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav {
    padding: 0 60px;
  }
}

/* line 1, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu {
  display: none;
}
/* line 3, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu .slicknav_arrow {
  display: inline-block;
  margin-left: 15px;
  font-size: 150%;
  position: relative;
  top: 1px;
  color: #444;
}
/* line 10, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_menu .slicknav_arrow:hover, .slicknav_menu .slicknav_arrow:focus {
  color: #EE0000;
}

/* line 16, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_btn {
  position: relative;
  display: none;
  vertical-align: middle;
  text-align: center;
  float: right;
  padding: 5px 17px;
  line-height: 60px;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 730px) {
  /* line 16, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_btn {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 16, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_btn {
    padding: 3px 5px 3px 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 16, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_btn {
    line-height: 40px;
    width: 33.333%;
  }
}

/* line 42, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav_hidden {
  display: none;
}

/* line 43, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_open > .slicknav_item,
.slicknav_open > .slicknav_item > a {
  color: #EE0000;
}
/* line 46, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_open > .slicknav_item .slicknav_arrow,
.slicknav_open > .slicknav_item > a .slicknav_arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 3px;
}

/* line 51, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav {
  background-color: #f6f4f1;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  list-style: none;
  margin-bottom: 0;
  border: 10px solid #fff;
  border-top: none;
}
@media only screen and (max-width: 640px) {
  /* line 51, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_nav {
    width: 100%;
    top: 120px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 51, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_nav {
    top: 168px;
  }
}
/* line 71, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 76, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav li {
  float: none;
}
/* line 79, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel {
  padding: 10px 0;
  margin-left: 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 83, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:first-child {
  padding-top: 11px;
}
/* line 86, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:last-child {
  border: none;
  padding-bottom: 12px;
}
/* line 91, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .secondlevel, .slicknav_nav .thirdlevel {
  margin-left: 10px;
}
/* line 93, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .secondlevel li, .slicknav_nav .thirdlevel li {
  margin-left: 10px;
}
/* line 97, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a {
  color: #444;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  padding: 10px 0 10px 5px;
}
/* line 103, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a:hover, .slicknav_nav a:active {
  color: #EE0000;
}
/* line 106, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item {
  padding: 0;
}
/* line 108, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item > a {
  color: inherit;
  outline: none;
}
/* line 114, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .link-replacement {
  outline: none;
  display: inline-block;
  padding: 10px 0 10px 5px;
}
/* line 119, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .mm {
  display: block;
}

@media only screen and (max-width: 980px) {
  /* line 126, ../../sass/modules/navigations/_slicknav.scss */
  .js .mainnav {
    display: none;
  }
  /* line 129, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_menu {
    display: block;
    position: relative;
    top: 15px;
    z-index: 666;
  }
  /* line 135, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_btn {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 141, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_nav .firstlevel {
    padding: 5px 0;
  }
}

/* line 2, ../../sass/modules/_textcntinner.scss */
.textcntinner h2 {
  font-size: 21px;
  margin: 0 0 20px 0;
}
/* line 6, ../../sass/modules/_textcntinner.scss */
.textcntinner > h2 {
  padding-top: 20px;
}
/* line 9, ../../sass/modules/_textcntinner.scss */
.textcntinner h3 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 14, ../../sass/modules/_textcntinner.scss */
.textcntinner p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}
/* line 19, ../../sass/modules/_textcntinner.scss */
.textcntinner span {
  line-height: 1.5;
  font-size: 107.1%;
}
/* line 23, ../../sass/modules/_textcntinner.scss */
.textcntinner .image {
  clear: both;
  float: none;
  display: block;
  margin: 0 0 1.5em 0;
}
/* line 28, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_left {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}
/* line 33, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_right {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}
/* line 39, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.center {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em auto;
}
/* line 46, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h2 {
  color: #EE0000;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 51, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element > h2 {
  padding-top: 20px;
}
/* line 54, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h3 {
  color: #EE0000;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 59, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h4 {
  color: #333;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 64, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h5 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 70, ../../sass/modules/_textcntinner.scss */
.textcntinner ul {
  margin-left: 7px;
  margin-bottom: 20px;
}
/* line 74, ../../sass/modules/_textcntinner.scss */
.textcntinner ul li {
  position: relative;
  padding-left: 10px;
  font-size: 107.1%;
}
/* line 78, ../../sass/modules/_textcntinner.scss */
.textcntinner ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #EE0000;
  position: absolute;
  top: 7px;
  left: -6px;
}
/* line 92, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  top: 2px;
}
/* line 100, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 107, ../../sass/modules/_textcntinner.scss */
.textcntinner:last-child > p:last-child, .textcntinner:last-child > ul:last-child, .textcntinner:last-child > ol:last-child, .textcntinner:last-child > h2:last-child,
.textcntinner:last-child > h3:last-child, .textcntinner:last-child > h4:last-child, .textcntinner:last-child > h5:last-child, .textcntinner:last-child > .videocnt:last-child {
  margin-bottom: 0;
}

/* line 121, ../../sass/modules/_textcntinner.scss */
.ym-gbox .textcntinner:first-child > h2:first-child,
.ym-gbox .textcntinner:first-child .list-element h2:first-child,
.faq-content-inner .textcntinner:first-child > h2:first-child,
.faq-content-inner .textcntinner:first-child .list-element h2:first-child,
.faq-content-inner .composedcontent-akkordeon-content .textcntinner:first-child > h2:first-child,
.faq-content-inner .composedcontent-akkordeon-content .textcntinner:first-child .list-element h2:first-child {
  padding-top: 0;
}

/* line 130, ../../sass/modules/_textcntinner.scss */
.intro-text h2 {
  color: #EE0000;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 135, ../../sass/modules/_textcntinner.scss */
.intro-text p {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 1.15em;
}

/* line 2, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .teaser-block-link {
  height: 104%;
  width: 104%;
}
/* line 6, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .imageteaser {
  margin-bottom: 0;
}
/* line 9, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .teaser {
  margin-bottom: 0;
}

/* line 14, ../../sass/modules/teaser/_teaser.scss */
.teaser {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border: 5px solid #fff;
}
/* line 22, ../../sass/modules/teaser/_teaser.scss */
.teaser ul {
  margin-left: 7px;
  margin-bottom: 0;
}
/* line 26, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li {
  position: relative;
  padding-left: 10px;
}
/* line 29, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li a {
  text-decoration: none;
}
/* line 32, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #EE0000;
  position: absolute;
  top: 7px;
  left: -6px;
}
/* line 46, ../../sass/modules/teaser/_teaser.scss */
.teaser .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  top: 2px;
}
/* line 54, ../../sass/modules/teaser/_teaser.scss */
.teaser .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 62, ../../sass/modules/teaser/_teaser.scss */
.teaser.international-clock .ym-g50.ym-gl, .teaser.international-clock .ym-g50.ym-gr {
  padding-bottom: 0;
  padding-top: 10px;
}

/* line 70, ../../sass/modules/teaser/_teaser.scss */
.teaser + .teaser {
  margin-top: 20px;
}

/* line 74, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-small {
  font-size: 12px;
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  overflow: hidden;
}
/* line 81, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-small span {
  margin-bottom: 0;
}

/* line 85, ../../sass/modules/teaser/_teaser.scss */
.dark-teaser .teaserheader-small {
  color: #fff;
}

/* line 90, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed {
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
/* line 94, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed * {
  margin-bottom: 0;
}
/* line 97, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed .float-left {
  position: relative;
  top: 4px;
}

/* line 103, ../../sass/modules/teaser/_teaser.scss */
.whitebg {
  background-color: #fff;
}
/* line 105, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall {
  color: #EE0000;
}
/* line 107, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 109, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a:hover, .whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 114, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 120, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.whitebg {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 124, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.whitebg .teaserheadsmall {
  color: #EE0000;
}
/* line 126, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 128, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a:hover, .greybg .teaserheadsmall a:focus,
.white-bg .teaser.whitebg .teaserheadsmall a:hover,
.white-bg .teaser.whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 133, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 139, ../../sass/modules/teaser/_teaser.scss */
.teaserheadbig {
  font-size: 20px;
  color: #fff;
}

/* line 143, ../../sass/modules/teaser/_teaser.scss */
.teaserheadsmall {
  font-size: 16px;
  color: #fff;
}

/* line 148, ../../sass/modules/teaser/_teaser.scss */
.teaserimage {
  margin-bottom: 20px;
}
/* line 150, ../../sass/modules/teaser/_teaser.scss */
.teaserimage img {
  display: block;
}

/* line 153, ../../sass/modules/teaser/_teaser.scss */
.footer-divider {
  flex-grow: 1;
}

/* line 157, ../../sass/modules/teaser/_teaser.scss */
.teaser-footer {
  width: 100%;
  padding: 10px 0;
}

/* line 162, ../../sass/modules/teaser/_teaser.scss */
.goon {
  text-decoration: none;
}
/* line 164, ../../sass/modules/teaser/_teaser.scss */
.goon:after {
  content: "\00BB";
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 10px;
  font-size: 35px;
  color: #EE0000;
}
/* line 174, ../../sass/modules/teaser/_teaser.scss */
.goon:hover:after, .goon:focus:after {
  color: #ff5555;
}

/* line 180, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link {
  text-decoration: none;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: -5px;
}
/* line 188, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link.goon:after {
  right: 15px;
}

/* line 194, ../../sass/modules/teaser/_teaser.scss */
.teaser p, .teaser ul, .teaser .teaserheadsmall {
  margin-right: 35px;
}

/* line 202, ../../sass/modules/teaser/_teaser.scss */
.loadmore a, .kontakt-button-box .tocontact a {
  display: block;
  clear: both;
  background-color: #a3988e;
  color: #fff;
  border: 1px solid #a3988e;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
}
/* line 212, ../../sass/modules/teaser/_teaser.scss */
.loadmore a:hover, .kontakt-button-box .tocontact a:hover, .loadmore a:focus, .kontakt-button-box .tocontact a:focus {
  background-color: #fff;
  color: #a3988e;
}

/* line 220, ../../sass/modules/teaser/_teaser.scss */
.ym-gl, .ym-gr {
  margin-bottom: 20px;
}

/* line 225, ../../sass/modules/teaser/_teaser.scss */
.imageteaser {
  margin-bottom: 20px;
  position: relative;
  padding: 5px;
  background-color: #fff;
}
/* line 230, ../../sass/modules/teaser/_teaser.scss */
.imageteaser .imageteaser-inner {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}
/* line 241, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .imageteaser-inner {
  bottom: 43px;
}
/* line 244, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .teaser-footer {
  padding: 0;
  position: static;
}

/* line 251, ../../sass/modules/teaser/_teaser.scss */
.white-bg .imageteaser {
  background-color: #f7f7f7;
}

/* line 258, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner,
.ym-g33 .imageteaser .imageteaser-inner {
  top: auto;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}
/* line 265, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheader-small,
.ym-g33 .imageteaser .imageteaser-inner .teaserheader-small {
  display: none;
}
/* line 268, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadbig,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadbig {
  font-size: 16px;
}
/* line 270, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadbig:last-child,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadbig:last-child {
  margin-bottom: 0;
}
/* line 274, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall {
  font-size: 14px;
}
/* line 276, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall:last-child,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall:last-child {
  margin-bottom: 0;
}

/* line 284, ../../sass/modules/teaser/_teaser.scss */
.teaser-bg-img {
  position: relative;
  display: block;
  z-index: 1;
}

/* line 294, ../../sass/modules/teaser/_teaser.scss */
.text-image-element {
  margin: 0 0 20px 0;
}
/* line 296, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .image-box {
  margin-bottom: 20px;
}
/* line 300, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .text-image-box p {
  margin-bottom: 0;
}
/* line 304, ../../sass/modules/teaser/_teaser.scss */
.text-image-element p {
  margin-right: 0;
}

/* line 311, ../../sass/modules/teaser/_teaser.scss */
.marginColumn .teaser.contact .ym-g50.ym-gl,
.marginColumn .teaser.contact .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 320, ../../sass/modules/teaser/_teaser.scss */
.teaser.narrow .ym-g50.ym-gl,
.teaser.narrow .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 327, ../../sass/modules/teaser/_teaser.scss */
.ym-grid.equalHeights:last-child > *, .equalHeights.mm:last-child > * {
  margin-bottom: 0;
}

/* line 1, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside {
  background-color: #EE0000;
  color: #fff;
  float: right;
  width: 290px;
  padding: 20px;
  margin: 0 -30px 20px 20px;
}
/* line 8, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.875em 0;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/teaser/_teaseraside.scss */
  .teaseraside {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}

/* line 20, ../../sass/modules/teaser/_teaseraside.scss */
.teaseraside ~ .teaseraside {
  clear: both;
}

/* line 24, ../../sass/modules/teaser/_teaseraside.scss */
.aside-image {
  border: 5px solid #fff;
}

/* line 28, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser {
  clear: both;
  display: block;
  padding: 0;
  line-height: 60px;
  background-color: #fff;
  color: #EE0000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  border: 5px solid #fff;
}
/* line 40, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser:hover, .cta-teaser:focus {
  color: #fff;
  background-color: #EE0000;
}
/* line 44, ../../sass/modules/teaser/_teaseraside.scss */
.cta-teaser:after {
  content: "\00BB";
  font-size: 35px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

/* line 1, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser-heading {
  color: #EE0000;
  font-size: 145.71429%;
}
/* line 4, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser-heading:after {
  content: "\00BB";
  margin-left: 20px;
}
/* line 8, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser-heading a {
  text-decoration: none;
}

/* line 12, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser {
  background-color: #fff;
}
/* line 14, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser a {
  text-decoration: none;
  display: block;
}
/* line 17, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/* line 23, ../../sass/modules/teaser/_img-teaser.scss */
.img-teaser a p {
  padding: 20px;
  margin: 0;
}

/* line 32, ../../sass/modules/teaser/_img-teaser.scss */
.ym-g50 .img-teaser a img {
  width: 50%;
  height: auto;
  display: block;
  float: left;
}
/* line 38, ../../sass/modules/teaser/_img-teaser.scss */
.ym-g50 .img-teaser a p {
  padding: 20px;
  width: 50%;
  float: right;
}

@media only screen and (max-width: 880px) {
  /* line 47, ../../sass/modules/teaser/_img-teaser.scss */
  .img-teaser {
    margin-bottom: 30px;
  }

  /* line 50, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50 .img-teaser,
  .ym-g25 + .ym-g25 + .ym-g25 .img-teaser {
    margin-bottom: 0;
  }
  /* line 54, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50 .img-teaser a img, .ym-g50 .img-teaser a p,
  .ym-g25 + .ym-g25 + .ym-g25 .img-teaser a img,
  .ym-g25 + .ym-g25 + .ym-g25 .img-teaser a p {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 61, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50.ym-gr {
    padding-left: 10px;
    width: 50% !important;
  }

  /* line 65, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50.ym-gl {
    padding-right: 10px;
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 71, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50.ym-gr {
    padding-left: 0;
    width: 100% !important;
  }

  /* line 75, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50.ym-gl {
    padding-right: 0;
    width: 100% !important;
  }

  /* line 79, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50 .img-teaser,
  .ym-g25 + .ym-g25 + .ym-g25 .img-teaser {
    margin-bottom: 30px;
  }

  /* line 83, ../../sass/modules/teaser/_img-teaser.scss */
  .ym-g50.ym-gr .img-teaser,
  .ym-g25 + .ym-g25 + .ym-g25 + .ym-g25 .img-teaser {
    margin-bottom: 0;
  }
}
/* line 1, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider {
  margin-bottom: 10px;
}
/* line 3, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-slide {
  padding: 0 4px;
}
/* line 6, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-prev {
  left: 4px;
  background-color: #EE0000;
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
/* line 12, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-prev:before {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  content: "\2039";
  line-height: 0.3;
  font-size: 35px;
  opacity: 1;
}
/* line 20, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-next {
  right: 4px;
  background-color: #EE0000;
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
/* line 26, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-next:before {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  content: "\203A";
  line-height: 0.3;
  font-size: 35px;
  opacity: 1;
}
/* line 34, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider .slick-disabled {
  display: none !important;
}
/* line 37, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel {
  overflow: hidden;
  margin-bottom: 0;
}
/* line 40, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-slide {
  padding: 0;
}
/* line 43, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots {
  bottom: -10px;
}
/* line 45, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 7px;
  background-color: #fff;
}
/* line 49, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li:hover, .slick-slider.carousel .slick-dots li:focus {
  background-color: #f6f4f1;
}
/* line 52, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li.slick-active {
  background-color: #EE0000;
}
/* line 55, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.carousel .slick-dots li button:before {
  content: normal;
}
@media only screen and (max-width: 1028px) {
  /* line 43, ../../sass/modules/teaser/_slick-slider.scss */
  .slick-slider.carousel .slick-dots {
    right: 43%;
  }
}
@media only screen and (max-width: 780px) {
  /* line 43, ../../sass/modules/teaser/_slick-slider.scss */
  .slick-slider.carousel .slick-dots {
    right: auto;
  }
}
/* line 67, ../../sass/modules/teaser/_slick-slider.scss */
.slick-slider.reviewslider {
  margin-bottom: 2px;
}

/* line 2, ../../sass/modules/teaser/_download.scss */
.download.imageteaser {
  padding-bottom: 5px !important;
}
/* line 3, ../../sass/modules/teaser/_download.scss */
.download .teaserheader-small + .teaser-footer, .download .teaserheadsmall + .teaser-footer {
  position: static;
}
/* line 6, ../../sass/modules/teaser/_download.scss */
.download p, .download ul, .download .teaserheadsmall {
  margin-right: 0;
}

/* line 10, ../../sass/modules/teaser/_download.scss */
.downloadlink {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
/* line 18, ../../sass/modules/teaser/_download.scss */
.downloadlink:hover, .downloadlink:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 23, ../../sass/modules/teaser/_download.scss */
.downloadlink:after {
  content: "»";
  display: inline-block;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

/* line 33, ../../sass/modules/teaser/_download.scss */
.downloadlink + .downloadlink {
  margin-top: 5px;
}

/* line 37, ../../sass/modules/teaser/_download.scss */
.cinet-download {
  padding: 20px;
}
/* line 39, ../../sass/modules/teaser/_download.scss */
.cinet-download .teaserheader-small {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/* line 42, ../../sass/modules/teaser/_download.scss */
.cinet-download .teaserheader-small .headline {
  margin-bottom: 0;
}
/* line 46, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list {
  font-size: 16px;
  margin: 0 !important;
  width: 100%;
}
/* line 50, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li {
  border-bottom: 1px solid #ddd8d3;
  padding: 10px 0 !important;
}
/* line 53, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .download-file,
.cinet-download .cinet-download-list li .send-file {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  color: #a3988e;
  background-color: #fff;
  border: 1px solid #ddd8d3;
  margin-right: 10px;
  padding: 7px 11px;
  font-size: 22px;
}
/* line 65, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .download-file:hover, .cinet-download .cinet-download-list li .download-file:focus,
.cinet-download .cinet-download-list li .send-file:hover,
.cinet-download .cinet-download-list li .send-file:focus {
  color: #EE0000;
}
/* line 69, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .multi-download {
  display: block;
  float: left;
  height: 45px;
  margin-right: 10px;
  padding: 7px 11px;
  font-size: 22px;
}
/* line 77, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .send-file {
  padding: 7px 12px;
  font-size: 19px;
}
/* line 81, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .link-box {
  position: relative;
  margin-left: 120px;
}
/* line 84, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .link-box a {
  color: #444;
  display: block;
  font-size: 18px;
}
/* line 88, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .link-box a:hover, .cinet-download .cinet-download-list li .link-box a:focus {
  color: #EE0000;
}
/* line 92, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li .link-box span {
  display: block;
  color: #a3988e;
  font-size: 14px;
}
/* line 98, ../../sass/modules/teaser/_download.scss */
.cinet-download .cinet-download-list li:before {
  content: normal !important;
}

/* line 1, ../../sass/modules/teaser/_faq.scss */
.faq-container {
  margin: 0 0 20px 0;
  overflow: hidden;
}
/* line 4, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn {
  width: 100%;
  margin: 5px auto 0;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  background-color: #f6f4f1;
  position: relative;
}
/* line 11, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:first-child {
  margin-top: 0;
}
/* line 14, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:after {
  content: "\203a";
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  position: absolute;
  right: 13px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 24, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.25;
}
/* line 30, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover h3 {
  color: #EE0000;
}
/* line 33, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover:after {
  color: #EE0000;
}
/* line 38, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  background: #fff;
}
/* line 44, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner {
  padding: 20px;
}
/* line 46, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner > *:last-child {
  margin-bottom: 0;
}
/* line 49, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul {
  margin-left: 7px;
}
/* line 52, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul li {
  position: relative;
  padding-left: 10px;
}
/* line 55, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #EE0000;
  position: absolute;
  left: -6px;
  top: 7px;
}
/* line 68, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .list-element > h2 {
  padding-top: 20px;
}
/* line 74, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: url('../images/icons/download_list_icon.gif');
  background-color: transparent;
  top: 2px;
}
/* line 82, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 88, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .float-right {
  margin: 0 0 1em 1em;
}
@media only screen and (max-width: 480px) {
  /* line 88, ../../sass/modules/teaser/_faq.scss */
  .faq-container .faq-content .faq-content-inner .float-right {
    float: none;
    margin: 0 0 1em 0;
  }
}
/* line 95, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h3 {
  font-size: 18px;
  color: #444;
}
/* line 99, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h4 {
  font-size: 16px;
  color: #EE0000;
}
/* line 103, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .videocnt {
  overflow: hidden;
}
/* line 106, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser {
  padding: 0;
  border: none;
  background-color: transparent;
}
/* line 110, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser .teaser-footer {
  padding-left: 0;
  padding-right: 0;
}
/* line 116, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaseraside h3 {
  color: #fff;
}

/* line 125, ../../sass/modules/teaser/_faq.scss */
.hellgrau1 .faq-btn, .white-bg .faq-btn {
  background-color: #ddd8d3;
}

/* line 131, ../../sass/modules/teaser/_faq.scss */
.white-bg .faq-content {
  background: #f6f4f1;
}

/* line 139, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-btn {
  background-color: #ddd8d3;
}
/* line 142, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-content {
  background: #fff;
}
/* line 147, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-btn {
  background-color: #f6f4f1;
}
/* line 150, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-content {
  background: #fff;
}
/* line 154, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected,
.white-bg .hellgrau2 .selected,
.white-bg .mittelgrau .selected,
.white-bg .white-bg .selected {
  background-color: #a3988e;
}
/* line 159, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected:after,
.white-bg .hellgrau2 .selected:after,
.white-bg .mittelgrau .selected:after,
.white-bg .white-bg .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 167, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected h3, .white-bg .hellgrau1 .selected:hover h3,
.white-bg .hellgrau2 .selected h3,
.white-bg .hellgrau2 .selected:hover h3,
.white-bg .mittelgrau .selected h3,
.white-bg .mittelgrau .selected:hover h3,
.white-bg .white-bg .selected h3,
.white-bg .white-bg .selected:hover h3 {
  color: #fff;
}
/* line 171, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .selected:hover:after,
.white-bg .hellgrau2 .selected:hover:after,
.white-bg .mittelgrau .selected:hover:after,
.white-bg .white-bg .selected:hover:after {
  color: #fff;
}

/* line 178, ../../sass/modules/teaser/_faq.scss */
.js .faq-content {
  display: none;
}

/* line 185, ../../sass/modules/teaser/_faq.scss */
.ym-g25 .faq-content-inner img,
.ym-g75 .ym-g33 .faq-content-inner img {
  display: none;
}

/* line 191, ../../sass/modules/teaser/_faq.scss */
.selected,
.hellgrau1 .selected,
.hellgrau2 .selected,
.mittelgrau .selected,
.white-bg .selected {
  background-color: #a3988e;
}
/* line 197, ../../sass/modules/teaser/_faq.scss */
.selected:after,
.hellgrau1 .selected:after,
.hellgrau2 .selected:after,
.mittelgrau .selected:after,
.white-bg .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 205, ../../sass/modules/teaser/_faq.scss */
.selected h3, .selected:hover h3,
.hellgrau1 .selected h3,
.hellgrau1 .selected:hover h3,
.hellgrau2 .selected h3,
.hellgrau2 .selected:hover h3,
.mittelgrau .selected h3,
.mittelgrau .selected:hover h3,
.white-bg .selected h3,
.white-bg .selected:hover h3 {
  color: #fff;
}
/* line 209, ../../sass/modules/teaser/_faq.scss */
.selected:hover:after,
.hellgrau1 .selected:hover:after,
.hellgrau2 .selected:hover:after,
.mittelgrau .selected:hover:after,
.white-bg .selected:hover:after {
  color: #fff;
}

/* line 215, ../../sass/modules/teaser/_faq.scss */
.mittelgrau .selected {
  background-color: #ddd8d3;
}

/* line 1, ../../sass/modules/teaser/_contact.scss */
.teaser.contact {
  background-color: #fff;
}
/* line 3, ../../sass/modules/teaser/_contact.scss */
.teaser.contact .ym-g50.ym-gl,
.teaser.contact .ym-g50.ym-gr {
  margin-bottom: 10px;
}
/* line 9, ../../sass/modules/teaser/_contact.scss */
.teaser.contact .ym-gl:last-child,
.teaser.contact .ym-gr:last-child {
  margin-bottom: 55px;
}
/* line 13, ../../sass/modules/teaser/_contact.scss */
.teaser.contact p {
  margin-right: 0;
  padding-right: 0;
}

/* line 22, ../../sass/modules/teaser/_contact.scss */
.js .teaser.contact .ym-gl:last-child,
.js .teaser.contact .ym-gr:last-child {
  margin-bottom: 0;
}

/* line 30, ../../sass/modules/teaser/_contact.scss */
.contact h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 31, ../../sass/modules/teaser/_contact.scss */
.contact .no-list {
  font-size: 12px;
}

/* line 35, ../../sass/modules/teaser/_contact.scss */
.kontaktbox .teaserheadsmall {
  margin-right: 0;
}
/* line 38, ../../sass/modules/teaser/_contact.scss */
.kontaktbox p {
  margin-right: 0;
}

/* line 48, ../../sass/modules/teaser/_contact.scss */
.contact-small .kontaktbox {
  margin-bottom: 20px;
}

/* line 53, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste {
  margin-right: 0;
}

/* line 57, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste,
.kontaktliste {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
}
/* line 62, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste, .teaser .kontaktliste li,
.kontaktliste,
.kontaktliste li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 67, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste li,
.kontaktliste li {
  margin-bottom: 15px;
}
/* line 69, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste li:before,
.kontaktliste li:before {
  display: block;
  background-color: transparent;
  top: auto;
  content: "";
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}
/* line 81, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .telefon,
.kontaktliste .telefon {
  position: relative;
  padding-left: 30px;
}
/* line 84, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .telefon:before,
.kontaktliste .telefon:before {
  background-image: url('../images/icons/phone_red.png');
  position: absolute;
  left: 0;
}
/* line 90, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .fax,
.kontaktliste .fax {
  position: relative;
  padding-left: 30px;
}
/* line 93, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .fax:before,
.kontaktliste .fax:before {
  background-image: url('../images/icons/printer_red.png');
  position: absolute;
  left: 0;
}
/* line 99, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email,
.kontaktliste .email {
  position: relative;
  padding-left: 30px;
}
/* line 102, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email:before,
.kontaktliste .email:before {
  height: 15px;
  background-image: url('../images/icons/mail_red.png');
  position: absolute;
  left: 0;
}
/* line 108, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .email .email,
.kontaktliste .email .email {
  padding-left: 0;
}
/* line 112, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .link,
.kontaktliste .link {
  position: relative;
  padding-left: 30px;
}
/* line 115, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .link:before,
.kontaktliste .link:before {
  background-image: url('../images/icons/globe_red.png');
  position: absolute;
  left: 0;
  width: 21px;
}
/* line 122, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactname,
.kontaktliste .contactname {
  color: #EE0000;
  margin-bottom: 0;
}
/* line 125, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactname:before,
.kontaktliste .contactname:before {
  display: none;
}
/* line 128, ../../sass/modules/teaser/_contact.scss */
.teaser .kontaktliste .contactposition:before,
.kontaktliste .contactposition:before {
  display: none;
}

/* line 132, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box {
  clear: both;
  width: 100%;
}
/* line 135, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
/* line 141, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact a {
  overflow: hidden;
}
/* line 142, ../../sass/modules/teaser/_contact.scss */
.kontakt-button-box .tocontact a:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  color: inherit;
}
@media only screen and (max-width: 640px) {
  /* line 132, ../../sass/modules/teaser/_contact.scss */
  .kontakt-button-box {
    position: static;
    bottom: auto;
    padding-right: 0;
  }
}

/* line 2, ../../sass/modules/_dl-form.scss */
.dl-form .teaserheadsmall {
  margin-right: 0;
}
/* line 6, ../../sass/modules/_dl-form.scss */
.dl-form form fieldset {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f6f4f1;
}
/* line 12, ../../sass/modules/_dl-form.scss */
.dl-form form .faq-container fieldset {
  padding: 0;
  margin-bottom: 20px;
}
/* line 17, ../../sass/modules/_dl-form.scss */
.dl-form form div {
  margin-bottom: 10px;
}
/* line 19, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt {
  position: relative;
}
/* line 21, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.ym-clearfix, .dl-form form .textcntinner.style-guide.sleasing-style-guide div.input-cnt.snippet, .textcntinner.style-guide.sleasing-style-guide .dl-form form div.input-cnt.snippet, .dl-form form .textcntinner.style-guide.intranet-style-guide div.input-cnt.snippet, .textcntinner.style-guide.intranet-style-guide .dl-form form div.input-cnt.snippet, .dl-form form .textcntinner.style-guide.spkextra-style-guide div.input-cnt.snippet, .textcntinner.style-guide.spkextra-style-guide .dl-form form div.input-cnt.snippet {
  margin-bottom: 20px;
}
/* line 24, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.file {
  margin: 20px 0;
}
/* line 28, ../../sass/modules/_dl-form.scss */
.dl-form form div.radio-box {
  margin-bottom: 20px;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 1.5;
}
/* line 35, ../../sass/modules/_dl-form.scss */
.dl-form form label {
  display: block;
  margin-bottom: 5px;
}
/* line 38, ../../sass/modules/_dl-form.scss */
.dl-form form label.upload-label {
  font-size: 12px;
  text-align: right;
}
/* line 43, ../../sass/modules/_dl-form.scss */
.dl-form form input,
.dl-form form select,
.dl-form form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 48, ../../sass/modules/_dl-form.scss */
.dl-form form input,
.dl-form form textarea {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 54, ../../sass/modules/_dl-form.scss */
.dl-form form textarea {
  height: 200px;
  overflow-y: hidden;
  resize: none;
}
/* line 59, ../../sass/modules/_dl-form.scss */
.dl-form form select {
  border: 1px solid #ddd8d3;
  padding: 9px 6px;
  width: 100%;
}
/* line 64, ../../sass/modules/_dl-form.scss */
.dl-form form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}
/* line 72, ../../sass/modules/_dl-form.scss */
.dl-form form button,
.dl-form form input[type="button"] {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 84, ../../sass/modules/_dl-form.scss */
.dl-form form button:after,
.dl-form form input[type="button"]:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 90, ../../sass/modules/_dl-form.scss */
.dl-form form button:hover, .dl-form form button:focus,
.dl-form form input[type="button"]:hover,
.dl-form form input[type="button"]:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 94, ../../sass/modules/_dl-form.scss */
.dl-form form button:active,
.dl-form form input[type="button"]:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 99, ../../sass/modules/_dl-form.scss */
.dl-form form button.add-attachment, .dl-form form button[name="file_reset"],
.dl-form form input[type="button"].add-attachment,
.dl-form form input[type="button"][name="file_reset"] {
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 103, ../../sass/modules/_dl-form.scss */
.dl-form form button.add-attachment:hover, .dl-form form button.add-attachment:focus, .dl-form form button[name="file_reset"]:hover, .dl-form form button[name="file_reset"]:focus,
.dl-form form input[type="button"].add-attachment:hover,
.dl-form form input[type="button"].add-attachment:focus,
.dl-form form input[type="button"][name="file_reset"]:hover,
.dl-form form input[type="button"][name="file_reset"]:focus {
  color: #a3988e;
  background-color: #fff;
}
/* line 109, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments {
  margin-top: 21px;
}
/* line 111, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments:first-child {
  margin-top: 0px;
}
/* line 115, ../../sass/modules/_dl-form.scss */
.dl-form form #acceptConditions {
  width: auto;
  margin-right: 5px;
}
/* line 119, ../../sass/modules/_dl-form.scss */
.dl-form form #datepicker,
.dl-form form .datepicker-input,
.dl-form form input[name="file_reset"] {
  width: 49.5%;
  float: left;
}
/* line 125, ../../sass/modules/_dl-form.scss */
.dl-form form input[name="file_reset"] {
  float: right;
}
/* line 128, ../../sass/modules/_dl-form.scss */
.dl-form form .remove-saved-file {
  background-image: url('../images/icons/trash-icon.png?1691150166');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 17px !important;
  height: 19px !important;
  margin: 0 10px 0 0 !important;
  float: left;
}
/* line 139, ../../sass/modules/_dl-form.scss */
.dl-form form .remove-saved-file:hover, .dl-form form .remove-saved-file:focus {
  background-position: 0px -46px;
}
/* line 143, ../../sass/modules/_dl-form.scss */
.dl-form form .add-attachment {
  float: left;
  padding: 10px;
  width: 46.5% !important;
  margin-right: 4%;
  white-space: normal;
}
/* line 150, ../../sass/modules/_dl-form.scss */
.dl-form form .datepicker-button {
  float: right;
  width: 46.5%;
  margin-top: 0;
  margin-left: 4%;
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 157, ../../sass/modules/_dl-form.scss */
.dl-form form .datepicker-button:hover, .dl-form form .datepicker-button:focus {
  color: #a3988e;
}
/* line 161, ../../sass/modules/_dl-form.scss */
.dl-form form select#timeRequest,
.dl-form form select#timepicker {
  float: right;
  width: 46.5%;
  margin-top: 0;
  margin-left: 4%;
}
/* line 168, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors {
  border: 1px solid #EE0000;
}
/* line 170, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors h3 {
  color: #EE0000;
}
/* line 173, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors:after {
  color: #EE0000;
}
/* line 177, ../../sass/modules/_dl-form.scss */
.dl-form form span.hint {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  text-align: right;
}
@media only screen and (max-width: 880px) {
  /* line 184, ../../sass/modules/_dl-form.scss */
  .dl-form form button {
    margin-top: 21px;
  }
  /* line 187, ../../sass/modules/_dl-form.scss */
  .dl-form form .ym-g33.ym-gr {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 192, ../../sass/modules/_dl-form.scss */
  .dl-form form button {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 197, ../../sass/modules/_dl-form.scss */
  .dl-form form #datepicker,
  .dl-form form .datepicker-input,
  .dl-form form input[name="file_reset"] {
    float: none;
    width: 100%;
  }
  /* line 203, ../../sass/modules/_dl-form.scss */
  .dl-form form .datepicker-button,
  .dl-form form select#timeRequest,
  .dl-form form select#timepicker {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  /* line 211, ../../sass/modules/_dl-form.scss */
  .dl-form form .add-attachment {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
}
/* line 218, ../../sass/modules/_dl-form.scss */
.dl-form .error {
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin-bottom: 10px;
}

/* line 227, ../../sass/modules/_dl-form.scss */
.teaser.service-search .teaserheader-small {
  padding-bottom: 13px;
}
/* line 230, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul {
  margin: 0 0 5px 0;
  list-style: none;
}
/* line 233, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li {
  color: #EE0000;
  margin-left: 0;
}
/* line 236, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li span {
  color: #444;
}

/* line 243, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div {
  display: none;
  padding: 10px;
  background-color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 249, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div.hidden:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #EE0000 transparent transparent;
  top: 75px;
  left: -16px;
}
/* line 260, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 265, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\00AB";
}
/* line 269, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 274, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next:after {
  content: "\00BB";
}
/* line 278, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-header {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 282, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-size: 115%;
}
/* line 286, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar {
  width: 200px;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
/* line 291, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar thead {
  font-weight: normal;
}
/* line 294, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr {
  text-align: center;
}
/* line 296, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr th {
  border-bottom: none;
  color: #EE0000;
  text-align: center;
  font-weight: normal;
}
/* line 302, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td {
  width: 27px;
  text-align: center;
  border-top: none;
  line-height: 0.8em;
}
/* line 307, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #a3988e;
}
/* line 309, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day a {
  color: #fff;
}
/* line 313, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover {
  background-color: #EE0000;
}
/* line 315, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover a {
  color: #fff;
}
/* line 319, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  text-decoration: none;
}
/* line 323, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled span {
  color: #a3988e;
  cursor: default;
}
/* line 328, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled:hover {
  background-color: inherit;
}

/* line 1, ../../sass/modules/_search-results.scss */
.search-result {
  padding: 10px 10px 10px 10px;
}
/* line 3, ../../sass/modules/_search-results.scss */
.search-result .teaserheader-mixed {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
/* line 6, ../../sass/modules/_search-results.scss */
.search-result .teaserheader-mixed .float-right {
  position: relative;
  top: 4px;
}
/* line 11, ../../sass/modules/_search-results.scss */
.search-result h4 {
  color: #EE0000;
}
/* line 14, ../../sass/modules/_search-results.scss */
.search-result p {
  margin-right: 0;
  margin-bottom: 10px;
}
/* line 18, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo {
  margin-bottom: 15px;
}
/* line 20, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a {
  text-decoration: none;
}
/* line 22, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a:after {
  content: "\203a";
  margin: 0 2px 0 5px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #EE0000;
}
/* line 32, ../../sass/modules/_search-results.scss */
.search-result .searchResultInfo a:last-child:after {
  content: none;
  margin: 0;
}
/* line 39, ../../sass/modules/_search-results.scss */
.search-result img.float-left.flexible {
  margin: 0 1em 1em 0;
  max-width: 230px;
  max-height: 150px;
}
/* line 44, ../../sass/modules/_search-results.scss */
.search-result .contact-info {
  font-size: 12px;
  margin-bottom: .5em;
}
/* line 47, ../../sass/modules/_search-results.scss */
.search-result .contact-info a,
.search-result .contact-info a:hover,
.search-result .contact-info a:focus {
  color: #444;
  text-decoration: underline;
}
/* line 53, ../../sass/modules/_search-results.scss */
.search-result .contact-info strong,
.search-result .contact-info span,
.search-result .contact-info a {
  display: block;
}
/* line 58, ../../sass/modules/_search-results.scss */
.search-result .contact-info span {
  margin-bottom: .5em;
}
/* line 62, ../../sass/modules/_search-results.scss */
.search-result .button-container {
  height: 30px;
}
/* line 64, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after {
  margin: 0;
}
/* line 66, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #EE0000;
}
/* line 72, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a:after {
  content: "\00BB";
  float: right;
  margin-left: 10px;
  font-size: 35px;
  padding: 0 5px 7px;
  line-height: 21px;
  color: #fff;
  background-color: #EE0000;
  border: 1px solid #EE0000;
}
/* line 84, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a:hover:after {
  color: #EE0000;
  background-color: #fff;
}
/* line 90, ../../sass/modules/_search-results.scss */
.search-result .button-container .button-after a.download-link:before {
  content: "Download";
  margin-right: 2px;
  padding-left: 20px;
  background-image: url('../images/icons/download_list_icon_red.gif');
  background-color: transparent;
  background-repeat: no-repeat;
}
/* line 102, ../../sass/modules/_search-results.scss */
.search-result .buttonlike {
  display: block;
}
/* line 104, ../../sass/modules/_search-results.scss */
.search-result .buttonlike a {
  width: 130px;
}
/* line 106, ../../sass/modules/_search-results.scss */
.search-result .buttonlike a:after {
  position: relative;
  top: -11%;
  font-size: 35px;
}
/* line 112, ../../sass/modules/_search-results.scss */
.search-result .buttonlike.red a:hover {
  background-color: #EE0000;
  color: #fff;
}

/* line 120, ../../sass/modules/_search-results.scss */
.textcntinner .search-result p {
  margin-bottom: 10px;
}

/* line 128, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .ym-grid .ym-g50, .searchDiv #searchForm .mm .ym-g50 {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  /* line 128, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50, .searchDiv #searchForm .mm .ym-g50 {
    margin-bottom: 0;
  }
  /* line 132, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50 .input_fields, .searchDiv #searchForm .mm .ym-g50 .input_fields,
  .searchDiv #searchForm .ym-grid .ym-g50 .submit_buttons,
  .searchDiv #searchForm .mm .ym-g50 .submit_buttons {
    padding-bottom: 0;
  }
}
/* line 138, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50, .searchDiv #searchForm .mm .ym-g50 + .ym-g50 {
  padding-right: 25px;
  width: auto;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50, .searchDiv #searchForm .mm .ym-g50 + .ym-g50 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  /* line 144, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50 .input_fields, .searchDiv #searchForm .mm .ym-g50 + .ym-g50 .input_fields,
  .searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50 .submit_buttons,
  .searchDiv #searchForm .mm .ym-g50 + .ym-g50 .submit_buttons {
    padding-bottom: 25px;
    padding-left: 25px;
  }
  /* line 149, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50 .input_fields > div button, .searchDiv #searchForm .mm .ym-g50 + .ym-g50 .input_fields > div button,
  .searchDiv #searchForm .ym-grid .ym-g50 + .ym-g50 .submit_buttons > div button,
  .searchDiv #searchForm .mm .ym-g50 + .ym-g50 .submit_buttons > div button {
    width: 100%;
  }
}
/* line 157, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .input_fields {
  padding: 25px;
  background-color: #f7f7f7;
}
/* line 160, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .input_fields input {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  border: 1px solid #ddd8d3;
  padding: 6px 15px;
  width: 100%;
  font-size: 20px;
}
/* line 168, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .hits {
  float: right;
  text-align: right;
  padding-top: 7px;
}
/* line 173, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons {
  padding: 25px 25px 25px 0;
  background-color: #f7f7f7;
}
/* line 177, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button {
  padding: 10px 35px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin: 0;
  width: auto;
}
/* line 187, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 193, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:hover, .searchDiv #searchForm .submit_buttons > div button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 197, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 205, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult {
  margin-bottom: 20px;
}
/* line 207, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager {
  margin: 0 auto;
  width: auto;
}
/* line 210, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 9px;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 216, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button:hover, .searchDiv #searchForm #searchForm-searchResult .searchPager button:focus {
  background-color: #EE0000;
  border-color: #EE0000;
  color: #fff;
  cursor: pointer;
}
/* line 222, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
}
/* line 226, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page:hover, .searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page:focus {
  background-color: #a3988e;
  border-color: #a3988e;
}
/* line 231, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.wider {
  padding: 5px 6px;
}
/* line 234, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.widest {
  padding: 5px 2px;
}
/* line 241, ../../sass/modules/_search-results.scss */
.searchDiv .error {
  display: none;
}
/* line 244, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult {
  text-align: left;
}
/* line 246, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult .search-result,
.searchDiv .searchResult .searchPager {
  text-align: left;
}

/* line 2, ../../sass/modules/_sso.scss */
.sso .teaserheadsmall {
  margin-right: 0;
}

/* line 7, ../../sass/modules/_sso.scss */
.ym-form.sso-form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 10, ../../sass/modules/_sso.scss */
.ym-form.sso-form div {
  margin-bottom: 10px;
}
/* line 13, ../../sass/modules/_sso.scss */
.ym-form.sso-form label {
  display: block;
}
/* line 16, ../../sass/modules/_sso.scss */
.ym-form.sso-form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 21, ../../sass/modules/_sso.scss */
.ym-form.sso-form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
/* line 31, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  margin-right: 0;
  top: auto;
}
/* line 39, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:hover, .ym-form.sso-form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 43, ../../sass/modules/_sso.scss */
.ym-form.sso-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 50, ../../sass/modules/_sso.scss */
.ym-form.sso-form .pw-hint span {
  color: #EE0000;
}

/* line 1, ../../sass/modules/_bitlogic.scss */
.bitlogic,
.hexaware {
  background-color: #EE0000;
  color: #fff;
  float: right;
  width: 290px;
  padding: 20px;
  border: none;
  margin: 0 -30px 20px 20px;
}
/* line 10, ../../sass/modules/_bitlogic.scss */
.bitlogic .teaserheadsmall,
.hexaware .teaserheadsmall {
  margin-right: 0;
  color: #fff;
}
/* line 14, ../../sass/modules/_bitlogic.scss */
.bitlogic h3,
.hexaware h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.875em 0;
}
/* line 19, ../../sass/modules/_bitlogic.scss */
.bitlogic p,
.hexaware p {
  margin-right: 0;
}
/* line 21, ../../sass/modules/_bitlogic.scss */
.bitlogic p a,
.hexaware p a {
  color: #fff;
  text-decoration: underline;
}
/* line 24, ../../sass/modules/_bitlogic.scss */
.bitlogic p a:hover, .bitlogic p a:focus,
.hexaware p a:hover,
.hexaware p a:focus {
  color: #ddd8d3;
}
/* line 29, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form,
.hexaware .ym-form.bitlogic-form {
  background-color: #fff;
}
/* line 31, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form button,
.hexaware .ym-form.bitlogic-form button {
  background-color: #EE0000;
  border: 1px solid #EE0000;
}
/* line 34, ../../sass/modules/_bitlogic.scss */
.bitlogic .ym-form.bitlogic-form button:hover, .bitlogic .ym-form.bitlogic-form button:focus,
.hexaware .ym-form.bitlogic-form button:hover,
.hexaware .ym-form.bitlogic-form button:focus {
  color: #EE0000;
  background-color: #fff;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_bitlogic.scss */
  .bitlogic,
  .hexaware {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}

/* line 47, ../../sass/modules/_bitlogic.scss */
.white-bg .bitlogic.whitebg,
.white-bg .hexaware.whitebg {
  background-color: #EE0000;
}

/* line 52, ../../sass/modules/_bitlogic.scss */
.bitlogic ~ .hexaware,
.hexaware ~ .bitlogic {
  clear: both;
}

/* line 58, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic,
.marginColumn .hexaware {
  border: 5px solid #fff;
  background-color: #fff;
  color: #444;
  float: none;
  width: auto;
  padding: 10px;
  margin: 0;
}
/* line 67, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .teaserheadsmall,
.marginColumn .hexaware .teaserheadsmall {
  margin-right: 0;
}
/* line 70, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic h3,
.marginColumn .hexaware h3 {
  font-size: 16px;
  color: #EE0000;
}
/* line 75, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic p a,
.marginColumn .hexaware p a {
  color: #444;
}
/* line 77, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic p a:hover, .marginColumn .bitlogic p a:focus,
.marginColumn .hexaware p a:hover,
.marginColumn .hexaware p a:focus {
  color: #EE0000;
}
/* line 82, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form,
.marginColumn .hexaware .ym-form.bitlogic-form {
  background-color: #f6f4f1;
}
/* line 84, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form button,
.marginColumn .hexaware .ym-form.bitlogic-form button {
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 87, ../../sass/modules/_bitlogic.scss */
.marginColumn .bitlogic .ym-form.bitlogic-form button:hover, .marginColumn .bitlogic .ym-form.bitlogic-form button:focus,
.marginColumn .hexaware .ym-form.bitlogic-form button:hover,
.marginColumn .hexaware .ym-form.bitlogic-form button:focus {
  color: #a3988e;
  background-color: #fff;
}
@media only screen and (max-width: 880px) {
  /* line 58, ../../sass/modules/_bitlogic.scss */
  .marginColumn .bitlogic,
  .marginColumn .hexaware {
    float: none;
    width: 100%;
    margin: 0;
  }
}

/* line 101, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 104, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form div {
  margin-bottom: 10px;
}
/* line 107, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form label {
  display: block;
}
/* line 110, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 115, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
/* line 125, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  margin-right: 0;
  top: auto;
}
/* line 133, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:hover, .ym-form.bitlogic-form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 137, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 144, ../../sass/modules/_bitlogic.scss */
.ym-form.bitlogic-form .pw-hint span {
  color: #EE0000;
}

/* line 1, ../../sass/modules/_pager.scss */
.pages {
  margin: 20px auto 0;
  float: right;
}
/* line 4, ../../sass/modules/_pager.scss */
.pages a, .pages span, .pages button {
  display: block;
  float: left;
  text-decoration: none;
  padding: 5px 0;
  height: 28px;
  width: 30px;
  margin: 0 1px 0 1px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 15, ../../sass/modules/_pager.scss */
.pages a:hover, .pages a:focus, .pages span:hover, .pages span:focus, .pages button:hover, .pages button:focus {
  background-color: #EE0000;
  border-color: #EE0000;
  color: #fff;
  cursor: pointer;
}
/* line 21, ../../sass/modules/_pager.scss */
.pages a.current-page, .pages span.current-page, .pages button.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
}
/* line 25, ../../sass/modules/_pager.scss */
.pages a.current-page:hover, .pages a.current-page:focus, .pages span.current-page:hover, .pages span.current-page:focus, .pages button.current-page:hover, .pages button.current-page:focus {
  background-color: #a3988e;
  border-color: #a3988e;
  cursor: default;
}
/* line 31, ../../sass/modules/_pager.scss */
.pages a.wider, .pages span.wider, .pages button.wider {
  padding: 5px 6px;
}
/* line 34, ../../sass/modules/_pager.scss */
.pages a.widest, .pages span.widest, .pages button.widest {
  padding: 5px 2px;
}
/* line 37, ../../sass/modules/_pager.scss */
.pages a.prev-page, .pages span.prev-page, .pages button.prev-page {
  padding: 4px 0;
  margin: 0 1px 0 0;
}
/* line 41, ../../sass/modules/_pager.scss */
.pages a.next-page, .pages span.next-page, .pages button.next-page {
  padding: 4px 0;
  margin: 0 0 0 1px;
}
/* line 46, ../../sass/modules/_pager.scss */
.pages .page-total {
  margin: 0 5px;
  height: auto;
  width: auto;
  border: none;
}
/* line 51, ../../sass/modules/_pager.scss */
.pages .page-total:hover, .pages .page-total:focus {
  background-color: transparent;
  color: #444;
  cursor: default;
}

/* line 59, ../../sass/modules/_pager.scss */
.service-search-result .pager-container {
  margin: 0 auto;
  width: 235px;
  float: right;
  overflow: hidden;
  height: 28px;
  position: relative;
}
/* line 66, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages {
  margin: 0;
  text-align: center;
  height: 28px;
  position: absolute;
  width: 1000px;
  left: 34px;
}
/* line 73, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a, .service-search-result .pager-container .pages span, .service-search-result .pager-container .pages button {
  width: 30px;
  margin: 0 2px;
  display: block;
  float: left;
}
/* line 78, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a:first-child, .service-search-result .pager-container .pages span:first-child, .service-search-result .pager-container .pages button:first-child {
  margin-left: 0;
}
/* line 81, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages a:last-child, .service-search-result .pager-container .pages span:last-child, .service-search-result .pager-container .pages button:last-child {
  margin-right: 0;
}
/* line 86, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows {
  position: absolute;
  z-index: 100;
  float: left;
  font-size: 21.5px;
  background-color: #ddd8d3;
  color: #fff;
  line-height: 1;
  bottom: -2px;
  height: 32px;
  width: 32px;
  display: block;
  padding: 0 8px 0 8px;
  text-decoration: none;
  border: 2px solid #fff;
}
/* line 101, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows:hover, .service-search-result .pager-container .pager-arrows:focus {
  background-color: #EE0000;
  color: #fff;
  cursor: pointer;
}
/* line 106, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows.next-page {
  float: right;
  right: 0;
}

/* line 3, ../../sass/modules/_imagepool.scss */
.image-page .textcntinner h2 {
  color: #444;
}

/* line 10, ../../sass/modules/_imagepool.scss */
.image-pool .ym-g33.ym-gr {
  width: 44.5%;
}
/* line 13, ../../sass/modules/_imagepool.scss */
.image-pool .ym-g66.ym-gl {
  width: 55.5%;
}
/* line 16, ../../sass/modules/_imagepool.scss */
.image-pool .image-box {
  height: 371px;
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 24, ../../sass/modules/_imagepool.scss */
.image-pool form fieldset {
  padding: 15px;
  position: relative;
  background-color: #f7f7f7;
}
/* line 28, ../../sass/modules/_imagepool.scss */
.image-pool form fieldset:after {
  background-image: url('../images/cinet-bilderpool-triangle.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  height: 20px;
  width: 40px;
  bottom: -20px;
  left: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 28, ../../sass/modules/_imagepool.scss */
  .image-pool form fieldset:after {
    background-image: url('../images/cinet-bilderpool-triangle-x2.png?1687272279');
    background-size: 40px 20px;
  }
}
/* line 43, ../../sass/modules/_imagepool.scss */
.image-pool form fieldset label {
  margin-bottom: 5px;
  display: block;
}
/* line 48, ../../sass/modules/_imagepool.scss */
.image-pool form h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 15px;
}
/* line 53, ../../sass/modules/_imagepool.scss */
.image-pool form ul {
  margin-bottom: 0;
}
/* line 56, ../../sass/modules/_imagepool.scss */
.image-pool form ul li {
  border-top: 1px solid #ddd8d3;
  padding: 10px 0;
}
/* line 59, ../../sass/modules/_imagepool.scss */
.image-pool form ul li:first-child {
  border: none;
}
/* line 62, ../../sass/modules/_imagepool.scss */
.image-pool form ul li:last-child {
  padding-bottom: 0;
}
/* line 66, ../../sass/modules/_imagepool.scss */
.image-pool form ul .radio-box {
  text-indent: -15px;
  padding-left: 20px;
  line-height: 1.5;
}
/* line 70, ../../sass/modules/_imagepool.scss */
.image-pool form ul .radio-box span {
  color: #a3988e;
  margin-left: 5px;
}
/* line 76, ../../sass/modules/_imagepool.scss */
.image-pool form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border: none;
}
/* line 84, ../../sass/modules/_imagepool.scss */
.image-pool button,
.image-pool input[type="button"],
.image-pool .image-links .button-style {
  display: block;
  padding: 19px 60px 19px 60px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 40px;
}
/* line 96, ../../sass/modules/_imagepool.scss */
.image-pool button:before,
.image-pool input[type="button"]:before,
.image-pool .image-links .button-style:before {
  content: "\00BB";
  float: left;
  left: 13px;
  position: absolute;
}
/* line 102, ../../sass/modules/_imagepool.scss */
.image-pool button:hover, .image-pool button:focus,
.image-pool input[type="button"]:hover,
.image-pool input[type="button"]:focus,
.image-pool .image-links .button-style:hover,
.image-pool .image-links .button-style:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 107, ../../sass/modules/_imagepool.scss */
.image-pool button.image-download i,
.image-pool input[type="button"].image-download i,
.image-pool .image-links .button-style.image-download i {
  left: 15px;
  top: 15px;
  position: absolute;
  font-size: 26px;
}
/* line 113, ../../sass/modules/_imagepool.scss */
.image-pool button.image-download:before,
.image-pool input[type="button"].image-download:before,
.image-pool .image-links .button-style.image-download:before {
  content: normal;
}
/* line 117, ../../sass/modules/_imagepool.scss */
.image-pool button.image-store,
.image-pool input[type="button"].image-store,
.image-pool .image-links .button-style.image-store {
  background-color: #a3988e;
  border: 1px solid #a3988e;
  margin-top: 15px;
}
/* line 121, ../../sass/modules/_imagepool.scss */
.image-pool button.image-store:before,
.image-pool input[type="button"].image-store:before,
.image-pool .image-links .button-style.image-store:before {
  background-image: url('../images/icons/merkzettel-icon-large.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 29px;
  top: 10px;
  left: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 121, ../../sass/modules/_imagepool.scss */
  .image-pool button.image-store:before,
  .image-pool input[type="button"].image-store:before,
  .image-pool .image-links .button-style.image-store:before {
    background-image: url('../images/icons/merkzettel-icon-large-x2.png?1687272279');
    background-size: 29px 73px;
  }
}
/* line 135, ../../sass/modules/_imagepool.scss */
.image-pool button.image-store:hover, .image-pool button.image-store:focus,
.image-pool input[type="button"].image-store:hover,
.image-pool input[type="button"].image-store:focus,
.image-pool .image-links .button-style.image-store:hover,
.image-pool .image-links .button-style.image-store:focus {
  color: #a3988e;
  background-color: #fff;
}
/* line 138, ../../sass/modules/_imagepool.scss */
.image-pool button.image-store:hover:before, .image-pool button.image-store:focus:before,
.image-pool input[type="button"].image-store:hover:before,
.image-pool input[type="button"].image-store:focus:before,
.image-pool .image-links .button-style.image-store:hover:before,
.image-pool .image-links .button-style.image-store:focus:before {
  background-position: 0px -44px;
}
/* line 144, ../../sass/modules/_imagepool.scss */
.image-pool .image-links {
  margin: 15px 0 20px 0;
}
/* line 146, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style {
  float: left;
  width: 32%;
  margin-top: 0;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #444;
  text-decoration: none;
  padding: 19px 10px 19px 20px;
  text-align: center;
}
/* line 156, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style:before {
  content: "\2039";
  font-size: 35px;
  left: 10px;
  top: 2px;
}
/* line 162, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style:hover, .image-pool .image-links .button-style:focus {
  color: #fff;
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 168, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style.to-overview i {
  left: 10px;
  top: 20px;
  position: absolute;
  font-size: 16px;
}
/* line 174, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style.to-overview:before {
  content: normal;
}
/* line 178, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style.prev-image {
  margin-left: 2%;
  margin-right: 2%;
}
/* line 182, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style.next-image {
  padding: 19px 20px 19px 10px;
}
/* line 184, ../../sass/modules/_imagepool.scss */
.image-pool .image-links .button-style.next-image:before {
  content: "\203a";
  right: 10px;
  left: auto;
}
/* line 192, ../../sass/modules/_imagepool.scss */
.image-pool table {
  border: none;
  margin-bottom: 0;
}
/* line 195, ../../sass/modules/_imagepool.scss */
.image-pool table th, .image-pool table td {
  border-color: #ddd8d3;
  border-left: none;
  border-right: none;
}
/* line 200, ../../sass/modules/_imagepool.scss */
.image-pool table th {
  font-weight: 400;
}
/* line 203, ../../sass/modules/_imagepool.scss */
.image-pool table td {
  color: #a3988e;
}
/* line 207, ../../sass/modules/_imagepool.scss */
.image-pool table tr:first-child th, .image-pool table tr:first-child td {
  border: none;
}
/* line 211, ../../sass/modules/_imagepool.scss */
.image-pool table tbody tr:hover th, .image-pool table tbody tr:hover td {
  background-color: transparent;
}
@media only screen and (max-width: 880px) {
  /* line 216, ../../sass/modules/_imagepool.scss */
  .image-pool .ym-g33.ym-gr {
    width: 100%;
  }
  /* line 219, ../../sass/modules/_imagepool.scss */
  .image-pool .ym-g66.ym-gl {
    width: 100%;
  }
  /* line 222, ../../sass/modules/_imagepool.scss */
  .image-pool table {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 880px) and (min-width: 640px) {
  /* line 227, ../../sass/modules/_imagepool.scss */
  .image-pool form button.image-store {
    float: right;
    width: 49%;
    margin-top: 40px;
    margin-left: 1%;
  }
  /* line 233, ../../sass/modules/_imagepool.scss */
  .image-pool form button.image-download {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 243, ../../sass/modules/_imagepool.scss */
  .image-pool .image-links .button-style {
    font-size: 13px;
    padding: 19px 10px 19px 10px;
  }
  /* line 246, ../../sass/modules/_imagepool.scss */
  .image-pool .image-links .button-style:before {
    content: normal;
  }
  /* line 249, ../../sass/modules/_imagepool.scss */
  .image-pool .image-links .button-style.next-image {
    padding: 19px 10px 19px 10px;
  }
  /* line 251, ../../sass/modules/_imagepool.scss */
  .image-pool .image-links .button-style.next-image:before {
    content: normal;
  }
  /* line 256, ../../sass/modules/_imagepool.scss */
  .image-pool .image-links .button-style.to-overview i {
    display: none;
  }
}

/* line 265, ../../sass/modules/_imagepool.scss */
.image-box {
  position: relative;
}
/* line 267, ../../sass/modules/_imagepool.scss */
.image-box .zoom-box {
  display: none;
  position: absolute;
  left: 40%;
  top: 35%;
  width: 20%;
  max-width: 120px;
  max-height: 120px;
}
/* line 275, ../../sass/modules/_imagepool.scss */
.image-box .zoom-box img {
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10%;
}
/* line 282, ../../sass/modules/_imagepool.scss */
.image-box:hover .zoom-box, .image-box:focus .zoom-box {
  display: block;
}

/* line 288, ../../sass/modules/_imagepool.scss */
.image-pool.overview {
  width: 101%;
  margin-left: -0.5%;
}
/* line 291, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container {
  width: 24%;
  float: left;
  border: 1px solid #ddd8d3;
  margin: 0.5%;
  position: relative;
}
/* line 299, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container.new .image-box:after {
  background-color: #03b3fe;
  content: "Neu";
  display: block;
  position: absolute;
  padding: 5px 8px;
  color: #fff;
  top: 0;
  right: 0;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 4px;
}
/* line 312, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links {
  margin: 0;
}
/* line 314, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style {
  width: 50%;
  background-color: #fff;
  padding: 12px 5px 8px 5px;
  border: none;
  font-size: 12px;
  color: #a3988e;
  position: static;
}
/* line 322, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style i {
  position: static;
  font-size: 21px;
}
/* line 326, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link {
  border-right: 1px solid #ddd8d3;
}
/* line 328, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form {
  display: none;
  position: absolute;
  bottom: 68px;
  left: 15px;
  width: 270px;
  text-align: left;
  z-index: 200;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 337, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset {
  background-color: #fff;
}
/* line 339, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset:after {
  left: 0;
  width: 100%;
  background-position: 12px center;
  background-image: url('../images/cinet-bilderpool-triangle-white.png?1687272279');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 339, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset:after {
    background-image: url('../images/cinet-bilderpool-triangle-white-x2.png?1687272279');
  }
}
/* line 348, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset .radio-box {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
/* line 353, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset .radio-box:first-child {
  padding-top: 0;
}
/* line 357, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset button.image-download {
  margin-top: 10px;
  text-align: center;
  padding: 11px 10px 11px 10px;
}
/* line 361, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset button.image-download i {
  top: 10px;
  left: 10px;
  position: absolute;
}
/* line 370, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-download-link:hover .download-form, .image-pool.overview .image-pool-container .image-links .button-style.image-download-link:focus .download-form {
  display: block;
}
/* line 376, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-store-link:before {
  position: static;
  margin: -3px auto 3px auto;
  display: block;
  float: none;
  background-image: url('../images/icons/merkzettel-icon-small.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 21px;
  width: 21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 376, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-links .button-style.image-store-link:before {
    background-image: url('../images/icons/merkzettel-icon-small-x2.png?1687272279');
    background-size: 21px 57px;
  }
}
/* line 393, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style.image-store-link:hover:before, .image-pool.overview .image-pool-container .image-links .button-style.image-store-link:focus:before {
  background-position: 0px -36px;
}
/* line 398, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style:hover, .image-pool.overview .image-pool-container .image-links .button-style:focus {
  color: #444;
  background-color: #f7f7f7;
}
/* line 401, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style:hover .download-form, .image-pool.overview .image-pool-container .image-links .button-style:focus .download-form {
  display: block;
}
/* line 405, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-links .button-style:before {
  content: normal;
}
/* line 410, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box {
  display: none;
  position: absolute;
  width: 400px;
  z-index: 100;
  top: -25%;
  left: -50%;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 420, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box .flexible {
  width: 100%;
}
/* line 424, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style {
  width: 33.333%;
}
/* line 426, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style.image-download-link {
  border-left: 1px solid #ddd8d3;
  border-right: 1px solid #ddd8d3;
}
/* line 429, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style.image-download-link .download-form {
  left: 65px;
}
/* line 432, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style.image-download-link .download-form fieldset:after {
  background-position: 114px 0;
}
/* line 441, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-box {
  background-position: center bottom;
  height: 200px;
  cursor: pointer;
}
/* line 445, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-box .transparent {
  max-width: none;
  width: 194px;
  height: 200px;
}
/* line 452, ../../sass/modules/_imagepool.scss */
.image-pool.overview .image-pool-container .image-box:hover + .image-zoom-box, .image-pool.overview .image-pool-container .image-box:focus + .image-zoom-box {
  display: block;
}
@media only screen and (max-width: 1200px) {
  /* line 288, ../../sass/modules/_imagepool.scss */
  .image-pool.overview {
    width: 102%;
    margin-left: -1%;
  }
  /* line 461, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container {
    width: 31.333%;
    margin: 1%;
  }
  /* line 465, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box .transparent {
    width: 234px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 473, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box {
    cursor: default;
  }
  /* line 475, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box .transparent {
    width: 248px;
  }
  /* line 478, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box .image-zoom-box {
    display: none !important;
  }
}
@media only screen and (max-width: 880px) and (min-width: 640px) {
  /* line 485, ../../sass/modules/_imagepool.scss */
  .image-pool.overview form button.image-download {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  /* line 492, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container {
    width: 48%;
  }
  /* line 495, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box .transparent {
    width: 283px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 502, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container {
    width: 99%;
    margin: 0 0.5% 5% 0.5%;
  }
  /* line 506, ../../sass/modules/_imagepool.scss */
  .image-pool.overview .image-pool-container .image-box .transparent {
    width: 425px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  /* line 524, ../../sass/modules/_imagepool.scss */
  .image-page .image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style.image-download-link .download-form fieldset:after {
    background-position: 116px 0;
  }
  /* line 536, ../../sass/modules/_imagepool.scss */
  .image-page .image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset:after {
    background-position: 14px 0;
  }
}
/* line 557, ../../sass/modules/_imagepool.scss */
.ie .image-page .image-pool.overview .image-pool-container .image-zoom-box .image-links .button-style.image-download-link .download-form fieldset:after {
  background-position: 116px 0;
}
/* line 569, ../../sass/modules/_imagepool.scss */
.ie .image-page .image-pool.overview .image-pool-container .image-links .button-style.image-download-link .download-form fieldset:after {
  background-position: 13px 0;
}

/* line 640, ../../sass/modules/_imagepool.scss */
.js .image-page .image-pool.overview .image-pool-container .image-box:hover + .image-zoom-box, .js .image-page .image-pool.overview .image-pool-container .image-box:focus + .image-zoom-box {
  display: none;
}
/* line 648, ../../sass/modules/_imagepool.scss */
.js .image-page .image-pool.overview .image-pool-container .image-links .image-download-link:hover .download-form, .js .image-page .image-pool.overview .image-pool-container .image-links .image-download-link:focus .download-form {
  display: none;
}
/* line 659, ../../sass/modules/_imagepool.scss */
.js .image-box:hover .zoom-box, .js .image-box:focus .zoom-box {
  display: none;
}

/* line 668, ../../sass/modules/_imagepool.scss */
.image-pool .image-details .lastChanged {
  display: none;
}

/* line 3, ../../sass/modules/_iconpool.scss */
.icon-page .textcntinner h2 {
  color: #444;
}

/* line 10, ../../sass/modules/_iconpool.scss */
.icon-pool .ym-g33.ym-gr {
  width: 44.5%;
}
/* line 13, ../../sass/modules/_iconpool.scss */
.icon-pool .ym-g66.ym-gl {
  width: 55.5%;
}
/* line 16, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-box {
  height: 200px;
  padding: 20px;
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
}
/* line 26, ../../sass/modules/_iconpool.scss */
.icon-pool form fieldset {
  padding: 15px;
  position: relative;
  background-color: #f7f7f7;
}
/* line 30, ../../sass/modules/_iconpool.scss */
.icon-pool form fieldset:after {
  background-image: url('../images/cinet-bilderpool-triangle.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  height: 20px;
  width: 40px;
  bottom: -20px;
  left: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 30, ../../sass/modules/_iconpool.scss */
  .icon-pool form fieldset:after {
    background-image: url('../images/cinet-bilderpool-triangle-x2.png?1687272279');
    background-size: 40px 20px;
  }
}
/* line 45, ../../sass/modules/_iconpool.scss */
.icon-pool form fieldset label {
  margin-bottom: 5px;
  display: block;
}
/* line 50, ../../sass/modules/_iconpool.scss */
.icon-pool form h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 15px;
}
/* line 55, ../../sass/modules/_iconpool.scss */
.icon-pool form ul {
  margin-bottom: 0;
}
/* line 58, ../../sass/modules/_iconpool.scss */
.icon-pool form ul li {
  border-top: 1px solid #ddd8d3;
  padding: 10px 0;
}
/* line 61, ../../sass/modules/_iconpool.scss */
.icon-pool form ul li:first-child {
  border: none;
}
/* line 64, ../../sass/modules/_iconpool.scss */
.icon-pool form ul li:last-child {
  padding-bottom: 0;
}
/* line 68, ../../sass/modules/_iconpool.scss */
.icon-pool form ul .radio-box {
  text-indent: -15px;
  padding-left: 20px;
  line-height: 1.5;
}
/* line 72, ../../sass/modules/_iconpool.scss */
.icon-pool form ul .radio-box span {
  color: #a3988e;
  margin-left: 5px;
}
/* line 78, ../../sass/modules/_iconpool.scss */
.icon-pool form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border: none;
}
/* line 86, ../../sass/modules/_iconpool.scss */
.icon-pool button,
.icon-pool input[type="button"],
.icon-pool .icon-links .button-style {
  display: block;
  padding: 19px 60px 19px 60px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 40px;
}
/* line 98, ../../sass/modules/_iconpool.scss */
.icon-pool button:before,
.icon-pool input[type="button"]:before,
.icon-pool .icon-links .button-style:before {
  content: "\00BB";
  float: left;
  left: 13px;
  position: absolute;
}
/* line 104, ../../sass/modules/_iconpool.scss */
.icon-pool button:hover, .icon-pool button:focus,
.icon-pool input[type="button"]:hover,
.icon-pool input[type="button"]:focus,
.icon-pool .icon-links .button-style:hover,
.icon-pool .icon-links .button-style:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 109, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-download i,
.icon-pool input[type="button"].icon-download i,
.icon-pool .icon-links .button-style.icon-download i {
  left: 15px;
  top: 15px;
  position: absolute;
  font-size: 26px;
}
/* line 115, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-download:before,
.icon-pool input[type="button"].icon-download:before,
.icon-pool .icon-links .button-style.icon-download:before {
  content: normal;
}
/* line 119, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-store,
.icon-pool input[type="button"].icon-store,
.icon-pool .icon-links .button-style.icon-store {
  background-color: #a3988e;
  border: 1px solid #a3988e;
  margin-top: 15px;
}
/* line 123, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-store:before,
.icon-pool input[type="button"].icon-store:before,
.icon-pool .icon-links .button-style.icon-store:before {
  background-image: url('../images/icons/merkzettel-icon-large.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 29px;
  top: 10px;
  left: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 123, ../../sass/modules/_iconpool.scss */
  .icon-pool button.icon-store:before,
  .icon-pool input[type="button"].icon-store:before,
  .icon-pool .icon-links .button-style.icon-store:before {
    background-image: url('../images/icons/merkzettel-icon-large-x2.png?1687272279');
    background-size: 29px 73px;
  }
}
/* line 137, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-store:hover, .icon-pool button.icon-store:focus,
.icon-pool input[type="button"].icon-store:hover,
.icon-pool input[type="button"].icon-store:focus,
.icon-pool .icon-links .button-style.icon-store:hover,
.icon-pool .icon-links .button-style.icon-store:focus {
  color: #a3988e;
  background-color: #fff;
}
/* line 140, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-store:hover:before, .icon-pool button.icon-store:focus:before,
.icon-pool input[type="button"].icon-store:hover:before,
.icon-pool input[type="button"].icon-store:focus:before,
.icon-pool .icon-links .button-style.icon-store:hover:before,
.icon-pool .icon-links .button-style.icon-store:focus:before {
  background-position: 0px -44px;
}
/* line 145, ../../sass/modules/_iconpool.scss */
.icon-pool button.icon-download.all,
.icon-pool input[type="button"].icon-download.all,
.icon-pool .icon-links .button-style.icon-download.all {
  margin-top: 0 !important;
}
/* line 149, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links {
  margin: 15px 0 20px 0;
}
/* line 151, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style {
  float: left;
  width: 32%;
  margin-top: 0;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #444;
  text-decoration: none;
  padding: 19px 10px 19px 20px;
  text-align: center;
}
/* line 161, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style:before {
  content: "\2039";
  font-size: 35px;
  left: 10px;
  top: 2px;
}
/* line 167, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style:hover, .icon-pool .icon-links .button-style:focus {
  color: #fff;
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 173, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style.to-overview i {
  left: 10px;
  top: 20px;
  position: absolute;
  font-size: 16px;
}
/* line 179, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style.to-overview:before {
  content: normal;
}
/* line 183, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style.prev-icon {
  margin-left: 2%;
  margin-right: 2%;
}
/* line 187, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style.next-icon {
  padding: 19px 20px 19px 10px;
}
/* line 189, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-links .button-style.next-icon:before {
  content: "\203a";
  right: 10px;
  left: auto;
}
/* line 197, ../../sass/modules/_iconpool.scss */
.icon-pool table {
  border: none;
  margin-bottom: 0;
}
/* line 200, ../../sass/modules/_iconpool.scss */
.icon-pool table th, .icon-pool table td {
  border-color: #ddd8d3;
  border-left: none;
  border-right: none;
}
/* line 205, ../../sass/modules/_iconpool.scss */
.icon-pool table th {
  font-weight: 400;
}
/* line 208, ../../sass/modules/_iconpool.scss */
.icon-pool table td {
  color: #a3988e;
}
/* line 212, ../../sass/modules/_iconpool.scss */
.icon-pool table tr:first-child th, .icon-pool table tr:first-child td {
  border: none;
}
/* line 216, ../../sass/modules/_iconpool.scss */
.icon-pool table tbody tr:hover th, .icon-pool table tbody tr:hover td {
  background-color: transparent;
}
@media only screen and (max-width: 880px) {
  /* line 221, ../../sass/modules/_iconpool.scss */
  .icon-pool .ym-g33.ym-gr {
    width: 100%;
  }
  /* line 224, ../../sass/modules/_iconpool.scss */
  .icon-pool .ym-g66.ym-gl {
    width: 100%;
  }
  /* line 227, ../../sass/modules/_iconpool.scss */
  .icon-pool table {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 880px) and (min-width: 640px) {
  /* line 232, ../../sass/modules/_iconpool.scss */
  .icon-pool form button.icon-store {
    float: right;
    width: 49%;
    margin-top: 40px;
    margin-left: 1%;
  }
  /* line 238, ../../sass/modules/_iconpool.scss */
  .icon-pool form button.icon-download {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 248, ../../sass/modules/_iconpool.scss */
  .icon-pool .icon-links .button-style {
    font-size: 13px;
    padding: 19px 10px 19px 10px;
  }
  /* line 251, ../../sass/modules/_iconpool.scss */
  .icon-pool .icon-links .button-style:before {
    content: normal;
  }
  /* line 254, ../../sass/modules/_iconpool.scss */
  .icon-pool .icon-links .button-style.next-icon {
    padding: 19px 10px 19px 10px;
  }
  /* line 256, ../../sass/modules/_iconpool.scss */
  .icon-pool .icon-links .button-style.next-icon:before {
    content: normal;
  }
  /* line 261, ../../sass/modules/_iconpool.scss */
  .icon-pool .icon-links .button-style.to-overview i {
    display: none;
  }
}

/* line 270, ../../sass/modules/_iconpool.scss */
.icon-box {
  position: relative;
}
/* line 272, ../../sass/modules/_iconpool.scss */
.icon-box .zoom-box {
  display: none;
  position: absolute;
  left: 40%;
  top: 35%;
  width: 20%;
  max-width: 120px;
  max-height: 120px;
}
/* line 280, ../../sass/modules/_iconpool.scss */
.icon-box .zoom-box img {
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10%;
}
/* line 287, ../../sass/modules/_iconpool.scss */
.icon-box:hover .zoom-box, .icon-box:focus .zoom-box {
  display: block;
}

/* line 293, ../../sass/modules/_iconpool.scss */
.icon-pool.overview {
  width: 101%;
  margin-left: -0.5%;
}
/* line 296, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container {
  width: 24%;
  float: left;
  border: 1px solid #ddd8d3;
  margin: 0.5%;
  position: relative;
}
/* line 304, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container.new .icon-box:after {
  background-color: #03b3fe;
  content: "Neu";
  display: block;
  position: absolute;
  padding: 5px 8px;
  color: #fff;
  top: 0;
  right: 0;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 4px;
}
/* line 317, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links {
  margin: 0;
}
/* line 319, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style {
  width: 50%;
  background-color: #fff;
  padding: 12px 5px 8px 5px;
  border: none;
  font-size: 12px;
  color: #a3988e;
  position: static;
}
/* line 327, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style i {
  position: static;
  font-size: 21px;
}
/* line 331, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link {
  border-right: 1px solid #ddd8d3;
}
/* line 333, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form {
  display: none;
  position: absolute;
  bottom: 68px;
  left: 15px;
  width: 270px;
  text-align: left;
  z-index: 200;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 342, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset {
  background-color: #fff;
}
/* line 344, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset:after {
  left: 0;
  width: 100%;
  background-position: 12px center;
  background-image: url('../images/cinet-bilderpool-triangle-white.png?1687272279');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 344, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset:after {
    background-image: url('../images/cinet-bilderpool-triangle-white-x2.png?1687272279');
  }
}
/* line 353, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset .radio-box {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
/* line 358, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset .radio-box:first-child {
  padding-top: 0;
}
/* line 362, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset button.icon-download {
  margin-top: 10px;
  text-align: center;
  padding: 11px 10px 11px 10px;
}
/* line 366, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset button.icon-download i {
  top: 10px;
  left: 10px;
  position: absolute;
}
/* line 375, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link:hover .download-form, .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link:focus .download-form {
  display: block;
}
/* line 381, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-store-link:before {
  position: static;
  margin: -3px auto 3px auto;
  display: block;
  float: none;
  background-image: url('../images/icons/merkzettel-icon-small.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 21px;
  width: 21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 381, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-store-link:before {
    background-image: url('../images/icons/merkzettel-icon-small-x2.png?1687272279');
    background-size: 21px 57px;
  }
}
/* line 398, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style.icon-store-link:hover:before, .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-store-link:focus:before {
  background-position: 0px -36px;
}
/* line 403, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style:hover, .icon-pool.overview .icon-pool-container .icon-links .button-style:focus {
  color: #444;
  background-color: #f7f7f7;
}
/* line 406, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style:hover .download-form, .icon-pool.overview .icon-pool-container .icon-links .button-style:focus .download-form {
  display: block;
}
/* line 410, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-links .button-style:before {
  content: normal;
}
/* line 415, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 100;
  top: -25%;
  left: -25%;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 425, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box .flexible {
  width: 100%;
  background-origin: content-box;
  padding: 20px;
}
/* line 431, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style {
  width: 33.333%;
}
/* line 433, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style.icon-download-link {
  border-left: 1px solid #ddd8d3;
  border-right: 1px solid #ddd8d3;
}
/* line 436, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style.icon-download-link .download-form {
  left: 65px;
}
/* line 439, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style.icon-download-link .download-form fieldset:after {
  background-position: 65px 0;
}
/* line 448, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-box {
  background-position: center bottom;
  height: 200px;
  cursor: pointer;
}
/* line 452, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-box .transparent {
  max-width: none;
  width: 194px;
  height: 200px;
  position: relative;
  top: -20px;
  left: -20px;
}
/* line 462, ../../sass/modules/_iconpool.scss */
.icon-pool.overview .icon-pool-container .icon-box:hover + .icon-zoom-box, .icon-pool.overview .icon-pool-container .icon-box:focus + .icon-zoom-box {
  display: block;
}
@media only screen and (max-width: 1200px) {
  /* line 293, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview {
    width: 102%;
    margin-left: -1%;
  }
  /* line 471, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container {
    width: 31.333%;
    margin: 1%;
  }
  /* line 475, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box .transparent {
    width: 234px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 483, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box {
    cursor: default;
  }
  /* line 485, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box .transparent {
    width: 248px;
  }
  /* line 488, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box .icon-zoom-box {
    display: none !important;
  }
}
@media only screen and (max-width: 880px) and (min-width: 640px) {
  /* line 495, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview form button.icon-download {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  /* line 502, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container {
    width: 48%;
  }
  /* line 505, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box .transparent {
    width: 283px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 512, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container {
    width: 99%;
    margin: 0 0.5% 5% 0.5%;
  }
  /* line 516, ../../sass/modules/_iconpool.scss */
  .icon-pool.overview .icon-pool-container .icon-box .transparent {
    width: 425px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  /* line 534, ../../sass/modules/_iconpool.scss */
  .icon-page .icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style.icon-download-link .download-form fieldset:after {
    background-position: 116px 0;
  }
  /* line 546, ../../sass/modules/_iconpool.scss */
  .icon-page .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset:after {
    background-position: 14px 0;
  }
}
/* line 567, ../../sass/modules/_iconpool.scss */
.ie .icon-page .icon-pool.overview .icon-pool-container .icon-zoom-box .icon-links .button-style.icon-download-link .download-form fieldset:after {
  background-position: 116px 0;
}
/* line 579, ../../sass/modules/_iconpool.scss */
.ie .icon-page .icon-pool.overview .icon-pool-container .icon-links .button-style.icon-download-link .download-form fieldset:after {
  background-position: 13px 0;
}

/* line 650, ../../sass/modules/_iconpool.scss */
.js .icon-page .icon-pool.overview .icon-pool-container .icon-box:hover + .icon-zoom-box, .js .icon-page .icon-pool.overview .icon-pool-container .icon-box:focus + .icon-zoom-box {
  display: none;
}
/* line 658, ../../sass/modules/_iconpool.scss */
.js .icon-page .icon-pool.overview .icon-pool-container .icon-links .icon-download-link:hover .download-form, .js .icon-page .icon-pool.overview .icon-pool-container .icon-links .icon-download-link:focus .download-form {
  display: none;
}
/* line 669, ../../sass/modules/_iconpool.scss */
.js .icon-box:hover .zoom-box, .js .icon-box:focus .zoom-box {
  display: none;
}

/* line 678, ../../sass/modules/_iconpool.scss */
.icon-pool .icon-details .lastChanged {
  display: none;
}

/* line 1, ../../sass/modules/_wishlist.scss */
.wish-list {
  display: none;
}

/* line 6, ../../sass/modules/_wishlist.scss */
.js .wish-list {
  display: block;
  position: fixed;
  right: 0;
  top: 272px;
  z-index: 50;
}
/* line 12, ../../sass/modules/_wishlist.scss */
.js .wish-list .wish-list-button {
  display: block;
  padding: 16px 15px 16px 45px;
  color: #fff;
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  text-decoration: none;
}
/* line 22, ../../sass/modules/_wishlist.scss */
.js .wish-list .wish-list-button:before {
  position: absolute;
  background-image: url('../images/icons/merkzettel-icon-large.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 29px;
  top: 10px;
  left: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 22, ../../sass/modules/_wishlist.scss */
  .js .wish-list .wish-list-button:before {
    background-image: url('../images/icons/merkzettel-icon-large-x2.png?1687272279');
    background-size: 29px 73px;
  }
}
/* line 37, ../../sass/modules/_wishlist.scss */
.js .wish-list .wish-list-button:hover, .js .wish-list .wish-list-button:focus {
  color: #a3988e;
  background-color: #fff;
}
/* line 40, ../../sass/modules/_wishlist.scss */
.js .wish-list .wish-list-button:hover:before, .js .wish-list .wish-list-button:focus:before {
  background-position: 0px -44px;
}
@media only screen and (max-width: 980px) {
  /* line 6, ../../sass/modules/_wishlist.scss */
  .js .wish-list {
    top: 223px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 6, ../../sass/modules/_wishlist.scss */
  .js .wish-list {
    top: 290px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 6, ../../sass/modules/_wishlist.scss */
  .js .wish-list {
    top: 329px;
  }
  /* line 53, ../../sass/modules/_wishlist.scss */
  .js .wish-list .wish-list-button {
    padding: 10px 15px 10px 40px;
  }
  /* line 55, ../../sass/modules/_wishlist.scss */
  .js .wish-list .wish-list-button i {
    left: 8px;
    top: 8px;
    font-size: 20px;
  }
}
/* line 63, ../../sass/modules/_wishlist.scss */
.js #wishList {
  display: none;
  padding: 80px 5px 65px 30px;
  background-color: #fff;
  width: 490px;
}
/* line 68, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container {
  width: 194px;
  float: left;
  border: 1px solid #ddd8d3;
  margin: 0 25px 25px 0;
  position: relative;
}
/* line 74, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 78, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style {
  padding: 11px 12px;
  border: 1px solid #ddd8d3;
  border-top: none;
  height: 40px;
}
/* line 83, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style i {
  font-size: 16px;
}
/* line 86, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style.image-delete-link {
  padding: 9px 12px;
  border-right: none;
  border-left: none;
}
/* line 90, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style.image-delete-link i {
  font-size: 21px;
}
/* line 94, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style.icon-delete-link {
  padding: 9px 12px;
  border-right: none;
  border-left: none;
}
/* line 98, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .corner-buttons .button-style.icon-delete-link i {
  font-size: 21px;
}
/* line 104, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container fieldset {
  padding: 5px;
  position: relative;
}
/* line 108, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container ul {
  margin-bottom: 0;
}
/* line 111, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container ul li {
  padding: 5px 0;
}
/* line 114, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container ul .radio-box {
  text-indent: -15px;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 12px;
}
/* line 119, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container ul .radio-box span {
  color: #a3988e;
  margin-left: 5px;
}
/* line 125, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 7px;
  border: none;
}
/* line 132, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .image-links {
  margin: 0;
}
/* line 135, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .icon-links {
  margin: 0;
}
/* line 138, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .image-box {
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 200px;
  cursor: pointer;
}
/* line 145, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .image-box .transparent {
  max-width: none;
  width: 194px;
  height: 200px;
}
/* line 150, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .image-box a {
  display: block;
}
/* line 154, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .icon-box {
  background-color: #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 200px;
  cursor: pointer;
}
/* line 161, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .icon-box .transparent {
  max-width: none;
  width: 194px;
  height: 200px;
}
/* line 166, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-container .icon-box a {
  display: block;
}
/* line 171, ../../sass/modules/_wishlist.scss */
.js #wishList .headline {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 15px 30px 16px 30px;
  left: 0;
  width: 490px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 181, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons {
  position: absolute;
  bottom: -21px;
  z-index: 100;
  padding: 25px 30px 25px 30px;
  left: 0;
  width: 490px;
  background-color: #fff;
  -webkit-box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.25);
}
/* line 190, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button,
.js #wishList .footer-buttons input[type="button"] {
  display: block;
  padding: 15px 10px 15px 40px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  float: left;
}
/* line 201, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button:hover, .js #wishList .footer-buttons button:focus,
.js #wishList .footer-buttons input[type="button"]:hover,
.js #wishList .footer-buttons input[type="button"]:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 205, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button i,
.js #wishList .footer-buttons input[type="button"] i {
  left: 15px;
  top: 11px;
  position: absolute;
  font-size: 21px;
}
/* line 211, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-download,
.js #wishList .footer-buttons input[type="button"].image-download {
  margin-right: 10px;
  width: 180px;
}
/* line 215, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-download,
.js #wishList .footer-buttons input[type="button"].icon-download {
  margin-right: 10px;
  width: 180px;
}
/* line 219, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-send, .js #wishList .footer-buttons button.image-delete,
.js #wishList .footer-buttons input[type="button"].image-send,
.js #wishList .footer-buttons input[type="button"].image-delete {
  color: #a3988e;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 224, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-send:hover, .js #wishList .footer-buttons button.image-send:focus, .js #wishList .footer-buttons button.image-delete:hover, .js #wishList .footer-buttons button.image-delete:focus,
.js #wishList .footer-buttons input[type="button"].image-send:hover,
.js #wishList .footer-buttons input[type="button"].image-send:focus,
.js #wishList .footer-buttons input[type="button"].image-delete:hover,
.js #wishList .footer-buttons input[type="button"].image-delete:focus {
  color: #fff;
  background-color: #a3988e;
}
/* line 229, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-send, .js #wishList .footer-buttons button.icon-delete,
.js #wishList .footer-buttons input[type="button"].icon-send,
.js #wishList .footer-buttons input[type="button"].icon-delete {
  color: #a3988e;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 234, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-send:hover, .js #wishList .footer-buttons button.icon-send:focus, .js #wishList .footer-buttons button.icon-delete:hover, .js #wishList .footer-buttons button.icon-delete:focus,
.js #wishList .footer-buttons input[type="button"].icon-send:hover,
.js #wishList .footer-buttons input[type="button"].icon-send:focus,
.js #wishList .footer-buttons input[type="button"].icon-delete:hover,
.js #wishList .footer-buttons input[type="button"].icon-delete:focus {
  color: #fff;
  background-color: #a3988e;
}
/* line 239, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-send,
.js #wishList .footer-buttons input[type="button"].image-send {
  width: 163px;
}
/* line 241, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-send i,
.js #wishList .footer-buttons input[type="button"].image-send i {
  top: 14px;
  font-size: 18px;
}
/* line 246, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-send,
.js #wishList .footer-buttons input[type="button"].icon-send {
  width: 163px;
}
/* line 248, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-send i,
.js #wishList .footer-buttons input[type="button"].icon-send i {
  top: 14px;
  font-size: 18px;
}
/* line 253, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.image-delete,
.js #wishList .footer-buttons input[type="button"].image-delete {
  width: 50px;
  padding: 23px 24px;
  margin-left: 10px;
}
/* line 258, ../../sass/modules/_wishlist.scss */
.js #wishList .footer-buttons button.icon-delete,
.js #wishList .footer-buttons input[type="button"].icon-delete {
  width: 50px;
  padding: 23px 24px;
  margin-left: 10px;
}
/* line 265, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-tab {
  display: block;
  padding: 25px 25px;
  color: #fff;
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  text-align: left;
  background-color: #a3988e;
  border: 1px solid #a3988e;
}
/* line 276, ../../sass/modules/_wishlist.scss */
.js #wishList .wish-list-tab:before {
  position: absolute;
  background-image: url('../images/icons/merkzettel-icon-large.png?1687272279');
  content: "";
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 29px;
  top: 10px;
  left: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 125 / 100), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 276, ../../sass/modules/_wishlist.scss */
  .js #wishList .wish-list-tab:before {
    background-image: url('../images/icons/merkzettel-icon-large-x2.png?1687272279');
    background-size: 29px 73px;
  }
}
/* line 292, ../../sass/modules/_wishlist.scss */
.js #wishList .button-style {
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 10px 5px;
  border: none;
  font-size: 12px;
  color: #a3988e;
  position: static;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #ddd8d3;
}
/* line 304, ../../sass/modules/_wishlist.scss */
.js #wishList .button-style i {
  position: static;
  font-size: 18px;
}
/* line 308, ../../sass/modules/_wishlist.scss */
.js #wishList .button-style:hover, .js #wishList .button-style:focus {
  color: #444;
  background-color: #f7f7f7;
}
/* line 312, ../../sass/modules/_wishlist.scss */
.js #wishList .button-style:before {
  content: normal;
}
/* line 315, ../../sass/modules/_wishlist.scss */
.js #wishList .button-style:first-child {
  border-right: 1px solid #ddd8d3;
}

/* line 2, ../../sass/modules/_forms.scss */
.hellgrau2 select, .hellgrau2 input, .hellgrau2 textarea, .hellgrau2 button {
  background-color: #fff;
  color: #000;
}
/* line 6, ../../sass/modules/_forms.scss */
.hellgrau2 button {
  background-color: #EE0000;
  color: #fff;
}

/* line 12, ../../sass/modules/_forms.scss */
select {
  background-color: #fff;
}

/* line 16, ../../sass/modules/_forms.scss */
button {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* line 22, ../../sass/modules/_forms.scss */
.ym-form select, .ym-form input, .ym-form textarea {
  border: none;
  width: 100%;
  padding: 10px;
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 28, ../../sass/modules/_forms.scss */
.ym-form .ym-fbox {
  margin-bottom: 10px;
}
/* line 31, ../../sass/modules/_forms.scss */
.ym-form textarea {
  height: 120px;
}
/* line 34, ../../sass/modules/_forms.scss */
.ym-form button {
  float: right;
  width: 100%;
  border: 1px solid #EE0000;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}
/* line 41, ../../sass/modules/_forms.scss */
.ym-form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 48, ../../sass/modules/_forms.scss */
.ym-form button:hover, .ym-form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 52, ../../sass/modules/_forms.scss */
.ym-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 58, ../../sass/modules/_forms.scss */
.ym-form .error {
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
}

/* line 65, ../../sass/modules/_forms.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 70, ../../sass/modules/_forms.scss */
input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 74, ../../sass/modules/_forms.scss */
input[type=radio] {
  -webkit-appearance: radio;
}

@media only screen and (max-width: 640px) {
  /* line 79, ../../sass/modules/_forms.scss */
  select {
    font-size: 18px;
  }
}
/* line 91, ../../sass/modules/_forms.scss */
#cinet-contact-form .cinet-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}
/* line 101, ../../sass/modules/_forms.scss */
#cinet-contact-form #timestamp {
  display: none;
}
/* line 104, ../../sass/modules/_forms.scss */
#cinet-contact-form label[for="website"] {
  display: none;
}
/* line 107, ../../sass/modules/_forms.scss */
#cinet-contact-form label[for="timestamp"] {
  display: none;
}

@media screen, projection {
  /* line 2, ../../sass/modules/_tabs.scss */
  .jquery_tabs {
    margin: 50px 0 1.5em 0;
  }
  /* line 5, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list {
    display: table;
    table-layout: fixed;
    list-style-type: none;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  /* line 14, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li {
    margin: 0 4px 0 0;
    border: 0 none;
    float: left;
    padding: 0;
  }
  /* line 20, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li a {
    padding: 10px;
    background: #fff;
    display: block;
    float: left;
    font-weight: normal;
    margin: 0;
    color: #333;
    text-decoration: none;
    border: 1px #ddd8d3 solid;
    border-bottom: none;
  }
  /* line 32, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li a:focus, .jquery_tabs ul.tabs-list li a:hover, .jquery_tabs ul.tabs-list li a:active {
    background: #f6f4f1;
    color: #333;
    font-weight: normal;
    outline: 0 none;
    text-decoration: none;
  }
  /* line 45, ../../sass/modules/_tabs.scss */
  .jquery_tabs ul.tabs-list li.current a,
  .jquery_tabs ul.tabs-list li.current a:focus,
  .jquery_tabs ul.tabs-list li.current a:hover,
  .jquery_tabs ul.tabs-list li.current a:active {
    background: #ddd8d3;
    color: #333;
    border: 1px #ddd8d3 solid;
    border-bottom-color: #EE0000;
    text-decoration: none;
  }
  /* line 60, ../../sass/modules/_tabs.scss */
  .jquery_tabs .content {
    border-top: 1px #ccc solid;
    clear: both;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }
  /* line 70, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabbody {
    padding-top: 20px;
  }

  /* hiding texts visually */
  /* line 76, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabhead {
    position: absolute;
    left: -32768px;
  }

  /* line 80, ../../sass/modules/_tabs.scss */
  .jquery_tabs .current-info,
  .jquery_tabs .accessibletabsanchor {
    left: -999em;
    position: absolute;
  }

   /** Avoid margin collapsing to enable correct sync of all tabs
    *
    * @workaround
    * @affected all browsers
    * @css-for all browsers
    * @valid yes
	*/
  /* line 94, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tab-content {
    border-bottom: 1px transparent solid;
    border-top: 1px transparent solid;
    padding-top: 1.5em;
    *overflow: hidden;
  }
}
/* Make tabs printable */
@media print {
  /* line 106, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabs-list {
    display: none !important;
  }
  /* line 109, ../../sass/modules/_tabs.scss */
  .jquery_tabs .tabbody,
  .jquery_tabs .tabhead {
    display: block !important;
  }
}
/* line 1, ../../sass/modules/_buttons.scss */
.standard-button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #a3988e;
  border: 1px solid #a3988e;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 12, ../../sass/modules/_buttons.scss */
.standard-button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 18, ../../sass/modules/_buttons.scss */
.standard-button:hover, .standard-button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 22, ../../sass/modules/_buttons.scss */
.standard-button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 29, ../../sass/modules/_buttons.scss */
.submit-button {
  display: block;
  padding: 10px 24px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  width: 100%;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 21px;
}
/* line 40, ../../sass/modules/_buttons.scss */
.submit-button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 46, ../../sass/modules/_buttons.scss */
.submit-button:hover, .submit-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 50, ../../sass/modules/_buttons.scss */
.submit-button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 57, ../../sass/modules/_buttons.scss */
.details-link {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px 24px 10px 10px;
  text-decoration: none;
  position: relative;
  width: 130px;
  float: right;
}
/* line 67, ../../sass/modules/_buttons.scss */
.details-link:hover, .details-link:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 72, ../../sass/modules/_buttons.scss */
.details-link:after {
  content: "\00bb";
  float: right;
  position: absolute;
  right: 13px;
}

/* line 80, ../../sass/modules/_buttons.scss */
.downloadlink {
  display: block;
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
  color: #333;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
/* line 88, ../../sass/modules/_buttons.scss */
.downloadlink:hover, .downloadlink:focus {
  background-color: #333;
  border-color: #333;
  color: #f6f4f1;
}
/* line 93, ../../sass/modules/_buttons.scss */
.downloadlink:after {
  content: "»";
  display: inline-block;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

/* line 104, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
/* line 110, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact a {
  overflow: hidden;
}
/* line 111, ../../sass/modules/_buttons.scss */
.kontakt-button-box .tocontact a:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  color: inherit;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(1) {
  background-color: #fff;
  border: 1px solid #fff;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(2) {
  background-color: #f6f4f1;
  border: 1px solid #f6f4f1;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(3) {
  background-color: #ddd8d3;
  border: 1px solid #ddd8d3;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(4) {
  background-color: #a3988e;
  border: 1px solid #a3988e;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(5) {
  background-color: #333;
  border: 1px solid #333;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(6) {
  background-color: #e2dbcf;
  border: 1px solid #e2dbcf;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(7) {
  background-color: #EE0000;
  border: 1px solid #EE0000;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(8) {
  background-color: #444;
  border: 1px solid #444;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(9) {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(10) {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(11) {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
}

/* line 10, ../../sass/modules/_style-guide.scss */
.colour-list li:nth-child(12) {
  background-color: #666;
  border: 1px solid #666;
}

/* line 16, ../../sass/modules/_style-guide.scss */
.style-guide-form-errors {
  color: #EE0000;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}

/* line 24, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section {
  border-top: 1px solid #ddd8d3;
  margin: 20px 0 0 0;
  position: relative;
}
/* line 28, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section > .ym-g50 {
  margin-bottom: 0;
}
/* line 31, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section > img.flexible {
  margin-bottom: 40px;
}
/* line 34, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section h2 {
  padding-top: 20px;
}
/* line 38, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section h3.dunkelgrau {
  color: #333;
}
/* line 41, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section h3.section-headings {
  font-size: 18px;
  color: #EE0000;
}
/* line 47, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section p a {
  color: #EE0000;
  text-decoration: none;
}
/* line 50, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section p a:hover {
  text-decoration: underline;
}
/* line 55, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroteaser {
  padding: 2% 0% 0% 0%;
}
/* line 57, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroteaser .contentwrapper {
  width: 80%;
  margin: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}
/* line 63, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroteaser p {
  margin: 10px 0 10px 25px;
}
/* line 66, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroteaser .claim {
  color: #EE0000;
  margin: 0 0 0 25px;
  font-size: 18px;
}
/* line 72, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroheadlinewrapper {
  background-position: right 0;
  height: 120px;
  padding: 0px 36% 10px 25px;
}
/* line 76, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroheadlinewrapper .heroheadline {
  padding-top: 25px;
}
/* line 78, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .heroheadlinewrapper .heroheadline .values {
  font-size: 100%;
}
/* line 84, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .subheroheadline .heroheadlinewrapper {
  top: auto;
}
/* line 88, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .values {
  margin-left: 40px;
}
/* line 91, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .values-box {
  position: absolute;
  right: 11%;
  margin-top: 5px;
}
/* line 99, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .values-box h2 {
  padding-top: 0;
}
/* line 102, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .values-box .values {
  margin-left: 0;
}
/* line 106, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a {
  margin-right: 20px;
  padding: 5px;
  text-decoration: none;
}
/* line 110, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:after {
  content: "\203a";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  line-height: 1;
}
/* line 119, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:first-child {
  text-decoration: underline;
}
/* line 120, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:first-child:after {
  content: none;
}
/* line 125, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:last-child {
  text-decoration: underline;
  background-color: #EE0000;
  color: #fff;
}
/* line 126, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:last-child:after {
  content: none;
}
/* line 132, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .links a:last-child:hover {
  color: #ddd8d3;
}
/* line 137, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .link-menu {
  right: 0;
  top: 25px;
  display: block;
  position: absolute;
}
/* line 143, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section:first-child {
  border: none;
  margin: 0;
}
/* line 147, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section:first-child h2:first-child {
  padding-top: 0;
}
/* line 152, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .details-link {
  float: none;
}
/* line 155, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .standard-button,
.textcntinner.style-guide section .submit-button {
  float: none;
  width: 170px;
}
/* line 161, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .download-botton-size-ly .downloadlink {
  float: none;
  width: 100%;
}
/* line 167, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .link-visible-ly .ym-clearfix, .textcntinner.style-guide.sleasing-style-guide section .link-visible-ly .snippet, .textcntinner.style-guide.intranet-style-guide section .link-visible-ly .snippet, .textcntinner.style-guide.spkextra-style-guide section .link-visible-ly .snippet {
  display: none;
}
/* line 171, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .downloadlink {
  float: none;
  width: 200px;
}
/* line 175, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .tocontact {
  position: static;
  width: 300px;
}
/* line 179, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .linklist li a {
  text-decoration: none;
}
/* line 182, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .list-element {
  margin-top: 25px;
}
/* line 185, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .mainnav-style-guide {
  width: auto;
  margin: 0 auto;
  position: static;
  padding: 0;
}
/* line 190, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .mainnav-style-guide ul, .textcntinner.style-guide section .mainnav-style-guide li {
  list-style-type: none;
  margin-left: 0;
}
/* line 193, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .mainnav-style-guide ul li, .textcntinner.style-guide section .mainnav-style-guide li li {
  list-style-type: none;
  margin-left: 0;
  font-size: 100%;
  padding-left: 0;
}
/* line 198, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .mainnav-style-guide ul li:before, .textcntinner.style-guide section .mainnav-style-guide li li:before {
  content: normal;
}
/* line 203, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .mainnav-style-guide .mm-container-style-guide {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  z-index: 100;
  margin: 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 213, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .subnav .ym-vlist {
  position: static;
  width: 25%;
}
/* line 217, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .subnav .ym-vlist li:before {
  content: normal;
}
/* line 222, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .ym-wbox-2 {
  padding: 0;
}
/* line 224, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .ym-wbox-2 .breadcrumb {
  padding: 20px 0;
  background-color: #ddd8d3;
  background-image: url('../images/style-guide/keyvisual-unternehmen-niedrig.jpg?1687272279');
  top: auto;
}
/* line 229, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section .ym-wbox-2 .breadcrumb span {
  font-size: 100%;
  line-height: normal;
}
/* line 235, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section ol {
  color: #EE0000;
}
/* line 238, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide section ol li span {
  color: #444;
}
/* line 245, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid, .textcntinner.style-guide .snippet .mm {
  padding: 20px;
  text-align: center;
}
/* line 248, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-gl, .textcntinner.style-guide .snippet .mm .ym-gl, .textcntinner.style-guide .snippet .ym-grid .ym-gr, .textcntinner.style-guide .snippet .mm .ym-gr {
  margin-bottom: 0;
  border: 1px solid #a3988e;
  padding: 20px 0;
}
/* line 253, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-gl, .textcntinner.style-guide .snippet .mm .ym-gl {
  margin-right: 2% !important;
}
/* line 256, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-gr, .textcntinner.style-guide .snippet .mm .ym-gr {
  margin-left: 2% !important;
}
/* line 259, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-g75, .textcntinner.style-guide .snippet .mm .ym-g75 {
  margin-left: 0 !important;
  width: 75% !important;
}
/* line 263, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-g50, .textcntinner.style-guide .snippet .mm .ym-g50 {
  margin-right: 0 !important;
  width: 50% !important;
}
/* line 267, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-g25, .textcntinner.style-guide .snippet .mm .ym-g25 {
  width: 23% !important;
}
/* line 269, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .snippet .mm .ym-g25:nth-child(3) {
  clear: none;
}
/* line 277, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .grid-border .snippet .ym-grid, .textcntinner.style-guide .grid-border .snippet .mm {
  border: 1px solid #a3988e;
}
/* line 283, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser h2, .textcntinner.style-guide .teaser h2 {
  line-height: 1.3125;
  margin: 0 0 0.65625em 0;
}
/* line 287, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser h3, .textcntinner.style-guide .teaser h3 {
  line-height: 0.875;
  margin: 0 0 0.875em 0;
}
/* line 291, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser p, .textcntinner.style-guide .teaser p {
  font-size: 100%;
  color: #444;
}
/* line 294, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser p span, .textcntinner.style-guide .teaser p span {
  font-size: 100%;
  color: #444;
}
/* line 299, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .teaserheadsmall, .textcntinner.style-guide .teaser .teaserheadsmall {
  font-size: 16px;
  padding-top: 0;
}
/* line 303, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .teaserheader-small span, .textcntinner.style-guide .teaser .teaserheader-small span {
  font-size: 100%;
}
/* line 306, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .kontaktliste li, .textcntinner.style-guide .teaser .kontaktliste li {
  color: #444;
}
/* line 309, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .tocontact, .textcntinner.style-guide .teaser .tocontact {
  width: 100%;
  padding-right: 0;
}
/* line 312, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .tocontact a, .textcntinner.style-guide .teaser .tocontact a {
  margin-bottom: 0;
}
/* line 316, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .downloadlink, .textcntinner.style-guide .teaser .downloadlink {
  width: 100%;
}
/* line 321, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .teaserheadsmall {
  color: #fff;
}
/* line 324, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .teaserheadbig {
  padding-top: 0;
}
/* line 327, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .imageteaser .teaserheader-small span {
  color: #fff;
}
/* line 332, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser {
  width: 45%;
}
/* line 334, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser h1 {
  font-size: 18px;
}
/* line 337, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser p {
  font-size: 12px;
}
/* line 340, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser a {
  font-size: 11px;
}
/* line 343, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser .claim {
  font-size: 15px;
}
/* line 346, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser .heroheadlinewrapper {
  background-position: right 0;
  height: 90px;
  padding: 0px 36% 10px 25px;
  background-size: 193%;
}
/* line 353, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #carousel-front .heroteaser .weiterlesen:after {
  font-size: 15px;
  line-height: 15px;
  height: 20px;
  margin-left: 10px;
}
/* line 361, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .slick-dots {
  margin-left: 0;
}
/* line 363, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .slick-dots li:before {
  content: normal;
}
/* line 368, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer .ym-wbox {
  padding: 30px 20px 30px 20px;
}
/* line 371, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer .privacy {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #f6f4f1;
}
/* line 375, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer .privacy .ym-g25, .textcntinner.style-guide .footer .privacy .ym-g75 {
  margin-bottom: 0;
}
/* line 378, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer .privacy ul.privacy-list {
  text-align: right;
  margin-bottom: 0;
}
/* line 383, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer li {
  font-size: 100%;
}
/* line 385, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer li:before {
  content: normal;
}
/* line 389, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer p {
  font-size: 100%;
  margin-bottom: 0;
}
/* line 393, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .footer h3 {
  font-size: 171.42857%;
}
/* line 397, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers {
  padding: 10px;
  margin-bottom: 30px;
}
/* line 400, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .ym-gl, .textcntinner.style-guide .startpage-teasers .ym-gr {
  margin-bottom: 0;
}
/* line 403, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .img-teaser {
  position: relative;
}
/* line 405, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .img-teaser img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/* line 411, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .img-teaser a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  color: #EE0000;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
}
/* line 423, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .img-teaser a:hover, .textcntinner.style-guide .startpage-teasers .img-teaser a:focus {
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 426, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .startpage-teasers .img-teaser a:after {
  content: "»";
  float: right;
}
/* line 446, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid, .textcntinner.style-guide .tr1 .snippet .mm, .textcntinner.style-guide .tr2 .snippet .ym-grid, .textcntinner.style-guide .tr2 .snippet .mm, .textcntinner.style-guide .tr3 .snippet .ym-grid, .textcntinner.style-guide .tr3 .snippet .mm, .textcntinner.style-guide .tr4 .snippet .ym-grid, .textcntinner.style-guide .tr4 .snippet .mm, .textcntinner.style-guide .tr5 .snippet .ym-grid, .textcntinner.style-guide .tr5 .snippet .mm, .textcntinner.style-guide .tr6 .snippet .ym-grid, .textcntinner.style-guide .tr6 .snippet .mm, .textcntinner.style-guide .tr7 .snippet .ym-grid, .textcntinner.style-guide .tr7 .snippet .mm {
  background-color: #ddd8d3;
}
/* line 448, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr1 .snippet .mm .ym-gl, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr2 .snippet .mm .ym-gl, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr3 .snippet .mm .ym-gl, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr4 .snippet .mm .ym-gl, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr5 .snippet .mm .ym-gl, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr6 .snippet .mm .ym-gl, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-gl, .textcntinner.style-guide .tr7 .snippet .mm .ym-gl {
  margin-right: 2.67% !important;
}
/* line 454, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr1 .snippet .mm .ym-gr, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr2 .snippet .mm .ym-gr, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr3 .snippet .mm .ym-gr, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr4 .snippet .mm .ym-gr, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr5 .snippet .mm .ym-gr, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr6 .snippet .mm .ym-gr, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-gr, .textcntinner.style-guide .tr7 .snippet .mm .ym-gr {
  margin-left: 0 !important;
}
/* line 457, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr1 .snippet .mm .ym-g75, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr2 .snippet .mm .ym-g75, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr3 .snippet .mm .ym-g75, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr4 .snippet .mm .ym-g75, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr5 .snippet .mm .ym-g75, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr6 .snippet .mm .ym-g75, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g75, .textcntinner.style-guide .tr7 .snippet .mm .ym-g75 {
  margin-left: 0 !important;
  width: 75% !important;
}
/* line 461, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr1 .snippet .mm .ym-g66, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr2 .snippet .mm .ym-g66, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr3 .snippet .mm .ym-g66, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr4 .snippet .mm .ym-g66, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr5 .snippet .mm .ym-g66, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr6 .snippet .mm .ym-g66, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g66, .textcntinner.style-guide .tr7 .snippet .mm .ym-g66 {
  width: 65.779% !important;
}
/* line 464, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr1 .snippet .mm .ym-g50, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr2 .snippet .mm .ym-g50, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr3 .snippet .mm .ym-g50, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr4 .snippet .mm .ym-g50, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr5 .snippet .mm .ym-g50, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr6 .snippet .mm .ym-g50, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g50, .textcntinner.style-guide .tr7 .snippet .mm .ym-g50 {
  margin-right: 0 !important;
  width: 48.666% !important;
}
/* line 467, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr1 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr2 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr3 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr4 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr5 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr6 .snippet .mm .ym-g50.ym-gl, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g50.ym-gl, .textcntinner.style-guide .tr7 .snippet .mm .ym-g50.ym-gl {
  margin-right: 2.67% !important;
}
/* line 471, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr1 .snippet .mm .ym-g33, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr2 .snippet .mm .ym-g33, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr3 .snippet .mm .ym-g33, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr4 .snippet .mm .ym-g33, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr5 .snippet .mm .ym-g33, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr6 .snippet .mm .ym-g33, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g33, .textcntinner.style-guide .tr7 .snippet .mm .ym-g33 {
  width: 31.555% !important;
}
/* line 474, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr1 .snippet .mm .ym-g25, .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr2 .snippet .mm .ym-g25, .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr3 .snippet .mm .ym-g25, .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr4 .snippet .mm .ym-g25, .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr5 .snippet .mm .ym-g25, .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr6 .snippet .mm .ym-g25, .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g25, .textcntinner.style-guide .tr7 .snippet .mm .ym-g25 {
  width: 22.9991% !important;
}
/* line 476, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .tr1 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr1 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr2 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr2 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr3 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr3 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr4 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr4 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr5 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr5 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr6 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr6 .snippet .mm .ym-g25:nth-child(3), .textcntinner.style-guide .tr7 .snippet .ym-grid .ym-g25:nth-child(3), .textcntinner.style-guide .tr7 .snippet .mm .ym-g25:nth-child(3) {
  clear: none;
}
/* line 483, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser {
  padding: 20px;
  margin-bottom: 25px !important;
}
/* line 486, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser.white-bg {
  border: 2px solid #ddd8d3;
}
/* line 489, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser.ym-g50 {
  width: 48.667% !important;
}
/* line 492, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser.ym-gl {
  margin-right: 2.67% !important;
}
/* line 495, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser.ym-gr {
  margin-left: 0 !important;
}
/* line 498, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .accordion-teaser .faq-container {
  margin: 0;
}
/* line 502, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .heroteaser {
  right: 40px !important;
  top: 30px;
}
/* line 506, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .hero {
  margin-top: 0 !important;
}
/* line 509, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .logo:hover, .textcntinner.style-guide .logo.focus {
  opacity: 0.5;
}
/* line 512, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .kontaktliste li {
  font-size: 14px;
}
/* line 514, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .kontaktliste li a {
  text-decoration: none;
}
/* line 517, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .kontaktliste li:before {
  display: block;
  background-color: transparent;
  top: auto;
  content: "";
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}
/* line 529, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .teaseraside {
  float: none;
  margin: 0;
}
/* line 533, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .chevron {
  color: #EE0000;
  cursor: pointer;
}
/* line 536, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .chevron:hover {
  color: #333;
}
/* line 539, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .chevron:after {
  content: "\203a";
  font-size: 35px;
}
/* line 544, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .rotated-chevron {
  margin-left: 6px;
  color: #EE0000;
  cursor: pointer;
}
/* line 548, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .rotated-chevron:hover {
  color: #333;
}
/* line 551, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .rotated-chevron:after {
  content: "\203a";
  display: inline-block;
  font-size: 35px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 562, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-chevron {
  color: #EE0000;
  cursor: pointer;
}
/* line 565, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-chevron:hover {
  color: #333;
}
/* line 568, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-chevron:after {
  content: "\00BB";
  font-size: 35px;
}
/* line 573, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-rotated-chevron {
  margin-left: 2px;
  color: #EE0000;
  cursor: pointer;
}
/* line 577, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-rotated-chevron:hover {
  color: #333;
}
/* line 580, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .double-rotated-chevron:after {
  content: "\00BB";
  display: inline-block;
  font-size: 35px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 591, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .lupe {
  position: static;
}
/* line 594, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .remove-saved-file {
  background-image: url("../images/icons/trash-icon.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 17px !important;
  height: 19px !important;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}
/* line 606, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .remove-saved-file:hover {
  background-position: 0px -46px;
}
/* line 610, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide #messageGroup {
  margin-bottom: 0;
}
/* line 613, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .dl-form {
  width: 66%;
  margin: 50px auto 60px auto;
}
/* line 616, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .dl-form form div.radio-box {
  margin-bottom: 10px;
}
/* line 620, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .pager-container {
  margin: 0 0 0 auto;
  width: 235px;
  overflow: hidden;
  height: 28px;
  position: relative;
}
/* line 626, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .pager-container .pager-arrows {
  position: absolute;
  z-index: 100;
  float: left;
  font-size: 21.5px;
  background-color: #ddd8d3;
  color: #fff;
  line-height: 1;
  bottom: -2px;
  height: 32px;
  width: 32px;
  display: block;
  padding: 0 8px 0 8px;
  text-decoration: none;
  border: 2px solid #fff;
}
/* line 641, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .pager-container .pager-arrows.next-page {
  float: right;
  right: 4px;
}
/* line 646, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .pager-container .pages {
  margin: 0;
  text-align: center;
  height: 28px;
  position: absolute;
  left: 34px;
}
/* line 654, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .pages a, .textcntinner.style-guide .pages span {
  font-size: 100%;
  line-height: normal;
}
/* line 658, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list {
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
  margin-bottom: 0;
  list-style-type: none;
}
/* line 664, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list li {
  float: left;
  padding: 10px;
  word-break: break-all;
  list-style-type: none;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
/* line 673, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list li:before {
  content: normal !important;
}
/* line 676, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list li.weiss, .textcntinner.style-guide .colour-list li.fastweiss, .textcntinner.style-guide .colour-list li.hellgrau1, .textcntinner.style-guide .colour-list li.sek-hellgrau {
  border: 1px solid #ddd8d3;
}
/* line 679, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list li.mittelgrau, .textcntinner.style-guide .colour-list li.dunkelgrau, .textcntinner.style-guide .colour-list li.rot, .textcntinner.style-guide .colour-list li.ym-text-color, .textcntinner.style-guide .colour-list li.sek-dunkelgrau {
  color: #fff;
}
/* line 683, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide .colour-list + h3 {
  margin-top: 10px;
}

/* line 689, ../../sass/modules/_style-guide.scss */
.source-panel {
  margin: 30px 0;
}
/* line 691, ../../sass/modules/_style-guide.scss */
.source-panel span {
  line-height: normal;
  font-size: 100%;
}

/* line 697, ../../sass/modules/_style-guide.scss */
.sleasing-style-guide-headlinebox {
  background-color: #f7f7f7;
  padding: 20px;
}
/* line 701, ../../sass/modules/_style-guide.scss */
.sleasing-style-guide-headlinebox .content-with-sidebar .text-content {
  padding: 20px;
  color: #777;
  background-color: #fff;
}

/* line 710, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-link {
  display: inline-block;
  position: initial;
}
/* line 719, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .logo:hover {
  opacity: 1;
}
/* line 724, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .source-panel {
  display: none;
  margin: 0;
}
/* line 728, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .source-panel.active {
  display: block;
}
/* line 734, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .section-spacer .source-panel {
  margin-top: 15px;
}
/* line 739, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide pre.language-markup {
  background-color: #fff;
  border: solid 15px #f6f4f1;
}
/* line 744, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .section-wrapper {
  background-color: #f6f4f1;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
}
/* line 749, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .section-wrapper pre.language-markup {
  border: none;
}
/* line 755, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section h2 {
  padding-top: 0;
}
/* line 759, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section > h2 {
  padding-top: 30px;
}
/* line 763, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .contact-form form h2, .textcntinner.style-guide.sleasing-style-guide section .blackboard-form form h2 {
  margin-top: 15px;
}
/* line 766, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .contact-form form h2:first-child, .textcntinner.style-guide.sleasing-style-guide section .blackboard-form form h2:first-child {
  margin-top: 0;
}
/* line 771, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .tools {
  float: right;
  font-size: 14px;
  margin-top: 4px;
}
/* line 776, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .tools .code-toggle, .textcntinner.style-guide.sleasing-style-guide section .tools .link-menu {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  position: static;
  display: inline;
  margin-left: 5px;
}
/* line 784, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .tools .code-toggle:hover, .textcntinner.style-guide.sleasing-style-guide section .tools .link-menu:hover {
  color: #EE0000;
}
/* line 789, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide section .tools .code-toggle {
  margin-right: 5px;
  margin-left: 0;
}
/* line 796, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .section-headings {
  padding-top: 20px;
  position: relative;
}
/* line 801, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .search-result .section-headings {
  padding-top: 0;
}
/* line 805, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .module, .textcntinner.style-guide.sleasing-style-guide .basecontent-table {
  margin: 0;
}
/* line 809, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide ul li:before {
  content: none;
}
/* line 813, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-main.affix {
  position: static !important;
}
/* line 819, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .colour-list li.text-farbe {
  color: #fff;
}
/* line 826, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .pager-section > div.pager {
  width: 100%;
}
/* line 832, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide form .error span {
  color: #444;
}
/* line 838, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sitemap .mainnav {
  padding: 0;
  width: 100%;
  top: 0;
  position: relative;
  border: solid 10px #fff;
}
/* line 845, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sitemap .mainnav .navlist > ul {
  padding: 0;
}
/* line 847, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sitemap .mainnav .navlist > ul li {
  padding-left: 0;
}
/* line 856, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet {
  background-color: #ddd8d3;
  padding: 10px;
}
/* line 860, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet [class*='col-'] {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  border: 10px solid #ddd8d3;
}
/* line 867, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet .frontpage {
  background-color: transparent;
  padding: 0;
}
/* line 872, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet .content-sidebar-left {
  height: 100%;
  position: absolute;
}
/* line 878, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet .contentpage .page-table, .textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .snippet .contentpage .left-sidebar {
  margin: 0;
}
/* line 884, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .styleguide-bootstrap-layout .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 892, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .colour-palette img {
  width: 100%;
}
/* line 898, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .col-xs-12,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .col-xs-6 {
  padding: 0;
}
/* line 903, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .flow-normal,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .entry-field,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .flow-small,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .zitat,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h5,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h6 {
  color: #777 !important;
}
/* line 911, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .flow-big {
  font-size: 18px;
}
/* line 914, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .flow-normal,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .entry-field,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h5,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h6 {
  font-size: 16px;
}
/* line 920, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .flow-small {
  font-size: 14px;
}
/* line 923, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content .zitat {
  font-size: 25px;
}
/* line 926, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h5,
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h6 {
  color: #EE0000 !important;
}
/* line 930, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h2, .textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h3, .textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h4 {
  color: #EE0000;
  font-size: 25px;
  line-height: 29.4px;
  margin-bottom: 5px;
}
/* line 936, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h3 {
  font-size: 20px;
  line-height: 25.2px;
}
/* line 940, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-typography .text-content h4 {
  color: #777;
  font-size: 18px;
  line-height: 22.4px;
}
/* line 948, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .red-bg {
  font-size: 16px;
}
/* line 951, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .red-bg .teaser-list-element .list-element {
  background-color: #EE0000 !important;
}
/* line 953, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .red-bg .teaser-list-element .list-element li {
  color: #fff;
}
/* line 955, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .red-bg .teaser-list-element .list-element li:before {
  position: relative;
  top: 2px;
  padding-left: 25px;
}
/* line 965, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .icons {
  color: #EE0000;
}
/* line 969, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .pictogram {
  width: 100%;
  margin-bottom: 20px;
}
/* line 975, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide span,
.textcntinner.style-guide.sleasing-style-guide ul li {
  line-height: inherit;
  font-size: 100%;
}
/* line 981, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide ul {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 986, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .colour-list {
  margin-left: -1%;
}
/* line 989, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .colour-list + h3 {
  margin-top: 0;
}
/* line 994, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-main li,
.textcntinner.style-guide.sleasing-style-guide .navigation-breadcrumb li {
  padding-left: 0;
}
/* line 999, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser-row {
  padding-bottom: 0;
}
/* line 1003, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .icon-before-link-mail a {
  color: #444;
  transition: none;
}
/* line 1007, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .icon-before-link-mail a:hover {
  color: #EE0000;
  text-decoration: none;
}
/* line 1014, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .accordion-container .text-content__headline--primary {
  padding-top: 0;
}
/* line 1018, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .accordion-container .accordion-button {
  padding: 15px 45px 15px 15px;
}
/* line 1022, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .accordion-container .accordion-button.selected:after {
  transform: none;
}
/* line 1027, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .accordion-container .accordion-button.selected:hover:after {
  color: #EE0000;
}
/* line 1035, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .header {
  padding: 0;
}
/* line 1039, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .basecontent-list {
  margin-left: 15px;
}
/* line 1049, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 1054, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser h2 {
  margin: 0;
  line-height: normal;
}
/* line 1059, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser h3 {
  margin-bottom: 15px;
  line-height: normal;
}
/* line 1064, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser p {
  margin-right: 0;
}
/* line 1068, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser .teaser-headline {
  padding: 15px;
}
/* line 1072, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser .teaser__headline--primary {
  padding: 15px;
  font-size: 16px;
}
/* line 1076, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser .teaser__headline--primary .linker {
  font-size: inherit;
  line-height: normal;
}
/* line 1082, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser .teaser__headline--link {
  padding-right: 78px;
}
/* line 1086, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser ul li {
  position: static;
  padding-left: 0;
}
/* line 1092, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* line 1097, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-breadcrumb__list {
  margin-left: 0;
}
/* line 1101, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-redirect {
  width: 274px;
  margin-bottom: 20px;
}
/* line 1105, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-redirect .navigation-redirect__item {
  padding-left: 0;
}
/* line 1109, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-redirect.linked .navigation-redirect__headline {
  cursor: pointer;
  padding-left: 40px;
}
/* line 1113, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-redirect.linked .navigation-redirect__headline a::before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.2em;
  color: #e2001a;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
}
/* line 1127, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-meta {
  padding-top: 0;
}
/* line 1130, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .navigation-meta .navigation-meta__item {
  margin: 0 0 0 15px;
  padding: 18px 0;
}
/* line 1136, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .pagination {
  line-height: 20px;
}
/* line 1139, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .pagination li > * {
  height: 32px;
}
/* line 1143, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .pagination li, .textcntinner.style-guide.sleasing-style-guide .pagination span {
  line-height: 20px;
}
/* line 1148, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .stage-slider {
  margin-bottom: 0;
}
/* line 1152, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .gallery-slider .slider-navigation {
  margin-bottom: 0;
}
/* line 1156, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .slick-prev, .textcntinner.style-guide.sleasing-style-guide .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}
/* line 1163, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .cta {
  min-width: 157px;
}
/* line 1165, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .cta:after {
  content: normal;
}
/* line 1171, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .teaser__search-box .cta {
  min-width: 118px;
}
/* line 1178, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .container {
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 1183, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .contentpage {
  padding-bottom: 0;
}
/* line 1186, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .page-table {
  margin: 0 !important;
}
/* line 1191, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-content-page .content-header {
  margin-bottom: 0;
}
/* line 1194, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-content-page .content-header .module .text-content {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  border: 10px solid #ddd8d3;
  color: #444;
}
/* line 1206, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .slider-image {
  width: 100%;
}
/* line 1209, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .stage-slider {
  display: none;
}
/* line 1212, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .text-slider {
  top: 20px;
}
/* line 1216, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .slick-slider .text-slider .text-container {
  width: auto;
}
/* line 1219, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .slick-slider .slick-dots {
  bottom: 0;
}
/* line 1222, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .slick-slider .cta {
  min-width: 270px;
}
/* line 1228, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .header .container .pull-right {
  float: none !important;
}
/* line 1231, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .navigation-main .flyout {
  position: inherit;
}
/* line 1233, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .navigation-main .flyout ul {
  margin-top: 15px;
  width: 32%;
}
/* line 1237, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .navigation-main .flyout .module {
  top: 20px;
}
/* line 1241, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .navigation-main .flyout .container .caret {
  margin-top: 6px !important;
}
/* line 1248, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .header-search-container .header {
  box-shadow: none;
  width: 42.5%;
  padding: 0 20px;
}
/* line 1258, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .content-header .text-content {
  color: #777;
}
/* line 1267, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .list-element h2 {
  color: #EE0000;
}
/* line 1270, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .list-element h3 {
  font-size: 20px;
}
/* line 1273, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .list-element h4 {
  font-size: 18px;
}
/* line 1276, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .list-element li {
  color: #777;
}
/* line 1284, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-cta-button .cta {
  min-width: 270px;
}
/* line 1286, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-cta-button .cta .arrow {
  background: transparent url("../../views.cinet/images/sleasing-style-guide/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px -165px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 1298, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-cta-button .cta:hover {
  color: #fff;
  background-color: #EE0000;
}
/* line 1301, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-cta-button .cta:hover .arrow {
  background-position: -55px -220px;
}
/* line 1310, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .link-button .teaser__link {
  color: #777777;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  width: 150px;
}
/* line 1317, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .link-button .teaser__link .teaser__link--arrow {
  background: transparent url("../../views.cinet/images/sleasing-style-guide/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px 0;
  position: relative;
  top: 11px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 5px;
}
/* line 1328, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .link-button .teaser__link:hover {
  cursor: pointer;
}
/* line 1330, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .link-button .teaser__link:hover .teaser__link--arrow {
  background-position: -55px -55px;
}
/* line 1336, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-submit-send-button {
  display: block;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #EE0000;
  border: 0;
  color: #fff;
  width: auto;
  height: 37px;
  cursor: pointer;
  text-align: left;
  position: relative;
  min-width: 270px;
}
/* line 1349, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-submit-send-button:hover, .textcntinner.style-guide.sleasing-style-guide .sleasing-submit-send-button:focus {
  background-color: #fff;
  color: #EE0000;
  border: 1px solid #EE0000;
}
/* line 1354, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-submit-send-button:after {
  top: 11.4px;
  right: 15px;
  position: absolute;
  content: "";
  font-family: FontAwesome;
}
/* line 1364, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .teaser-row {
  background-color: transparent;
}
/* line 1367, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .teaser-row .col-xs-12 .module {
  background-color: #fff;
}
/* line 1376, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .spk-search-teaser .source-panel .language-markup {
  width: 318%;
}
/* line 1382, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .teaser .teaser__headline--primary {
  padding: 0;
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 1388, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .teaser .teaser__body p {
  color: #777;
}
/* line 1392, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .teaser .download-list-element ul li:before {
  background-color: #fff;
  top: 0;
}
/* line 1400, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .search-results-container__list .cta {
  min-width: 0;
}
/* line 1405, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet {
  border: 1px solid #ddd8d3;
  padding: 20px;
}
/* line 1410, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet .spk-search p, .textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet .spk-search a {
  color: #777777;
}
/* line 1413, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet .spk-search a {
  text-decoration: underline;
}
/* line 1415, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet .spk-search a:hover, .textcntinner.style-guide.sleasing-style-guide .search-results-spacer .snippet .spk-search a:focus {
  color: #EE0000;
}
/* line 1424, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .press-articles .press-teaser .slick-slider-press .slick-next::before {
  content: "\203A";
  background: transparent;
  top: 3px;
  left: -2px;
}
/* line 1430, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .press-articles .press-teaser .slick-slider-press .slick-prev::before {
  content: "\203A";
  background: transparent;
  transform: rotate(180deg);
  top: -10px;
  left: -6px;
}
/* line 1438, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .press-article-section .snippet {
  border: 1px solid #ddd8d3;
  padding: 0;
}
/* line 1443, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .press-article-detail {
  border: 1px solid #ddd8d3;
  padding: 20px;
}
/* line 1450, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .accordion-content {
  display: none;
}
/* line 1456, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .videocnt {
  margin-bottom: 0 !important;
}
/* line 1463, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .form-consultation {
  color: #777777 !important;
}
/* line 1466, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .contact-button {
  width: 300px;
}
/* line 1470, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .contact-container .text-content__headline--primary {
  margin: 30px 0 20px 0;
}
/* line 1474, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .contact-form form select, .textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .contact-form form input {
  color: #777777 !important;
}
/* line 1478, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .input-group .input-cnt {
  padding-right: 43px !important;
}
/* line 1481, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .input-group input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 7px !important;
}
/* line 1486, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .input-group .input-group-addon {
  top: 34px;
  right: 3px;
}
/* line 1495, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.sleasing-style-guide .sleasing-style-guide-section .glossary .glossary-selector .selector-list li {
  padding-left: 0;
}

/* line 1508, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .source-panel {
  display: none;
  margin: 0;
}
/* line 1512, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .source-panel.active {
  display: block;
}
/* line 1518, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .section-spacer .source-panel {
  margin-top: 15px;
}
/* line 1523, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide pre.language-markup {
  background-color: #fff;
  border: solid 15px #f6f4f1;
}
/* line 1528, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .section-wrapper {
  background-color: #f6f4f1;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
}
/* line 1533, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .section-wrapper pre.language-markup {
  border: none;
}
/* line 1539, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section h2 {
  padding-top: 0;
}
/* line 1543, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section > h2 {
  padding-top: 30px;
}
/* line 1547, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .contact-form form h2, .textcntinner.style-guide.intranet-style-guide section .blackboard-form form h2 {
  margin-top: 15px;
}
/* line 1550, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .contact-form form h2:first-child, .textcntinner.style-guide.intranet-style-guide section .blackboard-form form h2:first-child {
  margin-top: 0;
}
/* line 1555, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .tools {
  float: right;
  font-size: 14px;
  margin-top: 4px;
}
/* line 1560, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .tools .code-toggle, .textcntinner.style-guide.intranet-style-guide section .tools .link-menu {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  position: static;
  display: inline;
  margin-left: 5px;
}
/* line 1568, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .tools .code-toggle:hover, .textcntinner.style-guide.intranet-style-guide section .tools .link-menu:hover {
  color: #EE0000;
}
/* line 1573, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide section .tools .code-toggle {
  margin-right: 5px;
  margin-left: 0;
}
/* line 1580, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .section-headings {
  padding-top: 20px;
  position: relative;
}
/* line 1585, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .search-result .section-headings {
  padding-top: 0;
}
/* line 1589, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .module, .textcntinner.style-guide.intranet-style-guide .basecontent-table {
  margin: 0;
}
/* line 1593, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide ul li:before {
  content: none;
}
/* line 1597, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-main.affix {
  position: static !important;
}
/* line 1603, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .colour-list li.text-farbe {
  color: #fff;
}
/* line 1610, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .pager-section > div.pager {
  width: 100%;
}
/* line 1616, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide form .error span {
  color: #444;
}
/* line 1622, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .sitemap .mainnav {
  padding: 0;
  width: 100%;
  top: 0;
  position: relative;
  border: solid 10px #fff;
}
/* line 1629, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .sitemap .mainnav .navlist > ul {
  padding: 0;
}
/* line 1631, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .sitemap .mainnav .navlist > ul li {
  padding-left: 0;
}
/* line 1640, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet {
  background-color: #ddd8d3;
  padding: 10px;
}
/* line 1644, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet [class*='col-'] {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  border: 10px solid #ddd8d3;
}
/* line 1651, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet .frontpage {
  background-color: transparent;
  padding: 0;
}
/* line 1656, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet .content-sidebar-left {
  height: 100%;
  position: absolute;
}
/* line 1662, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet .contentpage .page-table, .textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .snippet .contentpage .left-sidebar {
  margin: 0;
}
/* line 1668, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .styleguide-bootstrap-layout .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 1676, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .intranet-typography .col-xs-12,
.textcntinner.style-guide.intranet-style-guide .intranet-typography .col-xs-6 {
  padding: 0;
}
/* line 1681, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .intranet-typography .text-content h2, .textcntinner.style-guide.intranet-style-guide .intranet-typography .text-content h3, .textcntinner.style-guide.intranet-style-guide .intranet-typography .text-content h4 {
  color: #EE0000;
  font-size: 21px;
  line-height: 29.4px;
  margin-bottom: 5px;
}
/* line 1687, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .intranet-typography .text-content h3 {
  font-size: 18px;
  line-height: 25.2px;
}
/* line 1691, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .intranet-typography .text-content h4 {
  color: #444;
  font-size: 16px;
  line-height: 22.4px;
}
/* line 1701, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .search-result .breadcrumb {
  margin-top: 0;
  top: 0;
}
/* line 1710, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-element .selected:hover h3 {
  color: #444;
}
/* line 1713, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-element .accordion-content {
  display: none;
}
/* line 1719, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide span,
.textcntinner.style-guide.intranet-style-guide ul li {
  line-height: inherit;
  font-size: 100%;
}
/* line 1725, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide ul {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 1730, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .colour-list {
  margin-left: -1%;
}
/* line 1733, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .colour-list + h3 {
  margin-top: 0;
}
/* line 1738, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-main li,
.textcntinner.style-guide.intranet-style-guide .navigation-breadcrumb li {
  padding-left: 0;
}
/* line 1743, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser-row {
  padding-bottom: 0;
}
/* line 1747, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .icon-before-link-mail a {
  color: #444;
  transition: none;
}
/* line 1751, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .icon-before-link-mail a:hover {
  color: #EE0000;
  text-decoration: none;
}
/* line 1757, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .contact-person {
  background-color: #fff;
}
/* line 1761, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .contact-person-sidebar {
  background-color: #eae5de;
}
/* line 1764, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .contact-person-sidebar .teaser-title {
  padding: 15px;
}
/* line 1770, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-container .text-content__headline--primary {
  padding-top: 0;
}
/* line 1774, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-container .accordion-button {
  padding: 15px 45px 15px 15px;
}
/* line 1778, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-container .accordion-button.selected:after {
  transform: none;
}
/* line 1783, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .accordion-container .accordion-button.selected:hover:after {
  color: #EE0000;
}
/* line 1791, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .header {
  padding: 0;
}
/* line 1795, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .basecontent-list {
  margin-left: 15px;
}
/* line 1805, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 1810, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser h2 {
  margin: 0;
  line-height: normal;
}
/* line 1815, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser h3 {
  margin-bottom: 15px;
  line-height: normal;
}
/* line 1820, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser p {
  margin-right: 0;
}
/* line 1824, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser .teaser-headline {
  padding: 15px;
}
/* line 1828, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser .teaser__headline--primary {
  padding: 15px;
  font-size: 16px;
}
/* line 1832, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser .teaser__headline--primary .linker {
  font-size: inherit;
  line-height: normal;
}
/* line 1838, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser .teaser__headline--link {
  padding-right: 78px;
}
/* line 1842, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser ul li {
  position: static;
  padding-left: 0;
}
/* line 1849, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser-news-blackboard .teaser-header h4 {
  line-height: inherit;
}
/* line 1853, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .teaser-news-blackboard .teaser-header .subheading span {
  font-size: 100%;
}
/* line 1858, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-blackboard-list .teaser-headline {
  padding-right: 65px;
}
/* line 1862, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* line 1867, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-breadcrumb__list {
  margin-left: 0;
}
/* line 1871, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-redirect {
  width: 274px;
  margin-bottom: 20px;
}
/* line 1875, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-redirect .navigation-redirect__item {
  padding-left: 0;
}
/* line 1879, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-redirect.linked .navigation-redirect__headline {
  cursor: pointer;
  padding-left: 40px;
}
/* line 1883, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-redirect.linked .navigation-redirect__headline a::before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.2em;
  color: #e2001a;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
}
/* line 1897, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-meta {
  padding-top: 0;
}
/* line 1900, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .navigation-meta .navigation-meta__item {
  margin: 0 0 0 15px;
  padding: 18px 0;
}
/* line 1906, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-blackboard-list .teaser__image {
  padding-top: 27.37832%;
}
/* line 1910, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .whatsnew-list {
  margin-top: 0;
}
/* line 1914, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .pagination {
  line-height: 20px;
}
/* line 1917, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .pagination li > * {
  height: 32px;
}
/* line 1921, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .pagination li, .textcntinner.style-guide.intranet-style-guide .pagination span {
  line-height: 20px;
}
/* line 1926, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-filter-bar {
  margin-bottom: 0;
}
/* line 1929, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-filter-bar .pager-bar {
  margin-bottom: 0;
}
/* line 1933, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-filter-bar hr {
  padding: 0;
}
/* line 1937, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .news-filter-bar .filter-btn-box span {
  font-size: 16px;
}
/* line 1943, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .vacancy-teaser .headline-link .teaser-headline {
  padding: 15px;
}
/* line 1947, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .vacancy-teaser .teaser-content .teaser-footer {
  position: static;
  width: auto;
  padding: 0;
  z-index: 0;
}
/* line 1953, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .vacancy-teaser .teaser-content .teaser-footer .details-link {
  border: none;
  padding: 0;
  background-color: transparent;
  width: auto;
}
/* line 1959, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .vacancy-teaser .teaser-content .teaser-footer .details-link:after {
  float: none;
  right: 0;
}
/* line 1967, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .stage-slider {
  margin-bottom: 0;
}
/* line 1971, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .gallery-slider .slider-navigation {
  margin-bottom: 0;
}
/* line 1975, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.intranet-style-guide .slick-prev, .textcntinner.style-guide.intranet-style-guide .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
}

/* line 1987, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-list-description {
  margin-bottom: 0;
}
/* line 1996, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .source-panel {
  display: none;
  margin: 0;
}
/* line 2000, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .source-panel.active {
  display: block;
}
/* line 2006, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .section-spacer .source-panel {
  margin-top: 15px;
}
/* line 2011, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide pre.language-markup {
  background-color: #fff;
  border: solid 15px #f6f4f1;
  margin: 0;
}
/* line 2017, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .tools {
  float: right;
  font-size: 14px;
  margin-top: 4px;
}
/* line 2022, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .tools .code-toggle, .textcntinner.style-guide.spkextra-style-guide .tools .link-menu {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  position: static;
  display: inline;
  margin-left: 5px;
}
/* line 2030, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .tools .code-toggle:hover, .textcntinner.style-guide.spkextra-style-guide .tools .link-menu:hover {
  color: #EE0000;
}
/* line 2035, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .tools .code-toggle {
  margin-right: 5px;
  margin-left: 0;
}
/* line 2041, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .section-wrapper {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}
/* line 2048, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section h2 {
  padding-top: 0;
}
/* line 2052, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section > h2 {
  padding-top: 30px;
}
/* line 2056, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .contact-form form h2, .textcntinner.style-guide.spkextra-style-guide section .blackboard-form form h2 {
  margin-top: 15px;
}
/* line 2059, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .contact-form form h2:first-child, .textcntinner.style-guide.spkextra-style-guide section .blackboard-form form h2:first-child {
  margin-top: 0;
}
/* line 2064, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .tools {
  float: right;
  font-size: 14px;
  margin-top: 4px;
}
/* line 2069, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .tools .code-toggle, .textcntinner.style-guide.spkextra-style-guide section .tools .link-menu {
  color: #444;
  font-weight: normal;
  text-decoration: none;
  position: static;
  display: inline;
  margin-left: 5px;
}
/* line 2077, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .tools .code-toggle:hover, .textcntinner.style-guide.spkextra-style-guide section .tools .link-menu:hover {
  color: #EE0000;
}
/* line 2082, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .tools .code-toggle {
  margin-right: 5px;
  margin-left: 0;
}
/* line 2088, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .list-element {
  margin-top: 0;
}
/* line 2092, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide section .faq-container {
  margin-bottom: 0;
}
/* line 2097, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .section-headings {
  padding-top: 20px;
  position: relative;
}
/* line 2103, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .profile-section .link-menu {
  display: inline;
  position: static;
}
/* line 2111, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide span,
.textcntinner.style-guide.spkextra-style-guide ul li {
  line-height: inherit;
  font-size: 100%;
}
/* line 2117, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide ul {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 2122, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .colour-list {
  margin-left: -1%;
}
/* line 2125, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .colour-list + h3 {
  margin-top: 0;
}
/* line 2131, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .snippet .ym-grid, .textcntinner.style-guide.spkextra-style-guide .snippet .mm {
  padding: 0;
  text-align: left;
}
/* line 2135, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .snippet .ym-grid .ym-gl, .textcntinner.style-guide.spkextra-style-guide .snippet .mm .ym-gl, .textcntinner.style-guide.spkextra-style-guide .snippet .ym-grid .ym-gr, .textcntinner.style-guide.spkextra-style-guide .snippet .mm .ym-gr {
  margin-right: 0 !important;
  margin-left: 0 !important;
  border: none;
  padding: 0;
}
/* line 2145, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section ul li {
  padding-left: 0;
}
/* line 2148, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section ul li:before {
  content: none;
}
/* line 2153, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section i {
  font-style: normal;
}
/* line 2157, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .ym-g50.ym-gl, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .ym-g50.ym-gr {
  margin-bottom: 0;
}
/* line 2160, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .ym-g50.ym-gl p, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .ym-g50.ym-gr p {
  margin-bottom: 20px;
}
/* line 2164, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .searchDiv {
  padding: 25px;
  border: 1px solid #ddd8d3;
}
/* line 2168, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .searchDiv .tab-links {
  margin: 40px 0;
}
/* line 2171, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .searchDiv .button-container .button-after a:after {
  content: "\00bb";
  float: right;
  margin-left: 5px;
  font-size: 18px;
  color: #444;
  background-color: #fff;
  border: 0;
}
/* line 2180, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .searchDiv .teaser {
  margin-bottom: 0;
}
/* line 2189, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet {
  background-color: #ddd8d3;
  padding: 10px;
}
/* line 2193, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-grid, .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .mm {
  padding: 0;
}
/* line 2197, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-g25, .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-g33, .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-g50, .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-g66, .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .snippet .ym-g75 {
  text-align: center;
  background-color: #fff;
  padding: 20px 0 !important;
  border: 10px solid #ddd8d3;
  margin: 0 !important;
}
/* line 2206, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .ym-g25 {
  width: 25% !important;
}
/* line 2210, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .ym-g50 {
  width: 50% !important;
}
/* line 2214, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout .ym-g75 {
  width: 75% !important;
}
/* line 2219, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout.profile-closed .ym-g75 {
  width: 100% !important;
}
/* line 2223, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-layout.profile-closed .ym-g50 {
  width: 75% !important;
}
@media only screen and (max-width: 880px) {
  /* line 2229, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-layout .ym-g33.ym-gl {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0;
    margin-left: 0;
  }
}
/* line 2246, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}
/* line 2252, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .links a {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}
/* line 2260, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .cta {
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  width: auto;
  min-width: 270px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 2274, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .cta:hover, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .cta:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 2280, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .teaseraside {
  float: none;
  margin: 0;
  background-color: #EE0000;
  color: #fff;
  width: 290px;
  padding: 20px;
}
/* line 2287, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .teaseraside h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.875em 0;
}
/* line 2292, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ctaandlinks .teaseraside .cta-teaser {
  clear: both;
  display: block;
  padding: 0;
  line-height: 60px;
  background-color: #fff;
  color: #EE0000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  border: 5px solid #fff;
}
/* line 2311, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.typography-section h2, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section h2 {
  font-size: 21px;
  color: #EE0000;
}
/* line 2316, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.typography-section h3, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section h3 {
  font-size: 16px;
  color: #333;
}
/* line 2321, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.typography-section h4, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section h4 {
  font-size: 21px;
}
/* line 2325, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.typography-section .heroheadlinewrapper, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section .heroheadlinewrapper {
  margin-left: 0;
  padding: 30px 30px 45px 0;
  margin-bottom: 20px;
  position: static;
  background: #fff url("../images/spkextra-style-guide/brand-element.png") no-repeat scroll right bottom;
}
/* line 2332, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.typography-section .heroheadlinewrapper .heroheadline, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section .heroheadlinewrapper .heroheadline {
  padding-top: 0;
  color: #EE0000;
  margin-left: 0;
}
/* line 2341, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.ratings-section .heroheadlinewrapper {
  margin-top: -20px;
}
/* line 2348, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .mainnav-spkextra {
  position: static;
  padding: 0;
}
/* line 2352, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .mainnav-spkextra .mm {
  padding: 25px 20px 20px;
}
@media only screen and (max-width: 880px) {
  /* line 2348, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .mainnav-spkextra {
    display: none;
  }
}
/* line 2360, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .mainnav-spkextra .active > a {
  border-bottom: 2px solid #EE0000;
  color: #EE0000;
}
/* line 2370, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .download .imageteaser-inner {
  bottom: 48px;
}
/* line 2376, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser > p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}
/* line 2381, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser > ol {
  margin-bottom: 0;
}
/* line 2385, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser > ol > li:last-child .ym-g66 {
  margin-bottom: 0;
}
/* line 2388, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser > ol > li:last-child .ym-g66 > div {
  margin-bottom: 0;
}
/* line 2396, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .teaserheadsmall span {
  color: #EE0000;
}
/* line 2402, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .kontaktliste li {
  padding-left: 30px !important;
}
/* line 2404, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .kontaktliste li:before {
  content: '';
}
/* line 2413, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .imageteaser .teaserheadbig span,
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .imageteaser .teaserheadsmall span {
  color: #fff;
}
/* line 2419, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container {
  margin: 0;
}
/* line 2422, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container .faq-btn {
  background-color: #ddd8d3;
}
/* line 2426, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container .selected {
  background-color: #a3988e;
}
/* line 2429, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container .selected h3 {
  color: #fff;
}
/* line 2433, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 2447, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.spkextra-teaser .faq-container .faq-content {
  background: #f6f4f1;
}
/* line 2455, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-meta.ym-wbox {
  padding: 0;
  border-top: 1px solid #ddd8d3;
  border-bottom: 1px solid #ddd8d3;
}
/* line 2463, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 2468, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .ym-gl {
  padding-right: 10px !important;
}
/* line 2471, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .ym-gr {
  padding-left: 10px !important;
}
/* line 2475, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .sso,
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .registration {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  /* line 2481, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .ym-gl {
    width: 100% !important;
    padding-right: 0 !important;
  }
  /* line 2486, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-login-area .ym-gr {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
/* line 2496, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser {
  width: 500px;
}
/* line 2499, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser h1 {
  font-size: 21px;
}
/* line 2503, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser p {
  font-size: 100%;
}
/* line 2507, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser a {
  font-size: 14px;
}
/* line 2511, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser .heroheadlinewrapper {
  height: 120px;
  padding: 27px 36% 10px 25px;
  background-size: auto;
}
/* line 2516, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser .heroheadlinewrapper .heroheadline {
  padding-top: 0;
}
/* line 2521, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser .contentwrapper {
  width: 100%;
  padding: 15px 25px;
}
/* line 2525, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser .contentwrapper p {
  margin: 0;
}
/* line 2530, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .heroteaser .weiterlesen:after {
  font-size: 20px;
  line-height: 20px;
  height: 25px;
  margin-left: 20px;
}
/* line 2538, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section #carousel-front .slick-dots {
  margin-bottom: 1.5em;
}
/* line 2545, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .rating-box {
  padding: 0;
}
/* line 2548, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .rating-box .rating-box-inner {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 2556, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .search-bar {
  border: 1px solid #ddd8d3;
}
/* line 2560, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .search-bar #searchForm button {
  width: 9%;
}
/* line 2564, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .search-bar #searchForm input {
  width: 88%;
  margin-right: 3%;
}
/* line 2570, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .search-bar .open-profile-box .open-profile {
  width: 33%;
}
/* line 2578, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 2584, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33:first-child {
  padding-right: 20px;
}
/* line 2588, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33:first-child + .ym-g33 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 2593, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33.ym-gr {
  padding-left: 20px;
  padding-top: 0;
}
/* line 2598, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .link-list-teaser h2 {
  padding: 12px 20px;
}
@media only screen and (max-width: 880px) {
  /* line 2603, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33:first-child {
    padding-right: 10px;
  }
  /* line 2607, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33:first-child + .ym-g33 {
    padding-left: 10px;
    padding-right: 0;
  }
  /* line 2612, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33.ym-gr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2619, ../../sass/modules/_style-guide.scss */
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33.ym-gl,
  .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section.start-page-teasers .ym-gbox .ym-g33.ym-gr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 2630, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .overview-container .overview-outer {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 2638, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .newsletter-box {
  margin-bottom: 0;
}
/* line 2644, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .link-box-teaser .linklist {
  margin-left: 10px;
}
/* line 2647, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .link-box-teaser .linklist li {
  padding-left: 10px;
}
/* line 2650, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .link-box-teaser .linklist li:before {
  content: "\00BB";
  background-color: transparent;
  color: #EE0000;
  top: -7px;
  left: -10px;
  font-size: 21px;
  width: auto;
  height: auto;
}
/* line 2661, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .link-box-teaser .linklist li a {
  font-size: 15px;
}
/* line 2669, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .teaser.search-person {
  margin-bottom: 0;
}
/* line 2675, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .profile-container {
  width: 290px;
}
/* line 2678, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .profile-container .profile-header h2 {
  padding: 11px 15px;
}
/* line 2682, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .profile-container .faq-container .faq-btn.selected:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 21px;
  top: -1px;
}
/* line 2694, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download {
  margin: 0;
}
/* line 2698, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .multi-download-form .ym-g50.ym-gl {
  padding-right: 10px !important;
}
/* line 2702, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .multi-download-form .ym-g50.ym-gr {
  padding-left: 10px !important;
}
/* line 2707, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .multi-download-form .ym-gl .submit-button, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .multi-download-form .ym-gr .submit-button {
  width: 100%;
}
/* line 2714, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .spkextra-download-list .multi-download {
  height: 40px;
}
/* line 2718, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .spkextra-download-list .submit-button {
  width: auto;
}
/* line 2722, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .spkextra-download-list .link-box {
  margin-left: 150px;
}
/* line 2725, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .spkextra-download-list .link-box a {
  padding-left: 0;
}
/* line 2731, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .spkextra-download .basecontent-list a:before {
  content: normal;
}
/* line 2738, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .button-row {
  margin: 0;
}
/* line 2744, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form {
  width: auto;
  margin: 0;
}
/* line 2748, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container {
  margin: 0;
}
/* line 2751, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container .faq-btn {
  background-color: #ddd8d3;
}
/* line 2755, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container .selected {
  background-color: #a3988e;
}
/* line 2758, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container .selected h3 {
  color: #fff;
}
/* line 2762, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container .selected:after {
  content: "\203a";
  color: #fff;
  font-weight: normal;
  right: 21px;
  top: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 2776, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form .faq-container .faq-content {
  background: #f6f4f1;
}
/* line 2784, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .glossary-selector {
  margin: 0;
  list-style: none;
  margin-bottom: 38px;
}
/* line 2789, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .glossary-selector li {
  font-size: 20px;
  line-height: 1;
}
/* line 2797, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tableGrid, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .nbstats {
  margin-bottom: 0;
}
/* line 2799, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tableGrid th, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tableGrid td, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .nbstats th, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .nbstats td {
  font-weight: normal;
  text-align: right;
}
/* line 2803, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tableGrid th:first-child + th,
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tableGrid td:first-child + td, .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .nbstats th:first-child + th,
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .nbstats td:first-child + td {
  text-align: left;
}
/* line 2811, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .dl-form form label {
  font-weight: normal;
}
/* line 2816, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .groups-buttons a {
  float: left;
  margin-right: 9.8%;
}
/* line 2820, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .groups-buttons a:last-child {
  margin-right: 0;
}
/* line 2825, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .groups-buttons:first-child a {
  margin-bottom: 20px;
}
/* line 2830, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .tab-links {
  margin: 0;
}
/* line 2834, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .group-container {
  margin: 0;
}
/* line 2837, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .group-container .group-header {
  padding: 15px 15px 5px 15px;
}
/* line 2842, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .group-container .group-inner-container .details:after,
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .group-container .group-inner-container .details-selected:after {
  line-height: normal;
}
/* line 2848, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .group-container .group-buttons a {
  line-height: normal;
}
/* line 2854, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .item-lists ul li:last-child {
  margin-bottom: 0;
}
/* line 2858, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .item-lists ul li > a > .fa.inactive:after {
  content: "";
}
/* line 2863, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .forum.forum-thread {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 2868, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .forum.forum-thread .thread-item {
  margin: 0;
}
/* line 2871, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .forum.forum-thread .thread-item .thread-header .avatar-box .avatar {
  margin-right: 10px;
}
/* line 2880, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .footer .privacy {
  margin: 0;
  border: none;
  padding: 0;
}
/* line 2885, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .footer .privacy ul.privacy-list {
  text-align: center;
}
/* line 2895, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-lists .values-box {
  margin-top: 0;
}
/* line 2897, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-lists .values-box h5 {
  font-size: 16px;
}
/* line 2902, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-lists .list-element ul {
  margin-left: 10px;
}
/* line 2906, ../../sass/modules/_style-guide.scss */
.textcntinner.style-guide.spkextra-style-guide .spkextra-lists .linklist {
  margin-left: 10px;
}

/* line 2917, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel:hover .secondlevel, .js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel:focus .secondlevel {
  display: none;
  z-index: 1000;
  width: auto;
  max-width: none;
}
/* line 2927, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel:hover .secondlevel, .js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 2934, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 2941, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
  left: 0;
}
/* line 2951, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .touch .thirdlevel a {
  background-color: rgba(221, 216, 211, 0.2);
  padding: 5px;
  display: block;
}
/* line 2956, ../../sass/modules/_style-guide.scss */
.js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .touch .thirdlevel a:hover, .js .textcntinner.style-guide.spkextra-style-guide .spkextra-style-guide-section .touch .thirdlevel a:focus {
  background-color: rgba(221, 216, 211, 0.5);
}

/* line 2964, ../../sass/modules/_style-guide.scss */
body {
  font-family: "spar-regular", Arial, Helvetica, sans-serif !important;
  font-size: 87.5% !important;
  color: #444 !important;
  background-color: #fff !important;
}

@media print {
  /**
  * @section basic layout preparation
  */
  /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers  	*/
  /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
  /* line 9, ../../sass/modules/basics/_print.scss */
  body {
    font-size: 8pt;
    padding: 0 5px;
    background-color: #fff !important;
  }
  /* line 14, ../../sass/modules/basics/_print.scss */
  body p, body div, body span {
    orphans: 3;
    widows: 3;
  }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
  /* line 22, ../../sass/modules/basics/_print.scss */
  nav,
  .welt,
  .meta-right,
  .subnav,
  .no-subnav,
  #carousel-front,
  .img-teaser a:after,
  .goon,
  .teaser-footer,
  .kontakt-button-box,
  .tocontact,
  .footer .ym-grid + .ym-grid,
  .footer .mm + .ym-grid,
  .footer .ym-grid + .mm,
  .footer .mm + .mm,
  .item.slick-slide,
  .portrait,
  h1 a:after,
  .cta,
  .content p[data-icon],
  .speakerdeck-iframe {
    display: none !important;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  /* line 47, ../../sass/modules/basics/_print.scss */
  h1, h2 {
    font-size: 11pt !important;
    page-break-after: avoid;
  }

  /* line 52, ../../sass/modules/basics/_print.scss */
  h3, h4, h5, h6 {
    font-size: 10pt !important;
    page-break-after: avoid;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* line 59, ../../sass/modules/basics/_print.scss */
  article p {
    max-width: 100%;
  }

  /* line 61, ../../sass/modules/basics/_print.scss */
  .content .ym-wbox {
    padding: 0;
  }

  /* line 63, ../../sass/modules/basics/_print.scss */
  #intro {
    padding: 0;
  }

  /* line 64, ../../sass/modules/basics/_print.scss */
  #header {
    margin: 0;
  }

  /* line 65, ../../sass/modules/basics/_print.scss */
  .pills li {
    color: #000;
    background-color: transparent;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /* General adjustments for DL */
  /* line 69, ../../sass/modules/basics/_print.scss */
  .dl-content-area,
  .footer {
    background-color: transparent;
    padding-bottom: 0 !important;
  }

  /* line 74, ../../sass/modules/basics/_print.scss */
  .breadcrumb {
    margin-top: 0;
    margin-bottom: 10px;
    top: 0;
  }
  /* line 78, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb {
    height: auto;
    background-image: none;
    margin: 0 12px 0 12px;
  }
  /* line 82, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb:before {
    background-image: none;
    content: "\00BB";
    position: absolute;
    height: auto;
    width: auto;
    left: -18px;
  }
  /* line 90, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb:after {
    content: normal;
    background-image: none;
  }
  /* line 94, ../../sass/modules/basics/_print.scss */
  .breadcrumb .crumb a, .breadcrumb .crumb .nolink {
    padding: 0;
  }

  /* line 99, ../../sass/modules/basics/_print.scss */
  .slick-track,
  .item.slick-slide.slick-active {
    width: auto !important;
    display: block !important;
    left: 0 !important;
  }

  /* line 105, ../../sass/modules/basics/_print.scss */
  .ym-wbox {
    padding: 10px 0 0 0;
  }
  /* line 107, ../../sass/modules/basics/_print.scss */
  .ym-wbox > h2 {
    display: none;
  }
  /* line 110, ../../sass/modules/basics/_print.scss */
  .ym-wbox.meta {
    padding: 0 0 0 0;
  }

  /* line 114, ../../sass/modules/basics/_print.scss */
  .ym-wbox-2 {
    padding: 0;
  }
  /* line 116, ../../sass/modules/basics/_print.scss */
  .ym-wbox-2 .ym-gl,
  .ym-wbox-2 .ym-gr {
    padding-bottom: 20px;
  }

  @-moz-document url-prefix() {
    /* line 122, ../../sass/modules/basics/_print.scss */
    .ym-grid, .mm {
      display: block;
      table-layout: initial;
    }
  }
  /* line 127, ../../sass/modules/basics/_print.scss */
  .ym-grid + .ym-grid, .mm + .ym-grid, .ym-grid + .mm, .mm + .mm {
    margin-top: 10px;
  }

  /* line 130, ../../sass/modules/basics/_print.scss */
  .ym-g50.ym-gbox,
  .subnav + .ym-g50,
  .no-subnav + .ym-g50 {
    width: 75%;
  }

  /* line 135, ../../sass/modules/basics/_print.scss */
  .ym-g75.ym-gbox,
  .subnav + .ym-g75,
  .no-subnav + .ym-g75 {
    width: 100%;
  }
  /* line 140, ../../sass/modules/basics/_print.scss */
  .ym-g75.ym-gbox > .ym-grid > .ym-g66, .ym-g75.ym-gbox > .mm > .ym-g66,
  .subnav + .ym-g75 > .ym-grid > .ym-g66,
  .subnav + .ym-g75 > .mm > .ym-g66,
  .no-subnav + .ym-g75 > .ym-grid > .ym-g66,
  .no-subnav + .ym-g75 > .mm > .ym-g66 {
    padding-top: 0 !important;
  }

  /* line 145, ../../sass/modules/basics/_print.scss */
  .ym-gbox {
    padding-top: 20px !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
  }

  /* line 151, ../../sass/modules/basics/_print.scss */
  .teaser, .imageteaser {
    padding: 0;
    border: none;
    min-height: 0 !important;
    background-color: #fff !important;
  }

  /* line 157, ../../sass/modules/basics/_print.scss */
  .teaser p, .teaser ul {
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 161, ../../sass/modules/basics/_print.scss */
  .img-teaser a {
    position: static;
    padding: 10px 0 0 0;
    font-size: 11pt;
  }

  /* line 167, ../../sass/modules/basics/_print.scss */
  .teaser.contact .ym-gl:last-child,
  .teaser.contact .ym-gr:last-child {
    margin-bottom: 0;
  }
  /* line 171, ../../sass/modules/basics/_print.scss */
  .teaser.contact .kontaktliste {
    margin-bottom: 0;
  }

  /* line 175, ../../sass/modules/basics/_print.scss */
  .teaseraside {
    margin: 0 0 20px 20px;
  }

  /* line 178, ../../sass/modules/basics/_print.scss */
  .meta-left .logo {
    margin-left: 0;
  }
  /* line 180, ../../sass/modules/basics/_print.scss */
  .meta-left .logo img {
    width: 75%;
    height: 75%;
  }

  /* line 186, ../../sass/modules/basics/_print.scss */
  .footer header img {
    width: 122px;
    height: 21.5px;
  }
  /* line 190, ../../sass/modules/basics/_print.scss */
  .footer ul.privacy-list {
    margin-top: 0;
    padding-top: 10px;
  }

  /* line 196, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-btn {
    background-color: #a3988e;
  }
  /* line 198, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-btn:after,
  .faq-container .faq-btn h3 {
    color: #fff;
  }
  /* line 203, ../../sass/modules/basics/_print.scss */
  .faq-container .faq-content {
    display: block;
    background-color: #f6f4f1;
  }

  /* line 208, ../../sass/modules/basics/_print.scss */
  .download {
    padding-bottom: 10px !important;
  }

  /* line 212, ../../sass/modules/basics/_print.scss */
  .executivewrapper .ym-g33 {
    display: none;
  }
  /* line 215, ../../sass/modules/basics/_print.scss */
  .executivewrapper .ym-g66 {
    width: 100%;
    padding-left: 0;
  }

  /* line 220, ../../sass/modules/basics/_print.scss */
  .review-slider {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /* line 224, ../../sass/modules/basics/_print.scss */
  .review-slider button {
    display: none !important;
  }
  /* line 227, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide {
    display: none;
  }
  /* line 229, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide:first-child {
    display: block;
  }
  /* line 231, ../../sass/modules/basics/_print.scss */
  .review-slider .slick-slide:first-child .slick-slider-footer {
    display: none;
  }

  /* line 238, ../../sass/modules/basics/_print.scss */
  .press button {
    display: none !important;
  }
  /* line 241, ../../sass/modules/basics/_print.scss */
  .press .slick-slide {
    display: none;
  }
  /* line 243, ../../sass/modules/basics/_print.scss */
  .press .slick-slide.slick-active {
    width: 150px !important;
    display: inline-block !important;
  }

  /* line 249, ../../sass/modules/basics/_print.scss */
  .company-search-result #map_canvas {
    width: 460px;
  }

  /* line 252, ../../sass/modules/basics/_print.scss */
  .service-search-result #map_canvas {
    width: 665px;
  }

  /* line 255, ../../sass/modules/basics/_print.scss */
  .ym-grid.ym-equalize, .ym-equalize.mm {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 259, ../../sass/modules/basics/_print.scss */
  .ym-equalize > [class*="ym-g"] {
    display: table-cell;
  }

  /* line 262, ../../sass/modules/basics/_print.scss */
  .kontaktbox p,
  .teaserheader-small {
    font-size: 8pt !important;
  }

  /*------------------------------------------------------------------------------------------------------*/
}
