@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-face {
  font-family: 'spar-bd';
  src: url("fonts/Sparkasse_web_Bd.eot");
  src: url("fonts/Sparkasse_web_Bd.eot?#iefix") format("embedded-opentype"), url("fonts/Sparkasse_web_Bd.woff") format("woff"), url("fonts/Sparkasse_web_Bd.ttf") format("truetype");
}
/*!
 *  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 {
    content: "";
    display: table;
  }

  /* line 12, ../../sass/yaml-sass/core/base-modules/_float-handling.scss */
  .ym-clearfix: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-g35 {
    width: 35%;
  }

  /* line 34, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g50 {
    width: 50%;
  }

  /* line 35, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g66 {
    width: 66.666%;
  }

  /* line 36, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g75 {
    width: 75%;
  }

  /* line 37, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g38 {
    width: 38.2%;
  }

  /* line 38, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-g62 {
    width: 61.8%;
  }

  /* line 40, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox {
    padding: 0 10px;
  }

  /* line 41, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-left {
    padding: 0 10px 0 0;
  }

  /* line 42, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-gbox-right {
    padding: 0 0 0 10px;
  }

  /* line 44, ../../sass/yaml-sass/core/base-modules/_grids-core.scss */
  .ym-equalize {
    overflow: hidden;
  }

  /* line 46, ../../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 53, ../../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%;
  }
}
/* 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 {
  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, .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 {
  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: 20px 60px 0 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 17, ../../sass/modules/basics/_layout.scss */
  .ym-wbox {
    padding: 20px 60px 0 60px;
  }
}

/* line 27, ../../sass/modules/basics/_layout.scss */
.ym-wbox-2 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/* line 32, ../../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 32, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2 .ym-gl, .ym-wbox-2 .ym-gr {
    padding-bottom: 20px;
  }
}
/* line 40, ../../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 46, ../../sass/modules/basics/_layout.scss */
  .ym-wbox-2.with-stage {
    padding: 0;
  }
}

/* line 54, ../../sass/modules/basics/_layout.scss */
.dl-content-area.first .ym-wbox-2 {
  padding-top: 52px;
}
/* line 56, ../../sass/modules/basics/_layout.scss */
.dl-content-area.first .ym-wbox-2 .ym-gbox {
  padding-top: 35px !important;
}
/* line 62, ../../sass/modules/basics/_layout.scss */
.dl-content-area.first .ym-wbox-2 .ym-gbox h3 span {
  font-size: 18px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 880px) {
  /* line 54, ../../sass/modules/basics/_layout.scss */
  .dl-content-area.first .ym-wbox-2 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 76, ../../sass/modules/basics/_layout.scss */
  .dl-content-area.first .ym-wbox-2 .ym-gbox {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 54, ../../sass/modules/basics/_layout.scss */
  .dl-content-area.first .ym-wbox-2 {
    padding-top: 0;
  }
}

/* line 87, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer {
  padding: 0 0 0 140px;
}
/* line 89, ../../sass/modules/basics/_layout.scss */
.unterseitencontainer > div {
  padding-right: 140px;
}

/* line 94, ../../sass/modules/basics/_layout.scss */
.textcnt {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 100, ../../sass/modules/basics/_layout.scss */
.hellgrau1 {
  background-color: #f6f4f1;
}

/* line 104, ../../sass/modules/basics/_layout.scss */
.hellgrau2 {
  background-color: #ddd8d3;
}

/* line 108, ../../sass/modules/basics/_layout.scss */
.mittelgrau {
  background-color: #a3988e;
}

/* line 119, ../../sass/modules/basics/_layout.scss */
.white-bg {
  background-color: #fff;
}

/* line 124, ../../sass/modules/basics/_layout.scss */
.intro-no-headerimage {
  padding-top: 60px;
}

/* line 132, ../../sass/modules/basics/_layout.scss */
.img-wrapper {
  position: relative;
}
/* line 135, ../../sass/modules/basics/_layout.scss */
.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* line 144, ../../sass/modules/basics/_layout.scss */
div.image figure {
  display: table;
  width: 100%;
}
/* line 148, ../../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 165, ../../sass/modules/basics/_layout.scss */
#altcha-container {
  margin-top: 20px;
}
/* line 167, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget {
  --altcha-border-radius: 7px;
}
/* line 169, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha {
  max-width: 290px !important;
}
/* line 171, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha .altcha-main {
  gap: .1rem !important;
  padding: 1rem 1rem 1.6rem 1rem !important;
}
/* line 175, ../../sass/modules/basics/_layout.scss */
#altcha-container altcha-widget .altcha .altcha-footer {
  font-size: .9rem !important;
  padding: .6rem .9rem !important;
}
/* line 181, ../../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-wbox-2 > .ym-grid > .ym-g50.ym-gl, .ym-wbox-2 > .mm > .ym-g50.ym-gl {
  padding-right: 0;
}

/* line 67, ../../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 67, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gl:first-child + .ym-g25 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 73, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gr {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  /* line 73, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gr {
    padding-left: 0;
  }
}

/* line 78, ../../sass/modules/basics/_grid.scss */
.ym-g33:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 78, ../../sass/modules/basics/_grid.scss */
  .ym-g33:first-child {
    padding-right: 0;
  }
}

/* line 83, ../../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 83, ../../sass/modules/basics/_grid.scss */
  .ym-g33:first-child + .ym-g33 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 89, ../../sass/modules/basics/_grid.scss */
.ym-g33.ym-gr {
  padding-left: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  /* line 89, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gr {
    padding-left: 0;
    padding-top: 25px;
  }
}

/* line 98, ../../sass/modules/basics/_grid.scss */
.ym-g75.ym-gl.content-column {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  /* line 98, ../../sass/modules/basics/_grid.scss */
  .ym-g75.ym-gl.content-column {
    width: 100% !important;
  }
  /* line 102, ../../sass/modules/basics/_grid.scss */
  .ym-g75.ym-gl.content-column .item-lists {
    width: 66.666%;
    float: left;
    margin-right: 0;
  }
  /* line 107, ../../sass/modules/basics/_grid.scss */
  .ym-g75.ym-gl.content-column .margin-column {
    width: 33.333%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 880px) {
  /* line 113, ../../sass/modules/basics/_grid.scss */
  .ym-g75.ym-gl.content-column .item-lists {
    width: 100%;
    float: none;
  }
  /* line 117, ../../sass/modules/basics/_grid.scss */
  .ym-g75.ym-gl.content-column .margin-column {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 0;
  }
}

/* line 127, ../../sass/modules/basics/_grid.scss */
.ym-g50.ym-gl.content-column {
  padding-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  /* line 127, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gl.content-column {
    width: 75% !important;
  }
}
@media only screen and (max-width: 880px) {
  /* line 127, ../../sass/modules/basics/_grid.scss */
  .ym-g50.ym-gl.content-column {
    padding-top: 0;
  }
}

@media only screen and (max-width: 880px) {
  /* line 138, ../../sass/modules/basics/_grid.scss */
  .ym-gr {
    margin-left: 0;
  }

  /* line 141, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gr {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0;
    margin-left: 0;
  }

  /* line 148, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl {
    width: 50%;
  }

  /* line 152, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child {
    padding-right: 10px;
  }

  /* line 156, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child + .ym-g33.ym-gl {
    padding-left: 10px;
  }

  /* line 160, ../../sass/modules/basics/_grid.scss */
  .ym-g25 {
    width: 50%;
  }
  /* line 162, ../../sass/modules/basics/_grid.scss */
  .ym-g25:nth-child(3) {
    clear: both;
  }

  /* line 167, ../../sass/modules/basics/_grid.scss */
  .ym-g66,
  .ym-g75 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 173, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g50 {
    width: 100% !important;
    padding-right: 0;
  }

  /* line 177, ../../sass/modules/basics/_grid.scss */
  .ym-g50 + .ym-g25 {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 184, ../../sass/modules/basics/_grid.scss */
  .ym-gr {
    margin-left: 0;
  }

  /* line 187, ../../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 190, ../../sass/modules/basics/_grid.scss */
  .footer .ym-g33.ym-gl {
    float: left;
    width: 50%;
  }

  /* line 194, ../../sass/modules/basics/_grid.scss */
  .ym-g33.ym-gl:first-child {
    padding-right: 0;
  }

  /* line 197, ../../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 203, ../../sass/modules/basics/_grid.scss */
  .ym-g25 {
    width: 100% !important;
  }

  /* line 206, ../../sass/modules/basics/_grid.scss */
  .ym-g25:first-child + .ym-g50 {
    width: 100% !important;
    padding-left: 0;
  }
}
/* line 212, ../../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-family: 'spar-bd',sans-serif;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 65, ../../sass/modules/basics/_typography.scss */
  h2.spk-headline {
    /*! font-size: 21px; */
    font-size: 150%;
    color: #EE0000;
  }

  /* line 71, ../../sass/modules/basics/_typography.scss */
  h2.spk-headline-alt {
    /*! font-size: 21px; */
    font-size: 150%;
    color: #444;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  /* line 79, ../../sass/modules/basics/_typography.scss */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 87, ../../sass/modules/basics/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 91, ../../sass/modules/basics/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 95, ../../sass/modules/basics/_typography.scss */
  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 100, ../../sass/modules/basics/_typography.scss */
  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }

  /* line 105, ../../sass/modules/basics/_typography.scss */
  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }

  /* line 110, ../../sass/modules/basics/_typography.scss */
  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }

  /* line 116, ../../sass/modules/basics/_typography.scss */
  dt {
    font-weight: bold;
  }

  /* line 120, ../../sass/modules/basics/_typography.scss */
  dd {
    margin: 0 0 1.5em 0.8em;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  /* line 126, ../../sass/modules/basics/_typography.scss */
  p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  /* line 132, ../../sass/modules/basics/_typography.scss */
  blockquote,
  cite,
  q {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  /* line 139, ../../sass/modules/basics/_typography.scss */
  blockquote {
    background: transparent;
    color: #666;
    margin: 1.5em 0 0 1.5em;
  }

  /* line 145, ../../sass/modules/basics/_typography.scss */
  strong,
  b {
    font-family: 'spar-bd',sans-serif;
  }

  /* line 150, ../../sass/modules/basics/_typography.scss */
  em,
  i {
    font-style: italic;
  }

  /* line 155, ../../sass/modules/basics/_typography.scss */
  big {
    /*! font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  /* line 161, ../../sass/modules/basics/_typography.scss */
  small {
    /*! font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75;
  }

  /* line 167, ../../sass/modules/basics/_typography.scss */
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }

  /* line 176, ../../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 184, ../../sass/modules/basics/_typography.scss */
  pre,
  code {
    color: #800;
  }

  /* line 189, ../../sass/modules/basics/_typography.scss */
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-family: 'spar-bd',sans-serif;
  }

  /* line 197, ../../sass/modules/basics/_typography.scss */
  var,
  dfn {
    font-style: italic;
  }

  /* line 202, ../../sass/modules/basics/_typography.scss */
  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  /* line 210, ../../sass/modules/basics/_typography.scss */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  /* line 218, ../../sass/modules/basics/_typography.scss */
  sup {
    top: -0.5em;
  }

  /* line 219, ../../sass/modules/basics/_typography.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 221, ../../sass/modules/basics/_typography.scss */
  mark {
    background: #ff0;
    color: #000;
  }

  /* line 226, ../../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 249, ../../sass/modules/basics/_typography.scss */
  a {
    color: #444;
    text-decoration: underline;
  }

  /* line 254, ../../sass/modules/basics/_typography.scss */
  a:hover, a:focus {
    color: #EE0000;
  }

  /* line 255, ../../sass/modules/basics/_typography.scss */
  a:active {
    outline: none;
  }

  /* line 257, ../../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 259, ../../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 266, ../../sass/modules/basics/_typography.scss */
  img,
  figure {
    margin: 0;
  }

  /* line 271, ../../sass/modules/basics/_typography.scss */
  .flexible {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
  }

  /* IE6 workaround - 2% space for possible borders */
  /* line 279, ../../sass/modules/basics/_typography.scss */
  * html .flexible {
    width: 98%;
  }

  /* line 283, ../../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 301, ../../sass/modules/basics/_typography.scss */
  .highlight {
    color: #c30;
  }

  /* line 305, ../../sass/modules/basics/_typography.scss */
  .dimmed {
    color: #888;
  }

  /* line 309, ../../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 323, ../../sass/modules/basics/_typography.scss */
  .info {
    background: #f4f4f4;
  }

  /* line 327, ../../sass/modules/basics/_typography.scss */
  .success {
    background: #8c8;
  }

  /* line 331, ../../sass/modules/basics/_typography.scss */
  .warning {
    background: #cc8;
    padding: 10px;
    margin-top: 15px;
  }

  /* line 337, ../../sass/modules/basics/_typography.scss */
  .error {
    background: none;
  }

  /* line 341, ../../sass/modules/basics/_typography.scss */
  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }

  /* line 347, ../../sass/modules/basics/_typography.scss */
  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em;
  }

  /* line 353, ../../sass/modules/basics/_typography.scss */
  .float_left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }

  /* line 359, ../../sass/modules/basics/_typography.scss */
  .float_right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }

  /* line 365, ../../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 13, ../../sass/modules/basics/_tables.scss */
  .ym-gbox .align-left {
    float: left;
    display: inline;
    margin: 0 1.5em 1.5em 0;
  }
  /* line 18, ../../sass/modules/basics/_tables.scss */
  .ym-gbox .align-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1.5em;
  }
  /* line 23, ../../sass/modules/basics/_tables.scss */
  .ym-gbox .align-center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }
  /* line 28, ../../sass/modules/basics/_tables.scss */
  .ym-gbox .odd {
    background-color: #f7f7f7;
  }
  /* line 31, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid,
  .ym-gbox table.tableGrid.hide-grid {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    border-top: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
    margin: 0 0 1.35714em 0;
  }
  /* line 40, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.narrow,
  .ym-gbox table.tableGrid.hide-grid.narrow {
    margin: 0 0 1.42857em 0;
  }
  /* line 43, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.narrow th,
  .ym-gbox table.tableGrid.show-grid.narrow td,
  .ym-gbox table.tableGrid.hide-grid.narrow th,
  .ym-gbox table.tableGrid.hide-grid.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  /* line 50, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.fixed,
  .ym-gbox table.tableGrid.hide-grid.fixed {
    table-layout: fixed;
  }
  /* line 54, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.bordertable,
  .ym-gbox table.tableGrid.hide-grid.bordertable {
    border: 1px #ddd8d3 solid;
  }
  /* line 57, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.bordertable thead th,
  .ym-gbox table.tableGrid.hide-grid.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ddd8d3 solid;
    border-bottom: 1px #ddd8d3 solid;
  }
  /* line 64, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.bordertable tbody th[scope="row"],
  .ym-gbox table.tableGrid.hide-grid.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  /* line 67, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.bordertable tbody th,
  .ym-gbox table.tableGrid.hide-grid.bordertable tbody th {
    border-right: 1px solid #ddd8d3;
  }
  /* line 70, ../../sass/modules/basics/_tables.scss */
  .ym-gbox table.tableGrid.show-grid.bordertable tbody td,
  .ym-gbox table.tableGrid.hide-grid.bordertable tbody td {
    border-right: 1px solid #ddd8d3;
  }
  /* line 76, ../../sass/modules/basics/_tables.scss */
  .ym-gbox .hide-grid,
  .ym-gbox .hide-grid * {
    border: none !important;
  }
  /* line 80, ../../sass/modules/basics/_tables.scss */
  .ym-gbox caption {
    font-variant: small-caps;
  }
  /* line 84, ../../sass/modules/basics/_tables.scss */
  .ym-gbox th,
  .ym-gbox td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }
  /* line 91, ../../sass/modules/basics/_tables.scss */
  .ym-gbox th *:first-child,
  .ym-gbox td *:first-child {
    margin-top: 0;
  }
  /* line 96, ../../sass/modules/basics/_tables.scss */
  .ym-gbox th.nowrap,
  .ym-gbox td.nowrap {
    white-space: nowrap;
  }
  /* line 101, ../../sass/modules/basics/_tables.scss */
  .ym-gbox thead th {
    border: 1px #ddd8d3 solid;
    background-color: #a3988e;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
  }
  /* line 108, ../../sass/modules/basics/_tables.scss */
  .ym-gbox thead th div,
  .ym-gbox thead th p {
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
    background-color: transparent;
    color: #fff;
  }
  /* line 118, ../../sass/modules/basics/_tables.scss */
  .ym-gbox tbody {
    /* highlight row on mouse over */
  }
  /* line 119, ../../sass/modules/basics/_tables.scss */
  .ym-gbox tbody th,
  .ym-gbox tbody td {
    text-align: left;
    border: 1px #ddd8d3 solid;
    padding: 15px;
    line-height: 1.4em;
  }
  /* line 128, ../../sass/modules/basics/_tables.scss */
  .ym-gbox tbody tr:hover th,
  .ym-gbox tbody tr:hover td {
    background: #ddd8d3;
  }
}
/* line 137, ../../sass/modules/basics/_tables.scss */
.table-container {
  overflow: auto;
  margin-bottom: 20px;
}
/* line 141, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter .tablesorter-filter-row {
  background-color: #fff;
}
/* line 143, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter .tablesorter-filter-row td {
  background-color: #fff;
}
/* line 145, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter .tablesorter-filter-row td .tablesorter-filter {
  background-color: #fff;
  margin: 5px 0 6px 0;
  height: 26px;
}
/* line 149, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter .tablesorter-filter-row td .tablesorter-filter.disabled {
  opacity: 0;
}
/* line 157, ../../sass/modules/basics/_tables.scss */
.table-container .nbstats th,
.table-container .nbstats td {
  text-align: right;
}
/* line 166, ../../sass/modules/basics/_tables.scss */
.table-container .nb-dldirekt-provisionvb th:first-child,
.table-container .nb-dldirekt-provisionvb td:first-child,
.table-container .nb-dldirekt-provisionlk th:first-child,
.table-container .nb-dldirekt-provisionlk td:first-child {
  text-align: left;
}
/* line 181, ../../sass/modules/basics/_tables.scss */
.table-container .nb-dlaward th:first-child + th, .table-container .nb-dlaward th:first-child + td,
.table-container .nb-dlaward td:first-child + th,
.table-container .nb-dlaward td:first-child + td,
.table-container .nb-factoringaward th:first-child + th,
.table-container .nb-factoringaward th:first-child + td,
.table-container .nb-factoringaward td:first-child + th,
.table-container .nb-factoringaward td:first-child + td,
.table-container .nb-dalrebusabs th:first-child + th,
.table-container .nb-dalrebusabs th:first-child + td,
.table-container .nb-dalrebusabs td:first-child + th,
.table-container .nb-dalrebusabs td:first-child + td,
.table-container .nb-dalrebusrel th:first-child + th,
.table-container .nb-dalrebusrel th:first-child + td,
.table-container .nb-dalrebusrel td:first-child + th,
.table-container .nb-dalrebusrel td:first-child + td,
.table-container .nb-top30 th:first-child + th,
.table-container .nb-top30 th:first-child + td,
.table-container .nb-top30 td:first-child + th,
.table-container .nb-top30 td:first-child + td,
.table-container .nb-vbname th:first-child + th,
.table-container .nb-vbname th:first-child + td,
.table-container .nb-vbname td:first-child + th,
.table-container .nb-vbname td:first-child + td,
.table-container .nb-vglgr th:first-child + th,
.table-container .nb-vglgr th:first-child + td,
.table-container .nb-vglgr td:first-child + th,
.table-container .nb-vglgr td:first-child + td,
.table-container .nb-recherche th:first-child + th,
.table-container .nb-recherche th:first-child + td,
.table-container .nb-recherche td:first-child + th,
.table-container .nb-recherche td:first-child + td {
  text-align: left;
}
/* line 191, ../../sass/modules/basics/_tables.scss */
.table-container .nb-dldirekt-top30 th:first-child + th, .table-container .nb-dldirekt-top30 th:first-child + th + th, .table-container .nb-dldirekt-top30 th:first-child + td, .table-container .nb-dldirekt-top30 th:first-child + td + td,
.table-container .nb-dldirekt-top30 td:first-child + th,
.table-container .nb-dldirekt-top30 td:first-child + th + th,
.table-container .nb-dldirekt-top30 td:first-child + td,
.table-container .nb-dldirekt-top30 td:first-child + td + td,
.table-container .nb-dldirekt-vbname th:first-child + th,
.table-container .nb-dldirekt-vbname th:first-child + th + th,
.table-container .nb-dldirekt-vbname th:first-child + td,
.table-container .nb-dldirekt-vbname th:first-child + td + td,
.table-container .nb-dldirekt-vbname td:first-child + th,
.table-container .nb-dldirekt-vbname td:first-child + th + th,
.table-container .nb-dldirekt-vbname td:first-child + td,
.table-container .nb-dldirekt-vbname td:first-child + td + td {
  text-align: left;
}
/* line 199, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager {
  padding: 0;
  margin: 20px 0 40px 0;
}
/* line 202, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager .prev, .table-container .tablesorter-pager .next {
  cursor: pointer;
}
/* line 204, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager .prev:hover, .table-container .tablesorter-pager .prev:focus, .table-container .tablesorter-pager .next:hover, .table-container .tablesorter-pager .next:focus {
  color: #EE0000;
}
/* line 208, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager .disabled {
  cursor: default;
}
/* line 210, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager .disabled:hover, .table-container .tablesorter-pager .disabled:focus {
  color: #444;
}
/* line 214, ../../sass/modules/basics/_tables.scss */
.table-container .tablesorter-pager#pager-bottom, .table-container .tablesorter-pager#contactlist-pager-bottom {
  margin: 40px 0 20px 0;
}
/* line 220, ../../sass/modules/basics/_tables.scss */
.table-container .pagecount a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #a3988e;
  line-height: normal;
  margin: 0 2px;
}
/* line 228, ../../sass/modules/basics/_tables.scss */
.table-container .pagecount a:hover, .table-container .pagecount a:focus {
  background-color: #EE0000;
  border-color: #EE0000;
  color: #fff;
  cursor: pointer;
}
/* line 234, ../../sass/modules/basics/_tables.scss */
.table-container .pagecount a.current {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
  cursor: default;
}
/* line 239, ../../sass/modules/basics/_tables.scss */
.table-container .pagecount a.current:hover, .table-container .pagecount a.current:focus {
  background-color: #a3988e;
  border-color: #a3988e;
}
/* line 244, ../../sass/modules/basics/_tables.scss */
.table-container .pagecount a + span {
  display: none;
}
/* line 251, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-pager-top .selector,
.table-container #contactlist-pager-bottom .selector {
  float: left;
  margin-right: 5px;
}
/* line 255, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-pager-top .pagesize,
.table-container #contactlist-pager-bottom .pagesize {
  float: left;
  height: 29px;
  color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd8d3;
}
/* line 266, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table .tablesorter-header {
  text-align: center;
  font-size: 14px;
}
/* line 269, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table .tablesorter-header div {
  font-size: 14px;
}
/* line 275, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td {
  color: #444;
  padding: 20px 0.5em;
  text-align: center;
}
/* line 279, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:first-child {
  padding-top: 12px;
  padding-bottom: 7px;
}
/* line 282, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:first-child > a {
  display: block;
}
/* line 284, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:first-child > a .avatar {
  border: 3px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 289, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:first-child > a .avatar.contact-person {
  border-color: #EE0000;
}
/* line 294, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:first-child > a:hover .avatar, .table-container #contactlist-table tbody tr td:first-child > a:focus .avatar {
  border-color: #a3988e;
}
/* line 300, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td:last-child {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 304, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td > a {
  text-decoration: none;
}
/* line 308, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td form .item-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px;
  margin: 1px;
  width: 30px;
  line-height: 0;
  font-size: 14px;
  color: #444;
}
/* line 320, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td form .item-button:hover, .table-container #contactlist-table tbody tr td form .item-button:focus {
  color: #EE0000;
}
/* line 324, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr td form a.item-button {
  display: inline-block;
  font-size: 12px;
  padding-top: 10px;
}
/* line 332, ../../sass/modules/basics/_tables.scss */
.table-container #contactlist-table tbody tr:hover th,
.table-container #contactlist-table tbody tr:hover td {
  background: transparent;
}
@media only screen and (max-width: 640px) {
  /* line 265, ../../sass/modules/basics/_tables.scss */
  .table-container #contactlist-table {
    word-break: break-word;
    word-break: break-all;
  }
  /* line 342, ../../sass/modules/basics/_tables.scss */
  .table-container #contactlist-table tbody tr td:first-child + td {
    width: auto;
  }
}

/*
Centered Icon to use in a before pseudo-element
-> remember to add position:relative to parent since the icon is positioned absolute
-> add padding-left to parent to prevent overlay
*/
/* line 7, ../../sass/modules/basics/_icons.scss */
.icon-before, .icon-before-link, .icon-before-link-phone,
.icon-before-link-mobilephone,
.icon-before-link-fax,
.icon-before-link-mail, .icon-before-link-extern, .icon-before-link-download {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
/* line 11, ../../sass/modules/basics/_icons.scss */
.icon-before::before, .icon-before-link::before, .icon-before-link-phone::before,
.icon-before-link-mobilephone::before,
.icon-before-link-fax::before,
.icon-before-link-mail::before, .icon-before-link-extern::before, .icon-before-link-download::before {
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* line 23, ../../sass/modules/basics/_icons.scss */
.icon-before-link::before {
  color: #EE0000;
  content: "\f054";
}

/* line 34, ../../sass/modules/basics/_icons.scss */
.icon-before-link-phone::before,
.icon-before-link-mobilephone::before,
.icon-before-link-fax::before,
.icon-before-link-mail::before {
  color: #EE0000;
  top: 11px;
}

/* line 41, ../../sass/modules/basics/_icons.scss */
.icon-before-link-phone::before {
  content: "\f095";
}

/* line 47, ../../sass/modules/basics/_icons.scss */
.icon-before-link-search:before {
  content: "\f002";
}

/* line 53, ../../sass/modules/basics/_icons.scss */
.icon-before-link-mobilephone::before {
  content: "\f10b";
  font-size: 18px;
}

/* line 60, ../../sass/modules/basics/_icons.scss */
.icon-before-link-fax::before {
  content: "\f1ac";
}

/* line 66, ../../sass/modules/basics/_icons.scss */
.icon-before-link-mail::before {
  content: "\f0e0";
}

/* line 73, ../../sass/modules/basics/_icons.scss */
.icon-before-link-extern::before {
  color: #EE0000;
  content: "\f08e";
}

/* line 81, ../../sass/modules/basics/_icons.scss */
.icon-before-link-download::before {
  color: #EE0000;
  content: "\f019";
}

/* line 87, ../../sass/modules/basics/_icons.scss */
.icon-after, .icon-after-link-locked {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
/* line 91, ../../sass/modules/basics/_icons.scss */
.icon-after::after, .icon-after-link-locked::after {
  font-family: FontAwesome;
  font-size: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* line 103, ../../sass/modules/basics/_icons.scss */
.icon-after-link-locked::after {
  font-size: 18px;
  opacity: .3;
  content: "\f023";
}

/* line 2, ../../sass/modules/_footer.scss */
.footer .ym-wbox {
  padding: 30px 20px 30px 20px;
}
@media only screen and (min-width: 1200px) {
  /* line 2, ../../sass/modules/_footer.scss */
  .footer .ym-wbox {
    padding: 20px 60px 20px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 2, ../../sass/modules/_footer.scss */
  .footer .ym-wbox {
    padding: 20px 60px 20px 60px;
  }
}
/* line 11, ../../sass/modules/_footer.scss */
.footer .headline {
  color: #EE0000;
}
/* line 14, ../../sass/modules/_footer.scss */
.footer p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* line 18, ../../sass/modules/_footer.scss */
.footer ul.linklist {
  margin-bottom: 0;
}
/* line 21, ../../sass/modules/_footer.scss */
.footer ul.linklist li {
  margin-bottom: 10px;
}
/* line 23, ../../sass/modules/_footer.scss */
.footer ul.linklist li a {
  text-decoration: none;
}
/* line 26, ../../sass/modules/_footer.scss */
.footer ul.linklist li:last-child {
  margin-bottom: 0;
}
/* line 32, ../../sass/modules/_footer.scss */
.footer .privacy .ym-g66 {
  margin-bottom: 0;
}
/* line 35, ../../sass/modules/_footer.scss */
.footer .privacy .claim-box {
  float: left;
  width: 16.6665%;
}
/* line 38, ../../sass/modules/_footer.scss */
.footer .privacy .claim-box .moreInView {
  color: #EE0000;
  font-size: 21px;
  margin-top: 28px;
  display: block;
}
/* line 45, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box {
  float: right;
  width: 16.6665%;
}
/* line 48, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box .footer-logo {
  display: block;
  float: right;
  height: 100%;
  margin-top: 14px;
}
/* line 54, ../../sass/modules/_footer.scss */
.footer .privacy .logo-box .olympic-logo {
  display: block;
  float: right;
  width: auto;
  margin-right: -25px;
}
/* line 61, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list {
  text-align: center;
  margin-bottom: 0;
}
/* line 65, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list li {
  display: inline-block;
  margin: 32px 0 0 30px;
}
/* line 68, ../../sass/modules/_footer.scss */
.footer .privacy ul.privacy-list li a {
  text-decoration: none;
}
@media only screen and (max-width: 880px) {
  /* line 75, ../../sass/modules/_footer.scss */
  .footer .privacy {
    margin-top: 0;
  }
  /* line 77, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box {
    width: 50%;
    padding-right: 20px;
  }
  /* line 80, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box .moreInView {
    text-align: right;
  }
  /* line 84, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box {
    width: 50%;
    padding-left: 20px;
  }
  /* line 87, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .footer-logo {
    float: left;
  }
  /* line 90, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .olympic-logo {
    float: left;
  }
  /* line 94, ../../sass/modules/_footer.scss */
  .footer .privacy ul.privacy-list {
    margin-top: 10px;
  }
  /* line 96, ../../sass/modules/_footer.scss */
  .footer .privacy ul.privacy-list li {
    margin: 20px 15px 0 15px;
  }
  /* line 100, ../../sass/modules/_footer.scss */
  .footer .privacy .ym-g66 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 107, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box {
    padding-right: 10px;
  }
  /* line 109, ../../sass/modules/_footer.scss */
  .footer .privacy .claim-box .moreInView {
    font-size: 20px;
  }
  /* line 113, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box {
    padding-left: 10px;
  }
  /* line 115, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .footer-logo {
    float: left;
  }
  /* line 118, ../../sass/modules/_footer.scss */
  .footer .privacy .logo-box .olympic-logo {
    float: left;
  }
}

/* line 1, ../../sass/modules/_meta.scss */
.meta, .spkextra-meta {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_meta.scss */
  .meta, .spkextra-meta {
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  /* line 1, ../../sass/modules/_meta.scss */
  .meta, .spkextra-meta {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 12, ../../sass/modules/_meta.scss */
.meta .meta-left, .spkextra-meta .meta-left {
  float: left;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  /* line 12, ../../sass/modules/_meta.scss */
  .meta .meta-left, .spkextra-meta .meta-left {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 12, ../../sass/modules/_meta.scss */
  .meta .meta-left, .spkextra-meta .meta-left {
    width: 100%;
  }
}
/* line 23, ../../sass/modules/_meta.scss */
.meta .meta-left .logo, .spkextra-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, .spkextra-meta .meta-left .logo:hover, .spkextra-meta .meta-left .logo.focus {
  opacity: 0.5;
}
@media only screen and (max-width: 880px) {
  /* line 23, ../../sass/modules/_meta.scss */
  .meta .meta-left .logo, .spkextra-meta .meta-left .logo {
    float: none;
    display: block;
    margin: 10px 0 10px 3px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 23, ../../sass/modules/_meta.scss */
  .meta .meta-left .logo, .spkextra-meta .meta-left .logo {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 41, ../../sass/modules/_meta.scss */
.meta .meta-left span.logo:hover, .meta .meta-left span.logo.focus, .spkextra-meta .meta-left span.logo:hover, .spkextra-meta .meta-left span.logo.focus {
  opacity: 1;
}
/* line 46, ../../sass/modules/_meta.scss */
.meta .meta-right, .spkextra-meta .meta-right {
  float: right;
  width: 75%;
  padding-left: 10px;
}
@media only screen and (max-width: 880px) {
  /* line 46, ../../sass/modules/_meta.scss */
  .meta .meta-right, .spkextra-meta .meta-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 740px) {
  /* line 46, ../../sass/modules/_meta.scss */
  .meta .meta-right, .spkextra-meta .meta-right {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #ddd8d3;
  }
}
@media only screen and (max-width: 480px) {
  /* line 46, ../../sass/modules/_meta.scss */
  .meta .meta-right, .spkextra-meta .meta-right {
    border-bottom: 1px solid #ddd8d3;
  }
}

/* line 64, ../../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 64, ../../sass/modules/_meta.scss */
  .ym-searchform {
    margin: 10px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 64, ../../sass/modules/_meta.scss */
  .ym-searchform {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 64, ../../sass/modules/_meta.scss */
  .ym-searchform {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 82, ../../sass/modules/_meta.scss */
.ym-searchform input,
.ym-searchform select,
.ym-searchform textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 87, ../../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 100, ../../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 110, ../../sass/modules/_meta.scss */
.lupe:active {
  top: 16px;
  right: 9px;
}

/* line 117, ../../sass/modules/_meta.scss */
.logincnt {
  float: right;
  position: relative;
}
@media only screen and (max-width: 480px) {
  /* line 117, ../../sass/modules/_meta.scss */
  .logincnt {
    width: 33.333%;
  }
}

/* line 126, ../../sass/modules/_meta.scss */
.login,
.logout,
.switchcnt a {
  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: 770px) {
  /* line 126, ../../sass/modules/_meta.scss */
  .login,
  .logout,
  .switchcnt a {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 126, ../../sass/modules/_meta.scss */
  .login,
  .logout,
  .switchcnt a {
    padding: 3px 10px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 126, ../../sass/modules/_meta.scss */
  .login,
  .logout,
  .switchcnt a {
    line-height: 40px;
    width: 100%;
  }
}

/* line 155, ../../sass/modules/_meta.scss */
.loginform {
  display: none;
  position: absolute;
  top: 65px;
  right: 50px;
  z-index: 20;
  max-width: 1180px;
  width: 93%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 164, ../../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 175, ../../sass/modules/_meta.scss */
.loginform .ym-grid, .loginform .mm {
  padding: 20px;
  background-color: #f6f4f1;
}
/* line 178, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
  margin: 0;
  border-left: 1px solid #ddd8d3;
}
/* line 181, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child {
  padding-right: 20px;
  border-left: none;
}
/* line 185, ../../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 189, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr {
  padding-left: 20px;
}
/* line 192, ../../sass/modules/_meta.scss */
.loginform .ym-grid .flyout-column header, .loginform .mm .flyout-column header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 197, ../../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 202, ../../sass/modules/_meta.scss */
.loginform header {
  padding: 20px;
  background-color: #fff;
}
/* line 206, ../../sass/modules/_meta.scss */
.loginform h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 211, ../../sass/modules/_meta.scss */
.loginform h5 {
  color: #EE0000;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
/* line 217, ../../sass/modules/_meta.scss */
.loginform ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 220, ../../sass/modules/_meta.scss */
.loginform ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 223, ../../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 235, ../../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 245, ../../sass/modules/_meta.scss */
.loginform ul li span.time-period {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #444;
}
/* line 255, ../../sass/modules/_meta.scss */
.loginform form div {
  margin-bottom: 10px;
}
/* line 258, ../../sass/modules/_meta.scss */
.loginform form label {
  display: block;
}
/* line 261, ../../sass/modules/_meta.scss */
.loginform form input,
.loginform form select,
.loginform form textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 266, ../../sass/modules/_meta.scss */
.loginform form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 271, ../../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 280, ../../sass/modules/_meta.scss */
.loginform form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 287, ../../sass/modules/_meta.scss */
.loginform form button:hover, .loginform form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 291, ../../sass/modules/_meta.scss */
.loginform form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 297, ../../sass/modules/_meta.scss */
.loginform form .input-cnt {
  margin: 0;
  min-height: 60px;
}
/* line 301, ../../sass/modules/_meta.scss */
.loginform form .error {
  display: none;
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin: 5px 0;
}
/* line 309, ../../sass/modules/_meta.scss */
.loginform .forgot-password {
  margin-top: 20px;
}
/* line 311, ../../sass/modules/_meta.scss */
.loginform .forgot-password a {
  text-decoration: none;
}
/* line 313, ../../sass/modules/_meta.scss */
.loginform .forgot-password a:hover, .loginform .forgot-password a:focus {
  text-decoration: underline;
}
/* line 319, ../../sass/modules/_meta.scss */
.loginform .login-head a {
  color: #444;
  text-decoration: none;
}
/* line 322, ../../sass/modules/_meta.scss */
.loginform .login-head a:hover, .loginform .login-head a:focus {
  color: #EE0000;
}
/* line 326, ../../sass/modules/_meta.scss */
.loginform .login-head.active a {
  color: #EE0000;
}
/* line 330, ../../sass/modules/_meta.scss */
.loginform .login-form {
  display: none;
}
/* line 332, ../../sass/modules/_meta.scss */
.loginform .login-form:first-child {
  display: block;
}
@media only screen and (max-width: 1200px) {
  /* line 155, ../../sass/modules/_meta.scss */
  .loginform {
    right: 10px;
    width: 98%;
  }
}
@media only screen and (max-width: 880px) {
  /* line 341, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 89px;
  }
  /* line 345, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
    border-left: none;
  }
  /* line 347, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column:first-child, .loginform .mm .flyout-column:first-child {
    padding-right: 0;
  }
  /* line 350, ../../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 356, ../../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 364, ../../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 371, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50, .loginform .mm .flyout-column.ym-g50 {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 374, ../../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 377, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-g50 .ym-g66, .loginform .mm .flyout-column.ym-g50 .ym-g66 {
    width: 50%;
  }
  /* line 381, ../../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 384, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column.ym-gr, .loginform .mm .flyout-column.ym-gr {
    padding-left: 0;
  }
  /* line 390, ../../sass/modules/_meta.scss */
  .loginform ul:last-child {
    margin-top: 0;
    border-top: none;
  }
  /* line 395, ../../sass/modules/_meta.scss */
  .loginform .forgot-password {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 155, ../../sass/modules/_meta.scss */
  .loginform {
    width: auto;
    right: 0;
    margin: 0 5px;
  }
  /* line 403, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 73px;
  }
  /* line 407, ../../sass/modules/_meta.scss */
  .loginform .ym-grid .flyout-column, .loginform .mm .flyout-column {
    width: 100% !important;
  }
  /* line 409, ../../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 414, ../../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 416, ../../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 423, ../../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 429, ../../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 436, ../../sass/modules/_meta.scss */
  .loginform .forgot-password {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 155, ../../sass/modules/_meta.scss */
  .loginform {
    top: 128px;
  }
  /* line 443, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 77px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 155, ../../sass/modules/_meta.scss */
  .loginform {
    top: 110px;
  }
  /* line 449, ../../sass/modules/_meta.scss */
  .loginform:after {
    right: 48%;
  }
}

/* line 455, ../../sass/modules/_meta.scss */
.switchcnt {
  float: right;
  position: relative;
  border-left: 1px solid #ddd8d3;
}
@media only screen and (max-width: 500px) {
  /* line 455, ../../sass/modules/_meta.scss */
  .switchcnt {
    float: left;
    width: 100%;
    border-left: none;
  }
  /* line 464, ../../sass/modules/_meta.scss */
  .switchcnt.second-switch a {
    border-left: none;
    border-top: 1px solid #ddd8d3;
    border-right: none;
  }
}

/* line 489, ../../sass/modules/_meta.scss */
.btn-header {
  float: right;
  position: relative;
}
/* line 492, ../../sass/modules/_meta.scss */
.btn-header a {
  display: block;
  padding: 5px 10px 5px 10px;
  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: 500px) {
  /* line 489, ../../sass/modules/_meta.scss */
  .btn-header {
    border: 10px solid #fff;
    border-right: none;
    border-left: none;
    width: 33.333%;
  }
  /* line 506, ../../sass/modules/_meta.scss */
  .btn-header a {
    border: none;
    line-height: 40px;
    background-color: #a3988e;
    color: #fff;
    padding: 5px 10px;
  }
}
/* line 514, ../../sass/modules/_meta.scss */
.btn-header.contact-btn {
  border: 10px solid #fff;
  border-right: none;
}
/* line 517, ../../sass/modules/_meta.scss */
.btn-header.contact-btn a {
  border: none;
  line-height: 40px;
  background-color: #EE0000;
  color: #fff;
  padding: 5px 10px;
  -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 529, ../../sass/modules/_meta.scss */
.btn-header.contact-btn a:hover {
  background-color: #a20000;
  color: #fff;
}
/* line 535, ../../sass/modules/_meta.scss */
.btn-header.logout-btn {
  border: 10px solid #fff;
  border-right: none;
}
/* line 538, ../../sass/modules/_meta.scss */
.btn-header.logout-btn a {
  border: none;
  line-height: 40px;
  background-color: #a3988e;
  color: #fff;
  padding: 5px 10px;
  -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 550, ../../sass/modules/_meta.scss */
.btn-header.logout-btn a:hover {
  background-color: #7e7267;
  color: #fff;
}

/* line 559, ../../sass/modules/_meta.scss */
.contact-flyout {
  display: none;
  position: absolute;
  top: 67px;
  right: 50px;
  z-index: 20;
  width: 98%;
  max-width: 1180px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 568, ../../sass/modules/_meta.scss */
.contact-flyout:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EE0000 transparent;
  top: -10px;
  right: 114px;
}
/* line 579, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid, .contact-flyout .mm {
  padding: 20px;
  background-color: #f6f4f1;
}
/* line 582, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column, .contact-flyout .mm .flyout-column {
  margin: 0;
  border-left: 1px solid #ddd8d3;
}
/* line 585, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column:first-child, .contact-flyout .mm .flyout-column:first-child {
  padding-right: 30px;
  border-left: none;
}
/* line 589, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column:first-child + .flyout-column, .contact-flyout .mm .flyout-column:first-child + .flyout-column {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 593, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column.ym-gr, .contact-flyout .mm .flyout-column.ym-gr {
  padding-left: 30px;
}
/* line 596, ../../sass/modules/_meta.scss */
.contact-flyout .ym-grid .flyout-column header, .contact-flyout .mm .flyout-column header {
  padding: 0;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 603, ../../sass/modules/_meta.scss */
.contact-flyout h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
/* line 608, ../../sass/modules/_meta.scss */
.contact-flyout h5 {
  color: #EE0000;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
/* line 614, ../../sass/modules/_meta.scss */
.contact-flyout header {
  padding: 20px;
  background-color: #fff;
}
/* line 618, ../../sass/modules/_meta.scss */
.contact-flyout footer {
  padding-bottom: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: #f6f4f1;
}
/* line 623, ../../sass/modules/_meta.scss */
.contact-flyout footer h4 {
  color: #EE0000;
}
/* line 627, ../../sass/modules/_meta.scss */
.contact-flyout ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 630, ../../sass/modules/_meta.scss */
.contact-flyout ul.linklist {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd8d3;
}
/* line 635, ../../sass/modules/_meta.scss */
.contact-flyout ul li {
  margin-left: 0;
  margin-bottom: 15px;
}
/* line 638, ../../sass/modules/_meta.scss */
.contact-flyout ul li a {
  text-decoration: none;
}
/* line 640, ../../sass/modules/_meta.scss */
.contact-flyout ul li a:after {
  content: "\203a";
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}
/* line 650, ../../sass/modules/_meta.scss */
.contact-flyout ul li span.time-period {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #444;
}
/* line 660, ../../sass/modules/_meta.scss */
.contact-flyout .telefon:before, .contact-flyout .fax:before, .contact-flyout .email:before {
  content: "";
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
}
/* line 669, ../../sass/modules/_meta.scss */
.contact-flyout .telefon {
  position: relative;
  padding-left: 30px;
}
/* line 672, ../../sass/modules/_meta.scss */
.contact-flyout .telefon:before {
  background-image: url('../images/icons/phone_red.png');
  position: absolute;
  left: 0;
}
/* line 678, ../../sass/modules/_meta.scss */
.contact-flyout .fax {
  position: relative;
  padding-left: 30px;
}
/* line 681, ../../sass/modules/_meta.scss */
.contact-flyout .fax:before {
  background-image: url('../images/icons/printer_red.png');
  position: absolute;
  left: 0;
}
/* line 687, ../../sass/modules/_meta.scss */
.contact-flyout .email {
  position: relative;
  padding-left: 30px;
}
/* line 690, ../../sass/modules/_meta.scss */
.contact-flyout .email:before {
  height: 15px;
  background-image: url('../images/icons/mail_red.png');
  position: absolute;
  left: 0;
  top: 2px;
}
/* line 698, ../../sass/modules/_meta.scss */
.contact-flyout .email a:after {
  content: none;
  margin-left: 0;
}
/* line 704, ../../sass/modules/_meta.scss */
.contact-flyout .contactname {
  color: #EE0000;
  margin-bottom: 0;
}
/* line 707, ../../sass/modules/_meta.scss */
.contact-flyout .contactname:before {
  display: none;
}
@media only screen and (max-width: 1200px) {
  /* line 559, ../../sass/modules/_meta.scss */
  .contact-flyout {
    right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  /* line 713, ../../sass/modules/_meta.scss */
  .contact-flyout ul li span {
    display: block;
    padding-bottom: 10px;
  }
  /* line 716, ../../sass/modules/_meta.scss */
  .contact-flyout ul li span.time-period {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 880px) {
  /* line 722, ../../sass/modules/_meta.scss */
  .contact-flyout:after {
    right: 170px;
  }
}
@media only screen and (max-width: 740px) {
  /* line 559, ../../sass/modules/_meta.scss */
  .contact-flyout {
    top: 134px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 559, ../../sass/modules/_meta.scss */
  .contact-flyout {
    width: auto;
    right: 0;
    margin: 0 5px;
  }
  /* line 733, ../../sass/modules/_meta.scss */
  .contact-flyout:after {
    right: 176px;
  }
  /* line 737, ../../sass/modules/_meta.scss */
  .contact-flyout .ym-grid .flyout-column, .contact-flyout .mm .flyout-column {
    border-left: none;
  }
  /* line 739, ../../sass/modules/_meta.scss */
  .contact-flyout .ym-grid .flyout-column:first-child, .contact-flyout .mm .flyout-column:first-child {
    padding: 0;
  }
  /* line 742, ../../sass/modules/_meta.scss */
  .contact-flyout .ym-grid .flyout-column:first-child + .flyout-column, .contact-flyout .mm .flyout-column:first-child + .flyout-column {
    padding: 0;
  }
  /* line 745, ../../sass/modules/_meta.scss */
  .contact-flyout .ym-grid .flyout-column.ym-gr, .contact-flyout .mm .flyout-column.ym-gr {
    padding: 0;
  }
  /* line 750, ../../sass/modules/_meta.scss */
  .contact-flyout .ym-grid .flyout-column:last-child ul:last-child, .contact-flyout .mm .flyout-column:last-child ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 759, ../../sass/modules/_meta.scss */
  .contact-flyout ul:last-child {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: none;
    border-bottom: 1px solid #ddd8d3;
  }
}
@media only screen and (max-width: 500px) {
  /* line 770, ../../sass/modules/_meta.scss */
  .contact-flyout:after {
    left: 17.5%;
  }
}

/* line 1, ../../sass/modules/_errors.scss */
#errorDiv {
  display: none;
}

/* line 5, ../../sass/modules/_errors.scss */
.fancy-dialog {
  font-size: 15px;
  width: 200px;
}
/* line 8, ../../sass/modules/_errors.scss */
.fancy-dialog input {
  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;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  margin-top: 20px;
  width: 47.5%;
}
/* line 22, ../../sass/modules/_errors.scss */
.fancy-dialog input:hover {
  background-color: #fff;
  color: #EE0000;
}
/* line 27, ../../sass/modules/_errors.scss */
.fancy-dialog #fancyConfirm_cancel {
  margin-right: 5%;
  border-color: #ddd8d3;
  background-color: #fff;
  color: #444;
}
/* line 32, ../../sass/modules/_errors.scss */
.fancy-dialog #fancyConfirm_cancel:hover {
  color: #EE0000;
}

/* line 38, ../../sass/modules/_errors.scss */
.logged-in .error-content {
  padding-top: 60px;
}

/* 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: 20px;
  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 .moreInView {
    margin: 0 0 15px 20px;
    font-size: 18px;
  }
}

/* line 95, ../../sass/modules/hero/_heroteaser.scss */
.heroheadlinewrapper {
  background: transparent url('../images/bg-panel.png') 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 150, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper {
  background: #fff url('../images/brand-element.png') no-repeat scroll right bottom;
  position: relative;
  padding: 30px 30px 45px 30px;
}
/* line 154, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  left: 0;
  bottom: -2px;
  background-color: white;
  display: block;
}
@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 150, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    background-image: url('../images/brand-element-2x.png');
    background-size: 1160px 20px;
  }
}
/* line 168, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper .sub-heading {
  color: #a3988e;
  display: block;
  margin-bottom: 0;
  font-size: 24px;
}
/* line 174, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper .heroheadline {
  color: #EE0000;
  display: block;
  margin-bottom: 0;
  font-size: 26px;
}
/* line 180, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper .heading-text {
  line-height: 1.5;
  font-size: 107.1%;
  margin: 15px 0;
}
/* line 184, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper .heading-text a {
  text-decoration: none;
  cursor: pointer;
}
/* line 187, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline .heroheadlinewrapper .heading-text a:after {
  content: "\00BB";
  font-size: 21px;
  color: #EE0000;
}
@media only screen and (max-width: 880px) {
  /* line 150, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 30px 20px 45px 20px;
  }
  /* line 198, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper:after {
    width: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 203, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper .sub-heading {
    font-size: 21px;
  }
  /* line 206, ../../sass/modules/hero/_heroteaser.scss */
  .subheroheadline .heroheadlinewrapper .heroheadline {
    font-size: 23px;
  }
}
/* line 211, ../../sass/modules/hero/_heroteaser.scss */
.subheroheadline h1 {
  line-height: 1.25;
}

/* line 215, ../../sass/modules/hero/_heroteaser.scss */
.ym-gbox .subheroheadline {
  margin-bottom: 35px;
  margin-top: -5px;
}
/* line 218, ../../sass/modules/hero/_heroteaser.scss */
.ym-gbox .subheroheadline .heroheadlinewrapper {
  background-image: none;
  padding: 0 0 45px 0;
  height: 90px;
}
/* line 222, ../../sass/modules/hero/_heroteaser.scss */
.ym-gbox .subheroheadline .heroheadlinewrapper:before {
  content: "";
  background: #fff url('../images/brand-element.png') no-repeat scroll right bottom;
  position: absolute;
  width: 107%;
  height: 20px;
  bottom: 0;
  right: -30px;
}
@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 222, ../../sass/modules/hero/_heroteaser.scss */
  .ym-gbox .subheroheadline .heroheadlinewrapper:before {
    background-image: url('../images/brand-element-2x.png');
    background-size: 1160px 20px;
  }
}
/* line 235, ../../sass/modules/hero/_heroteaser.scss */
.ym-gbox .subheroheadline .heroheadlinewrapper:after {
  left: -30px;
}
@media only screen and (max-width: 880px) {
  /* line 239, ../../sass/modules/hero/_heroteaser.scss */
  .ym-gbox .subheroheadline .heroheadlinewrapper:before {
    right: -20px;
    width: 104%;
  }
  /* line 243, ../../sass/modules/hero/_heroteaser.scss */
  .ym-gbox .subheroheadline .heroheadlinewrapper:after {
    left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 248, ../../sass/modules/hero/_heroteaser.scss */
  .ym-gbox .subheroheadline .heroheadlinewrapper:before {
    width: 107%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 253, ../../sass/modules/hero/_heroteaser.scss */
  .ym-gbox .subheroheadline .heroheadlinewrapper:before {
    width: 109%;
  }
}

/* line 261, ../../sass/modules/hero/_heroteaser.scss */
.contentwrapper {
  width: 100%;
  margin: 0;
  padding: 15px 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  /* line 261, ../../sass/modules/hero/_heroteaser.scss */
  .contentwrapper {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 261, ../../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');
}
@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');
    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-family: 'spar-bd',sans-serif;
  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: 880px) {
  /* line 6, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist {
    padding: 0;
    position: static !important;
    width: 100%;
    top: 57px;
  }
}
/* line 23, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .ym-vtitle {
  color: #EE0000;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 27, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .ym-vtitle a {
  color: inherit;
  text-decoration: none;
}
/* line 32, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 37, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 41, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li a {
  display: block;
  padding: 5px 0 5px 15px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 50, ../../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 41, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav .ym-vlist ul li a {
    padding: 5px 0 5px 5px;
  }
}
/* line 58, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active a {
  color: #EE0000;
}
/* line 62, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active ul li a {
  color: #333;
}
/* line 64, ../../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 68, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li.active ul li.active a {
  color: #EE0000;
}
/* line 74, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li a {
  padding: 5px 0 5px 30px;
}
/* line 78, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li a {
  padding: 5px 0 5px 45px;
}
/* line 82, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li a {
  padding: 5px 0 5px 60px;
}
/* line 86, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li a {
  padding: 5px 0 5px 75px;
}
/* line 90, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li ul li a {
  padding: 5px 0 5px 90px;
}
/* line 94, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul li ul li ul li ul li ul li ul li ul li a {
  padding: 5px 0 5px 105px;
}
/* line 98, ../../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: 5px 0 5px 120px;
}
/* line 110, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist.scroll-to-fixed-fixed {
  top: 60px !important;
  background-color: #fff;
  padding: 10px;
  width: 280px;
}
/* line 117, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist .claim-box .moreInView {
  color: #EE0000;
  font-size: 21px;
  margin: 20px 0;
  display: block;
}
/* line 125, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul.link-menu-list li a {
  padding: 15px 0 15px 30px;
}
/* line 128, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .ym-vlist ul.link-menu-list li:first-child a {
  border-top: 1px solid #ebebeb;
}
/* line 133, ../../sass/modules/navigations/_subnavigation.scss */
.subnav .push-up-ly {
  top: 0;
}

@media only screen and (max-width: 880px) {
  /* line 139, ../../sass/modules/navigations/_subnavigation.scss */
  .no-subnav {
    display: none;
  }

  /* line 142, ../../sass/modules/navigations/_subnavigation.scss */
  .subnav {
    width: 100%;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 149, ../../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: 881px) {
  /* line 261, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav, .mainnav-spkextra {
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 10;
  }
  /* line 270, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav ul, .mainnav li, .mainnav-spkextra ul, .mainnav-spkextra li {
    list-style-type: none;
    margin-left: 0;
  }

  /* line 275, ../../sass/modules/navigations/_megamenue.scss */
  .mm-container {
    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 284, ../../sass/modules/navigations/_megamenue.scss */
  .mm {
    display: none;
    width: 100%;
    max-height: 500px;
    padding: 25px 20px 20px;
    position: relative;
    overflow-y: auto;
    left: 0;
    top: inherit;
    margin-bottom: 0;
    background: #f6f4f1;
  }
  /* line 295, ../../sass/modules/navigations/_megamenue.scss */
  .mm a {
    text-decoration: none;
  }
  /* line 297, ../../sass/modules/navigations/_megamenue.scss */
  .mm a:hover, .mm a:focus {
    color: #EE0000;
  }

  /* line 302, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel {
    display: table-cell;
    margin: 0;
    border-left: 1px solid #ddd8d3;
    background-color: #fff;
  }
  /* line 308, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel:hover .secondlevel, .firstlevel:focus .secondlevel {
    display: block;
    z-index: 1000;
    width: 400%;
    max-width: 1160px;
    left: 0px;
  }
  /* line 318, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel:focus .secondlevel {
    left: -100%;
  }
  /* line 324, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -200%;
  }
  /* line 330, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -300%;
  }
  /* line 336, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -400%;
  }
  /* line 342, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -500%;
  }
  /* line 348, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -600%;
  }
  /* line 354, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: -700%;
  }
  /* line 365, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel:first-child {
    border: none;
  }
  /* line 368, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel:last-of-type {
    margin: 0;
  }
  /* line 371, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel > a, .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: 16px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
    position: relative;
    border-bottom: 2px solid #fff;
  }
  /* line 385, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel:hover > a, .firstlevel:focus > a, .firstlevel > a:hover, .firstlevel > a:focus, .firstlevel > a:active {
    background: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }
  /* line 390, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel > a:active {
    outline: none;
  }
  /* line 393, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel.active > a {
    background: #f6f4f1;
    color: #EE0000;
    border-bottom: 2px solid #f6f4f1;
  }
  /* line 398, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel.marked > a {
    border-bottom: 2px solid #EE0000;
    color: #EE0000;
  }
  /* line 402, ../../sass/modules/navigations/_megamenue.scss */
  .firstlevel.marked.active > a {
    border-bottom: 2px solid #f6f4f1;
  }

  /* line 407, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li > a {
    color: #EE0000;
    font-size: 16px;
  }
  /* line 410, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li > a:hover, .secondlevel > li > a:focus {
    text-decoration: none;
  }
  /* line 414, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li {
    float: left;
    width: 25%;
    padding: 0 0 20px 20px;
  }
  /* line 418, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li.menu-divider {
    border-bottom: 1px solid #ddd8d3;
  }
  /* line 420, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li.menu-divider + .menu-divider + .menu-divider + .menu-divider + .menu-divider {
    border-bottom: none;
    padding-top: 20px;
  }
  /* line 425, ../../sass/modules/navigations/_megamenue.scss */
  .secondlevel > li:nth-of-type(5) {
    clear: both;
  }

  /* line 430, ../../sass/modules/navigations/_megamenue.scss */
  .thirdlevel {
    margin: 10px 0 0 0;
  }
  /* line 432, ../../sass/modules/navigations/_megamenue.scss */
  .thirdlevel li {
    line-height: 2;
    margin-bottom: 0;
  }
  /* line 435, ../../sass/modules/navigations/_megamenue.scss */
  .thirdlevel li a {
    color: #666;
  }
  /* line 437, ../../sass/modules/navigations/_megamenue.scss */
  .thirdlevel li a:hover, .thirdlevel li a:focus {
    text-decoration: none;
  }

  /* line 443, ../../sass/modules/navigations/_megamenue.scss */
  .nosub {
    margin-bottom: 20px;
  }

  /* line 449, ../../sass/modules/navigations/_megamenue.scss */
  .js .firstlevel:hover .secondlevel, .js .firstlevel:focus .secondlevel {
    display: none;
    z-index: 1000;
    width: auto;
    max-width: none;
  }
  /* line 458, ../../sass/modules/navigations/_megamenue.scss */
  .js .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel:focus .secondlevel {
    left: 0;
  }
  /* line 464, ../../sass/modules/navigations/_megamenue.scss */
  .js .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: 0;
  }
  /* line 470, ../../sass/modules/navigations/_megamenue.scss */
  .js .firstlevel + .firstlevel + .firstlevel + .firstlevel:hover .secondlevel, .js .firstlevel + .firstlevel + .firstlevel + .firstlevel:focus .secondlevel {
    left: 0;
  }
  /* line 479, ../../sass/modules/navigations/_megamenue.scss */
  .js .touch .thirdlevel a {
    background-color: rgba(221, 216, 211, 0.2);
    padding: 5px;
    display: block;
  }
  /* line 483, ../../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 491, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  /* line 491, ../../sass/modules/navigations/_megamenue.scss */
  .mainnav {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 881px) {
  /* line 507, ../../sass/modules/navigations/_megamenue.scss */
  .nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  /* line 513, ../../sass/modules/navigations/_megamenue.scss */
  .nav-toggle {
    background-color: #333;
    color: #fff;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
/* 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 {
  border: 10px solid #fff;
  display: none;
  vertical-align: middle;
  text-align: center;
  float: right;
  padding: 5px 10px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
/* line 30, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_btn:hover, .slicknav_btn:focus {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  /* line 16, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_btn {
    border-right: none;
  }
}
@media only screen and (max-width: 500px) {
  /* line 16, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_btn {
    width: 33.333%;
    border: 10px solid #fff;
  }
}

/* line 41, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav_hidden {
  display: none;
}

/* line 42, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_open > .slicknav_item,
.slicknav_open > .slicknav_item > a {
  color: #EE0000;
}
/* line 45, ../../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 50, ../../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: 740px) {
  /* line 50, ../../sass/modules/navigations/_slicknav.scss */
  .slicknav_nav {
    width: 100%;
    top: 118px;
  }
}
/* line 67, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 72, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav li {
  float: none;
}
/* line 75, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel {
  padding: 10px 0;
  margin-left: 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 79, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:first-child {
  padding-top: 11px;
}
/* line 82, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .firstlevel:last-child {
  border: none;
  padding-bottom: 12px;
}
/* line 87, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .secondlevel, .slicknav_nav .thirdlevel {
  margin-left: 10px;
}
/* line 89, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .secondlevel li, .slicknav_nav .thirdlevel li {
  margin-left: 10px;
}
/* line 93, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a {
  color: #444;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  padding: 10px 0 10px 5px;
}
/* line 99, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a:hover, .slicknav_nav a:active {
  color: #EE0000;
}
/* line 102, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item {
  padding: 0;
}
/* line 104, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav a.slicknav_item > a {
  color: inherit;
  outline: none;
}
/* line 110, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .link-replacement {
  outline: none;
  display: inline-block;
  padding: 10px 0 10px 5px;
}
/* line 115, ../../sass/modules/navigations/_slicknav.scss */
.slicknav_nav .mm {
  display: block;
}

@media only screen and (max-width: 880px) {
  /* line 122, ../../sass/modules/navigations/_slicknav.scss */
  .js .mainnav {
    display: none;
  }
  /* line 125, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_menu {
    display: block;
    position: relative;
    top: 15px;
    z-index: 666;
  }
  /* line 131, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_btn {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  /* line 137, ../../sass/modules/navigations/_slicknav.scss */
  .js .slicknav_nav .firstlevel {
    padding: 5px 0;
  }
}

/* line 1, ../../sass/modules/_textcntinner.scss */
.textcntinner {
  font-size: 107.1%;
  line-height: 1.5;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_textcntinner.scss */
  .textcntinner {
    width: 100%;
  }
}
/* line 7, ../../sass/modules/_textcntinner.scss */
.textcntinner h2, .textcntinner h3, .textcntinner h4, .textcntinner h5, .textcntinner h6 {
  clear: both;
}
/* line 10, ../../sass/modules/_textcntinner.scss */
.textcntinner h2 {
  color: #EE0000;
  font-size: 21px;
  margin: 0 0 20px 0;
}
/* line 15, ../../sass/modules/_textcntinner.scss */
.textcntinner > h2 {
  padding-top: 20px;
}
/* line 18, ../../sass/modules/_textcntinner.scss */
.textcntinner h3 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 23, ../../sass/modules/_textcntinner.scss */
.textcntinner p {
  margin-bottom: 20px;
}
/* line 26, ../../sass/modules/_textcntinner.scss */
.textcntinner .image {
  clear: both;
  float: none;
  display: block;
  margin: 0 0 1.5em 0;
}
/* line 31, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_left {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}
/* line 36, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.float_right {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}
/* line 42, ../../sass/modules/_textcntinner.scss */
.textcntinner .image.center {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em auto;
}
/* line 48, ../../sass/modules/_textcntinner.scss */
.textcntinner .pub-date {
  text-align: right;
}
/* line 52, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h2 {
  color: #EE0000;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 57, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element > h2 {
  padding-top: 20px;
}
/* line 60, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h3 {
  color: #EE0000;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 65, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h4 {
  color: #333;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 70, ../../sass/modules/_textcntinner.scss */
.textcntinner .list-element h5 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px 0;
}
/* line 76, ../../sass/modules/_textcntinner.scss */
.textcntinner ul {
  margin-left: 7px;
  margin-bottom: 20px;
}
/* line 80, ../../sass/modules/_textcntinner.scss */
.textcntinner ul li {
  position: relative;
  padding-left: 10px;
}
/* line 83, ../../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 97, ../../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 105, ../../sass/modules/_textcntinner.scss */
.textcntinner .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 112, ../../sass/modules/_textcntinner.scss */
.textcntinner.info-tip a {
  text-decoration: none;
  font-size: 107.1%;
}
/* line 115, ../../sass/modules/_textcntinner.scss */
.textcntinner.info-tip a i {
  margin-right: 5px;
  color: #EE0000;
}
/* line 122, ../../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 130, ../../sass/modules/_textcntinner.scss */
.textcntinner .bookmark-item .fa-stack .fa-square-o:before {
  top: -16px;
  position: relative;
  color: transparent;
  border-top: 2px solid #444;
}
/* line 139, ../../sass/modules/_textcntinner.scss */
.textcntinner .bookmark-item .fa-stack:hover .fa-square-o:before {
  border-color: #EE0000;
}
@media only screen and (max-width: 640px) {
  /* line 147, ../../sass/modules/_textcntinner.scss */
  .textcntinner .pub-date {
    text-align: left;
    width: 100%;
    margin-top: 10px;
  }
}

/* line 162, ../../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 171, ../../sass/modules/_textcntinner.scss */
.intro-text h2 {
  color: #EE0000;
  font-size: 20px;
  margin: 0 0 20px 0;
}
/* line 176, ../../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 12, ../../sass/modules/teaser/_teaser.scss */
.teaser-row .mejs-container {
  background: transparent;
}

/* line 17, ../../sass/modules/teaser/_teaser.scss */
.teaser {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border: 5px solid #fff;
}
/* line 23, ../../sass/modules/teaser/_teaser.scss */
.teaser:not(.search-person) {
  display: flex;
  flex-direction: column;
}
/* line 27, ../../sass/modules/teaser/_teaser.scss */
.teaser ul {
  margin-left: 7px;
  margin-bottom: 0;
}
/* line 31, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li {
  position: relative;
  padding-left: 10px;
}
/* line 34, ../../sass/modules/teaser/_teaser.scss */
.teaser ul li a {
  text-decoration: none;
}
/* line 37, ../../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 51, ../../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 59, ../../sass/modules/teaser/_teaser.scss */
.teaser .download-list li:hover:before {
  background-image: url('../images/icons/download_list_icon_red.gif');
}
/* line 67, ../../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 75, ../../sass/modules/teaser/_teaser.scss */
.teaser + .teaser {
  margin-top: 20px;
}

/* line 79, ../../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 86, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-small span {
  margin-bottom: 0;
}

/* line 90, ../../sass/modules/teaser/_teaser.scss */
.dark-teaser .teaserheader-small {
  color: #fff;
}

/* line 95, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed {
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
/* line 99, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed * {
  margin-bottom: 0;
}
/* line 102, ../../sass/modules/teaser/_teaser.scss */
.teaserheader-mixed .float-left {
  position: relative;
  top: 4px;
}

/* line 108, ../../sass/modules/teaser/_teaser.scss */
.whitebg {
  background-color: #fff;
}
/* line 110, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall {
  color: #EE0000;
}
/* line 112, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 114, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheadsmall a:hover, .whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}
/* line 119, ../../sass/modules/teaser/_teaser.scss */
.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 125, ../../sass/modules/teaser/_teaser.scss */
.greybg,
.white-bg .teaser.whitebg {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 129, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall,
.white-bg .teaser.whitebg .teaserheadsmall {
  color: #EE0000;
}
/* line 131, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheadsmall a,
.white-bg .teaser.whitebg .teaserheadsmall a {
  text-decoration: none;
}
/* line 133, ../../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 138, ../../sass/modules/teaser/_teaser.scss */
.greybg .teaserheader,
.white-bg .teaser.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

/* line 144, ../../sass/modules/teaser/_teaser.scss */
.teaserheadbig {
  font-size: 20px;
  color: #fff;
}

/* line 148, ../../sass/modules/teaser/_teaser.scss */
.teaserheadsmall {
  font-size: 16px;
  color: #fff;
}

/* line 153, ../../sass/modules/teaser/_teaser.scss */
.teaserimage {
  margin-bottom: 20px;
}
/* line 155, ../../sass/modules/teaser/_teaser.scss */
.teaserimage img {
  display: block;
}

/* line 158, ../../sass/modules/teaser/_teaser.scss */
.footer-divider {
  flex-grow: 1;
}

/* line 162, ../../sass/modules/teaser/_teaser.scss */
.teaser-footer {
  width: 100%;
  padding: 10px 0;
}

/* line 167, ../../sass/modules/teaser/_teaser.scss */
.goon {
  text-decoration: none;
}
/* line 169, ../../sass/modules/teaser/_teaser.scss */
.goon:after {
  content: "\00BB";
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 10px;
  font-size: 35px;
  color: #EE0000;
}
/* line 179, ../../sass/modules/teaser/_teaser.scss */
.goon:hover:after, .goon:focus:after {
  color: #ff5555;
}

/* line 185, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link {
  text-decoration: none;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: -5px;
}
/* line 193, ../../sass/modules/teaser/_teaser.scss */
.teaser-block-link.goon:after {
  right: 15px;
}

/* line 199, ../../sass/modules/teaser/_teaser.scss */
.teaser p, .teaser ul, .teaser .teaserheadsmall {
  margin-right: 35px;
}

/* line 207, ../../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 217, ../../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 225, ../../sass/modules/teaser/_teaser.scss */
.ym-gl, .ym-gr {
  margin-bottom: 20px;
}

/* line 230, ../../sass/modules/teaser/_teaser.scss */
.imageteaser {
  margin-bottom: 20px;
  position: relative;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}
/* line 236, ../../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 247, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .imageteaser-inner {
  bottom: 43px;
}
/* line 250, ../../sass/modules/teaser/_teaser.scss */
.imageteaser.download .teaser-footer {
  padding: 0;
  position: static;
}

/* line 257, ../../sass/modules/teaser/_teaser.scss */
.white-bg .imageteaser {
  background-color: #f7f7f7;
}

/* line 264, ../../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 271, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheader-small,
.ym-g33 .imageteaser .imageteaser-inner .teaserheader-small {
  display: none;
}
/* line 274, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadbig,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadbig {
  font-size: 16px;
}
/* line 276, ../../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 280, ../../sass/modules/teaser/_teaser.scss */
.ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall,
.ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall {
  font-size: 14px;
}
/* line 282, ../../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 290, ../../sass/modules/teaser/_teaser.scss */
.teaser-bg-img {
  position: relative;
  display: block;
  z-index: 1;
}

/* line 300, ../../sass/modules/teaser/_teaser.scss */
.text-image-element {
  margin: 0 0 20px 0;
}
/* line 302, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .image-box {
  margin-bottom: 20px;
}
/* line 306, ../../sass/modules/teaser/_teaser.scss */
.text-image-element .text-image-box p {
  margin-bottom: 0;
}
/* line 310, ../../sass/modules/teaser/_teaser.scss */
.text-image-element p {
  margin-right: 0;
}

/* line 317, ../../sass/modules/teaser/_teaser.scss */
.marginColumn .teaser.contact .ym-g50.ym-gl,
.marginColumn .teaser.contact .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 326, ../../sass/modules/teaser/_teaser.scss */
.teaser.narrow .ym-g50.ym-gl,
.teaser.narrow .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

/* line 333, ../../sass/modules/teaser/_teaser.scss */
.ym-grid.equalHeights:last-child > *, .equalHeights.mm:last-child > * {
  margin-bottom: 0;
}

/* line 347, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer {
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 40px;
  margin-bottom: 30px;
  width: 102%;
  margin-left: -1%;
}
/* line 353, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser {
  border: 1px solid #ddd8d3;
  position: relative;
  width: 48%;
  margin: 10px 1%;
  float: left;
  min-height: 226px;
}
/* line 361, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser a.overview-teaser-header-anchor {
  text-decoration: none;
}
/* line 365, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-header {
  padding: 15px 15px 15px 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd8d3;
  position: relative;
}
/* line 370, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-header h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
/* line 376, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner {
  padding: 20px 20px 70px 20px;
}
/* line 378, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner .flexible {
  margin-bottom: 20px;
}
/* line 381, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner p {
  margin-bottom: 0;
  color: #a3988e;
}
/* line 385, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 12px 5px 7px;
  text-align: center;
  text-decoration: none;
}
/* line 398, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner a i {
  padding-right: 10px;
  position: relative;
  font-size: 18px;
  top: 2px;
  color: #EE0000;
}
/* line 405, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser .overview-teaser-inner a:before {
  content: "\00BB";
  font-size: 20px;
  padding: 0 10px 0 0;
  color: #EE0000;
  margin-left: 5px;
  line-height: 0;
}
/* line 416, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser .overview-teaser-header {
  padding-left: 45px;
}
/* line 420, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser h3:before {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 20px;
}
/* line 430, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser.profile-user h3:before {
  content: "";
}
/* line 435, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser.profile-bookmark h3:before {
  content: "";
}
/* line 440, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser.profile-focus h3:before {
  content: "";
}
/* line 445, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser.profile-data h3:before {
  content: "";
}
/* line 450, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser.profile-teaser.profile-newsletter h3:before {
  content: "";
}
/* line 455, ../../sass/modules/teaser/_teaser.scss */
.overview-container .overview-outer .overview-teaser[data-href] {
  cursor: pointer;
}
/* line 461, ../../sass/modules/teaser/_teaser.scss */
.overview-container .textcntinner a {
  text-decoration: none;
}
/* line 463, ../../sass/modules/teaser/_teaser.scss */
.overview-container .textcntinner a:after {
  padding: 0 3px;
  content: "\00BB";
  color: #EE0000;
}
@media only screen and (max-width: 640px) {
  /* line 472, ../../sass/modules/teaser/_teaser.scss */
  .overview-container .overview-outer .overview-teaser {
    width: 98%;
  }
}

/* line 489, ../../sass/modules/teaser/_teaser.scss */
.teaser.sso {
  min-height: 255px;
}

/* line 492, ../../sass/modules/teaser/_teaser.scss */
.teaser.registration {
  height: 255px;
}

/* 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/_link-list-teaser.scss */
.link-list-teaser {
  background-color: #f7f7f7;
}
/* line 3, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser h2 {
  color: #fff;
  padding: 12px 20px;
  background-color: #EE0000;
  margin: 0;
  font-size: 145.71429%;
}
/* line 10, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser a {
  text-decoration: none;
  display: block;
}
/* line 14, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
/* line 20, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul {
  margin: 0;
  list-style: none;
  padding: 5px 0 5px 0;
}
/* line 24, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul li {
  border-top: 1px solid #ddd8d3;
  padding: 1px 0 6px 0;
  margin-right: 20px;
  margin-left: 20px;
}
/* line 29, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul li a {
  display: block;
}
/* line 31, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul li a:hover, .link-list-teaser ul li a:focus {
  color: #EE0000;
}
/* line 34, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul li a:after {
  content: "\00BB";
  margin-left: 10px;
  font-size: 21px;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 43, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-list-teaser ul li:first-child {
  border-top: none;
}

/* line 50, ../../sass/modules/teaser/_link-list-teaser.scss */
.ym-grid.ym-gbox > .ym-g50, .ym-gbox.mm > .ym-g50 {
  margin-bottom: 0;
}
/* line 53, ../../sass/modules/teaser/_link-list-teaser.scss */
.ym-grid.ym-gbox.equalHeights, .ym-gbox.equalHeights.mm {
  padding-bottom: 0 !important;
}

/* line 59, ../../sass/modules/teaser/_link-list-teaser.scss */
.login-area .ym-grid.ym-gbox.equalHeights, .login-area .ym-gbox.equalHeights.mm {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 880px) {
  /* line 66, ../../sass/modules/teaser/_link-list-teaser.scss */
  .equalHeights.ym-gbox .ym-g33.ym-gr {
    padding-top: 0;
  }
  /* line 69, ../../sass/modules/teaser/_link-list-teaser.scss */
  .equalHeights.ym-gbox .ym-g33.ym-gl + .ym-g33.ym-gl {
    padding-right: 0;
  }

  /* line 73, ../../sass/modules/teaser/_link-list-teaser.scss */
  .link-list-teaser {
    margin-bottom: 30px;
  }

  /* line 76, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50 .link-list-teaser,
  .ym-g33 + .ym-g33 + .ym-g33 .link-list-teaser {
    margin-bottom: 0;
  }
  /* line 79, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50 .link-list-teaser img,
  .ym-g33 + .ym-g33 + .ym-g33 .link-list-teaser img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 85, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50.ym-gr {
    padding-left: 10px;
    width: 50% !important;
  }

  /* line 89, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50.ym-gl {
    padding-right: 10px;
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 95, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50.ym-gr {
    padding-left: 0;
    width: 100% !important;
  }

  /* line 99, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50.ym-gl {
    padding-right: 0;
    width: 100% !important;
  }

  /* line 103, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50 .link-list-teaser,
  .ym-g33 + .ym-g33 + .ym-g33 .link-list-teaser {
    margin-bottom: 30px;
  }

  /* line 107, ../../sass/modules/teaser/_link-list-teaser.scss */
  .ym-g50.ym-gr .link-list-teaser,
  .ym-g33 + .ym-g33 + .ym-g33 + .ym-g33 .link-list-teaser {
    margin-bottom: 0;
  }
}
/* line 113, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-box-teaser {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 15px 0 15px 15px;
  margin: 15px 0 0 0;
}
/* line 118, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-box-teaser .link-list-teaser-heading {
  color: #EE0000;
  font-size: 21px;
  position: relative;
  margin-bottom: 20px;
}
/* line 124, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-box-teaser .linklist {
  margin-left: 10px;
}
/* line 126, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-box-teaser .linklist li {
  margin-bottom: 10px;
  font-size: 15px;
}
/* line 129, ../../sass/modules/teaser/_link-list-teaser.scss */
.link-box-teaser .linklist li a {
  font-family: 'spar-bd',sans-serif;
}
/* line 132, ../../sass/modules/teaser/_link-list-teaser.scss */
.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 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: 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 */
.spkextra-download {
  margin-top: 15px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
/* line 41, ../../sass/modules/teaser/_download.scss */
.spkextra-download .teaserheader-small {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/* line 44, ../../sass/modules/teaser/_download.scss */
.spkextra-download .teaserheader-small .headline {
  margin-bottom: 0;
}
/* line 48, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list {
  font-size: 14px;
  margin: 0;
  display: block;
}
/* line 52, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li {
  border-bottom: 1px solid #ddd8d3;
  padding: 10px 0;
}
/* line 55, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .download-file,
.spkextra-download .spkextra-download-list li .send-file {
  display: block;
  float: left;
  width: 27px;
  height: 25px;
  color: #a3988e;
  background-color: #fff;
  border: 1px solid #ddd8d3;
  margin-right: 10px;
  padding: 1px 5px 0px 5px;
  font-size: 15px;
}
/* line 67, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .download-file:hover, .spkextra-download .spkextra-download-list li .download-file:focus,
.spkextra-download .spkextra-download-list li .send-file:hover,
.spkextra-download .spkextra-download-list li .send-file:focus {
  color: #EE0000;
}
/* line 72, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .multi-download {
  display: block;
  float: left;
  height: 25px;
  margin-right: 10px;
  padding: 7px 11px;
  font-size: 22px;
}
/* line 80, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .send-file {
  padding: 0 5px;
}
/* line 83, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .link-box {
  position: relative;
  margin-left: 100px;
  font-size: 14px;
}
/* line 87, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .link-box a {
  color: #444;
  font-size: 14px;
}
/* line 90, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .link-box a:hover, .spkextra-download .spkextra-download-list li .link-box a:focus {
  color: #EE0000;
}
/* line 94, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .link-box span {
  color: #a3988e;
  font-size: 12px;
}
/* line 97, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li .link-box span:last-child {
  display: block;
}
/* line 102, ../../sass/modules/teaser/_download.scss */
.spkextra-download .spkextra-download-list li:before {
  content: normal;
}

/* 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.empty {
  cursor: default;
}
/* line 27, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn.empty:after {
  content: "";
}
/* line 30, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.25;
}
/* line 36, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover h3 {
  color: #EE0000;
}
/* line 39, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-btn:hover:after {
  color: #EE0000;
}
/* line 44, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success {
  cursor: default;
  background-color: #fff !important;
}
/* line 47, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success:after {
  content: normal;
}
/* line 50, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success p {
  font-weight: normal;
}
/* line 53, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success .success-container {
  margin-top: 20px;
  font-weight: normal;
}
/* line 56, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success .success-container a {
  text-decoration: none;
}
/* line 58, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success .success-container a:after {
  content: "\00BB";
  color: #EE0000;
  margin-left: 5px;
}
/* line 66, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-success:hover .success-error-headline {
  color: #EE0000;
}
/* line 71, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  background: #fff;
}
/* line 77, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner {
  padding: 20px;
}
/* line 79, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner > *:last-child {
  margin-bottom: 0;
}
/* line 84, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner ul li {
  position: relative;
  padding-left: 10px;
}
/* line 87, ../../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 100, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .list-element > h2 {
  padding-top: 20px;
}
/* line 106, ../../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 114, ../../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 122, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .spkextra-download-list li:before {
  content: normal;
}
/* line 127, ../../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 127, ../../sass/modules/teaser/_faq.scss */
  .faq-container .faq-content .faq-content-inner .float-right {
    float: none;
    margin: 0 0 1em 0;
  }
}
/* line 134, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h3 {
  font-size: 18px;
  color: #444;
}
/* line 138, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner h4 {
  font-size: 16px;
  color: #EE0000;
}
/* line 142, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .videocnt {
  overflow: hidden;
}
/* line 145, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser {
  padding: 0;
  border: none;
  background-color: transparent;
}
/* line 149, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaser .teaser-footer {
  padding-left: 0;
  padding-right: 0;
}
/* line 155, ../../sass/modules/teaser/_faq.scss */
.faq-container .faq-content .faq-content-inner .teaseraside h3 {
  color: #fff;
}

/* line 164, ../../sass/modules/teaser/_faq.scss */
.hellgrau1 .faq-btn, .white-bg .faq-btn {
  background-color: #ddd8d3;
}

/* line 170, ../../sass/modules/teaser/_faq.scss */
.white-bg .faq-content {
  background: #f6f4f1;
}

/* line 178, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-btn {
  background-color: #ddd8d3;
}
/* line 181, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau1 .faq-content {
  background: #fff;
}
/* line 186, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-btn {
  background-color: #f6f4f1;
}
/* line 189, ../../sass/modules/teaser/_faq.scss */
.white-bg .hellgrau2 .faq-content {
  background: #fff;
}
/* line 193, ../../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 198, ../../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 206, ../../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 210, ../../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 217, ../../sass/modules/teaser/_faq.scss */
.js .faq-content {
  display: none;
}

/* line 224, ../../sass/modules/teaser/_faq.scss */
.ym-g25 .faq-content-inner img,
.ym-g75 .ym-g33 .faq-content-inner img {
  display: none;
}

/* line 230, ../../sass/modules/teaser/_faq.scss */
.selected,
.hellgrau1 .selected,
.hellgrau2 .selected,
.mittelgrau .selected,
.white-bg .selected {
  background-color: #a3988e;
}
/* line 236, ../../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 244, ../../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 248, ../../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 254, ../../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 1, ../../sass/modules/teaser/_rating-box.scss */
.rating-box {
  padding: 15px 30px 0 30px;
  font-size: 107.1%;
  background-color: #fff;
}
/* line 7, ../../sass/modules/teaser/_rating-box.scss */
.rating-box p {
  margin-bottom: 0;
}
/* line 10, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .five-star {
  float: left;
  color: #fccd01;
  font-size: 20px;
}
/* line 15, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .rating-total {
  float: left;
  margin-left: 20px;
}
/* line 18, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .rating-total span {
  color: #EE0000;
}
/* line 22, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .rating-box-inner {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd8d3;
}
/* line 26, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .ym-g50 {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 30, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  position: relative;
}
/* line 35, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box:first-child {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
/* line 43, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box:first-child a i {
  color: #EE0000;
}
/* line 48, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box a {
  position: relative;
  text-decoration: none;
  font-size: 13px;
  padding-left: 20px;
}
/* line 57, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box a i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #fccd01;
  font-size: 15px;
  height: 100%;
}
/* line 67, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box div {
  margin-top: 2px;
  padding-left: 20px;
  font-size: 13px;
}
/* line 72, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .like-box .like-count {
  font-size: 13px;
  color: #EE0000;
}
/* line 78, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .date-box {
  text-align: right;
}
/* line 80, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .date-box .pub-date {
  font-size: 13px;
}
/* line 82, ../../sass/modules/teaser/_rating-box.scss */
.rating-box .date-box .pub-date i {
  color: #EE0000;
  margin-right: 7px;
  font-size: 15px;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box {
    width: 100%;
    margin-left: 0;
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box {
    font-size: 100%;
  }
  /* line 98, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box .ym-g50 {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 101, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box .ym-g50:first-child {
    margin-bottom: 15px;
  }
  /* line 105, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box p {
    line-height: 1.6;
  }
  /* line 108, ../../sass/modules/teaser/_rating-box.scss */
  .rating-box .date-box {
    text-align: left;
  }
}

/* line 1, ../../sass/modules/teaser/_feedback.scss */
.feedback {
  margin-top: 40px;
}
/* line 3, ../../sass/modules/teaser/_feedback.scss */
.feedback h3.headline {
  color: #EE0000;
  font-size: 21px;
}
/* line 7, ../../sass/modules/teaser/_feedback.scss */
.feedback h4 {
  font-size: 17px;
}
/* line 10, ../../sass/modules/teaser/_feedback.scss */
.feedback p {
  font-size: 107.1%;
  margin-bottom: 5px;
}
/* line 14, ../../sass/modules/teaser/_feedback.scss */
.feedback a {
  font-size: 107.1%;
  text-decoration: none;
  color: #EE0000;
}
/* line 18, ../../sass/modules/teaser/_feedback.scss */
.feedback a:after {
  content: "\00BB";
  margin-left: 10px;
  color: #444;
}
/* line 24, ../../sass/modules/teaser/_feedback.scss */
.feedback a:hover:after, .feedback a:focus:after {
  color: #EE0000;
}
/* line 29, ../../sass/modules/teaser/_feedback.scss */
.feedback .ym-grid, .feedback .mm {
  border: 1px solid #ddd8d3;
  margin-bottom: 40px;
}
/* line 32, ../../sass/modules/teaser/_feedback.scss */
.feedback .ym-grid .ym-g50, .feedback .mm .ym-g50 {
  padding: 30px;
  margin-bottom: 0;
  min-height: 146px;
}
/* line 36, ../../sass/modules/teaser/_feedback.scss */
.feedback .ym-grid .ym-g50.ym-gr, .feedback .mm .ym-g50.ym-gr {
  border-left: 1px solid #ddd8d3;
}
/* line 41, ../../sass/modules/teaser/_feedback.scss */
.feedback input[type=radio] {
  -webkit-appearance: radio;
}
/* line 44, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star {
  color: #fccd01;
  font-size: 25px;
  padding: 10px 0;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 52, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: table;
  margin: 0 auto;
}
/* line 60, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating:not(:checked) > input {
  position: absolute;
  top: 45px;
  clip: rect(0, 0, 0, 0);
}
/* line 65, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating:not(:checked) > label {
  float: right;
  padding: 0 2.5px;
  cursor: pointer;
}
/* line 69, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating:not(:checked) > label:before {
  content: "";
}
/* line 72, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating:not(:checked) > label:hover:before, .feedback .five-star .rating:not(:checked) > label:hover ~ label:before {
  content: "";
}
/* line 79, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating > input:checked + label:hover, .feedback .five-star .rating > input:checked + label:hover ~ label, .feedback .five-star .rating > input:checked ~ label:hover, .feedback .five-star .rating > input:checked ~ label:hover ~ label {
  color: #c9a401;
}
/* line 85, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating > input:checked ~ label:before {
  content: "";
}
/* line 89, ../../sass/modules/teaser/_feedback.scss */
.feedback .five-star .rating > label:hover ~ input:checked ~ label {
  color: #c9a401;
}
/* line 94, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form {
  padding: 30px;
  border: 1px solid #ddd8d3;
}
/* line 97, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form p {
  width: 72%;
  margin-bottom: 25px;
}
/* line 101, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form input {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  border: 0px solid #ddd8d3;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding: 15px 15px;
  width: 72%;
  margin-right: 3%;
  background-color: #f7f7f7;
  color: #333;
  float: left;
  -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;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15) inset;
}
/* line 117, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form button {
  padding: 15px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin: 0;
  width: 25%;
  height: 47px;
  float: right;
}
/* line 129, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 135, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form button:hover, .feedback form.tag-form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 139, ../../sass/modules/teaser/_feedback.scss */
.feedback form.tag-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
@media only screen and (max-width: 640px) {
  /* line 148, ../../sass/modules/teaser/_feedback.scss */
  .feedback form.tag-form p {
    width: 100%;
  }
  /* line 151, ../../sass/modules/teaser/_feedback.scss */
  .feedback form.tag-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
  }
  /* line 157, ../../sass/modules/teaser/_feedback.scss */
  .feedback form.tag-form button {
    width: 100%;
    float: left;
  }
  /* line 162, ../../sass/modules/teaser/_feedback.scss */
  .feedback .rating {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 167, ../../sass/modules/teaser/_feedback.scss */
  .feedback .ym-grid, .feedback .mm {
    border: none;
    margin-bottom: 0;
  }
  /* line 170, ../../sass/modules/teaser/_feedback.scss */
  .feedback .ym-grid .ym-g50, .feedback .mm .ym-g50 {
    margin-bottom: 20px;
    min-height: 0;
    border: 1px solid #ddd8d3;
  }
  /* line 176, ../../sass/modules/teaser/_feedback.scss */
  .feedback .rating {
    font-size: 25px;
  }
}

/* line 183, ../../sass/modules/teaser/_feedback.scss */
.feedback-result .save-success .fa {
  color: #94d523;
}
/* line 186, ../../sass/modules/teaser/_feedback.scss */
.feedback-result .save-error {
  color: #EE0000;
}

/* line 1, ../../sass/modules/teaser/_tips.scss */
.tip-container {
  margin-top: 30px;
  border: 1px solid #ddd8d3;
}
/* line 4, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd8d3;
  position: relative;
}
/* line 9, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-header i {
  color: #fff;
  padding: 12px 13px;
  display: block;
  width: 49px;
  height: 102%;
  font-size: 25px;
  background-color: #EE0000;
  position: absolute;
  top: -1px;
  left: -1px;
}
/* line 21, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-header h3 {
  padding: 14px 15px 14px 15px;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 49px;
  line-height: 1.2;
}
/* line 28, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-header div {
  padding: 0 15px 10px 15px;
  margin-left: 49px;
  font-size: 14px;
  color: #a3988e;
}
/* line 35, ../../sass/modules/teaser/_tips.scss */
.tip-container p {
  margin-bottom: 0;
}
/* line 38, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-text {
  padding: 20px;
  position: relative;
  background-color: #f7f7f7;
}
/* line 42, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-text:after {
  content: "";
  background-image: url('../images/grey-tip-triangle.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 34px;
  bottom: -18px;
  width: 36px;
  height: 18px;
}
@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 42, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-text:after {
    background-image: url('../images/grey-tip-triangle-2x.png');
    background-size: 36px 18px;
  }
}
/* line 57, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-text.anonymous:after {
  content: normal;
}
/* line 62, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  border-top: 1px solid #ddd8d3;
}
/* line 66, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact img {
  float: left;
  margin: 0 20px 10px 0;
  border: 4px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 74, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact p {
  float: left;
  font-size: 13px;
  line-height: 1.5;
}
/* line 78, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact p a {
  font-size: 15px;
  transition: none;
  position: relative;
  text-decoration: none;
}
/* line 83, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact p a:hover, .tip-container .tip-contact p a:focus {
  color: #EE0000;
}
/* line 86, ../../sass/modules/teaser/_tips.scss */
.tip-container .tip-contact p a:after {
  content: "\00BB";
  margin-left: 5px;
  font-size: 19px;
  top: -6px;
  color: #EE0000;
  position: absolute;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/teaser/_tips.scss */
  .tip-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 102, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-header h3 {
    font-size: 16px;
    font-family: 'spar-bd',sans-serif;
  }
  /* line 107, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-text {
    padding: 15px;
  }
  /* line 110, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-contact {
    padding: 20px 15px 10px 15px;
  }
  /* line 112, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-contact img {
    margin: 0 15px 10px 0;
  }
  /* line 115, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-contact p {
    line-height: 1.5;
  }
  /* line 117, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-contact p a {
    font-size: 100%;
  }
  /* line 119, ../../sass/modules/teaser/_tips.scss */
  .tip-container .tip-contact p a:after {
    margin-left: 5px;
    font-size: 18px;
  }
}

/* line 130, ../../sass/modules/teaser/_tips.scss */
.content-column .margin-column .tip-container {
  margin-top: 51px;
}
/* line 132, ../../sass/modules/teaser/_tips.scss */
.content-column .margin-column .tip-container .tip-text {
  padding: 25px;
}
/* line 134, ../../sass/modules/teaser/_tips.scss */
.content-column .margin-column .tip-container .tip-text:after {
  left: 38px;
}
/* line 138, ../../sass/modules/teaser/_tips.scss */
.content-column .margin-column .tip-container .tip-contact {
  padding: 25px 25px 15px 25px;
}
/* line 140, ../../sass/modules/teaser/_tips.scss */
.content-column .margin-column .tip-container .tip-contact img {
  margin: 0 25px 10px 0;
}
@media only screen and (max-width: 880px) {
  /* line 130, ../../sass/modules/teaser/_tips.scss */
  .content-column .margin-column .tip-container {
    margin-top: 0;
  }
}

/* line 151, ../../sass/modules/teaser/_tips.scss */
.tip-list .tip-container {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 3, ../../sass/modules/teaser/_presse.scss */
.press h4 {
  color: #EE0000;
  font-size: 16px;
}
/* line 7, ../../sass/modules/teaser/_presse.scss */
.press span,
.press p {
  font-family: "spar-regular", Arial, Helvetica, sans-serif !important;
  font-size: 100% !important;
  font-weight: normal !important;
}
/* line 13, ../../sass/modules/teaser/_presse.scss */
.press p {
  margin-right: 0;
}
/* line 16, ../../sass/modules/teaser/_presse.scss */
.press img.float-left.flexible {
  margin: 0 1em 1em 0;
  max-width: 230px;
  max-height: 150px;
}
/* line 22, ../../sass/modules/teaser/_presse.scss */
.press .teaserheader-mixed .float-right {
  position: relative;
}
/* line 26, ../../sass/modules/teaser/_presse.scss */
.press .contact-info {
  font-size: 12px;
  margin-bottom: .5em;
}
/* line 29, ../../sass/modules/teaser/_presse.scss */
.press .contact-info a,
.press .contact-info a:hover,
.press .contact-info a:focus {
  color: #444;
  text-decoration: underline;
}
/* line 35, ../../sass/modules/teaser/_presse.scss */
.press .contact-info strong,
.press .contact-info span,
.press .contact-info a {
  display: block;
}
/* line 40, ../../sass/modules/teaser/_presse.scss */
.press .contact-info span {
  margin-bottom: .5em;
}
/* line 44, ../../sass/modules/teaser/_presse.scss */
.press .button-container {
  height: 30px;
}
/* line 46, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after {
  margin: 0;
}
/* line 48, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #EE0000;
}
/* line 54, ../../sass/modules/teaser/_presse.scss */
.press .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 66, ../../sass/modules/teaser/_presse.scss */
.press .button-container .button-after a:hover:after {
  color: #EE0000;
  background-color: #fff;
}
/* line 74, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike {
  display: block;
}
/* line 76, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike a {
  width: 130px;
}
/* line 78, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike a:after {
  position: relative;
  top: -11%;
  font-size: 35px;
}
/* line 84, ../../sass/modules/teaser/_presse.scss */
.press .buttonlike.red a:hover {
  background-color: #EE0000;
  color: #fff;
}

/* line 3, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module::before, .contact-person-module::after {
  content: " ";
  display: table;
}
/* line 8, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module::after {
  clear: both;
}
/* line 12, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person {
  position: relative;
  margin: 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px;
}
/* line 17, ../../sass/modules/teaser/_teaser-contact.scss */
.content-main .contact-person-module .contact-person {
  background-color: white;
}
/* line 21, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px 0;
}
/* line 27, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person p:last-child {
  margin-bottom: 0;
}
/* line 32, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person p[class*='icon-before-link']:before {
  top: 8px;
}
/* line 38, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person a {
  text-decoration: none;
}
/* line 42, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container {
  padding: 0;
  border-right: 1px solid #ddd8d3;
  float: left;
  width: 33.3333%;
}
/* line 48, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .image-holder-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}
/* line 55, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .image-holder-wrap .image-holder {
  background-color: #DADADA;
  bottom: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
/* line 64, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .image-holder-wrap .image-holder::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
}
/* line 72, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .image-holder-wrap .image-holder img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 81, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .personal-info {
  padding: 20px;
}
/* line 84, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .personal-info h3 {
  font-size: 14px;
  color: #ee0000;
  margin: 0 0 5px 0;
}
/* line 89, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .image-container .personal-info h3 span {
  font-size: 14px;
  line-height: 19.6px;
}
/* line 97, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .info-wrapper {
  float: right;
  padding: 0;
  width: 66.6667%;
}
/* line 102, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .info-wrapper .info-container {
  padding: 20px;
}
/* line 106, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .info-wrapper .info-container > div:last-child {
  padding-bottom: 0;
}
/* line 113, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .contact-info,
.contact-person-module .contact-person .location-info,
.contact-person-module .contact-person .topic-info {
  float: left;
  padding-bottom: 20px;
}
/* line 120, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .contact-info-email {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
/* line 128, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .contact-info .icon-before, .contact-person-module .contact-person .contact-info .icon-before-link, .contact-person-module .contact-person .contact-info .icon-before-link-phone,
.contact-person-module .contact-person .contact-info .icon-before-link-mobilephone,
.contact-person-module .contact-person .contact-info .icon-before-link-fax,
.contact-person-module .contact-person .contact-info .icon-before-link-mail, .contact-person-module .contact-person .contact-info .icon-before-link-extern, .contact-person-module .contact-person .contact-info .icon-before-link-download,
.contact-person-module .contact-person .contact-info-email .icon-before,
.contact-person-module .contact-person .contact-info-email .icon-before-link,
.contact-person-module .contact-person .contact-info-email .icon-before-link-phone,
.contact-person-module .contact-person .contact-info-email .icon-before-link-mobilephone,
.contact-person-module .contact-person .contact-info-email .icon-before-link-fax,
.contact-person-module .contact-person .contact-info-email .icon-before-link-mail,
.contact-person-module .contact-person .contact-info-email .icon-before-link-extern,
.contact-person-module .contact-person .contact-info-email .icon-before-link-download {
  padding-left: 20px;
}
/* line 132, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .contact-info p,
.contact-person-module .contact-person .contact-info-email p {
  word-break: break-word;
}
/* line 137, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .contact-person .replacement-info {
  float: left;
  width: 100%;
}
@media (max-width: 1200px) {
  /* line 143, ../../sass/modules/teaser/_teaser-contact.scss */
  .contact-person-module .contact-person .contact-info,
  .contact-person-module .contact-person .location-info {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 151, ../../sass/modules/teaser/_teaser-contact.scss */
  .contact-person-module .contact-person .image-container {
    position: static;
    border-right: 0;
    float: none;
    width: 100%;
    height: 100% !important;
  }
  /* line 158, ../../sass/modules/teaser/_teaser-contact.scss */
  .contact-person-module .contact-person .image-container .personal-info {
    padding-bottom: 0;
  }
  /* line 163, ../../sass/modules/teaser/_teaser-contact.scss */
  .contact-person-module .contact-person .info-wrapper {
    float: none;
    position: relative;
    height: 100% !important;
  }
}
/* line 171, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .clearfix::before, .contact-person-module .clearfix::after {
  content: " ";
  display: table;
}
/* line 176, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .clearfix::after {
  clear: both;
}
/* line 181, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-module .kontakt-button-box .tocontact {
  position: relative !important;
  padding-right: 0 !important;
  height: 100% !important;
}

/* line 189, ../../sass/modules/teaser/_teaser-contact.scss */
.contact-person-headline {
  margin-top: 0;
}

/* line 1, ../../sass/modules/_dl-form.scss */
#recommend_form {
  margin-top: 40px;
}
/* line 5, ../../sass/modules/_dl-form.scss */
#recommend_form .faq-container .faq-success .recommend-success .fa {
  color: #94d523;
}
/* line 8, ../../sass/modules/_dl-form.scss */
#recommend_form .faq-container .faq-success .recommend-error .fa {
  color: #EE0000;
}

/* line 14, ../../sass/modules/_dl-form.scss */
.dl-form .teaserheadsmall {
  margin-right: 0;
}
/* line 18, ../../sass/modules/_dl-form.scss */
.dl-form form fieldset {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f6f4f1;
}
/* line 24, ../../sass/modules/_dl-form.scss */
.dl-form form .faq-container fieldset {
  padding: 0;
  margin-bottom: 20px;
}
/* line 29, ../../sass/modules/_dl-form.scss */
.dl-form form div {
  margin-bottom: 10px;
}
/* line 31, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt {
  position: relative;
}
/* line 33, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.ym-clearfix {
  margin-bottom: 20px;
}
/* line 36, ../../sass/modules/_dl-form.scss */
.dl-form form div.input-cnt.file {
  margin: 20px 0;
}
/* line 40, ../../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 47, ../../sass/modules/_dl-form.scss */
.dl-form form label {
  display: block;
  margin-bottom: 5px;
}
/* line 50, ../../sass/modules/_dl-form.scss */
.dl-form form label.upload-label {
  font-size: 12px;
  text-align: right;
}
/* line 55, ../../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 60, ../../sass/modules/_dl-form.scss */
.dl-form form input,
.dl-form form textarea {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 66, ../../sass/modules/_dl-form.scss */
.dl-form form textarea {
  height: 200px;
  resize: none;
}
/* line 70, ../../sass/modules/_dl-form.scss */
.dl-form form select {
  border: 1px solid #ddd8d3;
  padding: 9px 6px;
  width: 100%;
}
/* line 75, ../../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 83, ../../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 95, ../../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 101, ../../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 105, ../../sass/modules/_dl-form.scss */
.dl-form form button:active,
.dl-form form input[type="button"]:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 110, ../../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 114, ../../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 120, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments {
  margin-top: 21px;
}
/* line 122, ../../sass/modules/_dl-form.scss */
.dl-form form #attachments:first-child {
  margin-top: 0px;
}
/* line 126, ../../sass/modules/_dl-form.scss */
.dl-form form #acceptConditions {
  width: auto;
  margin-right: 5px;
}
/* line 130, ../../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 136, ../../sass/modules/_dl-form.scss */
.dl-form form input[name="file_reset"] {
  float: right;
}
/* line 139, ../../sass/modules/_dl-form.scss */
.dl-form form .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: 0 10px 0 0 !important;
  float: left;
}
/* line 150, ../../sass/modules/_dl-form.scss */
.dl-form form .remove-saved-file:hover, .dl-form form .remove-saved-file:focus {
  background-position: 0px -46px;
}
/* line 154, ../../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 161, ../../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 168, ../../sass/modules/_dl-form.scss */
.dl-form form .datepicker-button:hover, .dl-form form .datepicker-button:focus {
  color: #a3988e;
}
/* line 172, ../../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 179, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors {
  border: 1px solid #EE0000;
}
/* line 181, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors h3 {
  color: #EE0000;
}
/* line 184, ../../sass/modules/_dl-form.scss */
.dl-form form .hasErrors:after {
  color: #EE0000;
}
/* line 188, ../../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 195, ../../sass/modules/_dl-form.scss */
  .dl-form form button {
    margin-top: 21px;
  }
  /* line 198, ../../sass/modules/_dl-form.scss */
  .dl-form form .ym-g33.ym-gr {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 203, ../../sass/modules/_dl-form.scss */
  .dl-form form button {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 208, ../../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 214, ../../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 222, ../../sass/modules/_dl-form.scss */
  .dl-form form .add-attachment {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
}
/* line 229, ../../sass/modules/_dl-form.scss */
.dl-form form#spkFusion button,
.dl-form form#spkFusion a.submit-button {
  display: block;
  padding: 10px 20px;
  float: right;
  width: 48%;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 1% 0 1%;
}
/* line 245, ../../sass/modules/_dl-form.scss */
.dl-form form#spkFusion button i,
.dl-form form#spkFusion a.submit-button i {
  margin-right: 10px;
}
/* line 248, ../../sass/modules/_dl-form.scss */
.dl-form form#spkFusion button:hover, .dl-form form#spkFusion button:focus,
.dl-form form#spkFusion a.submit-button:hover,
.dl-form form#spkFusion a.submit-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 255, ../../sass/modules/_dl-form.scss */
.dl-form#feedbackForm form textarea {
  height: 110px;
  overflow-y: visible;
}
/* line 261, ../../sass/modules/_dl-form.scss */
.dl-form .error {
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin-bottom: 10px;
}
/* line 267, ../../sass/modules/_dl-form.scss */
.dl-form .fa-question-circle,
.dl-form .helpContainerUser,
.dl-form .helpContainerPSWD,
.dl-form .helpContainer {
  position: absolute;
  right: -16px;
  top: 7px;
  color: #EE0000;
}
/* line 275, ../../sass/modules/_dl-form.scss */
.dl-form .fa-question-circle div,
.dl-form .helpContainerUser div,
.dl-form .helpContainerPSWD div,
.dl-form .helpContainer div {
  font-family: spar-regular, Arial, Helvetica, sans-serif;
  color: #444;
  pointer-events: none;
  display: none;
  right: 15px;
  top: -40px;
  padding: 5px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd8d3;
  width: 200px;
}
/* line 289, ../../sass/modules/_dl-form.scss */
.dl-form .helpContainerPSWD {
  top: auto;
  bottom: 10px;
}
/* line 292, ../../sass/modules/_dl-form.scss */
.dl-form .helpContainerPSWD div {
  top: -62px;
}
/* line 300, ../../sass/modules/_dl-form.scss */
.dl-form .helpContainer:hover div,
.dl-form .helpContainerUser:hover div,
.dl-form .helpContainerPSWD:hover div {
  display: block;
}
/* line 305, ../../sass/modules/_dl-form.scss */
.dl-form .helpContainer {
  float: none;
  position: relative;
  right: auto;
  top: auto;
}
/* line 311, ../../sass/modules/_dl-form.scss */
.dl-form .form-errors {
  color: #EE0000;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}
/* line 317, ../../sass/modules/_dl-form.scss */
.dl-form .error-div-con {
  width: 100%;
}
/* line 319, ../../sass/modules/_dl-form.scss */
.dl-form .error-div-con .error {
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin-bottom: 0;
}
/* line 326, ../../sass/modules/_dl-form.scss */
.dl-form .submit-button {
  text-decoration: none;
}
/* line 329, ../../sass/modules/_dl-form.scss */
.dl-form .fusion-buttons {
  margin-bottom: 20px !important;
}
/* line 331, ../../sass/modules/_dl-form.scss */
.dl-form .fusion-buttons button, .dl-form .fusion-buttons a {
  width: 49% !important;
}
/* line 334, ../../sass/modules/_dl-form.scss */
.dl-form .fusion-buttons button {
  float: left !important;
  margin-left: 0 !important;
}
/* line 338, ../../sass/modules/_dl-form.scss */
.dl-form .fusion-buttons a {
  margin-right: 0 !important;
}

/* line 345, ../../sass/modules/_dl-form.scss */
.teaser.service-search .teaserheader-small {
  padding-bottom: 13px;
}
/* line 348, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul {
  margin: 0 0 5px 0;
  list-style: none;
}
/* line 351, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li {
  color: #EE0000;
  margin-left: 0;
}
/* line 354, ../../sass/modules/_dl-form.scss */
.teaser.service-search ul li span {
  color: #444;
}

/* line 361, ../../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 367, ../../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 378, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 383, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-prev:before {
  content: "\00AB";
}
/* line 387, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 392, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-next:after {
  content: "\00BB";
}
/* line 396, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-header {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #ddd8d3;
}
/* line 400, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-size: 115%;
}
/* line 404, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar {
  width: 200px;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
/* line 409, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar thead {
  font-weight: normal;
}
/* line 412, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr {
  text-align: center;
}
/* line 414, ../../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 420, ../../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 425, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #a3988e;
}
/* line 427, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day a {
  color: #fff;
}
/* line 431, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover {
  background-color: #EE0000;
}
/* line 433, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td:hover a {
  color: #fff;
}
/* line 437, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td a {
  text-decoration: none;
}
/* line 441, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled span {
  color: #a3988e;
  cursor: default;
}
/* line 446, ../../sass/modules/_dl-form.scss */
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled:hover {
  background-color: inherit;
}

/* line 454, ../../sass/modules/_dl-form.scss */
#send_user_request_form form textarea {
  overflow-y: visible;
}

/* line 459, ../../sass/modules/_dl-form.scss */
.contact-form .error.area1 {
  margin-top: 10px;
}

/* line 465, ../../sass/modules/_dl-form.scss */
#forgotPasswordForm .spkextra-content, #spkextra_registration_form .spkextra-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}
/* line 475, ../../sass/modules/_dl-form.scss */
#forgotPasswordForm #timestamp, #spkextra_registration_form #timestamp {
  display: none;
}
/* line 478, ../../sass/modules/_dl-form.scss */
#forgotPasswordForm label[for="website"], #spkextra_registration_form label[for="website"] {
  display: none;
}
/* line 481, ../../sass/modules/_dl-form.scss */
#forgotPasswordForm label[for="timestamp"], #spkextra_registration_form label[for="timestamp"] {
  display: none;
}

/* line 2, ../../sass/modules/_search-bar.scss */
.search-grid .ym-gr {
  padding: 0;
}
@media only screen and (min-width: 881px) {
  /* line 8, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar #searchForm input {
    width: 88.5%;
  }
  /* line 11, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar #searchForm button {
    width: 9%;
  }
  /* line 15, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar .open-profile-box {
    padding: 15px 20px 15px 20px;
  }
  /* line 17, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar .open-profile-box .profile-label {
    width: 67%;
    padding: 8px 0;
  }
  /* line 20, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar .open-profile-box .profile-label br {
    display: block;
  }
  /* line 24, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar .open-profile-box .open-profile {
    width: 33%;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1000px) {
  /* line 31, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar .open-profile-box {
    padding: 15px 20px 15px 15px;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 40, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar #searchForm input {
    width: 88.5%;
  }
  /* line 43, ../../sass/modules/_search-bar.scss */
  .search-grid .search-bar #searchForm button {
    width: 9%;
  }
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_search-bar.scss */
  .search-grid {
    margin-top: 0;
  }
}

/* line 54, ../../sass/modules/_search-bar.scss */
.search-bar {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ddd8d3;
}
/* line 58, ../../sass/modules/_search-bar.scss */
.search-bar .search-icon {
  background-color: #333;
  color: #fff;
  padding: 18px;
  width: 77px;
  height: 77px;
  position: absolute;
  left: -77px;
}
/* line 66, ../../sass/modules/_search-bar.scss */
.search-bar .search-icon i {
  font-size: 40px;
}
/* line 70, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm {
  height: 78px;
  padding: 15px 20px 15px 30px;
  background-color: #fff;
  float: left;
  width: 100% !important;
}
/* line 76, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm input {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  border: 0px solid #ddd8d3;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding: 15px 15px;
  width: 91.5%;
  margin-right: 2.5%;
  background-color: #f7f7f7;
  color: #333;
  float: left;
  -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;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15) inset;
}
/* line 92, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm button {
  padding: 7px 0;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  width: 6%;
  height: 47px;
  float: left;
  font-size: 25px;
}
/* line 104, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm button i {
  width: 100%;
  text-align: center;
}
/* line 108, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm button:hover, .search-bar #searchForm button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 112, ../../sass/modules/_search-bar.scss */
.search-bar #searchForm button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 119, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box {
  display: none;
  height: 78px;
  padding: 15px 30px 15px 20px;
  width: 25% !important;
  float: left;
  border-left: 1px solid #ddd8d3;
}
/* line 126, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile {
  float: right;
  width: 21%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #a3988e;
  background-color: #a3988e;
  padding: 10px 0;
  height: 47px;
  text-align: center;
  text-decoration: none;
}
/* line 137, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile i {
  width: 100%;
  font-size: 25px;
  text-align: center;
}
/* line 142, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile:hover, .search-bar .open-profile-box .open-profile:focus {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
/* line 148, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile-label {
  float: left;
  background-color: #fff;
  border: none;
  color: #444;
  text-align: left;
  line-height: 14px;
}
/* line 155, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile-label:after {
  content: "\00BB";
  font-size: 21px;
  top: -12px;
  color: #EE0000;
  position: relative;
  margin-left: 10px;
}
/* line 163, ../../sass/modules/_search-bar.scss */
.search-bar .open-profile-box .open-profile-label:hover, .search-bar .open-profile-box .open-profile-label:focus {
  color: #444;
  border: none;
  background-color: #fff;
}
@media only screen and (min-width: 1201px) {
  /* line 172, ../../sass/modules/_search-bar.scss */
  .search-bar.expanded #searchForm {
    width: 75% !important;
  }
  /* line 175, ../../sass/modules/_search-bar.scss */
  .search-bar.expanded .open-profile-box {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 181, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm {
    width: 75% !important;
  }
  /* line 184, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box {
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 189, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm {
    padding: 15px 15px 15px 30px;
  }
  /* line 191, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm input {
    width: 89.5%;
  }
  /* line 194, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm button {
    width: 8%;
  }
  /* line 198, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box {
    padding: 15px 30px 15px 15px;
  }
  /* line 200, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label {
    width: 72%;
  }
  /* line 202, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label:after {
    margin-left: 5px;
  }
  /* line 206, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .open-profile {
    width: 28%;
  }
}
@media only screen and (max-width: 880px) {
  /* line 212, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm {
    padding: 15px 15px 15px 20px;
  }
  /* line 214, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm input {
    width: 87.5%;
  }
  /* line 217, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm button {
    width: 10%;
  }
  /* line 221, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box {
    padding: 15px 20px 15px 15px;
  }
  /* line 223, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label {
    width: 66%;
    padding: 8px 0;
  }
  /* line 226, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label br {
    display: block;
  }
  /* line 229, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label:after {
    margin-left: 10px;
  }
  /* line 233, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .open-profile {
    width: 34%;
  }
}
@media only screen and (max-width: 700px) {
  /* line 239, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm {
    width: 60% !important;
  }
  /* line 241, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm input {
    width: 83%;
    margin-right: 4%;
  }
  /* line 245, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm button {
    width: 13%;
  }
  /* line 249, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box {
    width: 40% !important;
  }
  /* line 251, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label {
    padding: 15px 0;
    width: 79%;
  }
  /* line 254, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label br {
    display: none;
  }
  /* line 258, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .open-profile {
    width: 21%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 54, ../../sass/modules/_search-bar.scss */
  .search-bar {
    margin-left: 0;
  }
  /* line 266, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm input {
    width: 79%;
  }
  /* line 269, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm button {
    width: 17%;
  }
  /* line 274, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label {
    padding: 8px 0;
    width: 72%;
  }
  /* line 277, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label br {
    display: block;
  }
  /* line 281, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .open-profile {
    width: 28%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 287, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm {
    width: 100% !important;
    padding: 15px 20px 15px 20px;
  }
  /* line 290, ../../sass/modules/_search-bar.scss */
  .search-bar #searchForm input {
    width: 78%;
    margin-right: 5%;
  }
  /* line 295, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box {
    width: 100% !important;
    padding: 15px 20px 15px 20px;
    border-left: none;
    border-top: 1px solid #ddd8d3;
  }
  /* line 300, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label {
    padding: 15px 0;
    width: 83%;
    font-size: 15px;
  }
  /* line 304, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label br {
    display: none;
  }
  /* line 307, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .profile-label:after {
    top: 10px;
  }
  /* line 311, ../../sass/modules/_search-bar.scss */
  .search-bar .open-profile-box .open-profile {
    width: 17%;
  }
}
/* line 316, ../../sass/modules/_search-bar.scss */
.search-bar .error {
  display: none;
}

/* line 1, ../../sass/modules/_search-results.scss */
.search-result {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ddd8d3;
}

/* line 5, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg {
  padding: 25px;
  position: relative;
  border: 1px solid #ddd8d3;
  background-color: #fff;
}
/* line 10, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .teaserheader-mixed {
  padding-bottom: 0;
  margin-bottom: 5px;
  border: none;
}
/* line 14, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .teaserheader-mixed .float-right {
  position: relative;
  top: 4px;
}
/* line 19, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg h4 {
  font-size: 18px;
  margin-right: 130px;
}
/* line 23, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .five-star {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fccd01;
  font-size: 20px;
}
/* line 30, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg p {
  margin-right: 0;
  margin-bottom: 10px;
}
/* line 34, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .user-in-contact-star {
  color: #EE0000;
}
/* line 37, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .user-out-contact-star {
  color: #444;
}
/* line 40, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .searchResultInfo {
  margin-bottom: 15px;
  color: #a3988e;
  font-style: italic;
}
/* line 44, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .searchResultInfo a {
  color: #a3988e;
  text-decoration: none;
}
/* line 47, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .searchResultInfo a:hover, .search-result.teaser.whitebg .searchResultInfo a:focus {
  color: #EE0000;
}
/* line 50, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .searchResultInfo a:after {
  content: "\203a";
  margin: 0 2px 0 5px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: #a3988e;
}
/* line 60, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .searchResultInfo a:last-child:after {
  content: none;
  margin: 0;
}
/* line 67, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg img.float-left.flexible {
  margin: 0 1em 1em 0;
  max-width: 230px;
  max-height: 150px;
}
/* line 72, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .contact-info {
  font-size: 12px;
  margin-bottom: .5em;
}
/* line 75, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .contact-info a,
.search-result.teaser.whitebg .contact-info a:hover,
.search-result.teaser.whitebg .contact-info a:focus {
  color: #444;
  text-decoration: underline;
}
/* line 81, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .contact-info strong,
.search-result.teaser.whitebg .contact-info span,
.search-result.teaser.whitebg .contact-info a {
  display: block;
}
/* line 86, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .contact-info span {
  margin-bottom: .5em;
}
/* line 90, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container {
  height: 20px;
}
/* line 92, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .fa-check {
  color: #94d523;
}
/* line 95, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .fa-close {
  color: #EE0000;
}
/* line 98, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .button-after {
  margin: 0;
}
/* line 100, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .button-after a {
  display: block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #EE0000;
}
/* line 106, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .button-after a:after {
  content: "\00bb";
  float: right;
  margin-left: 5px;
  font-size: 18px;
  color: #444;
}
/* line 113, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .button-after a:hover {
  text-decoration: underline;
}
/* line 115, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .button-after a:hover:after {
  color: #EE0000;
}
/* line 120, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .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 131, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .item-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px;
  margin: 1px;
  width: 30px;
  line-height: 0;
  font-size: 14px;
  color: #444;
}
/* line 143, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container .item-button:hover, .search-result.teaser.whitebg .button-container .item-button:focus {
  color: #EE0000;
}
/* line 147, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .button-container a.item-button {
  display: inline-block;
  font-size: 12px;
  padding-top: 10px;
}
/* line 153, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .buttonlike {
  display: block;
}
/* line 155, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .buttonlike a {
  width: 130px;
}
/* line 157, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .buttonlike a:after {
  position: relative;
  top: -11%;
  font-size: 35px;
}
/* line 163, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg .buttonlike.red a:hover {
  background-color: #EE0000;
  color: #fff;
}
/* line 169, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .searchResultInfo {
  clear: none;
}
/* line 173, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person strong a {
  text-decoration: none;
}
/* line 177, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person img {
  float: left;
  width: 80px;
  border: 4px solid #ddd8d3;
  display: block;
  margin-bottom: 20px;
  margin-right: 25px;
}
/* line 184, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person img:hover {
  border-color: #a3988e;
}
/* line 188, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person p {
  clear: both;
}
/* line 191, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person h4 {
  margin-bottom: 5px;
  margin-right: 0;
}
/* line 194, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person h4 a {
  text-decoration: none;
}
/* line 198, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .contact-person {
  border-color: #EE0000;
}
/* line 200, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .contact-person:hover {
  border-color: #a3988e;
}
/* line 204, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .item-content-left {
  margin-bottom: 0;
  width: 70%;
  float: left;
  padding-right: 15px;
}
/* line 210, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container {
  height: auto;
  margin-bottom: 0;
  width: 30%;
  float: right;
}
/* line 215, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container .button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #444;
  padding: 10px 10px 10px 30px;
  display: block;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
/* line 230, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container .button i {
  position: absolute;
  left: 10px;
}
/* line 234, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container .button:last-child {
  margin-bottom: 0;
}
/* line 237, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container .button:hover, .search-result.teaser.whitebg.search-person .button-container .button:focus {
  color: #EE0000;
}
/* line 239, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.search-person .button-container .button:hover .user-out-contact-star, .search-result.teaser.whitebg.search-person .button-container .button:focus .user-out-contact-star {
  color: #EE0000;
}
@media only screen and (max-width: 640px) {
  /* line 246, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.search-person .item-content-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 251, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.search-person .button-container {
    float: none;
    width: 100%;
  }
  /* line 254, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.search-person .button-container .button {
    text-align: center;
    padding: 10px;
  }
  /* line 257, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.search-person .button-container .button i {
    position: static;
    left: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 266, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.search-person img {
    width: 100%;
  }
}
/* line 271, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member {
  padding: 15px;
}
/* line 273, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member .item-content-left {
  width: 63%;
  float: left;
}
/* line 277, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member .searchResultInfo {
  margin-bottom: 0;
}
/* line 280, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member img {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* line 284, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member p {
  clear: none;
}
/* line 287, ../../sass/modules/_search-results.scss */
.search-result.teaser.whitebg.forum-member .forum-button-container {
  text-align: right;
  float: right;
  width: auto;
}
@media only screen and (max-width: 480px) {
  /* line 293, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.forum-member .item-content-left {
    padding-right: 0;
    width: 100%;
  }
  /* line 297, ../../sass/modules/_search-results.scss */
  .search-result.teaser.whitebg.forum-member .forum-button-container {
    text-align: left;
    margin-bottom: 15px;
    float: left;
  }
}

/* line 307, ../../sass/modules/_search-results.scss */
.textcntinner .search-result p {
  margin-bottom: 10px;
}

/* line 313, ../../sass/modules/_search-results.scss */
.searchDiv .search_form {
  width: auto;
}
/* line 318, ../../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 318, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50, .searchDiv #searchForm .mm .ym-g50 {
    margin-bottom: 0;
  }
  /* line 322, ../../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: 25px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 328, ../../sass/modules/_search-results.scss */
  .searchDiv #searchForm .ym-grid .ym-g50 .input_fields, .searchDiv #searchForm .mm .ym-g50 .input_fields {
    padding-bottom: 0;
  }
}
/* line 333, ../../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 333, ../../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 339, ../../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-left: 25px;
  }
  /* line 343, ../../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 351, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .input_fields {
  padding: 25px;
  background-color: #f7f7f7;
}
/* line 354, ../../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 362, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .hits {
  float: right;
  text-align: right;
  padding-top: 7px;
}
/* line 367, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons {
  padding: 25px 25px 25px 0;
  background-color: #f7f7f7;
}
/* line 371, ../../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 381, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}
/* line 387, ../../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 391, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm .submit_buttons > div button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 399, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult {
  margin-bottom: 20px;
}
/* line 401, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager {
  margin: 0 auto;
  width: auto;
}
/* line 404, ../../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 410, ../../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 416, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
}
/* line 420, ../../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 425, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.wider {
  padding: 5px 6px;
}
/* line 428, ../../sass/modules/_search-results.scss */
.searchDiv #searchForm #searchForm-searchResult .searchPager button.widest {
  padding: 5px 2px;
}
/* line 435, ../../sass/modules/_search-results.scss */
.searchDiv .error {
  display: none;
}
/* line 438, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult {
  text-align: center;
}
/* line 440, ../../sass/modules/_search-results.scss */
.searchDiv .searchResult .search-result,
.searchDiv .searchResult .searchPager {
  text-align: left;
}

/* line 447, ../../sass/modules/_search-results.scss */
.search-header {
  text-align: left;
}
/* line 449, ../../sass/modules/_search-results.scss */
.search-header .search-total {
  margin-bottom: 0 !important;
}
/* line 451, ../../sass/modules/_search-results.scss */
.search-header .search-total h2 {
  color: #EE0000;
  font-size: 26px;
  margin-bottom: 0;
}
/* line 456, ../../sass/modules/_search-results.scss */
.search-header .search-total p {
  font-style: italic;
  color: #a3988e;
  font-size: 26px;
  margin-bottom: 0;
}
/* line 461, ../../sass/modules/_search-results.scss */
.search-header .search-total p:before {
  content: "\00bb";
}
/* line 464, ../../sass/modules/_search-results.scss */
.search-header .search-total p:after {
  content: "\00ab";
}
/* line 469, ../../sass/modules/_search-results.scss */
.search-header .search-select-form {
  margin-top: 4px;
  margin-bottom: 0 !important;
  padding-left: 0;
  text-align: right;
}
/* line 474, ../../sass/modules/_search-results.scss */
.search-header .search-select-form select {
  width: 173px;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 0 5px 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 484, ../../sass/modules/_search-results.scss */
.search-header .search-select-form select:last-child {
  margin-left: 1%;
  margin-bottom: 0;
}
/* line 488, ../../sass/modules/_search-results.scss */
.search-header .search-select-form select option {
  padding-left: 0;
}
@media only screen and (max-width: 1080px) {
  /* line 494, ../../sass/modules/_search-results.scss */
  .search-header .search-total {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 498, ../../sass/modules/_search-results.scss */
  .search-header .search-select-form {
    margin-top: 20px;
    text-align: left;
    width: 100% !important;
  }
  /* line 502, ../../sass/modules/_search-results.scss */
  .search-header .search-select-form select {
    width: 49.2%;
    margin-bottom: 0;
    padding: 5px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 510, ../../sass/modules/_search-results.scss */
  .search-header .search-select-form {
    margin-top: 10px;
  }
  /* line 512, ../../sass/modules/_search-results.scss */
  .search-header .search-select-form select {
    margin-top: 10px;
    width: 100%;
  }
  /* line 515, ../../sass/modules/_search-results.scss */
  .search-header .search-select-form select:last-child {
    margin-left: 0;
  }
}

/* line 1, ../../sass/modules/_profile-container.scss */
.profile-container {
  display: none;
  border-right: 1px solid #ddd8d3;
  border-bottom: 1px solid #ddd8d3;
  width: 300px;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
/* line 12, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header {
  border-bottom: 1px solid #ddd8d3;
  border-top: 1px solid #ddd8d3;
  height: 47px;
}
/* line 16, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header .close-profile {
  color: #fff;
  padding: 14px 16px;
  height: 47px;
  width: 47px;
  float: left;
  border: 1px solid #a3988e;
  background-color: #a3988e;
  position: relative;
  top: -1px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 30, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header .close-profile i {
  font-size: 18px;
}
/* line 33, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header .close-profile:hover, .profile-container .profile-header .close-profile:focus {
  background-color: #333;
  border-color: #333;
}
/* line 38, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header .profile-icon {
  display: none;
  color: #fff;
  padding: 11px 13px;
  height: 47px;
  width: 47px;
  float: left;
  border: 1px solid #a3988e;
  background-color: #a3988e;
  position: relative;
  top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 52, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header .profile-icon i {
  font-size: 25px;
}
/* line 56, ../../sass/modules/_profile-container.scss */
.profile-container .profile-header h2 {
  float: left;
  padding: 11px 15px;
  font-size: 18px;
  margin-bottom: 0;
}
/* line 63, ../../sass/modules/_profile-container.scss */
.profile-container .personal {
  padding: 25px 15px;
  border-left: 1px solid #ddd8d3;
}
/* line 66, ../../sass/modules/_profile-container.scss */
.profile-container .personal .user-name {
  float: left;
  font-size: 18px;
  padding: 16px;
}
/* line 72, ../../sass/modules/_profile-container.scss */
.profile-container .avatar {
  border: 4px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 54px;
  display: block !important;
  float: left;
}
/* line 80, ../../sass/modules/_profile-container.scss */
.profile-container .avatar.contact-person {
  border-color: #EE0000;
}
/* line 84, ../../sass/modules/_profile-container.scss */
.profile-container button, .profile-container .item-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  line-height: normal;
}
/* line 92, ../../sass/modules/_profile-container.scss */
.profile-container button i, .profile-container .item-button i {
  color: #EE0000;
}
/* line 95, ../../sass/modules/_profile-container.scss */
.profile-container button:hover, .profile-container button:focus, .profile-container .item-button:hover, .profile-container .item-button:focus {
  color: #EE0000;
}
/* line 99, ../../sass/modules/_profile-container.scss */
.profile-container .button-box {
  padding: 15px 15px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd8d3;
  border-left: 1px solid #ddd8d3;
}
/* line 104, ../../sass/modules/_profile-container.scss */
.profile-container .button-box .edit-profile,
.profile-container .button-box .logout-profile {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: center;
  float: left;
}
/* line 116, ../../sass/modules/_profile-container.scss */
.profile-container .button-box .edit-profile i,
.profile-container .button-box .logout-profile i {
  color: #EE0000;
  margin-right: 8px;
}
/* line 120, ../../sass/modules/_profile-container.scss */
.profile-container .button-box .edit-profile:hover, .profile-container .button-box .edit-profile:focus,
.profile-container .button-box .logout-profile:hover,
.profile-container .button-box .logout-profile:focus {
  color: #EE0000;
}
/* line 124, ../../sass/modules/_profile-container.scss */
.profile-container .button-box .edit-profile {
  width: 59.5%;
}
/* line 127, ../../sass/modules/_profile-container.scss */
.profile-container .button-box .logout-profile {
  margin-left: 1.8%;
  width: 37.5%;
}
/* line 132, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box {
  border-top: 1px solid #ddd8d3;
  border-left: 1px solid #ddd8d3;
  background-color: #ebebeb;
  padding: 20px;
  text-align: center;
}
/* line 138, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box .progress-box-inner {
  margin-bottom: 0;
  width: 50% !important;
}
/* line 141, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box .progress-box-inner .circle-name {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
/* line 146, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box .progress-box-inner .c100 {
  float: none;
  margin: 0 auto;
}
/* line 150, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box .progress-box-inner.ym-gl {
  padding-right: 10px;
}
/* line 153, ../../sass/modules/_profile-container.scss */
.profile-container .progress-box .progress-box-inner.ym-gr {
  padding-left: 10px;
}
/* line 158, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container {
  margin-bottom: 0;
  border-left: 1px solid #ddd8d3;
}
/* line 161, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-btn {
  background-color: #fff;
  margin-top: 0;
  border-top: 1px solid #ddd8d3;
}
/* line 165, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-btn h3 {
  font-size: 15px;
}
/* line 168, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-btn:after {
  color: #EE0000;
}
/* line 172, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-btn.selected h3 {
  color: #EE0000;
}
/* line 175, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-btn.selected:after {
  color: #EE0000;
}
/* line 180, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-content {
  background-color: #f7f7f7;
}
/* line 182, ../../sass/modules/_profile-container.scss */
.profile-container .faq-container .faq-content .faq-content-inner {
  max-height: 168px;
  overflow: auto;
  padding: 0 15px;
  border-top: 1px solid #ddd8d3;
}
/* line 190, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item {
  padding: 5px 0;
  border-top: 1px solid #ddd8d3;
}
/* line 193, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item:first-child {
  border-top: none;
}
/* line 196, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .avatar {
  border: 2px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 34px;
  display: block !important;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
/* line 207, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .avatar.contact-person {
  border-color: #EE0000;
}
/* line 210, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .avatar:hover, .profile-container .profile-item .avatar:focus {
  border-color: #a3988e;
}
/* line 214, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-link {
  float: left;
  max-width: 280px;
  padding: 12px 10px 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 221, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-link.with-scroll-bar {
  max-width: 263px;
}
/* line 224, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-link a {
  text-decoration: none;
}
/* line 226, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-link a:hover, .profile-container .profile-item .profile-link a:focus {
  color: #EE0000;
}
/* line 230, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-link:before {
  content: "\00BB";
  margin-right: 5px;
  font-size: 21px;
  line-height: 0;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 240, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-text {
  float: left;
  max-width: 280px;
  padding: 12px 10px 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 247, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-text.with-scroll-bar {
  max-width: 263px;
}
/* line 250, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-text a {
  text-decoration: none;
}
/* line 252, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-text a:hover, .profile-container .profile-item .profile-text a:focus {
  color: #EE0000;
}
/* line 256, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .profile-text:before {
  margin-right: 5px;
  font-size: 21px;
  line-height: 0;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 266, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.contact-item .profile-link {
  max-width: 194px;
}
/* line 268, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.contact-item .profile-link:before {
  content: normal;
}
/* line 271, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.contact-item .profile-link.with-scroll-bar {
  max-width: 175px;
}
/* line 276, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.contact-item .item-button i {
  font-size: 13px;
}
/* line 282, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.group-item .profile-link {
  max-width: 238px;
}
/* line 284, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.group-item .profile-link.with-scroll-bar {
  max-width: 221px;
}
/* line 290, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.bookmark-item .profile-link {
  max-width: 206px;
}
/* line 292, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item.bookmark-item .profile-link.with-scroll-bar {
  max-width: 189px;
}
/* line 297, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .item-button {
  float: right;
  padding: 8px;
  margin-top: 6px;
  width: 30px;
  height: 34px;
}
/* line 303, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .item-button i {
  color: #444;
}
/* line 307, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .item-button:hover i, .profile-container .profile-item .item-button:focus i {
  color: #EE0000;
}
/* line 311, ../../sass/modules/_profile-container.scss */
.profile-container .profile-item .item-button + .item-button {
  margin-right: 2px;
}

/* line 344, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block !important;
  position: static;
  width: auto;
}
/* line 350, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .profile-header {
  border-left: 1px solid #ddd8d3;
  padding: 15px;
  height: auto;
}
/* line 362, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .button-box .edit-profile {
  width: 100%;
}
/* line 365, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .button-box .logout-profile {
  margin-left: 0%;
  margin-top: 10px;
  width: 100%;
}
/* line 373, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .faq-container .faq-content .faq-content-inner {
  max-height: none;
  overflow: visible;
}
/* line 380, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .profile-item .profile-link {
  max-width: 100%;
}
/* line 384, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .profile-item.contact-item .profile-link {
  max-width: 65%;
}
/* line 389, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .profile-item.group-item .profile-link {
  max-width: 85%;
}
/* line 394, ../../sass/modules/_profile-container.scss */
.margin-column .profile-container .profile-item.bookmark-item .profile-link {
  max-width: 71%;
}

/* line 404, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-link {
  float: left;
  padding: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 410, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-link input {
  padding: 12px;
  border: solid 1px #ddd8d3;
}
/* line 414, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-link a {
  text-decoration: none;
  padding: 12px 0;
  display: inline-block;
}
/* line 418, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-link a:hover, .teaser .profile-item .profile-link a:focus {
  color: #EE0000;
}
/* line 422, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-link:before {
  content: "\00BB";
  margin-right: 5px;
  font-size: 21px;
  line-height: 0;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 432, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-text {
  float: left;
  padding: 12px 10px 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 438, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-text a {
  text-decoration: none;
}
/* line 440, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-text a:hover, .teaser .profile-item .profile-text a:focus {
  color: #EE0000;
}
/* line 444, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .profile-text:before {
  margin-right: 5px;
  font-size: 21px;
  line-height: 0;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 453, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .item-button {
  float: right;
  margin-top: 6px;
  width: 30px;
  height: 34px;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  line-height: normal;
}
/* line 465, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .item-button i {
  color: #444;
}
/* line 469, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .item-button:hover i, .teaser .profile-item .item-button:focus i {
  color: #EE0000;
}
/* line 473, ../../sass/modules/_profile-container.scss */
.teaser .profile-item .item-button + .item-button {
  margin-right: 2px;
}

/* line 2, ../../sass/modules/_profile.scss */
.userprofileform.save-error {
  color: #EE0000;
}
/* line 5, ../../sass/modules/_profile.scss */
.userprofileform.save-success .fa {
  color: #94d523;
}

/* line 11, ../../sass/modules/_profile.scss */
.user-edit.save-error {
  color: #EE0000;
}
/* line 14, ../../sass/modules/_profile.scss */
.user-edit.save-success .fa {
  color: #94d523;
}

/* line 20, ../../sass/modules/_profile.scss */
#userimage-form #submit-image-fallback {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  cursor: pointer;
  background-color: #fff;
  color: #444;
  white-space: normal;
  width: 100%;
}
/* line 27, ../../sass/modules/_profile.scss */
#userimage-form #submit-image-fallback:hover {
  color: #90011f;
}

/* line 42, ../../sass/modules/_profile.scss */
.profile-form .group-headline {
  border-top: 1px solid #ddd8d3;
  margin-top: 20px;
  padding-top: 30px;
}
/* line 47, ../../sass/modules/_profile.scss */
.profile-form form {
  padding-bottom: 30px;
}
/* line 49, ../../sass/modules/_profile.scss */
.profile-form form > div {
  margin-bottom: 0 !important;
}
/* line 54, ../../sass/modules/_profile.scss */
.profile-form form h2 span {
  color: #a3988e;
}
/* line 58, ../../sass/modules/_profile.scss */
.profile-form form p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 107.1%;
}
/* line 62, ../../sass/modules/_profile.scss */
.profile-form form p a {
  position: relative;
  text-decoration: none;
}
/* line 65, ../../sass/modules/_profile.scss */
.profile-form form p a:after {
  content: "\00BB";
  margin-left: 5px;
  font-size: 21px;
  top: -7px;
  color: #EE0000;
  position: absolute;
}
/* line 75, ../../sass/modules/_profile.scss */
.profile-form form fieldset {
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
}
/* line 79, ../../sass/modules/_profile.scss */
.profile-form form fieldset.newsletter {
  margin-bottom: 60px;
  font-size: 107.1%;
}
/* line 83, ../../sass/modules/_profile.scss */
.profile-form form fieldset.user-name {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd8d3;
}
/* line 87, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications {
  padding: 0;
  border: 1px solid #ddd8d3;
}
/* line 90, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications ul {
  margin: 0;
  list-style: none;
  position: relative;
}
/* line 94, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications ul li {
  height: auto;
  padding: 15px 5px;
  margin-left: 0;
  border-top: 1px solid #ddd8d3;
}
/* line 99, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications ul li input[type=radio] {
  width: 5%;
  height: auto;
  float: left;
  min-width: 0;
  margin-right: 1%;
  margin-left: 0;
  font-size: 18px;
  position: relative;
  top: 4px;
}
/* line 110, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications ul li span {
  width: 94%;
  display: block;
  float: left;
}
/* line 115, ../../sass/modules/_profile.scss */
.profile-form form fieldset.notifications ul li:first-child {
  border-top: none;
}
/* line 121, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics {
  border: 1px solid #ddd8d3;
}
/* line 123, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics ul.ym-gl, .profile-form form fieldset.news-topics ul.ym-gr {
  margin: 0;
  list-style: none;
  padding: 20px 30px;
  position: relative;
}
/* line 128, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics ul.ym-gl li, .profile-form form fieldset.news-topics ul.ym-gr li {
  height: auto;
  padding: 10px 0;
  margin-left: 0;
}
/* line 132, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics ul.ym-gl li input[type=radio],
.profile-form form fieldset.news-topics ul.ym-gl li input[type=checkbox], .profile-form form fieldset.news-topics ul.ym-gr li input[type=radio],
.profile-form form fieldset.news-topics ul.ym-gr li input[type=checkbox] {
  width: 10%;
  height: auto;
  float: left;
  min-width: 0;
  margin-right: 2%;
  margin-left: 0;
  font-size: 18px;
  position: relative;
  top: 4px;
}
/* line 144, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics ul.ym-gl li span, .profile-form form fieldset.news-topics ul.ym-gr li span {
  width: 88%;
  display: block;
  float: left;
}
/* line 152, ../../sass/modules/_profile.scss */
.profile-form form fieldset.news-topics ul.ym-gl:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0;
  right: -15px;
  background-image: url('../images/arrow-border.png');
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 166, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend {
  width: 100%;
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 16px;
}
/* line 171, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend .ym-g50,
.profile-form form fieldset.profile-group legend > div {
  margin-bottom: 0;
}
/* line 175, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend .ym-g50 {
  width: 30%;
  padding-right: 0;
}
/* line 178, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend .ym-g50.ym-gr {
  width: 70%;
  text-align: right;
  padding-left: 0;
}
/* line 184, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend input[type=radio] {
  width: auto;
  min-width: 0;
  position: static;
  top: auto;
  margin-right: 2.5px;
  margin-left: 2.5px;
  font-size: 18px;
}
/* line 193, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group legend span {
  font-size: 11px;
  position: relative;
  bottom: 2px;
}
/* line 199, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner {
  padding: 10px 0 10px 15px;
  margin-bottom: 0;
}
/* line 202, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .ym-g75 {
  width: 75%;
}
/* line 205, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .ym-g66 {
  width: 66.666%;
}
/* line 208, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .ym-g50 {
  width: 50%;
  margin-bottom: 0;
}
/* line 212, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .ym-g33 {
  width: 33.333%;
}
/* line 215, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .ym-g25 {
  width: 25%;
}
/* line 218, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .split-group {
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 221, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .split-group .input-cnt {
  width: 50%;
  float: right;
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 227, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .split-group .input-cnt:first-child {
  float: left;
  padding-left: 0;
}
/* line 233, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .input-cnt {
  margin-bottom: 5px;
  margin-top: 10px;
}
/* line 236, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .input-cnt label {
  font-size: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 241, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner .input-cnt input,
.profile-form form fieldset.profile-group .profile-group-inner .input-cnt select,
.profile-form form fieldset.profile-group .profile-group-inner .input-cnt textarea {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 248, ../../sass/modules/_profile.scss */
.profile-form form fieldset.profile-group .profile-group-inner input,
.profile-form form fieldset.profile-group .profile-group-inner select,
.profile-form form fieldset.profile-group .profile-group-inner textarea {
  padding: 5px;
}
/* line 256, ../../sass/modules/_profile.scss */
.profile-form form label {
  font-size: 16px;
  margin-top: 10px;
}
/* line 260, ../../sass/modules/_profile.scss */
.profile-form form .input-cnt {
  margin-bottom: 20px;
}
/* line 263, ../../sass/modules/_profile.scss */
.profile-form form input,
.profile-form form textarea {
  width: auto;
  min-width: 50%;
}
/* line 268, ../../sass/modules/_profile.scss */
.profile-form form select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 273, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons {
  padding: 25px 0 0 0;
  margin-bottom: 0;
  border-top: 1px solid #ddd8d3;
}
/* line 277, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons .large-form-button {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/* line 282, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons .transparent-form-button {
  float: right;
}
/* line 285, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons .decline-button,
.profile-form form .profile-form-buttons .send-button {
  display: block;
  padding: 10px 20px;
  float: right;
  width: 48%;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 1% 0 1%;
}
/* line 301, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons .decline-button i,
.profile-form form .profile-form-buttons .send-button i {
  margin-right: 10px;
}
/* line 304, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons .decline-button:hover, .profile-form form .profile-form-buttons .decline-button:focus,
.profile-form form .profile-form-buttons .send-button:hover,
.profile-form form .profile-form-buttons .send-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 309, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons button {
  margin-top: 0;
}
/* line 311, ../../sass/modules/_profile.scss */
.profile-form form .profile-form-buttons button:after {
  content: normal;
}
@media only screen and (max-width: 440px) {
  /* line 318, ../../sass/modules/_profile.scss */
  .profile-form form .profile-form-buttons .decline-button,
  .profile-form form .profile-form-buttons .send-button {
    width: 100%;
  }
  /* line 322, ../../sass/modules/_profile.scss */
  .profile-form form .profile-form-buttons .decline-button {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* line 328, ../../sass/modules/_profile.scss */
.profile-form form .large-form-button {
  display: block;
  width: auto;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 343, ../../sass/modules/_profile.scss */
.profile-form form .large-form-button:after {
  content: none;
}
/* line 346, ../../sass/modules/_profile.scss */
.profile-form form .large-form-button:hover, .profile-form form .large-form-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 351, ../../sass/modules/_profile.scss */
.profile-form form .transparent-form-button {
  display: block;
  width: auto;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #a3988e;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 366, ../../sass/modules/_profile.scss */
.profile-form form .transparent-form-button:after {
  content: none;
}
/* line 369, ../../sass/modules/_profile.scss */
.profile-form form .transparent-form-button:hover, .profile-form form .transparent-form-button:focus {
  color: #EE0000;
}
/* line 373, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box {
  padding-right: 25px;
}
/* line 375, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .avatar {
  border: 8px solid #ddd8d3;
  display: block !important;
}
/* line 378, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .avatar.contact-person {
  border-color: #EE0000;
}
/* line 382, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box {
  margin-bottom: 25px;
}
/* line 385, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box button, .profile-form form .avatar-box .button-box label.upload {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  margin-top: 15px;
  float: left;
  font-size: 13px;
  text-align: center;
  color: #444;
}
/* line 397, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box button i, .profile-form form .avatar-box .button-box label.upload i {
  color: #EE0000;
  margin-right: 5px;
}
/* line 401, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box button:after, .profile-form form .avatar-box .button-box label.upload:after {
  content: none;
}
/* line 404, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box button:hover, .profile-form form .avatar-box .button-box button:focus, .profile-form form .avatar-box .button-box label.upload:hover, .profile-form form .avatar-box .button-box label.upload:focus {
  color: #EE0000;
}
/* line 408, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box label.upload {
  width: 100%;
  cursor: pointer;
  font-family: "spar-regular",Arial,Helvetica,sans-serif;
}
/* line 413, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box .button-box #attachments {
  display: block;
  position: absolute;
  margin-top: -5000px;
  left: 0;
  top: -5000px;
  width: 0;
  heigt: 0;
}
/* line 424, ../../sass/modules/_profile.scss */
.profile-form form .avatar-box p {
  color: #a3988e;
  font-style: italic;
  font-size: 100%;
}
@media only screen and (max-width: 880px) {
  /* line 439, ../../sass/modules/_profile.scss */
  .profile-form .avatar-form {
    padding-right: 0 !important;
    width: 50% !important;
  }
  /* line 442, ../../sass/modules/_profile.scss */
  .profile-form .avatar-form .avatar-box {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 449, ../../sass/modules/_profile.scss */
  .profile-form form .avatar-box {
    margin-right: 0;
  }
  /* line 455, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.notifications ul li {
    padding: 15px 10px;
  }
  /* line 457, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.notifications ul li input[type=radio] {
    width: 7%;
    margin-right: 4%;
  }
  /* line 461, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.notifications ul li span {
    width: 89%;
  }
  /* line 469, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.profile-group legend .ym-g50 {
    text-align: left !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 474, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.profile-group legend .ym-g50.ym-gr {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd8d3;
  }
  /* line 480, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.profile-group legend input[type=radio]:first-child {
    margin-left: 0;
  }
  /* line 484, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.profile-group .profile-group-inner {
    padding: 10px 0 10px 0;
  }
  /* line 489, ../../sass/modules/_profile.scss */
  .profile-form form input,
  .profile-form form textarea {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 498, ../../sass/modules/_profile.scss */
  .profile-form form.avatar-form {
    width: 100% !important;
  }
  /* line 501, ../../sass/modules/_profile.scss */
  .profile-form form .large-form-button,
  .profile-form form .transparent-form-button {
    width: 100%;
  }
  /* line 506, ../../sass/modules/_profile.scss */
  .profile-form form .profile-form-buttons .large-form-button {
    margin-left: 0;
  }
  /* line 509, ../../sass/modules/_profile.scss */
  .profile-form form .profile-form-buttons .transparent-form-button {
    margin-top: 20px;
  }
  /* line 514, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.news-topics ul.ym-gr {
    border-top: 1px solid #ddd8d3;
  }
  /* line 518, ../../sass/modules/_profile.scss */
  .profile-form form fieldset.news-topics ul.ym-gl:after {
    content: none;
  }
}

/* line 526, ../../sass/modules/_profile.scss */
.profile-data-static-position {
  color: #a3988e;
  margin-bottom: 0 !important;
  margin-left: 34%;
}

@media only screen and (max-width: 640px) {
  /* line 532, ../../sass/modules/_profile.scss */
  .profile-data-static-position {
    margin-left: 0;
  }
}
/* line 537, ../../sass/modules/_profile.scss */
.focus-container .focus-list {
  list-style: none;
}
/* line 539, ../../sass/modules/_profile.scss */
.focus-container .focus-list li {
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd8d3;
  position: relative;
  top: 2px;
  margin-left: 0;
}
/* line 545, ../../sass/modules/_profile.scss */
.focus-container .focus-list li input {
  width: 7%;
  float: left;
  height: auto;
  position: relative;
  top: 3px;
}
/* line 552, ../../sass/modules/_profile.scss */
.focus-container .focus-list li:first-child {
  border: none;
}
/* line 557, ../../sass/modules/_profile.scss */
.focus-container span {
  float: left;
  margin-left: 2%;
  width: 91%;
}
/* line 562, ../../sass/modules/_profile.scss */
.focus-container button {
  -webkit-border-radius: 4px;
  border: 1px solid #EE0000;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  background-color: #EE0000;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
/* line 575, ../../sass/modules/_profile.scss */
.focus-container button:hover {
  color: #EE0000;
  background-color: #fff;
}

/* line 581, ../../sass/modules/_profile.scss */
.bookmark-container {
  border: 1px solid #ddd8d3;
  margin-bottom: 20px;
  padding: 15px 15px 5px 15px;
  position: relative;
}
/* line 586, ../../sass/modules/_profile.scss */
.bookmark-container .create-profile-bookmark {
  float: left;
  width: 80%;
  text-decoration: none;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
/* line 594, ../../sass/modules/_profile.scss */
.bookmark-container .create-profile-bookmark i {
  color: #444;
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 24px;
}
/* line 601, ../../sass/modules/_profile.scss */
.bookmark-container .create-profile-bookmark:after {
  padding: 0 3px;
  content: "\00BB";
  font-size: 21px;
  color: #EE0000;
}
/* line 608, ../../sass/modules/_profile.scss */
.bookmark-container .create-profile-bookmark:hover i, .bookmark-container .create-profile-bookmark:focus i {
  color: #EE0000;
}
/* line 613, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons {
  float: right;
  width: 20%;
}
/* line 616, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons .bookmark-delete,
.bookmark-container .bookmark-buttons .bookmark-edit {
  float: right;
  height: 30px;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 3px 5px 7px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  margin-left: 10px;
}
/* line 631, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons .bookmark-delete i,
.bookmark-container .bookmark-buttons .bookmark-edit i {
  font-size: 20px;
}
/* line 634, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons .bookmark-delete:hover, .bookmark-container .bookmark-buttons .bookmark-delete:focus,
.bookmark-container .bookmark-buttons .bookmark-edit:hover,
.bookmark-container .bookmark-buttons .bookmark-edit:focus {
  color: #EE0000;
}
/* line 638, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons .bookmark-delete {
  margin-left: 0;
  padding-right: 7px;
  padding-top: 3px;
}
/* line 642, ../../sass/modules/_profile.scss */
.bookmark-container .bookmark-buttons .bookmark-delete:hover, .bookmark-container .bookmark-buttons .bookmark-delete:focus {
  background-color: #fff;
}

/* line 650, ../../sass/modules/_profile.scss */
.user-edit textarea {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
}
/* line 653, ../../sass/modules/_profile.scss */
.user-edit fieldset {
  padding-bottom: 20px;
}
/* line 655, ../../sass/modules/_profile.scss */
.user-edit fieldset label {
  float: left;
  width: 150px;
}
/* line 659, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt {
  padding: 15px;
  position: relative;
  top: -19px;
}
/* line 663, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt select {
  width: 50%;
}
/* line 666, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt input {
  width: 50%;
  border: 1px solid #ddd8d3;
  padding: 5px;
}
/* line 671, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt .radio-box {
  padding-left: 5px;
  padding-bottom: 5px;
  margin-left: 130px;
  top: 6px;
  position: relative;
}
/* line 677, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt .radio-box input {
  top: 2px;
  position: relative;
  width: 15px;
}
/* line 683, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt textarea {
  width: 50%;
  height: 100px;
  border: 1px solid #ddd8d3;
}
/* line 688, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt select {
  width: 50%;
}
/* line 691, ../../sass/modules/_profile.scss */
.user-edit fieldset .input-cnt ul {
  width: 50%;
}
/* line 696, ../../sass/modules/_profile.scss */
.user-edit fieldset .button-pos p {
  margin: 0 0 0.5em 0;
}
/* line 700, ../../sass/modules/_profile.scss */
.user-edit fieldset .data-form {
  margin-top: 7px;
}
/* line 703, ../../sass/modules/_profile.scss */
.user-edit fieldset .group-pos {
  top: -15px;
}
/* line 705, ../../sass/modules/_profile.scss */
.user-edit fieldset .group-pos ul {
  list-style-type: none;
  float: left;
}
/* line 708, ../../sass/modules/_profile.scss */
.user-edit fieldset .group-pos ul li {
  margin-left: 0;
}
/* line 711, ../../sass/modules/_profile.scss */
.user-edit fieldset .group-pos ul.groups {
  list-style-type: initial;
}
/* line 717, ../../sass/modules/_profile.scss */
.user-edit .save-button,
.user-edit .decline-button,
.user-edit .send-button {
  display: block;
  width: 130px;
  margin-bottom: 30px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 18px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 735, ../../sass/modules/_profile.scss */
.user-edit .save-button:hover, .user-edit .save-button:focus,
.user-edit .decline-button:hover,
.user-edit .decline-button:focus,
.user-edit .send-button:hover,
.user-edit .send-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 740, ../../sass/modules/_profile.scss */
.user-edit .save-button {
  float: left;
}
/* line 743, ../../sass/modules/_profile.scss */
.user-edit .send-button {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  /* line 750, ../../sass/modules/_profile.scss */
  .user-edit fieldset label {
    float: none;
  }
  /* line 753, ../../sass/modules/_profile.scss */
  .user-edit fieldset .input-cnt {
    top: 0;
    padding: 10px;
    margin-left: -10px;
  }
  /* line 757, ../../sass/modules/_profile.scss */
  .user-edit fieldset .input-cnt input {
    width: 100%;
  }
  /* line 760, ../../sass/modules/_profile.scss */
  .user-edit fieldset .input-cnt .radio-box {
    margin-left: -5px;
  }
  /* line 763, ../../sass/modules/_profile.scss */
  .user-edit fieldset .input-cnt textarea {
    width: 100%;
  }
}
/* line 772, ../../sass/modules/_profile.scss */
.remove-user img {
  border: 4px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90px;
}
/* line 780, ../../sass/modules/_profile.scss */
.remove-user .input-cnt p {
  margin: 1.5em 0 0.5em 0;
}
/* line 783, ../../sass/modules/_profile.scss */
.remove-user .input-cnt input {
  width: auto;
  margin-right: 5px;
  top: 1px;
  position: relative;
}

/* line 1, ../../sass/modules/_glossary.scss */
.glossary-selector {
  margin: 0;
  list-style: none;
  margin-bottom: 38px;
}
/* line 5, ../../sass/modules/_glossary.scss */
.glossary-selector li {
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  font-family: 'spar-bd',sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}
/* line 13, ../../sass/modules/_glossary.scss */
.glossary-selector li a {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd8d3;
  background-color: #f7f7f7;
  padding: 3px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
/* line 23, ../../sass/modules/_glossary.scss */
.glossary-selector li a.notAvailable {
  color: #a3988e;
  cursor: default;
}
/* line 26, ../../sass/modules/_glossary.scss */
.glossary-selector li a.notAvailable:hover, .glossary-selector li a.notAvailable:focus {
  background-color: #f7f7f7;
  color: #a3988e;
}
/* line 31, ../../sass/modules/_glossary.scss */
.glossary-selector li a:hover, .glossary-selector li a:focus {
  background-color: #EE0000;
  color: #fff;
}

/* line 38, ../../sass/modules/_glossary.scss */
.glossary-index {
  margin: 0;
  list-style: none;
  padding-right: 20px;
}
/* line 42, ../../sass/modules/_glossary.scss */
.glossary-index li {
  border-bottom: 1px solid #ddd8d3;
  padding: 3px 0 10px 0;
  margin-right: 0;
  margin-left: 0;
}
/* line 47, ../../sass/modules/_glossary.scss */
.glossary-index li a {
  display: block;
  text-decoration: none;
}
/* line 50, ../../sass/modules/_glossary.scss */
.glossary-index li a:hover, .glossary-index li a:focus {
  color: #EE0000;
}
/* line 53, ../../sass/modules/_glossary.scss */
.glossary-index li a:after {
  content: "\00BB";
  margin-left: 10px;
  font-size: 21px;
  top: 1px;
  color: #EE0000;
  position: relative;
}
@media only screen and (max-width: 640px) {
  /* line 38, ../../sass/modules/_glossary.scss */
  .glossary-index {
    padding-right: 0;
  }
}

/* line 71, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner {
  width: auto;
  padding-left: 20px;
}
/* line 74, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner h2 {
  color: #EE0000;
}
/* line 76, ../../sass/modules/_glossary.scss */
.glossary-content .textcntinner h2 span {
  font-size: 100%;
  line-height: inherit;
}
@media only screen and (max-width: 880px) and (min-width: 640px) {
  /* line 70, ../../sass/modules/_glossary.scss */
  .glossary-content {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  /* line 88, ../../sass/modules/_glossary.scss */
  .glossary-content .textcntinner {
    padding-left: 0;
  }
}

/* line 1, ../../sass/modules/_groups.scss */
.group-headline {
  margin-bottom: 20px;
  margin-top: 40px;
}

/* line 5, ../../sass/modules/_groups.scss */
.group-container {
  border: 1px solid #ddd8d3;
  margin-bottom: 20px;
}
/* line 8, ../../sass/modules/_groups.scss */
.group-container .group-header {
  padding: 15px 15px 5px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd8d3;
  position: relative;
}
/* line 13, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 {
  margin-bottom: 0;
}
/* line 15, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 > i {
  color: #444;
  position: absolute;
  top: 16px;
  left: 15px;
}
/* line 20, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 > i .fa-stack-1x, .group-container .group-header .ym-g50 > i .fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 25, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 > i .fa-inverse {
  color: #f7f7f7;
  left: 1px;
  top: -1px;
}
/* line 30, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 > i .fa-stack-1x {
  line-height: inherit;
  left: 18px;
  top: -2px;
  font-size: 24px;
}
/* line 36, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 > i .fa-stack-2x {
  font-size: 28px;
}
/* line 40, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 h3 {
  float: left;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0 10px 50px;
}
/* line 46, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 .moderator,
.group-container .group-header .ym-g50 .board {
  float: right;
  height: 30px;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 64, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 .moderator i,
.group-container .group-header .ym-g50 .board i {
  padding-right: 10px;
  font-size: 15px;
}
/* line 68, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 .moderator:hover, .group-container .group-header .ym-g50 .moderator:focus,
.group-container .group-header .ym-g50 .board:hover,
.group-container .group-header .ym-g50 .board:focus {
  color: #EE0000;
}
/* line 72, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 .board {
  border-color: #EE0000;
  color: #fff;
  margin-left: 10px;
  background-color: #EE0000;
}
/* line 77, ../../sass/modules/_groups.scss */
.group-container .group-header .ym-g50 .board:hover, .group-container .group-header .ym-g50 .board:focus {
  background-color: #fff;
}
/* line 84, ../../sass/modules/_groups.scss */
.group-container .group-inner-container {
  padding: 20px;
}
/* line 86, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .details {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 5px 0;
}
/* line 92, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .details:after {
  content: "\203a";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
  top: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 106, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .details span {
  display: none;
}
/* line 111, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .details-selected span {
  display: inline;
}
/* line 114, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .details-selected:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 122, ../../sass/modules/_groups.scss */
.group-container .group-inner-container p {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 126, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-intro {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 131, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-totals {
  font-size: 16px;
}
/* line 134, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-visibility {
  display: block;
}
/* line 138, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-buttons a {
  float: left;
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 7px 10px 7px 36px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 32.333%;
  margin: 20px 0 0 1.5%;
  position: relative;
}
/* line 153, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-buttons a i {
  display: inline-block;
  position: absolute;
  left: 12px;
}
/* line 159, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-buttons a:hover i, .group-container .group-inner-container .group-buttons a:focus i {
  color: #EE0000;
}
/* line 163, ../../sass/modules/_groups.scss */
.group-container .group-inner-container .group-buttons a:first-child {
  margin: 20px 0 0 0;
}
/* line 169, ../../sass/modules/_groups.scss */
.group-container > .member-box {
  padding: 15px;
}
/* line 171, ../../sass/modules/_groups.scss */
.group-container > .member-box .member-mail {
  width: 48%;
  float: left;
}
/* line 175, ../../sass/modules/_groups.scss */
.group-container > .member-box .group-buttons {
  float: right;
}
/* line 177, ../../sass/modules/_groups.scss */
.group-container > .member-box .group-buttons a {
  margin: 0;
  width: auto;
}
/* line 180, ../../sass/modules/_groups.scss */
.group-container > .member-box .group-buttons a:first-child {
  margin: 0;
}
@media only screen and (max-width: 880px) {
  /* line 5, ../../sass/modules/_groups.scss */
  .group-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  /* line 191, ../../sass/modules/_groups.scss */
  .group-container .group-header .ym-g50 {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 194, ../../sass/modules/_groups.scss */
  .group-container .group-header .ym-g50 .moderator {
    margin-top: 10px;
    float: left;
    width: 49%;
  }
  /* line 199, ../../sass/modules/_groups.scss */
  .group-container .group-header .ym-g50 .board {
    margin-top: 10px;
    width: 49%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 210, ../../sass/modules/_groups.scss */
  .group-container .group-inner-container .group-buttons a {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* line 214, ../../sass/modules/_groups.scss */
  .group-container .group-inner-container .group-buttons a:first-child {
    margin: 20px 0 0 0;
  }
  /* line 223, ../../sass/modules/_groups.scss */
  .group-container .member-box .group-buttons a:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 564px) {
  /* line 232, ../../sass/modules/_groups.scss */
  .group-container .member-box .member-mail {
    width: 100%;
  }
  /* line 235, ../../sass/modules/_groups.scss */
  .group-container .member-box .group-buttons {
    width: 100%;
  }
  /* line 238, ../../sass/modules/_groups.scss */
  .group-container .member-box .group-buttons a:first-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 247, ../../sass/modules/_groups.scss */
  .group-container .group-header h3 {
    font-size: 16px;
  }
  /* line 251, ../../sass/modules/_groups.scss */
  .group-container .group-header .ym-g50 .moderator {
    margin-top: 10px;
    float: none;
    width: 100%;
  }
  /* line 256, ../../sass/modules/_groups.scss */
  .group-container .group-header .ym-g50 .board {
    float: none;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
  /* line 264, ../../sass/modules/_groups.scss */
  .group-container .group-text {
    padding: 15px;
  }
}

/* line 271, ../../sass/modules/_groups.scss */
.js .group-container .group-visibility {
  display: none;
}

/* line 1, ../../sass/modules/_forums.scss */
.forum.forum-thread {
  margin: 40px 0;
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 40px;
}
/* line 5, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item {
  margin-bottom: 20px;
  border: 1px solid #ddd8d3;
}
/* line 8, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .ym-gl {
  margin-bottom: 0;
}
/* line 11, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header {
  background-color: #f7f7f7;
  padding: 11px 25px;
}
/* line 14, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .ym-g50 {
  margin-bottom: 0;
}
/* line 17, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .avatar-box {
  float: left;
  position: relative;
  padding-right: 10%;
}
/* line 21, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .avatar-box .avatar {
  width: 81.4px;
  display: block;
  padding-right: 7.4px;
}
/* line 26, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .avatar-box i {
  background-color: #fff;
  position: absolute;
  color: #EE0000;
  padding: 3px 5px 1px 4px;
  font-size: 15px;
  bottom: 0;
  left: 0;
}
/* line 36, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header h3 {
  margin-bottom: 0;
  font-size: 18px;
  float: left;
  padding: 6px 0;
  margin-right: 6%;
  max-width: 44%;
}
/* line 44, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header h6 {
  margin: 0;
}
/* line 47, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .location {
  padding: 6px 0;
  font-size: 13px;
  float: left;
  max-width: 50%;
  display: block;
}
/* line 54, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .date-time {
  padding: 6px 0;
  font-size: 13px;
  float: right;
  max-width: 50%;
  display: block;
}
/* line 61, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .quote-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 6px 10px;
  margin-left: 6%;
  max-width: 44%;
  display: block;
  float: right;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 79, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .quote-button i {
  margin-right: 10px;
}
/* line 82, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .quote-button:hover, .forum.forum-thread .thread-item .thread-header .quote-button:focus {
  color: #EE0000;
}
/* line 86, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-header .quote-button-width {
  width: 45%;
}
/* line 90, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-sub {
  padding: 11px 25px;
  font-size: 13px;
  color: #a3988e;
  text-align: right;
  border-top: 1px solid #ddd8d3;
}
/* line 96, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-sub .ym-g50.ym-gl {
  text-align: left;
  margin-bottom: 0;
}
/* line 100, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-sub .ym-g50.ym-gr {
  text-align: right;
  margin-bottom: 0;
}
/* line 104, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-sub a {
  text-decoration: none;
}
/* line 107, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-sub .fa {
  font-size: 16px;
  margin-right: 10px;
  line-height: 0;
}
/* line 113, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container {
  padding: 25px;
  border-top: 1px solid #ddd8d3;
}
/* line 116, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .textcntinner {
  width: auto;
}
/* line 118, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .textcntinner a {
  font-size: 13px;
  text-decoration: none;
}
/* line 123, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .wysiwyg {
  margin-left: 120px;
  margin-bottom: 20px;
}
/* line 126, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .wysiwyg img {
  width: 100%;
}
/* line 130, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .quote {
  padding: 10px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  margin: 10px 0 0 0;
  background-color: #f7f7f7;
  border: 1px solid #ddd8d3;
}
/* line 139, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner {
  height: auto !important;
  width: 100% !important;
  margin-top: 20px;
}
/* line 143, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item {
  float: right;
  position: static;
}
/* line 146, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item * {
  background-image: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* line 154, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item tr:first-child, .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item tr:last-child,
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item .x-btn-ml, .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item .x-btn-mr {
  display: none;
}
/* line 158, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 14px;
  height: 38px;
}
/* line 175, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item button:hover, .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item button:focus {
  color: #EE0000;
}
/* line 180, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item:first-child button {
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  margin-left: 10px;
}
/* line 185, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item:first-child button:hover, .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item:first-child button:focus {
  color: #EE0000;
  background-color: #fff;
}
/* line 189, ../../sass/modules/_forums.scss */
.forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item:first-child button:before {
  content: "";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  /* line 143, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item {
    width: 100% !important;
    float: none;
  }
  /* line 199, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item button {
    width: 100%;
  }
  /* line 203, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .x-box-inner .x-btn.x-btn-noicon.x-box-item:first-child button {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 216, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-header h3 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 9px;
  }
  /* line 222, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-header .location {
    float: none;
    max-width: 100%;
  }
  /* line 226, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-header .date-time {
    float: right;
    max-width: 100%;
    text-align: right;
    clear: both;
  }
  /* line 232, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-header .quote-button {
    float: right;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  /* line 240, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .avatar-box {
    float: none;
    margin-bottom: 20px;
  }
  /* line 244, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .textcntinner {
    margin-left: 0;
  }
  /* line 247, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container .wysiwyg {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 254, ../../sass/modules/_forums.scss */
  .forum.forum-thread .ym-g50.ym-gl,
  .forum.forum-thread .ym-g50.ym-gr {
    width: 50% !important;
  }
  /* line 259, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-header {
    padding: 11px 15px;
  }
  /* line 262, ../../sass/modules/_forums.scss */
  .forum.forum-thread .thread-item .thread-container {
    padding: 15px;
  }
}

/* line 270, ../../sass/modules/_forums.scss */
.forum .dl-form div {
  margin-bottom: 10px;
}
/* line 272, ../../sass/modules/_forums.scss */
.forum .dl-form div.input-cnt {
  position: relative;
}
/* line 274, ../../sass/modules/_forums.scss */
.forum .dl-form div.input-cnt.ym-clearfix {
  margin-bottom: 20px;
}
/* line 277, ../../sass/modules/_forums.scss */
.forum .dl-form div.input-cnt.file {
  margin: 20px 0;
}
/* line 282, ../../sass/modules/_forums.scss */
.forum .dl-form .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: 0 10px 0 0 !important;
  float: left;
}
/* line 293, ../../sass/modules/_forums.scss */
.forum .dl-form .remove-saved-file:hover, .forum .dl-form .remove-saved-file:focus {
  background-position: 0px -46px;
}
/* line 298, ../../sass/modules/_forums.scss */
.forum .dl-form .upload-button label {
  cursor: pointer;
}

/* line 305, ../../sass/modules/_forums.scss */
.forum.unviewed .button.mark-all-read {
  display: block;
  padding: 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  float: left;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 318, ../../sass/modules/_forums.scss */
.forum.unviewed .button.mark-all-read i {
  margin-right: 10px;
}
/* line 321, ../../sass/modules/_forums.scss */
.forum.unviewed .button.mark-all-read:hover, .forum.unviewed .button.mark-all-read:focus {
  background-color: #fff;
  color: #EE0000;
}

/* line 1, ../../sass/modules/_item-lists.scss */
.item-lists {
  border-bottom: 1px solid #ddd8d3;
  margin-bottom: 25px;
  margin-right: 10px;
  padding-bottom: 30px;
  width: 100%;
}
/* line 7, ../../sass/modules/_item-lists.scss */
.item-lists .radio-box-wrapper {
  padding-top: 15px;
  text-align: center;
  border: 1px solid #ddd8d3;
  margin-bottom: 15px;
  background-color: #f7f7f7;
}
/* line 13, ../../sass/modules/_item-lists.scss */
.item-lists .radio-box-wrapper .radio-box {
  margin: 0 15px 15px 15px;
  display: inline-block;
}
/* line 16, ../../sass/modules/_item-lists.scss */
.item-lists .radio-box-wrapper .radio-box input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 23, ../../sass/modules/_item-lists.scss */
.item-lists .item-list-error-text {
  padding-top: 10px;
}
/* line 26, ../../sass/modules/_item-lists.scss */
.item-lists.group-items, .item-lists.request-items {
  border-top: none;
  padding-top: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
/* line 34, ../../sass/modules/_item-lists.scss */
.item-lists.group-items .item-list-header, .item-lists.request-items .item-list-header {
  margin-bottom: 10px;
  color: #a3988e;
  background-color: #f7f7f7;
  display: table;
  padding: 10px 0 10px 84px;
  width: 100%;
}
/* line 41, ../../sass/modules/_item-lists.scss */
.item-lists.group-items .item-list-header div, .item-lists.request-items .item-list-header div {
  margin-bottom: 0;
  display: table-cell;
  width: 16.6665%;
  font-size: 12px;
  font-family: 'spar-bd',sans-serif;
  text-align: center;
}
/* line 48, ../../sass/modules/_item-lists.scss */
.item-lists.group-items .item-list-header div:first-child, .item-lists.request-items .item-list-header div:first-child {
  width: 66.666%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 41, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items .item-list-header div, .item-lists.request-items .item-list-header div {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 41, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items .item-list-header div, .item-lists.request-items .item-list-header div {
    width: 25%;
  }
  /* line 57, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items .item-list-header div:first-child, .item-lists.request-items .item-list-header div:first-child {
    width: 50%;
  }
}
/* line 65, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a, .item-lists.group-items ul li .item-inner, .item-lists.request-items ul li > a, .item-lists.request-items ul li .item-inner {
  padding: 25px 0 25px 84px;
}
/* line 67, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a .item-content-left, .item-lists.group-items ul li .item-inner .item-content-left, .item-lists.request-items ul li > a .item-content-left, .item-lists.request-items ul li .item-inner .item-content-left {
  width: 66.666%;
  color: #a3988e;
}
/* line 70, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a .item-content-left .large-text, .item-lists.group-items ul li .item-inner .item-content-left .large-text, .item-lists.request-items ul li > a .item-content-left .large-text, .item-lists.request-items ul li .item-inner .item-content-left .large-text {
  color: #444;
}
/* line 74, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a .item-content-right, .item-lists.group-items ul li .item-inner .item-content-right, .item-lists.request-items ul li > a .item-content-right, .item-lists.request-items ul li .item-inner .item-content-right {
  width: 33.333%;
  color: #444;
}
/* line 77, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a .item-content-right span, .item-lists.group-items ul li .item-inner .item-content-right span, .item-lists.request-items ul li > a .item-content-right span, .item-lists.request-items ul li .item-inner .item-content-right span {
  float: right;
  text-align: center;
  display: block;
  white-space: normal;
  width: 50%;
  margin: 0 auto;
  overflow: visible;
  text-overflow: clip;
}
/* line 86, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a .item-content-right span:first-child, .item-lists.group-items ul li .item-inner .item-content-right span:first-child, .item-lists.request-items ul li > a .item-content-right span:first-child, .item-lists.request-items ul li .item-inner .item-content-right span:first-child {
  float: left;
}
/* line 93, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a:hover .item-content-left .large-text, .item-lists.group-items ul li > a:focus .item-content-left .large-text, .item-lists.group-items ul li .item-inner:hover .item-content-left .large-text, .item-lists.group-items ul li .item-inner:focus .item-content-left .large-text, .item-lists.request-items ul li > a:hover .item-content-left .large-text, .item-lists.request-items ul li > a:focus .item-content-left .large-text, .item-lists.request-items ul li .item-inner:hover .item-content-left .large-text, .item-lists.request-items ul li .item-inner:focus .item-content-left .large-text {
  color: #EE0000;
}
/* line 97, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a:hover.unread, .item-lists.group-items ul li > a:focus.unread, .item-lists.group-items ul li .item-inner:hover.unread, .item-lists.group-items ul li .item-inner:focus.unread, .item-lists.request-items ul li > a:hover.unread, .item-lists.request-items ul li > a:focus.unread, .item-lists.request-items ul li .item-inner:hover.unread, .item-lists.request-items ul li .item-inner:focus.unread {
  color: #EE0000;
}
/* line 100, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li > a:hover.unread .item-content-left .large-text, .item-lists.group-items ul li > a:focus.unread .item-content-left .large-text, .item-lists.group-items ul li .item-inner:hover.unread .item-content-left .large-text, .item-lists.group-items ul li .item-inner:focus.unread .item-content-left .large-text, .item-lists.request-items ul li > a:hover.unread .item-content-left .large-text, .item-lists.request-items ul li > a:focus.unread .item-content-left .large-text, .item-lists.request-items ul li .item-inner:hover.unread .item-content-left .large-text, .item-lists.request-items ul li .item-inner:focus.unread .item-content-left .large-text {
  color: #EE0000;
}
@media only screen and (max-width: 480px) {
  /* line 107, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul li > a .item-content-left,
  .item-lists.group-items ul li > a .item-content-right, .item-lists.group-items ul li .item-inner .item-content-left,
  .item-lists.group-items ul li .item-inner .item-content-right, .item-lists.request-items ul li > a .item-content-left,
  .item-lists.request-items ul li > a .item-content-right, .item-lists.request-items ul li .item-inner .item-content-left,
  .item-lists.request-items ul li .item-inner .item-content-right {
    width: 50%;
  }
}
/* line 116, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li .item-inner:hover .item-content-left .large-text, .item-lists.group-items ul li .item-inner:focus .item-content-left .large-text, .item-lists.request-items ul li .item-inner:hover .item-content-left .large-text, .item-lists.request-items ul li .item-inner:focus .item-content-left .large-text {
  color: #444;
}
/* line 120, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li .item-inner:hover.unread, .item-lists.group-items ul li .item-inner:focus.unread, .item-lists.request-items ul li .item-inner:hover.unread, .item-lists.request-items ul li .item-inner:focus.unread {
  color: #444;
}
/* line 123, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul li .item-inner:hover.unread .item-content-left .large-text, .item-lists.group-items ul li .item-inner:focus.unread .item-content-left .large-text, .item-lists.request-items ul li .item-inner:hover.unread .item-content-left .large-text, .item-lists.request-items ul li .item-inner:focus.unread .item-content-left .large-text {
  color: #444;
}
/* line 132, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner, .item-lists.request-items ul.groups-icon .item-inner {
  padding: 20px 20px 20px 84px;
}
/* line 134, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner > i, .item-lists.request-items ul.groups-icon .item-inner > i {
  color: #444;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 20px 20px;
}
/* line 141, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner > i .fa-stack-1x, .item-lists.group-items ul.groups-icon .item-inner > i .fa-stack-2x, .item-lists.request-items ul.groups-icon .item-inner > i .fa-stack-1x, .item-lists.request-items ul.groups-icon .item-inner > i .fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
/* line 146, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner > i .fa-stack-1x, .item-lists.request-items ul.groups-icon .item-inner > i .fa-stack-1x {
  line-height: inherit;
  left: 7px;
  top: 18px;
  font-size: 21px;
}
/* line 152, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner > i .fa-stack-2x, .item-lists.request-items ul.groups-icon .item-inner > i .fa-stack-2x {
  font-size: 24px;
  left: -7px;
}
/* line 156, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner > i .fa-inverse, .item-lists.request-items ul.groups-icon .item-inner > i .fa-inverse {
  color: #f7f7f7;
  left: -6.5px;
  top: 19px;
  position: absolute;
}
/* line 163, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .item-content-left, .item-lists.request-items ul.groups-icon .item-inner .item-content-left {
  width: 75%;
}
/* line 166, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .item-content-right, .item-lists.request-items ul.groups-icon .item-inner .item-content-right {
  width: 25%;
}
/* line 168, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .item-content-right span, .item-lists.request-items ul.groups-icon .item-inner .item-content-right span {
  float: none;
}
/* line 170, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .item-content-right span:first-child, .item-lists.request-items ul.groups-icon .item-inner .item-content-right span:first-child {
  float: none;
}
/* line 175, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .request-button, .item-lists.request-items ul.groups-icon .item-inner .request-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: normal;
}
/* line 187, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .request-button:hover, .item-lists.group-items ul.groups-icon .item-inner .request-button:focus, .item-lists.request-items ul.groups-icon .item-inner .request-button:hover, .item-lists.request-items ul.groups-icon .item-inner .request-button:focus {
  color: #EE0000;
}
/* line 191, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .actions-forms, .item-lists.request-items ul.groups-icon .item-inner .actions-forms {
  clear: both;
}
/* line 193, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest {
  display: none;
}
/* line 195, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest button, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest button {
  border: 1px solid #EE0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #EE0000;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  margin: 15px 0 0 0;
  width: 156px;
  color: #fff;
}
/* line 209, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest button:hover, .item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest button:focus, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest button:hover, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 214, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest textarea, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest textarea {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
  height: 100px;
  overflow-y: hidden;
  resize: none;
  margin: 20px 0 0 0;
}
/* line 225, ../../sass/modules/_item-lists.scss */
.item-lists.group-items ul.groups-icon .item-inner .message, .item-lists.request-items ul.groups-icon .item-inner .message {
  text-align: left;
  color: #EE0000;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 640px) {
  /* line 231, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right, .item-lists.request-items ul.groups-icon .item-inner .item-content-left,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right {
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 235, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left .request-button,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right .request-button, .item-lists.request-items ul.groups-icon .item-inner .item-content-left .request-button,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right .request-button {
    width: 48%;
    float: left;
    margin: 20px 0 0 2%;
  }
  /* line 239, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left .request-button:first-child,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right .request-button:first-child, .item-lists.request-items ul.groups-icon .item-inner .item-content-left .request-button:first-child,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right .request-button:first-child {
    margin: 20px 2% 0 0;
  }
  /* line 243, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left .message,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right .message, .item-lists.request-items ul.groups-icon .item-inner .item-content-left .message,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right .message {
    margin: 20px 0 0 0;
  }
  /* line 248, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest {
    margin-top: 25px;
    border-top: 1px solid #ddd8d3;
  }
  /* line 251, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest button, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest button {
    width: 48%;
  }
  /* line 254, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest textarea, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest textarea {
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 263, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left .request-button,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right .request-button, .item-lists.request-items ul.groups-icon .item-inner .item-content-left .request-button,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right .request-button {
    width: 100%;
    float: none;
    margin: 0;
  }
  /* line 267, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .item-content-left .request-button:first-child,
  .item-lists.group-items ul.groups-icon .item-inner .item-content-right .request-button:first-child, .item-lists.request-items ul.groups-icon .item-inner .item-content-left .request-button:first-child,
  .item-lists.request-items ul.groups-icon .item-inner .item-content-right .request-button:first-child {
    margin: 20px 0 10px 0;
  }
  /* line 274, ../../sass/modules/_item-lists.scss */
  .item-lists.group-items ul.groups-icon .item-inner .actions-forms .processRequest button, .item-lists.request-items ul.groups-icon .item-inner .actions-forms .processRequest button {
    width: 100%;
  }
}
/* line 284, ../../sass/modules/_item-lists.scss */
.item-lists.request-items {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 288, ../../sass/modules/_item-lists.scss */
.item-lists:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 293, ../../sass/modules/_item-lists.scss */
.item-lists .more-link {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
/* line 297, ../../sass/modules/_item-lists.scss */
.item-lists .more-link:hover, .item-lists .more-link:focus {
  color: #EE0000;
}
/* line 300, ../../sass/modules/_item-lists.scss */
.item-lists .more-link:after {
  content: "\00BB";
  margin-left: 15px;
  font-size: 21px;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 309, ../../sass/modules/_item-lists.scss */
.item-lists ul {
  margin: 0;
  list-style: none;
  padding: 10px 0 0 0;
}
/* line 313, ../../sass/modules/_item-lists.scss */
.item-lists ul li {
  border: 1px solid #ddd8d3;
  margin: 0 0 10px 0;
}
/* line 316, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a, .item-lists ul li .item-inner {
  position: relative;
  text-decoration: none;
  padding: 10px 25px 10px 84px;
  display: block;
}
/* line 321, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a .item-content-left, .item-lists ul li .item-inner .item-content-left {
  float: left;
  width: 75%;
  color: #444;
}
/* line 326, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a .item-content-right, .item-lists ul li .item-inner .item-content-right {
  float: right;
  text-align: right;
  width: 25%;
  line-height: 1.6;
  color: #a3988e;
}
@media only screen and (max-width: 640px) {
  /* line 334, ../../sass/modules/_item-lists.scss */
  .item-lists ul li > a .item-content-left,
  .item-lists ul li > a .item-content-right, .item-lists ul li .item-inner .item-content-left,
  .item-lists ul li .item-inner .item-content-right {
    float: none;
    width: 100%;
    text-align: left;
  }
}
/* line 341, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a span, .item-lists ul li > a .large-text, .item-lists ul li .item-inner span, .item-lists ul li .item-inner .large-text {
  display: block;
  width: 100%;
}
/* line 348, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a .large-text, .item-lists ul li .item-inner .large-text {
  font-size: 16px;
}
/* line 351, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a p, .item-lists ul li .item-inner p {
  font-size: 14px;
  color: #444;
  margin: 10px 0 0 0;
}
/* line 356, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a > .fa, .item-lists ul li .item-inner > .fa {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  padding: 20px 20px;
  height: 100%;
  background-color: #f7f7f7;
}
/* line 364, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a > .fa.unread, .item-lists ul li .item-inner > .fa.unread {
  /*&:after {
  	content: "";
  	border-radius: 50%;
  	width: 15px;
  	height: 15px;
  	background-color: $rot;
  	position: absolute;
  	top: 15px;
  	left: 12px;
  	border: 2px solid #fff;
  	@include box-shadow-no-ie(1px, 2px, 3px, rgba(0, 0, 0, 0.25));
  }*/
}
/* line 379, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a > .fa.inactive:after, .item-lists ul li .item-inner > .fa.inactive:after {
  content: "-";
  font-size: 12px;
  line-height: 0;
  padding: 5px 2px;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #EE0000;
  position: absolute;
  top: 15px;
  left: 12px;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}
/* line 397, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover, .item-lists ul li > a:focus, .item-lists ul li .item-inner:hover, .item-lists ul li .item-inner:focus {
  color: #444;
}
/* line 399, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover.unread, .item-lists ul li > a:focus.unread, .item-lists ul li .item-inner:hover.unread, .item-lists ul li .item-inner:focus.unread {
  color: #EE0000;
}
/* line 401, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover.unread .large-text, .item-lists ul li > a:focus.unread .large-text, .item-lists ul li .item-inner:hover.unread .large-text, .item-lists ul li .item-inner:focus.unread .large-text {
  color: #EE0000;
}
/* line 405, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover > .fa, .item-lists ul li > a:focus > .fa, .item-lists ul li .item-inner:hover > .fa, .item-lists ul li .item-inner:focus > .fa {
  color: #EE0000;
}
/* line 407, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover > .fa.unread, .item-lists ul li > a:focus > .fa.unread, .item-lists ul li .item-inner:hover > .fa.unread, .item-lists ul li .item-inner:focus > .fa.unread {
  color: #EE0000;
}
/* line 411, ../../sass/modules/_item-lists.scss */
.item-lists ul li > a:hover .large-text, .item-lists ul li > a:focus .large-text, .item-lists ul li .item-inner:hover .large-text, .item-lists ul li .item-inner:focus .large-text {
  color: #EE0000;
}
/* line 417, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover, .item-lists ul li .item-inner:focus {
  color: #444;
}
/* line 419, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover.unread, .item-lists ul li .item-inner:focus.unread {
  color: #444;
}
/* line 421, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover.unread .large-text, .item-lists ul li .item-inner:focus.unread .large-text {
  color: #444;
}
/* line 425, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover > .fa, .item-lists ul li .item-inner:focus > .fa {
  color: #444;
}
/* line 427, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover > .fa.unread, .item-lists ul li .item-inner:focus > .fa.unread {
  color: #444;
}
/* line 431, ../../sass/modules/_item-lists.scss */
.item-lists ul li .item-inner:hover .large-text, .item-lists ul li .item-inner:focus .large-text {
  color: #444;
}
/* line 439, ../../sass/modules/_item-lists.scss */
.item-lists ul.file-icon .fa:before {
  content: "\f15c";
}
/* line 445, ../../sass/modules/_item-lists.scss */
.item-lists ul.pin-icon .fa {
  font-size: 26px;
}
/* line 447, ../../sass/modules/_item-lists.scss */
.item-lists ul.pin-icon .fa:before {
  content: "\f08d";
}
/* line 458, ../../sass/modules/_item-lists.scss */
.item-lists.forum ul li > a > .fa.unread, .item-lists.forum ul li .item-inner > .fa.unread {
  padding: 25px 20px;
}
/* line 460, ../../sass/modules/_item-lists.scss */
.item-lists.forum ul li > a > .fa.unread:after, .item-lists.forum ul li .item-inner > .fa.unread:after {
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #EE0000;
  position: absolute;
  top: 15px;
  left: 12px;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_item-lists.scss */
  .item-lists {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 482, ../../sass/modules/_item-lists.scss */
  .item-lists .radio-box-wrapper {
    text-align: left;
  }
  /* line 484, ../../sass/modules/_item-lists.scss */
  .item-lists .radio-box-wrapper .radio-box {
    display: block;
  }
}

/* line 493, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .data-form,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form {
  width: 100%;
}
/* line 495, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .data-form > a,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px 10px;
  height: 100%;
  background-color: #f7f7f7;
}
/* line 503, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .data-form > a .avatar,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form > a .avatar {
  border: 2px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 34px;
}
/* line 509, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .data-form > a .avatar.contact-person,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form > a .avatar.contact-person {
  border-color: #EE0000;
}
/* line 512, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .data-form > a .avatar:hover, .contact-enquiry.group-items ul.groups-icon .item-inner .data-form > a .avatar:focus,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form > a .avatar:hover,
.contact-enquiry.request-items ul.groups-icon .item-inner .data-form > a .avatar:focus {
  border-color: #a3988e;
}
/* line 518, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .item-content-left,
.contact-enquiry.request-items ul.groups-icon .item-inner .item-content-left {
  width: 66%;
  padding-right: 15px;
}
/* line 521, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .item-content-left .sparkasse,
.contact-enquiry.request-items ul.groups-icon .item-inner .item-content-left .sparkasse {
  color: #EE0000;
}
/* line 525, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .item-content-right,
.contact-enquiry.request-items ul.groups-icon .item-inner .item-content-right {
  width: 34%;
}
/* line 527, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .item-content-right .fa-check,
.contact-enquiry.request-items ul.groups-icon .item-inner .item-content-right .fa-check {
  color: #94d523;
}
/* line 530, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .item-content-right .fa-close,
.contact-enquiry.request-items ul.groups-icon .item-inner .item-content-right .fa-close {
  color: #EE0000;
}
/* line 534, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .button,
.contact-enquiry.request-items ul.groups-icon .item-inner .button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #444;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
  display: block;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  position: relative;
}
/* line 548, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .button i,
.contact-enquiry.request-items ul.groups-icon .item-inner .button i {
  position: absolute;
  left: 10px;
}
/* line 552, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .button:first-child,
.contact-enquiry.request-items ul.groups-icon .item-inner .button:first-child {
  margin-top: 0;
}
/* line 555, ../../sass/modules/_item-lists.scss */
.contact-enquiry.group-items ul.groups-icon .item-inner .button:hover, .contact-enquiry.group-items ul.groups-icon .item-inner .button:focus,
.contact-enquiry.request-items ul.groups-icon .item-inner .button:hover,
.contact-enquiry.request-items ul.groups-icon .item-inner .button:focus {
  color: #EE0000;
}
@media only screen and (max-width: 640px) {
  /* line 561, ../../sass/modules/_item-lists.scss */
  .contact-enquiry.group-items ul.groups-icon .item-inner .button:first-child,
  .contact-enquiry.request-items ul.groups-icon .item-inner .button:first-child {
    margin-top: 20px;
  }
}

/* line 567, ../../sass/modules/_item-lists.scss */
.contact-enquiry.request-items ul.groups-icon .item-inner .button {
  width: 100%;
}

/* line 2, ../../sass/modules/_sl-reporting.scss */
.sl-reporting select {
  border: 1px solid #ddd8d3;
  border-radius: 4px;
  margin: 0 5px;
}
/* line 7, ../../sass/modules/_sl-reporting.scss */
.sl-reporting p {
  line-height: 35px;
}
/* line 9, ../../sass/modules/_sl-reporting.scss */
.sl-reporting p .sl-reporting-button {
  padding: 2px 4px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  border-radius: 4px;
}
/* line 15, ../../sass/modules/_sl-reporting.scss */
.sl-reporting p .sl-reporting-button:hover {
  background-color: #fff;
  color: #EE0000;
}
/* line 21, ../../sass/modules/_sl-reporting.scss */
.sl-reporting h3 {
  font-size: 25px;
  line-height: 37.5px;
  color: #EE0000;
  margin-top: 0;
}
/* line 27, ../../sass/modules/_sl-reporting.scss */
.sl-reporting table {
  margin-bottom: 20px;
}
/* line 30, ../../sass/modules/_sl-reporting.scss */
.sl-reporting__area {
  margin: 0 0 20px 0 !important;
}

/* line 2, ../../sass/modules/_login-reg.scss */
.sso .teaserheadsmall {
  margin-right: 0;
}

/* line 7, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form {
  padding: 15px;
  background-color: #f6f4f1;
}
/* line 10, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form div {
  margin-bottom: 10px;
}
/* line 13, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form label {
  display: block;
}
/* line 16, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form input {
  border: 1px solid #ddd8d3;
  padding: 10px;
  width: 100%;
}
/* line 21, ../../sass/modules/_login-reg.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/_login-reg.scss */
.ym-form.sso-form button:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
  margin-right: 0;
  top: auto;
}
/* line 39, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form button:hover, .ym-form.sso-form button:focus {
  background-color: #fff;
  color: #a3988e;
}
/* line 43, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 49, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form .ym-g50 {
  margin-bottom: 0;
}
/* line 52, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form #saveLogin {
  display: block;
  float: left;
  height: 38px;
  width: 13px;
  margin: 10px 10px 0 0;
}
/* line 58, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form #saveLogin + label {
  margin: 10px 0 0 0;
  padding: 8px;
}
/* line 64, ../../sass/modules/_login-reg.scss */
.ym-form.sso-form .pw-hint span {
  color: #EE0000;
}
@media only screen and (max-width: 880px) {
  /* line 69, ../../sass/modules/_login-reg.scss */
  .ym-form.sso-form .ym-g50.ym-gl {
    width: 100% !important;
    padding-right: 0;
  }
  /* line 73, ../../sass/modules/_login-reg.scss */
  .ym-form.sso-form .ym-g50.ym-gr {
    width: 100% !important;
    padding-left: 0;
  }
}

/* line 81, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso,
.login-area .teaser.registration {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd8d3;
}
/* line 86, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso form,
.login-area .teaser.registration form {
  padding: 0;
  background-color: #f7f7f7;
  border: none;
}
/* line 90, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso form button,
.login-area .teaser.registration form button {
  background-color: #EE0000;
  border: 1px solid #EE0000;
}
/* line 93, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso form button:hover, .login-area .teaser.sso form button:focus,
.login-area .teaser.registration form button:hover,
.login-area .teaser.registration form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 99, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .error,
.login-area .teaser.registration .error {
  display: none;
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
  margin: 5px 0;
}
/* line 106, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso p,
.login-area .teaser.registration p {
  margin-right: 0;
  padding-bottom: 15px;
}
/* line 110, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links,
.login-area .teaser.sso .reg-link,
.login-area .teaser.sso .reg-link-pswd,
.login-area .teaser.registration .login-links,
.login-area .teaser.registration .reg-link,
.login-area .teaser.registration .reg-link-pswd {
  text-align: right;
  border-top: 1px solid #ddd8d3;
  padding-top: 15px;
}
/* line 116, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links a,
.login-area .teaser.sso .reg-link a,
.login-area .teaser.sso .reg-link-pswd a,
.login-area .teaser.registration .login-links a,
.login-area .teaser.registration .reg-link a,
.login-area .teaser.registration .reg-link-pswd a {
  float: right;
  text-decoration: none;
}
/* line 119, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links a:hover, .login-area .teaser.sso .login-links a:focus,
.login-area .teaser.sso .reg-link a:hover,
.login-area .teaser.sso .reg-link a:focus,
.login-area .teaser.sso .reg-link-pswd a:hover,
.login-area .teaser.sso .reg-link-pswd a:focus,
.login-area .teaser.registration .login-links a:hover,
.login-area .teaser.registration .login-links a:focus,
.login-area .teaser.registration .reg-link a:hover,
.login-area .teaser.registration .reg-link a:focus,
.login-area .teaser.registration .reg-link-pswd a:hover,
.login-area .teaser.registration .reg-link-pswd a:focus {
  color: #EE0000;
}
/* line 122, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links a:after,
.login-area .teaser.sso .reg-link a:after,
.login-area .teaser.sso .reg-link-pswd a:after,
.login-area .teaser.registration .login-links a:after,
.login-area .teaser.registration .reg-link a:after,
.login-area .teaser.registration .reg-link-pswd a:after {
  content: "\00BB";
  margin-left: 10px;
  font-size: 20px;
  top: 1px;
  color: #EE0000;
  position: relative;
}
/* line 131, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links:first-child,
.login-area .teaser.sso .reg-link:first-child,
.login-area .teaser.sso .reg-link-pswd:first-child,
.login-area .teaser.registration .login-links:first-child,
.login-area .teaser.registration .reg-link:first-child,
.login-area .teaser.registration .reg-link-pswd:first-child {
  float: left;
  border-top: none;
}
/* line 136, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .reg-link-pswd,
.login-area .teaser.registration .reg-link-pswd {
  margin: 20px 0 0 0;
}
/* line 140, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .login-links .ym-gl,
.login-area .teaser.registration .login-links .ym-gl {
  text-align: left;
}
/* line 144, ../../sass/modules/_login-reg.scss */
.login-area .teaser.sso .float-bottom,
.login-area .teaser.registration .float-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding-right: 40px;
}
/* line 152, ../../sass/modules/_login-reg.scss */
.login-area .ym-gbox > .ym-g50.ym-gl {
  padding-right: 15px;
}
/* line 155, ../../sass/modules/_login-reg.scss */
.login-area .ym-gbox > .ym-g50.ym-gr {
  padding-left: 15px;
}
@media only screen and (max-width: 880px) {
  /* line 161, ../../sass/modules/_login-reg.scss */
  .login-area .ym-gbox > .ym-g50.ym-gl {
    padding-right: 10px;
  }
  /* line 164, ../../sass/modules/_login-reg.scss */
  .login-area .ym-gbox > .ym-g50.ym-gr {
    padding-left: 10px;
  }
  /* line 170, ../../sass/modules/_login-reg.scss */
  .login-area .teaser.sso .login-links .ym-gl {
    text-align: right;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 179, ../../sass/modules/_login-reg.scss */
  .login-area .ym-gbox > .ym-g50.ym-gl {
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 25px;
  }
  /* line 184, ../../sass/modules/_login-reg.scss */
  .login-area .ym-gbox > .ym-g50.ym-gr {
    width: 100% !important;
    padding-left: 0;
  }
  /* line 190, ../../sass/modules/_login-reg.scss */
  .login-area .teaser.registration .float-bottom {
    position: static;
    width: auto;
    padding-right: 0;
  }
}

/* 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/_video.scss */
.videocnt {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 810px;
}
@media only screen and (max-width: 880px) {
  /* line 1, ../../sass/modules/_video.scss */
  .videocnt {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1, ../../sass/modules/_video.scss */
  .videocnt {
    margin: 0 0 20px 0;
  }
}

/* line 13, ../../sass/modules/_video.scss */
.ym-gbox > .videocnt:last-child {
  margin: 0;
}
@media only screen and (max-width: 880px) {
  /* line 13, ../../sass/modules/_video.scss */
  .ym-gbox > .videocnt:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 13, ../../sass/modules/_video.scss */
  .ym-gbox > .videocnt:last-child {
    margin: 0;
  }
}

/* line 24, ../../sass/modules/_video.scss */
.slick-slide .videocnt {
  margin: 0;
  max-width: 1280px;
}
/* line 27, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-container .mejs-controls {
  display: none !important;
}
/* line 30, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-overlay-button {
  display: none !important;
}
/* line 31, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-overlay-loading {
  display: none;
}
/* line 32, ../../sass/modules/_video.scss */
.slick-slide .videocnt .mejs-poster {
  display: none;
}

/* line 1, ../../sass/modules/_pager.scss */
.pages,
.searchResult .pages {
  margin: 20px auto 0;
  width: auto;
  text-align: right;
}
/* line 6, ../../sass/modules/_pager.scss */
.pages a, .pages span, .pages button,
.searchResult .pages a,
.searchResult .pages span,
.searchResult .pages button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #a3988e;
}
/* line 12, ../../sass/modules/_pager.scss */
.pages a:hover, .pages a:focus, .pages span:hover, .pages span:focus, .pages button:hover, .pages button:focus,
.searchResult .pages a:hover,
.searchResult .pages a:focus,
.searchResult .pages span:hover,
.searchResult .pages span:focus,
.searchResult .pages button:hover,
.searchResult .pages button:focus {
  background-color: #EE0000;
  border-color: #EE0000;
  color: #fff;
  cursor: pointer;
}
/* line 18, ../../sass/modules/_pager.scss */
.pages a.current-page, .pages span.current-page, .pages button.current-page,
.searchResult .pages a.current-page,
.searchResult .pages span.current-page,
.searchResult .pages button.current-page {
  color: #fff;
  font-weight: normal;
  background-color: #a3988e;
  cursor: default;
}
/* line 23, ../../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,
.searchResult .pages a.current-page:hover,
.searchResult .pages a.current-page:focus,
.searchResult .pages span.current-page:hover,
.searchResult .pages span.current-page:focus,
.searchResult .pages button.current-page:hover,
.searchResult .pages button.current-page:focus {
  background-color: #a3988e;
  border-color: #a3988e;
}
/* line 28, ../../sass/modules/_pager.scss */
.pages a.wider, .pages span.wider, .pages button.wider,
.searchResult .pages a.wider,
.searchResult .pages span.wider,
.searchResult .pages button.wider {
  padding: 5px 6px;
}
/* line 31, ../../sass/modules/_pager.scss */
.pages a.widest, .pages span.widest, .pages button.widest,
.searchResult .pages a.widest,
.searchResult .pages span.widest,
.searchResult .pages button.widest {
  padding: 5px 2px;
}

/* line 37, ../../sass/modules/_pager.scss */
.forum .pages {
  margin: 20px auto 20px;
}
/* line 39, ../../sass/modules/_pager.scss */
.forum .pages .paging-size {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px;
  font-size: 12px;
}

/* line 50, ../../sass/modules/_pager.scss */
.service-search-result .pager-container {
  margin: 0 auto;
  width: 235px;
  float: right;
  overflow: hidden;
  height: 28px;
  position: relative;
}
/* line 57, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pages {
  margin: 0;
  text-align: center;
  height: 28px;
  position: absolute;
  width: 1000px;
  left: 34px;
}
/* line 64, ../../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 69, ../../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 72, ../../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 77, ../../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 92, ../../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 97, ../../sass/modules/_pager.scss */
.service-search-result .pager-container .pager-arrows.next-page {
  float: right;
  right: 0;
}

/* Privacy Message */
/* line 2, ../../sass/modules/_privacy-message.scss */
.pm-fa-info-circle-shape {
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-bottom: 4px;
}

/* line 8, ../../sass/modules/_privacy-message.scss */
.pm-fa-info-circle {
  cursor: pointer;
  transform: none;
  position: relative;
  display: inline-block;
  background-size: 17px;
  background-repeat: no-repeat;
}

/* line 17, ../../sass/modules/_privacy-message.scss */
.pm-privacy-police {
  display: none;
  background-color: #f7f7f7;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  z-index: 1000;
  width: 200px;
  right: -40px;
  text-align: left;
  font-weight: normal;
  top: 23px;
  color: #444 !important;
  cursor: auto;
  text-decoration: none;
}
/* line 35, ../../sass/modules/_privacy-message.scss */
.pm-privacy-police:hover {
  text-decoration: none;
  color: #444 !important;
}
/* line 40, ../../sass/modules/_privacy-message.scss */
.pm-privacy-police a {
  text-decoration: underline;
  color: #EE0000;
}

/* line 45, ../../sass/modules/_privacy-message.scss */
.pm-info-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EE0000 transparent;
  bottom: -1px;
  right: 4px;
  color: #EE0000;
  z-index: 1000;
}

/* line 58, ../../sass/modules/_privacy-message.scss */
.pm-messageContainer {
  display: inline-block;
  position: relative;
}

/* line 62, ../../sass/modules/_privacy-message.scss */
.teaser_formatedText {
  color: #333 !important;
}

/* line 65, ../../sass/modules/_privacy-message.scss */
.teaser--content-page .link-wrap .teaser__content .teaser__body p {
  color: #333 !important;
}

/* line 68, ../../sass/modules/_privacy-message.scss */
.teaser-wrap {
  cursor: pointer;
}

/* line 71, ../../sass/modules/_privacy-message.scss */
.pm-messageContainer {
  display: inline-block;
  position: relative;
}

/** Remove arrow for linked links */
/* line 76, ../../sass/modules/_privacy-message.scss */
ul.contact-option-text li a:after {
  content: none;
}

/* line 1, ../../sass/modules/_forms.scss */
#registration_agb_form .error {
  font-size: 100%;
  font-family: 'spar-bd',sans-serif;
}

/* line 8, ../../sass/modules/_forms.scss */
.hellgrau2 select, .hellgrau2 input, .hellgrau2 textarea, .hellgrau2 button {
  background-color: #fff;
  color: #000;
}
/* line 12, ../../sass/modules/_forms.scss */
.hellgrau2 button {
  background-color: #EE0000;
  color: #fff;
}

/* line 18, ../../sass/modules/_forms.scss */
select {
  background-color: #fff;
}

/* line 22, ../../sass/modules/_forms.scss */
button {
  font-family: "spar-regular", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* line 28, ../../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 34, ../../sass/modules/_forms.scss */
.ym-form .ym-fbox {
  margin-bottom: 10px;
}
/* line 37, ../../sass/modules/_forms.scss */
.ym-form textarea {
  height: 120px;
}
/* line 40, ../../sass/modules/_forms.scss */
.ym-form button {
  float: right;
  width: 100%;
  border: 1px solid #EE0000;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}
/* line 47, ../../sass/modules/_forms.scss */
.ym-form button:after {
  content: "\00BB";
  float: right;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
/* line 54, ../../sass/modules/_forms.scss */
.ym-form button:hover, .ym-form button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 58, ../../sass/modules/_forms.scss */
.ym-form button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 64, ../../sass/modules/_forms.scss */
.ym-form .error {
  background-color: transparent;
  color: #EE0000;
  font-size: 11px;
}

/* line 71, ../../sass/modules/_forms.scss */
input, textarea {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 76, ../../sass/modules/_forms.scss */
input[type=checkbox] {
  -webkit-appearance: checkbox;
}

/* line 80, ../../sass/modules/_forms.scss */
input[type=radio] {
  -webkit-appearance: radio;
}

@media only screen and (max-width: 640px) {
  /* line 85, ../../sass/modules/_forms.scss */
  select {
    font-size: 18px;
  }
}
@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;
  }
}
/* line 103, ../../sass/modules/_tabs.scss */
.tab-links, .fake-tab-links {
  margin: 40px 0;
  display: table;
  width: 100%;
  border-top: 1px solid #ddd8d3;
  border-right: 1px solid #ddd8d3;
}
/* line 109, ../../sass/modules/_tabs.scss */
.tab-links a, .fake-tab-links a {
  display: table-cell;
  padding: 15px 5px;
  font-size: 14px;
  color: #a3988e;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  background-color: #f7f7f7;
  border-left: 1px solid #ddd8d3;
  border-bottom: 1px solid #ddd8d3;
}
/* line 121, ../../sass/modules/_tabs.scss */
.tab-links a:hover, .tab-links a:focus, .fake-tab-links a:hover, .fake-tab-links a:focus {
  color: #EE0000;
}
/* line 124, ../../sass/modules/_tabs.scss */
.tab-links a.active, .fake-tab-links a.active {
  color: #444;
  background-color: #fff;
  cursor: default;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  /* line 103, ../../sass/modules/_tabs.scss */
  .tab-links, .fake-tab-links {
    display: block;
    border: 1px solid #ddd8d3;
    margin: 30px 0;
  }
  /* line 135, ../../sass/modules/_tabs.scss */
  .tab-links a, .fake-tab-links a {
    display: block;
    width: 100%;
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #ddd8d3;
  }
  /* line 141, ../../sass/modules/_tabs.scss */
  .tab-links a:first-child, .fake-tab-links a:first-child {
    border-top: none;
  }
}

/* line 2, ../../sass/modules/_new-business.scss */
.new-business-container table {
  width: 100%;
}
/* line 6, ../../sass/modules/_new-business.scss */
.new-business-container table tbody tr td:first-child + td {
  width: 220px;
}
@media only screen and (max-width: 640px) {
  /* line 2, ../../sass/modules/_new-business.scss */
  .new-business-container table {
    word-break: break-word;
    word-break: break-all;
  }
  /* line 16, ../../sass/modules/_new-business.scss */
  .new-business-container table tbody tr td:first-child + td {
    width: auto;
  }
}
/* line 24, ../../sass/modules/_new-business.scss */
.new-business-container .button-row a {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  display: block;
  float: left;
  text-decoration: none;
}
/* line 33, ../../sass/modules/_new-business.scss */
.new-business-container .button-row a:first-child {
  margin-right: 10px;
}

/* 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 120, ../../sass/modules/_buttons.scss */
.button-row,
.button-row-3 {
  width: 100%;
  margin: 50px 0 30px 0;
}
/* line 124, ../../sass/modules/_buttons.scss */
.button-row a,
.button-row-3 a {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px 15px;
  font-size: 107.1%;
  display: block;
  float: left;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 146, ../../sass/modules/_buttons.scss */
.button-row a i,
.button-row-3 a i {
  color: #EE0000;
  margin-right: 15px;
  font-size: 18px;
}
/* line 151, ../../sass/modules/_buttons.scss */
.button-row a:hover, .button-row a:focus,
.button-row-3 a:hover,
.button-row-3 a:focus {
  color: #EE0000;
}
/* line 154, ../../sass/modules/_buttons.scss */
.button-row a.bookmark, .button-row a.print, .button-row a.pdf,
.button-row-3 a.bookmark,
.button-row-3 a.print,
.button-row-3 a.pdf {
  width: 32.25%;
  margin: 0 0 0 1.5%;
  text-align: center;
}
/* line 159, ../../sass/modules/_buttons.scss */
.button-row a.long,
.button-row-3 a.long {
  width: 100%;
}
/* line 162, ../../sass/modules/_buttons.scss */
.button-row a:first-child,
.button-row-3 a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 880px) {
  /* line 167, ../../sass/modules/_buttons.scss */
  .button-row a.bookmark,
  .button-row-3 a.bookmark {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 171, ../../sass/modules/_buttons.scss */
  .button-row a.print, .button-row a.pdf,
  .button-row-3 a.print,
  .button-row-3 a.pdf {
    width: 49%;
    margin-left: 0;
  }
  /* line 175, ../../sass/modules/_buttons.scss */
  .button-row a.print,
  .button-row-3 a.print {
    margin: 0 2% 0 0;
  }
  /* line 177, ../../sass/modules/_buttons.scss */
  .button-row a.print + a.print,
  .button-row-3 a.print + a.print {
    margin: 0 0 0 0;
  }
}

/* line 184, ../../sass/modules/_buttons.scss */
.teaser-buttons {
  width: 100%;
  margin: 20px 0 20px 0;
}
/* line 187, ../../sass/modules/_buttons.scss */
.teaser-buttons a {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 7px;
  font-size: 100%;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 203, ../../sass/modules/_buttons.scss */
.teaser-buttons a i {
  color: #EE0000;
  margin-right: 5px;
}
/* line 207, ../../sass/modules/_buttons.scss */
.teaser-buttons a:hover, .teaser-buttons a:focus {
  color: #EE0000;
}
/* line 210, ../../sass/modules/_buttons.scss */
.teaser-buttons a.new-tip {
  width: 49%;
}
/* line 213, ../../sass/modules/_buttons.scss */
.teaser-buttons a.all-tips {
  width: 49%;
}
@media only screen and (min-width: 880px) {
  /* line 220, ../../sass/modules/_buttons.scss */
  .teaser-buttons a i {
    margin-right: 10px;
  }
  /* line 223, ../../sass/modules/_buttons.scss */
  .teaser-buttons a.new-tip {
    width: 100%;
  }
  /* line 226, ../../sass/modules/_buttons.scss */
  .teaser-buttons a.all-tips {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 234, ../../sass/modules/_buttons.scss */
  .teaser-buttons a i {
    margin-right: 10px;
  }
  /* line 237, ../../sass/modules/_buttons.scss */
  .teaser-buttons a.new-tip {
    width: 100%;
  }
  /* line 240, ../../sass/modules/_buttons.scss */
  .teaser-buttons a.all-tips {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

/* line 254, ../../sass/modules/_buttons.scss */
.groups-buttons .ym-g50 {
  margin-bottom: 0 !important;
}
/* line 257, ../../sass/modules/_buttons.scss */
.groups-buttons .new-topic,
.groups-buttons .answer-button {
  display: block;
  padding: 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  float: right;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 271, ../../sass/modules/_buttons.scss */
.groups-buttons .new-topic i,
.groups-buttons .answer-button i {
  margin-right: 10px;
}
/* line 274, ../../sass/modules/_buttons.scss */
.groups-buttons .new-topic:hover, .groups-buttons .new-topic:focus,
.groups-buttons .answer-button:hover,
.groups-buttons .answer-button:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 279, ../../sass/modules/_buttons.scss */
.groups-buttons .subscription-overview,
.groups-buttons .mark-as-read,
.groups-buttons .new-group {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
/* line 293, ../../sass/modules/_buttons.scss */
.groups-buttons .subscription-overview i,
.groups-buttons .mark-as-read i,
.groups-buttons .new-group i {
  margin-right: 10px;
}
/* line 296, ../../sass/modules/_buttons.scss */
.groups-buttons .subscription-overview:hover, .groups-buttons .subscription-overview:focus,
.groups-buttons .mark-as-read:hover,
.groups-buttons .mark-as-read:focus,
.groups-buttons .new-group:hover,
.groups-buttons .new-group:focus {
  color: #EE0000;
}
/* line 300, ../../sass/modules/_buttons.scss */
.groups-buttons .back-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 10px 10px 25px;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
/* line 313, ../../sass/modules/_buttons.scss */
.groups-buttons .back-button:before {
  content: "\2039";
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 10px;
}
/* line 321, ../../sass/modules/_buttons.scss */
.groups-buttons .back-button:hover, .groups-buttons .back-button:focus {
  color: #EE0000;
}
/* line 325, ../../sass/modules/_buttons.scss */
.groups-buttons .forward-button {
  border: 1px solid #ddd8d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 25px 10px 10px;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
/* line 338, ../../sass/modules/_buttons.scss */
.groups-buttons .forward-button:after {
  content: "\00BB";
  font-size: 19px;
  top: 5px;
  right: 10px;
  color: #444;
  position: absolute;
  margin-left: 5px;
}
/* line 347, ../../sass/modules/_buttons.scss */
.groups-buttons .forward-button:hover, .groups-buttons .forward-button:focus {
  color: #EE0000;
}
/* line 351, ../../sass/modules/_buttons.scss */
.groups-buttons .plain-button {
  margin-top: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 365, ../../sass/modules/_buttons.scss */
.groups-buttons .plain-button:after {
  content: "\00BB";
  font-size: 19px;
  top: 1px;
  color: #EE0000;
  position: relative;
  margin-left: 5px;
}
/* line 373, ../../sass/modules/_buttons.scss */
.groups-buttons .plain-button:hover, .groups-buttons .plain-button:focus {
  color: #EE0000;
}
@media only screen and (max-width: 640px) {
  /* line 378, ../../sass/modules/_buttons.scss */
  .groups-buttons .ym-g50 {
    padding: 0 !important;
    width: 100% !important;
  }
  /* line 381, ../../sass/modules/_buttons.scss */
  .groups-buttons .ym-g50 .new-topic,
  .groups-buttons .ym-g50 .new-group,
  .groups-buttons .ym-g50 .subscription-overview,
  .groups-buttons .ym-g50 .answer-button,
  .groups-buttons .ym-g50 .back-button,
  .groups-buttons .ym-g50 .mark-as-read {
    float: none;
  }
  /* line 389, ../../sass/modules/_buttons.scss */
  .groups-buttons .ym-g50 .back-button,
  .groups-buttons .ym-g50 .mark-as-read {
    margin-bottom: 20px;
  }
  /* line 394, ../../sass/modules/_buttons.scss */
  .groups-buttons .new-group {
    float: none;
  }
  /* line 397, ../../sass/modules/_buttons.scss */
  .groups-buttons .plain-button {
    float: none;
    margin-top: 20px;
  }
}

/* line 1, ../../sass/modules/_newsletter.scss */
.newsletter-box {
  background-color: #f6f4f1;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}

/* line 8, ../../sass/modules/_newsletter.scss */
.newsletter-button a {
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  float: right;
  width: auto;
  min-width: 270px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
/* line 20, ../../sass/modules/_newsletter.scss */
.newsletter-button a:after {
  content: "\00BB";
  float: right;
  right: 13px;
  top: 10px;
  position: absolute;
}
/* line 27, ../../sass/modules/_newsletter.scss */
.newsletter-button a:hover, .newsletter-button a:focus {
  background-color: #fff;
  color: #EE0000;
}
/* line 31, ../../sass/modules/_newsletter.scss */
.newsletter-button a:active {
  position: relative;
  top: 1px;
  left: 1px;
}

/* line 1, ../../sass/modules/_gallery.scss */
.gallery-slider {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Prevents displaying all images if Slick has not been initialized yet */
}
/* line 5, ../../sass/modules/_gallery.scss */
.gallery-slider .image-count {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 12px;
}
/* line 15, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide {
  padding: 0 0;
  position: relative;
}
/* line 19, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2963%;
}
/* line 26, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide .gallery-link {
  display: block;
}
/* line 30, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
/* line 39, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 46, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption p {
  color: #fff;
  margin-bottom: 0;
}
/* line 49, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-slide figcaption p .image-count {
  position: initial;
  float: right;
  margin-top: 4px;
}
/* line 57, ../../sass/modules/_gallery.scss */
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 63, ../../sass/modules/_gallery.scss */
.gallery-slider .slider-item {
  display: none;
}
/* line 65, ../../sass/modules/_gallery.scss */
.gallery-slider .slider-item:first-child {
  display: block;
}
/* line 69, ../../sass/modules/_gallery.scss */
.gallery-slider.slick-initialized .slider-item {
  display: block;
}

/* line 1, ../../sass/modules/_usability.scss */
table.nbstats {
  overflow-x: auto;
  display: block;
}

/* line 1, ../../sass/modules/_admin.scss */
#userslist-table {
  width: 99%;
}
/* line 5, ../../sass/modules/_admin.scss */
#userslist-table tr.even:hover td, #userslist-table tr.odd:hover td {
  text-decoration: underline;
  cursor: pointer;
  color: #EE0000 !important;
}
