@charset "UTF-8";
/* External Libaries */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(../js/chosen/chosen.min.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .lightbox .loadAnim:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .lightbox .pull-left.loadAnim:after {
  margin-right: .3em; }
.fa.pull-right, .lightbox .pull-right.loadAnim:after {
  margin-left: .3em; }

.fa-spin, .lightbox .loadAnim:after {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.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 */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

@font-face {
  font-family: 'FuturaM';
  src: url("fonts/FTN45__W.eot");
  src: url("fonts/FTN45__W.eot?#iefix") format("embedded-opentype"), url("fonts/FTN45__W.woff") format("woff"), url("fonts/FTN45__W.ttf") format("truetype"), url("fonts/FTN45__W.svg#FuturaPTWeb-Book") format("svg"); }
@font-face {
  font-family: 'FuturBol';
  src: url("fonts/FTN85__W.eot");
  src: url("fonts/FTN85__W.eot?#iefix") format("embedded-opentype"), url("fonts/FTN85__W.woff") format("woff"), url("fonts/FTN85__W.ttf") format("truetype"), url("fonts/FTN85__W.svg#FuturaPTWeb-Bold") format("svg"); }
/* Import Basics */
/** Mixin definition **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, #contentWrap #userContent sup, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, #contentWrap #userContent ul, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, #contentWrap #userContent table tr td, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  line-height: inherit; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, #contentWrap #userContent ul, ul {
  list-style: none; }

section.text ul, section.textpic ul, section.bullets ul {
  list-style: disc;
  margin-left: 2em; }

section.text ol, section.text #contentWrap #userContent ul, #contentWrap #userContent section.text ul, section.textpic ol, section.textpic #contentWrap #userContent ul, #contentWrap #userContent section.textpic ul, section.bullets ol, section.bullets #contentWrap #userContent ul, #contentWrap #userContent section.bullets ul {
  list-style: decimal;
  margin-left: 2em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  font-family: inherit; }

/* color */
/* old
$light_grey: #c9c9c9;
$teaser_grey: #eeeeee;
$cyan: rgb(24,155,184);
$grey: rgb(128, 128, 128);
$imgLineGrey: #87858B;
$light_blue: #7ab0df;
$blue: #1B3585;
$orange: rgb(236,127,33);
$red: rgb(223,11,37);
$green: rgb(129,162,37);
$darkred: rgb(185,9,49);
*/
/*************************************************/
/** Farbdefinitionen nach Mini-Hanbuch 22.04.14 **/
/*************************************************/
/*Kachel und Menupunkte */
/*Inhalt*/
/*$sikuGrau:rgb(137,135,141);*/
/* moegliche weitere Text-Farben */
/*************************************************/
/**********CSS-Spezifische umschreibung **********/
/*************************************************/
/* old
$light_grey: #c9c9c9;
$teaser_grey: #eeeeee;
$imgLineGrey: #87858B;
$grey: $sikuGrau;
$light_blue: #7ab0df;


$formElementBorderColorDisabled: #E9E9E9;
$formElementColorDisabled: #C3C4C4;
*/
/*************************************************/
/**   Schriftgroessen nach Mini-Hanbuch 22.04.14  **/
/*************************************************/
/* fonts */
/* font color */
/* shadow */
/* page */
/* grid */
/* fixed Header */
/* mobile Menu */
/* breakpoints */
/* pad */
/* desktop */
/* break for detail lists */
/* form */
/* pagination */
/* page */
html {
  height: 100%; }

body {
  font-family: "FuturaM", Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  color: #505154;
  background-color: white;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  font-size: 17.33333px;
  font-size: 1.08333rem;
  height: 100.1%; }
  body h1 {
    font-family: 'FuturBol';
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 0.8em;
    padding-top: 0;
    text-transform: uppercase;
    color: #e30613; }
  body h2 {
    font-size: 25.33333px;
    font-size: 1.58333rem;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'FuturBol';
    color: #e30613;
    padding: 10px 0px 10px 0px;
    text-overflow: ellipsis; }
  body h3 {
    font-size: 17.33333px;
    font-size: 1.08333rem;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'FuturBol';
    color: #505154;
    padding: 0px 0px 10px 0px;
    text-overflow: ellipsis; }
  body h4 {
    text-transform: uppercase;
    font-family: 'FuturBol';
    color: #e30613;
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    font-size: 1.125rem;
    text-overflow: ellipsis; }
  body h5 {
    text-transform: uppercase;
    font-family: 'FuturBol';
    color: #e30613;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    text-overflow: ellipsis; }

span.sikorot, .sikurot {
  font-family: 'FuturBol';
  font-size: 17.33333px;
  font-size: 1.08333rem;
  line-height: 24px;
  color: #e40134; }

.clearBoth {
  clear: both; }

.responsiveImage {
  width: 100%;
  height: auto; }

.noMarginRight {
  margin-right: 0 !important; }

.whiteBackground {
  background-color: white;
  padding: 2%; }

.blueBackground {
  color: white;
  background-color: #193287;
  padding: 2%; }

.whiteMessageBlock .messages {
  background-color: white;
  padding: 2% !important;
  margin: 0 !important;
  margin-bottom: 1.5em !important;
  list-style: none !important;
  list-style-type: none !important;
  color: #e30613 !important;
  font-family: 'FuturBol' !important; }

.whiteMessageBlock .messages ul li {
  color: #e30613 !important; }

.noMobile {
  display: none; }

.noPad {
  display: none; }

.element.media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }

.element.media iframe,
.element.media object,
.element.media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
.color-0 {background-color: $blue;}
.color-1 {background-color: $red;}
.color-2 {background-color: $blue;}
.color-3 {background-color: $cyan;}
.color-4 {background-color: $orange;}
.color-5 {background-color: $white; color: $darkred;}
.color-6 {background-color: $green;}
*/
@media (min-width: 600px) {
  .noMobile {
    display: block; }

  .onlyMobile {
    display: none; } }
@media (min-width: 920px) {
  .noPad {
    display: block; }

  .onlyMobile {
    display: none; } }
.streich {
  text-decoration: line-through; }

img.backgroundimg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0; }

#pageWrapper {
  /*max-width: 1785px;*/
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto;
  transition: all 0.4s ease 0;
  /* explorer 10 */
  -webkit-transition: all 0.4s ease 0;
  /* chrome & safari */
  -moz-transition: all 0.4s ease 0;
  /* firefox */
  -o-transition: all 0.4s ease 0;
  /* opera */
  background: white;
  z-index: 2;
  height: 100%; }

/*
#bgImageWrapper {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;

	img {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		min-width: 50%;
		min-height: 50%;
	}
}
*/
#bgImageWrapper {
  background-position: center bottom;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-attachment: scroll;
  transition: all 0.4s ease 0;
  /* explorer 10 */
  -webkit-transition: all 0.4s ease 0;
  /* chrome & safari */
  -moz-transition: all 0.4s ease 0;
  /* firefox */
  -o-transition: all 0.4s ease 0;
  /* opera */ }

.flyout {
  overflow: hidden; }
  .flyout #bgImageWrapper {
    left: -80%; }
  .flyout #header .left, .flyout #header .right {
    display: none; }
  .flyout #newsletterWrap, .flyout #newsletterWrap.open {
    display: none;
    z-index: 0; }

#desktopMenu {
  display: block; }

#desktop-toggle {
  display: none; }

#moveWrapper {
  position: relative; }

#header {
  width: 100%;
  height: 130px;
  z-index: 2; }
  #header .right, #header .left ul {
    display: none; }
  #header .center {
    width: 200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 2; }
    #header .center img {
      width: 110px;
      height: 110px;
      /*
      position: absolute;
      top: 0;
      right: 0;
      */
      margin: auto;
      margin-top: 20px;
      left: 0;
      bottom: 0; }

.fixed {
  position: fixed;
  opacity: 1; }

.space {
  display: block;
  width: 100%;
  height: 20px; }

.boxSpaceAbove {
  margin-top: 1.5em; }

.boxSpaceBelow {
  margin-bottom: 1.5em; }

#contentWrap {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  min-height: -mox-calc(100% - 208px);
  min-height: -o-calc(100% - 208px);
  min-height: -webkit-calc(100% - 208px);
  min-height: calc(100% - 208px);
  /*
  margin-right: 5%;
  margin-left: 5%;
  */
  font-size: 17.33333px;
  font-size: 1.08333rem;
  line-height: 24px; }
  #contentWrap #teaserGrid .color-0 {
    background-color: #193287; }
  #contentWrap #teaserGrid .color-1 {
    background-color: #e30613; }
  #contentWrap #teaserGrid .color-2 {
    background-color: #193287; }
  #contentWrap #teaserGrid .color-3 {
    background-color: #009cbc; }
  #contentWrap #teaserGrid .color-4 {
    background-color: #ef7d00; }
  #contentWrap #teaserGrid .color-5 {
    background-color: white; }
    #contentWrap #teaserGrid .color-5 * {
      color: #e30613; }
  #contentWrap #teaserGrid .color-6 {
    background-color: #80a51b; }
  #contentWrap .teaserWrap {
    display: none;
    text-align: center;
    margin: 0 5%; }
    #contentWrap .teaserWrap .lmenu {
      width: 100%;
      margin-bottom: 5px; }
      #contentWrap .teaserWrap .lmenu a {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 30px;
        text-decoration: none; }
        #contentWrap .teaserWrap .lmenu a span {
          font-size: 24px;
          font-size: 1.5rem;
          font-family: 'FuturBol';
          opacity: 0.8;
          color: white;
          display: block;
          padding-top: 4px;
          text-transform: uppercase; }
          #contentWrap .teaserWrap .lmenu a span.active {
            opacity: 1; }
      #contentWrap .teaserWrap .lmenu.mcolor-0 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-0 a:hover {
        background-color: #193287; }
      #contentWrap .teaserWrap .lmenu.mcolor-0.active a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-1 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-1 a:hover {
        background-color: #e30613; }
      #contentWrap .teaserWrap .lmenu.mcolor-1.active a {
        background-color: #e30613; }
      #contentWrap .teaserWrap .lmenu.mcolor-2 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-2 a:hover {
        background-color: #193287; }
      #contentWrap .teaserWrap .lmenu.mcolor-2.active a {
        background-color: #193287; }
      #contentWrap .teaserWrap .lmenu.mcolor-3 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-3 a:hover {
        background-color: #009cbc; }
      #contentWrap .teaserWrap .lmenu.mcolor-3.active a {
        background-color: #009cbc; }
      #contentWrap .teaserWrap .lmenu.mcolor-4 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-4 a:hover {
        background-color: #ef7d00; }
      #contentWrap .teaserWrap .lmenu.mcolor-4.active a {
        background-color: #ef7d00; }
      #contentWrap .teaserWrap .lmenu.mcolor-5 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-5 a:hover {
        background-color: white;
        opacity: 1; }
        #contentWrap .teaserWrap .lmenu.mcolor-5 a:hover span {
          color: #e30613; }
      #contentWrap .teaserWrap .lmenu.mcolor-5.active a {
        background-color: white;
        opacity: 1; }
        #contentWrap .teaserWrap .lmenu.mcolor-5.active a span {
          color: #e30613; }
      #contentWrap .teaserWrap .lmenu.mcolor-5 ul.lvl3 li a span {
        color: #505154; }
      #contentWrap .teaserWrap .lmenu.mcolor-6 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .lmenu.mcolor-6 a:hover {
        background-color: #80a51b; }
      #contentWrap .teaserWrap .lmenu.mcolor-6.active a {
        background-color: #80a51b; }
      #contentWrap .teaserWrap .lmenu ul.lvl2 {
        margin-top: 5px; }
        #contentWrap .teaserWrap .lmenu ul.lvl2 li {
          text-align: left;
          /**LEVEL 3 **/ }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li a {
            padding-left: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            min-height: 1px; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li a span {
              font-size: 16px;
              font-size: 1rem;
              font-family: 'FuturaM';
              padding-top: 4px;
              padding-bottom: 4px;
              opacity: 0.8; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li a:hover span {
            font-family: 'FuturBol'; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.active.noPadding {
            margin-top: 5px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.first {
            margin-top: 0px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.last.active {
            margin-top: 0px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.last.active.noPadding {
            margin-top: 5px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.last ul.lvl3 {
            margin-bottom: 0px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.active a span {
            font-family: 'FuturBol';
            opacity: 1; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 {
            margin-bottom: 5px; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 a {
              padding-top: 0;
              padding-left: 23px;
              min-height: 1px; }
              #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 a span {
                font-family: 'FuturaM';
                opacity: 0.8; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 a:hover span {
              font-family: 'FuturBol'; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 li.active {
              margin-top: 0; }
              #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 li.active a span {
                font-family: 'FuturBol';
                opacity: 1; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 ul.lvl4 a span {
              font-size: 12px;
              font-size: 0.75rem;
              font-family: 'FuturaM'; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 ul.lvl4 a:hover span {
              font-family: 'FuturBol'; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 ul.lvl4 li.active a span {
              font-family: 'FuturBol'; }
            #contentWrap .teaserWrap .lmenu ul.lvl2 li ul.lvl3 ul.lvl4 li.last a {
              padding-bottom: 5px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.last.noPadding a {
            padding-bottom: 0px; }
          #contentWrap .teaserWrap .lmenu ul.lvl2 li.last.noPadding ul.lvl3 li.last a {
            padding-bottom: 5px; }
    #contentWrap .teaserWrap .teaser {
      width: 100%;
      margin-bottom: 10px;
      /*Active*/
      /*Level 2*/ }
      #contentWrap .teaserWrap .teaser a {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 30px;
        text-decoration: none; }
        #contentWrap .teaserWrap .teaser a span {
          font-size: 22px;
          font-size: 1.375rem;
          font-family: 'FuturBol';
          opacity: 0.8;
          color: white;
          display: block;
          padding-top: 4px;
          text-transform: uppercase; }
      #contentWrap .teaserWrap .teaser .color-0 {
        background-color: transparent; }
      #contentWrap .teaserWrap .teaser .color-1 {
        background-color: transparent; }
      #contentWrap .teaserWrap .teaser .color-2 {
        background-color: transparent; }
      #contentWrap .teaserWrap .teaser .color-3 {
        background-color: transparent; }
      #contentWrap .teaserWrap .teaser .color-4 {
        background-color: transparent; }
      #contentWrap .teaserWrap .teaser .color-5 {
        background-color: transparent; }
        #contentWrap .teaserWrap .teaser .color-5 * {
          color: #e30613; }
      #contentWrap .teaserWrap .teaser.color-0 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-1 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-2 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-3 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-4 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-5 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-6 a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-0 a:hover {
        background-color: #193287; }
      #contentWrap .teaserWrap .teaser.color-1 a:hover {
        background-color: #e30613; }
      #contentWrap .teaserWrap .teaser.color-2 a:hover {
        background-color: #193287; }
      #contentWrap .teaserWrap .teaser.color-3 a:hover {
        background-color: #009cbc; }
      #contentWrap .teaserWrap .teaser.color-4 a:hover {
        background-color: #ef7d00; }
      #contentWrap .teaserWrap .teaser.color-5 a:hover {
        background-color: white;
        opacity: 1; }
        #contentWrap .teaserWrap .teaser.color-5 a:hover span {
          color: #e30613; }
      #contentWrap .teaserWrap .teaser.color-6 a:hover {
        background-color: #80a51b; }
      #contentWrap .teaserWrap .teaser .active.color-0 a {
        background-color: #193287; }
      #contentWrap .teaserWrap .teaser .active.color-1 a {
        background-color: #e30613; }
      #contentWrap .teaserWrap .teaser .active.color-2 a {
        background-color: #193287; }
      #contentWrap .teaserWrap .teaser .active.color-3 a {
        background-color: #009cbc; }
      #contentWrap .teaserWrap .teaser .active.color-4 a {
        background-color: #ef7d00; }
      #contentWrap .teaserWrap .teaser .active.color-5 a {
        background-color: white;
        opacity: 1; }
        #contentWrap .teaserWrap .teaser .active.color-5 a span {
          color: #e30613; }
      #contentWrap .teaserWrap .teaser .color-6.active a {
        background-color: #80a51b;
        display: none; }
      #contentWrap .teaserWrap .teaser .color-0 ul.lvl2 li a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser .color-1 ul.lvl2 li a {
        background-color: #e30613;
        color: white; }
      #contentWrap .teaserWrap .teaser .color-2 ul.lvl2 li a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser .color-3 ul.lvl2 li a {
        background-color: #009cbc;
        color: white; }
      #contentWrap .teaserWrap .teaser .color-4 ul.lvl2 li a {
        background-color: #ef7d00;
        color: white; }
      #contentWrap .teaserWrap .teaser .color-5 ul.lvl2 li a {
        background-color: #193287;
        color: white; }
      #contentWrap .teaserWrap .teaser.color-6 ul.lvl2 li a {
        background-color: #80a51b;
        color: white; }
      #contentWrap .teaserWrap .teaser ul.lvl2 li a:hover {
        background-color: transparent; }
  #contentWrap #userContent {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 17.33333px;
    font-size: 1.08333rem;
    line-height: 24px;
    overflow: hidden; }
    #contentWrap #userContent.transparent {
      background-color: transparent;
      position: relative; }
      #contentWrap #userContent.transparent #innerWrap {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background-color: transparent; }
    #contentWrap #userContent #innerWrap {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 2%;
      background-color: white; }
      #contentWrap #userContent #innerWrap.boxSpaceBelow {
        margin-bottom: 0.5em; }
    #contentWrap #userContent .csc-textpic-imagewrap {
      margin: 0 0 1em 0; }
      #contentWrap #userContent .csc-textpic-imagewrap img {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: auto; }
    #contentWrap #userContent .element {
      margin-bottom: 1em;
      color: #505154; }
    #contentWrap #userContent a {
      text-decoration: underline; }
    #contentWrap #userContent a:link {
      text-decoration: underline; }
    #contentWrap #userContent a:visited {
      text-decoration: underline; }
    #contentWrap #userContent a:active {
      text-decoration: underline; }
    #contentWrap #userContent a:hover {
      text-decoration: underline;
      /*
      Mac Font Problem
      font-weight: bold;*/ }
    #contentWrap #userContent b, #contentWrap #userContent strong {
      /*font-weight: bold;*/
      font-family: 'FuturBol'; }
    #contentWrap #userContent i {
      font-style: italic; }
    #contentWrap #userContent p {
      line-height: 24px;
      margin-bottom: 1.5em; }
    #contentWrap #userContent ol, #contentWrap #userContent ul {
      list-style-type: decimal;
      margin: 0 0 1em 2em;
      list-style-position: outside;
      line-height: 1.5em;
      color: #e30613; }
      #contentWrap #userContent ol li, #contentWrap #userContent ul li {
        color: #505154;
        text-overflow: ellipsis; }
    #contentWrap #userContent sub, #contentWrap #userContent sup {
      vertical-align: baseline;
      position: relative;
      top: 0.4em; }
    #contentWrap #userContent sup {
      top: -0.4em; }
    #contentWrap #userContent table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1em;
      border-collapse: collapse;
      border-spacing: 0;
      text-align: left;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
      table-layout: fixed;
      /*
      tr:nth-child(2n+2) {
      	background: $light_grey;
      }
      */ }
      #contentWrap #userContent table tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit; }
        #contentWrap #userContent table tr th, #contentWrap #userContent table tr td {
          vertical-align: bottom;
          border-bottom: 2px solid #505154;
          padding: 0.5em; }
        #contentWrap #userContent table tr td {
          border-bottom: 1px solid #505154; }
    #contentWrap #userContent u {
      text-decoration: underline; }
    #contentWrap #userContent ul {
      list-style-type: disc; }
      #contentWrap #userContent ul.csc-uploads li {
        list-style-type: disc;
        list-style-image: none;
        list-style-position: outside;
        overflow: visible; }
  #contentWrap .rightBorder {
    display: none; }

html.no-csscalc #contentWrap {
  min-height: 80%; }

#contentWrap:after {
  clear: both;
  content: ''; }

#mobile-toogle {
  width: 50px;
  height: 50px;
  /*fuer Sikulogo
  height: 100px;*/
  background-color: #193287;
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 5;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /*@include translate3d(0,0,0);*/
  /*fuer Sikulogo
  i.siukulogomobil {
  	background-image: url(../images/siku.png);
  	width: 50px;
  	height: 50px;
  	display: block;
  	margin: 0;
  	background-size: 100%;
  }
  */ }
  #mobile-toogle.fixed {
    position: fixed;
    transition: all 0.4s ease 0;
    /* explorer 10 */
    -webkit-transition: all 0.4s ease 0;
    /* chrome & safari */
    -moz-transition: all 0.4s ease 0;
    /* firefox */
    -o-transition: all 0.4s ease 0;
    /* opera */ }
  #mobile-toogle i {
    font-size: 40px;
    font-size: 2.5rem;
    margin-left: 8px;
    color: white;
    margin-top: 5px; }

.flyout #mobile-toogle.fixed {
  right: 80%;
  background: white; }
  .flyout #mobile-toogle.fixed i {
    color: #193287; }

#menuWrap .active {
  right: 0; }

@media only screen and (min-width: 600px) {
  #header .right, #header .left {
    display: block;
    width: 300px;
    position: absolute;
    top: 0;
    z-index: 2; }
    #header .right ul, #header .left ul {
      display: block; }
      #header .right ul li, #header .left ul li {
        height: 45px;
        width: 45px;
        background-color: #193287;
        list-style: none;
        display: block; }
        #header .right ul li a, #header .left ul li a {
          display: block; }
          #header .right ul li a i, #header .left ul li a i {
            font-size: 32px;
            font-size: 2rem;
            margin-left: 6px;
            color: white; }
          #header .right ul li a .youtube, #header .left ul li a .youtube {
            font-family: sans-serif;
            font-size: 9px;
            font-size: 0.5625rem;
            margin-left: 5px;
            display: block;
            color: white;
            position: absolute;
            top: 0;
            margin-top: 30px; }
          #header .right ul li a .fa-youtube-play, #header .left ul li a .fa-youtube-play {
            margin-left: 6px;
            margin-top: 5px; }
          #header .right ul li a .fa-facebook, #header .left ul li a .fa-facebook {
            margin-top: 5px;
            margin-left: 14px; }
          #header .right ul li a .fa-smile-o, #header .right ul li a .fa-gift, #header .right ul li a .fa-trophy, #header .left ul li a .fa-smile-o, #header .left ul li a .fa-gift, #header .left ul li a .fa-trophy {
            margin-top: 5px;
            margin-left: 8px; }
        #header .right ul li:hover, #header .left ul li:hover {
          background-color: white; }
          #header .right ul li:hover i, #header .left ul li:hover i {
            color: #193287; }
  #header .left {
    float: left;
    margin-left: 2%;
    left: 0; }
    #header .left ul li {
      float: left;
      margin-right: 10px; }
  #header .right {
    float: right;
    right: 0;
    margin-right: 2%; }
    #header .right ul li {
      float: right;
      margin-left: 10px; }
      #header .right ul li i {
        margin-top: 5px; }
      #header .right ul li .currentLanguage {
        font-family: 'FuturBol'; }
      #header .right ul li .fa-search {
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1); }
      #header .right ul li #flag-button i.flag {
        margin-left: 0;
        text-align: center;
        display: block; }
        #header .right ul li #flag-button i.flag img {
          width: 31px;
          height: auto; }
    #header .right ul .languageText {
      background: transparent;
      margin-top: 14px;
      color: white;
      text-transform: uppercase;
      font-size: 15px;
      height: auto;
      width: auto; }
      #header .right ul .languageText:hover {
        background: none; }
    #header .right .dropdown {
      z-index: 2;
      background-color: #193287;
      position: absolute;
      top: 0;
      right: 55px;
      margin-top: 46px;
      width: 200px;
      opacity: 0.8; }
      #header .right .dropdown ul {
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 20px; }
        #header .right .dropdown ul li {
          background: transparent;
          color: white;
          float: none;
          display: block;
          margin: 0;
          padding: 0;
          height: auto;
          width: 100%;
          margin-bottom: 10px; }
          #header .right .dropdown ul li a {
            text-transform: uppercase;
            text-decoration: none; }
    #header .right #dropdownSearch {
      display: none; }
      #header .right #dropdownSearch form {
        padding: 10px;
        padding-top: 20px; }
        #header .right #dropdownSearch form h4 {
          font-family: 'FuturBol';
          color: white;
          margin-bottom: 12px;
          text-transform: uppercase;
          opacity: 1; }
        #header .right #dropdownSearch form button, #header .right #dropdownSearch form input[type=text] {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          height: 22px;
          background: #fff;
          vertical-align: top; }
        #header .right #dropdownSearch form input[type=text] {
          width: 80%; }
        #header .right #dropdownSearch form button {
          width: 17%;
          margin-left: 3%;
          cursor: pointer; }
        #header .right #dropdownSearch form > div {
          clear: both;
          margin-top: 3px; }
      #header .right #dropdownSearch span {
        color: white;
        text-transform: uppercase;
        font-family: 'FuturaM';
        font-size: 0.8em; }
      #header .right #dropdownSearch label {
        color: white;
        line-height: 1.4em; }
    #header .right #dropdownLanguage {
      display: none; }
      #header .right #dropdownLanguage ul li a {
        opacity: 0.5;
        font-family: 'FuturBol'; }
      #header .right #dropdownLanguage ul li a:hover {
        opacity: 1; }
  #header #userContent #innerwrap {
    padding: 2%; }
  #header #userContent .csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-left: 1em; }
  #header #userContent .csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-right: 1em; }
  #header #userContent .csc-textpic.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 1em; }
  #header #userContent .csc-textpic.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 1em; }
  #header #userContent .csc-textpic-imagewrap img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto; }
  #header #userContent table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    table-layout: fixed; }
    #header #userContent table tr {
      display: table-row;
      vertical-align: inherit;
      border-color: inherit; }
      #header #userContent table tr th, #header #contentWrap #userContent table tr td, #contentWrap #header #userContent table tr td {
        vertical-align: bottom;
        border-bottom: 2px solid #505154;
        padding: 0.5em; }
      #header #userContent table tr td {
        /**@extend th;**/
        border-bottom: 1px solid #505154; }
  #header .rightBorder {
    display: none; }
    #header .rightBorder .rasikuteaser_slider {
      display: none; } }
@media only screen and (min-width: 1165px) {
  #contentWrap .rightBorder {
    display: block;
    float: left;
    margin-left: 2%;
    width: 16%;
    max-width: 285px;
    min-width: 195px; }
    #contentWrap .rightBorder .rasikuteaser_slider {
      position: fixed;
      bottom: 7.5em;
      width: 14.4%;
      /*max-width:285px;
      min-width:195px;*/ } }
@media (min-width: 920px) {
  #contentWrap {
    min-height: -mox-calc(100% - 239px);
    min-height: -o-calc(100% - 239px);
    min-height: -webkit-calc(100% - 239px);
    min-height: calc(100% - 239px); }
    #contentWrap .teaserWrap {
      display: block;
      margin: 0;
      float: left;
      width: 16%;
      max-width: 285px;
      min-width: 195px;
      margin-left: 2%; }
    #contentWrap #userContent {
      margin: 0;
      float: left;
      width: 60%;
      margin-left: 2%;
      /* margin-left: 0.8%;*/
      /* margin-left: 20%;*/
      margin-bottom: 90px; }

  #menuWrap {
    display: none; }

  #desktop-toggle {
    display: block; }

  #mobile-toogle {
    display: none; } }
#pid-124 #contentWrap #userContent ul {
  margin-left: 1.1em; }

#pid-108 .gridWrap {
  overflow: visible; }

/* Modules */
.gridWrap {
  overflow: hidden; }
  .gridWrap .grid {
    width: 100%; }

#pid-1 .gridWrap {
  width: 100%;
  margin: 0 0; }
  #pid-1 .gridWrap .grid {
    padding-left: 0;
    padding-right: 0; }

#teaserGrid .frontpageTeaser.grid1_3 {
  float: left; }
#teaserGrid .frontpageTeaser.grid2_3 {
  float: left; }
#teaserGrid .frontpageTeaser.grid3_3 {
  float: right; }

@media (min-width: 600px) {
  .gridWrap .grid1_3, .gridWrap .grid2_3, .gridWrap .grid3_3 {
    width: 32.66667%;
    float: left;
    margin-right: 2%; }
  .gridWrap .frontpageTeaser.grid1_3, .gridWrap .frontpageTeaser.grid3_3 {
    width: 23.5%; }
  .gridWrap .frontpageTeaser.grid2_3 {
    width: 49%; } }
@media (min-width: 920px) {
  .gridWrap {
    width: 104%;
    margin: 0 -2%; }
    .gridWrap .frontpageTeaser.grid1_3, .gridWrap .frontpageTeaser.grid3_3 {
      width: 32.66667%; }
    .gridWrap .frontpageTeaser.grid2_3 {
      width: 32.66667%; }
    .gridWrap .grid {
      float: left;
      margin-right: 1%;
      padding-left: 2%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .gridWrap .noMarginRight {
      margin-right: 0; }
    .gridWrap .grid_1_2 {
      width: 49.3333333333333%;
      margin-right: 1.3333333333333%; }
      .gridWrap .grid_1_2:nth-child(2n) {
        padding-left: 0;
        padding-right: 2%; }
      .gridWrap .grid_1_2:nth-child(2) {
        padding-left: 0;
        padding-right: 2%; }
    .gridWrap .grid_1_3 {
      width: 32%; }
    .gridWrap .grid_2_3 {
      width: 66%; }
    .gridWrap .grid_1_4 {
      padding-left: 0%;
      width: 24%;
      margin-right: 1.3333333333333%; }
      .gridWrap .grid_1_4:first-child {
        padding-left: 2%; }
      .gridWrap .grid_1_4.noMarginRight {
        padding-right: 2%; }
    .gridWrap .grid_3_4 {
      padding-left: 2%;
      width: 74.6666666666666%;
      margin-right: 1.3333333333333%; }
      .gridWrap .grid_3_4.noMarginRight {
        padding-left: 0;
        padding-right: 2%;
        margin-right: 0; } }
.gridWrap .grid.frontpageTeaser {
  margin-bottom: 0; }

.rasikuteaser_smallteaser, .rasikuteaser_bigimageteaser {
  clear: both; }

#contentWrap #userContent .accordion .element {
  margin-bottom: 0; }

#contentWrap #userContent .accordion .element p {
  margin-bottom: 0.5em; }

#contentWrap #userContent .accordion h3 {
  padding: 0; }

#contentWrap #userContent .accordion .accordionTrigger {
  margin-bottom: 1em;
  cursor: pointer; }

#teaserGrid {
  padding: 0 5%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }
  #teaserGrid .grid_1_3, #teaserGrid .grid_1_2 {
    margin-bottom: 0; }
  #teaserGrid .grid2_3 .rasikuteaser_slider {
    position: absolute;
    /*bottom:79px;
    left:0;
    */
    top: 273px;
    width: 90%;
    /*margin:0 5%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #teaserGrid .sort-2 .grid_2_3.noMarginRight {
    margin-bottom: 0; }
  #teaserGrid .sort-2 .rasikuteaser_slider {
    display: none; }

.tileWrap {
  width: 100%; }
  .tileWrap .teaserHoverTile {
    display: none; }
  .tileWrap .tile {
    text-align: center;
    overflow: hidden; }
    .tileWrap .tile .tileTitle {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'FuturBol';
      /*opacity: 0.8;*/
      display: block;
      padding: 0.5em 0;
      text-transform: uppercase; }
      .tileWrap .tile .tileTitle h1 {
        font-size: 22px;
        font-size: 1.375rem;
        color: inherit;
        font-family: inherit; }
    .tileWrap .tile.teaserTile {
      margin-bottom: 0.5em; }
      .tileWrap .tile.teaserTile.color-4 {
        margin-bottom: 0; }
    .tileWrap .tile a {
      color: white;
      text-decoration: none; }
  .tileWrap .bigImageTile .tileContent {
    color: white; }
    .tileWrap .bigImageTile .tileContent img {
      width: 100%;
      height: auto; }
    .tileWrap .bigImageTile .tileContent.tileImageHover {
      display: none; }
  .tileWrap .categoryTile img {
    width: 100%;
    height: 100%; }

#teaserGrid .sort-2 .grid_1_2.noMarginRight {
  padding-top: 100%;
  margin-top: 0.5em; }

@media (min-width: 600px) {
  #teaserGrid .sort-2 .grid_1_2.noMarginRight {
    padding-top: 0px;
    margin-top: 0px; }

  .frontpageTeaser.grid2_3 .tileWrap .tile {
    width: 50%;
    padding-bottom: 50%; }
    .frontpageTeaser.grid2_3 .tileWrap .tile.bigImageTile {
      width: 100%;
      padding-bottom: 100%; }

  .rasikuteaser_slider .tileWrap {
    margin-bottom: 2.86666666666%; }

  #teaserGrid .grid_1_2 {
    width: 49%;
    float: left;
    margin-right: 2%; }
    #teaserGrid .grid_1_2 .grid_1_3 {
      width: 48%;
      float: left;
      margin-right: 4%; }
    #teaserGrid .grid_1_2 .grid_2_3 {
      width: 48%;
      float: left; }
  #teaserGrid .grid_1_3 {
    margin-bottom: 0; }
  #teaserGrid .grid2_3 .rasikuteaser_slider {
    position: static;
    bottom: 0;
    left: 0;
    width: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #teaserGrid .sort-2 .grid_1_2.noMarginRight {
    margin-top: 0 !important; }
  #teaserGrid .sort-2 .rasikuteaser_slider {
    display: block; }

  .tileWrap {
    margin-bottom: 8.4%; }
    .tileWrap .teaserHoverTile {
      display: none; }
    .tileWrap .tile {
      position: relative;
      width: 100%;
      padding-bottom: 100%; }
      .tileWrap .tile.teaserTile {
        margin-bottom: 0; }
      .tileWrap .tile .tileContent {
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .tileWrap .tile .tileContent .tileTitle {
          height: 55%;
          padding-top: 45%;
          font-size: 13.33333px;
          font-size: 0.83333rem; }
    .tileWrap .bigImageTile .tileContent {
      padding: 0; }
      .tileWrap .bigImageTile .tileContent:hover .tileImageHover {
        opacity: 0.8;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
        .tileWrap .bigImageTile .tileContent:hover .tileImageHover h4 {
          font-family: 'FuturBol';
          font-size: 22px;
          font-size: 1.375rem;
          padding-top: 50%;
          margin-top: -11px;
          text-transform: uppercase;
          color: white;
          opacity: 1; } }
@media (min-width: 768px) {
  .tileWrap .tile .tileContent .tileTitle {
    font-size: 17.33333px;
    font-size: 1.08333rem; } }
@media (min-width: 920px) {
  .rasikuteaser_smallteaser {
    clear: both; }

  .frontpageTeaser.grid2_3 .tileWrap .tile {
    width: 48.5%;
    padding-bottom: 48.5%; }

  #teaserGrid {
    /*
    .grid_1_2 {
    	width: 49.5%;
    	float:left;
    	margin-right:1%;
    	.grid_1_3 {
    		width: 33%;
    		float:left;
    		margin-right:1%;
    	}
    	.grid_2_3 {
    		width: 66%;
    		float:left;
    	}
    }
    */ }
    #teaserGrid .grid_1_2 {
      width: 49.5%;
      margin-right: 1%; }
      #teaserGrid .grid_1_2 .grid_1_3 {
        width: 32%;
        margin-right: 2%; }
      #teaserGrid .grid_1_2 .grid_2_3 {
        width: 66%; }
    #teaserGrid .grid_1_3 {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 0; }
      #teaserGrid .grid_1_3 .rasikuteaser_smallimageteaser .categoryTile {
        height: auto;
        width: 100%;
        padding-bottom: 100%; }
    #teaserGrid .grid_2_3 {
      width: 66%; }
      #teaserGrid .grid_2_3 .rasikuteaser_bigimageteaser {
        position: static;
        bottom: 0;
        left: 0;
        width: auto;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #teaserGrid .sort-2 .grid_1_2.noMarginRight {
      margin-top: 0; }

  .tileWrap {
    position: relative;
    margin-bottom: 2.8666666%;
    overflow: hidden; }
    .tileWrap .teaserHoverTile {
      text-align: left; }
      .tileWrap .teaserHoverTile h4, .tileWrap .teaserHoverTile p {
        color: white;
        font-size: 13.33333px;
        font-size: 0.83333rem;
        line-height: 16px; }
      .tileWrap .teaserHoverTile h4 {
        font-family: 'FuturBol';
        margin-bottom: 0; }
      .tileWrap .teaserHoverTile p {
        font-family: "FuturaM", Futura, "Trebuchet MS", Arial, sans-serif; }
      .tileWrap .teaserHoverTile.bigImageTile {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .tileWrap .teaserTile:hover + .teaserHoverTile {
      display: block; }
    .tileWrap.tileLeft .teaserTile {
      float: left;
      margin-right: 3%; }
    .tileWrap.tileLeft .teaserHoverTile {
      float: left; }
    .tileWrap.tileRight .teaserTile {
      float: right;
      margin-left: 3%; }
    .tileWrap.tileRight .teaserHoverTile {
      float: right; }
    .tileWrap .tile {
      position: relative;
      width: 48.5%;
      padding-bottom: 48.5%; }
      .tileWrap .tile.bigImageTile {
        width: 100%;
        padding-bottom: 100%; }
        .tileWrap .tile.bigImageTile .tileContent {
          padding: 0; }
      .tileWrap .tile.categoryTile .tileContent {
        padding: 0; }
      .tileWrap .tile .tileContent {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .tileWrap .tile .tileContent .tileTitle {
          padding-top: 50%;
          margin-top: -11px;
          font-size: 14.66667px;
          font-size: 0.91667rem; } }
@media (min-width: 1165px) {
  .tileWrap .teaserHoverTile h4, .tileWrap .teaserHoverTile p {
    font-size: 18.66667px;
    font-size: 1.16667rem;
    line-height: 21.33333px; }
  .tileWrap .tile .tileContent .tileTitle {
    font-size: 21.33333px;
    font-size: 1.33333rem; } }
@media (min-width: 1200px) {
  .tileWrap .tile .tileContent .tileTitle {
    font-size: 21.33333px;
    font-size: 1.33333rem; } }
body.flyout {
  overflow: hidden;
  position: fixed; }

#pageWrapper {
  left: 0;
  /*@include translate3d(0,0,0);*/ }

#closetrigger {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 5; }

#pageWrapper.flyout {
  /*
  overflow: hidden;
  height: 100%;
  */
  left: -80%;
  /*@include transition(all, $mobileMenuAnimationDuration, ease, 0);*/
  /*@include translate3d(0,0,0);*/ }
  #pageWrapper.flyout #closetrigger {
    display: block; }

#menuWrap {
  position: fixed;
  /*overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  */
  right: 0;
  height: 100%;
  top: 0;
  width: 80%;
  background-color: #193287;
  /*font-family: $standardFontFamily;*/
  font-family: 'FuturBol';
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0px);
  padding: 50px 0; }
  #menuWrap.slidedown {
    padding: 50px 0 50px 0;
    overflow: hidden; }
  #menuWrap a {
    text-decoration: none;
    display: block;
    color: white;
    padding: 0.8em 40px 0.7em 1em;
    font-family: 'FuturaM';
    text-transform: uppercase;
    opacity: 0.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #menuWrap a:hover {
    text-decoration: none;
    font-family: 'FuturBol'; }
  #menuWrap a.current {
    font-family: 'FuturBol'; }
  #menuWrap .iconbar {
    background-color: #193287;
    display: block;
    opacity: 1;
    height: 50px;
    overflow: hidden;
    width: 100%;
    z-index: 500;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #menuWrap .iconbar.top {
      top: 0;
      border-bottom: 1px solid white; }
    #menuWrap .iconbar.bottom {
      bottom: 0;
      border-top: 1px solid white;
      text-align: center; }
    #menuWrap .iconbar .icon {
      width: 50px;
      height: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      opacity: 1;
      text-align: center;
      padding: 2px 0 0 0;
      vertical-align: middle;
      line-height: 50px;
      color: white; }
      #menuWrap .iconbar .icon.active, #menuWrap .iconbar .icon:hover {
        color: #193287;
        background-color: white; }
        #menuWrap .iconbar .icon.active a, #menuWrap .iconbar .icon:hover a {
          color: #193287; }
      #menuWrap .iconbar .icon a {
        opacity: 1;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        color: white;
        padding: 0;
        text-decoration: none; }
      #menuWrap .iconbar .icon i.fa, #menuWrap .iconbar .icon .lightbox i.loadAnim:after, .lightbox #menuWrap .iconbar .icon i.loadAnim:after {
        opacity: 1;
        line-height: 40px;
        font-size: 24px;
        font-size: 1.5rem; }
      #menuWrap .iconbar .icon i.siukulogomobil {
        background-image: url(../images/siku.png);
        background-repeat: no-repeat;
        width: 37px;
        height: 37px;
        display: block;
        margin: 0;
        background-size: 100%; }
      #menuWrap .iconbar .icon.iconHome {
        margin-left: 2%;
        padding: 5px; }
      #menuWrap .iconbar .icon.iconSearch {
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }
      #menuWrap .iconbar .icon.iconFlag {
        padding: 0;
        display: block; }
        #menuWrap .iconbar .icon.iconFlag img {
          width: 30px;
          height: auto;
          display: block;
          margin: 14px 0px 0px 10px; }
  #menuWrap .iconbar:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0; }
  #menuWrap #mobilenavslidewrapper {
    height: 0;
    position: relative;
    z-index: 0; }
    #menuWrap #mobilenavslidewrapper.slidedown {
      height: 240px;
      z-index: 5; }
  #menuWrap #mobilelanguage, #menuWrap #mobilesearch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    color: white;
    padding: 5%;
    height: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute; }
    #menuWrap #mobilelanguage.active, #menuWrap #mobilesearch.active {
      display: block;
      opacity: 1;
      z-index: 100; }
    #menuWrap #mobilelanguage h4, #menuWrap #mobilesearch h4 {
      color: white; }
  #menuWrap #mobilesearch form button, #menuWrap #mobilesearch form input[type=text] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 22px;
    background: #fff;
    vertical-align: top; }
  #menuWrap #mobilesearch form input[type=text] {
    width: 80%; }
  #menuWrap #mobilesearch form button {
    width: 17%;
    margin-left: 3%;
    cursor: pointer; }
  #menuWrap #mobilesearch form > div {
    clear: both;
    margin-top: 3px; }
  #menuWrap #mobilesearch span {
    color: white;
    text-transform: uppercase;
    font-family: 'FuturaM';
    font-size: 0.8em; }
  #menuWrap #mobilesearch label {
    color: white;
    line-height: 1.4em; }
  #menuWrap .nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*
    margin-top: 50px;
    margin-bottom:50px;
    */
    height: 100%; }
    #menuWrap .nav ul {
      /*border-top: 1px solid $white;*/
      -webkit-transform: translateZ(0px);
      border-bottom: 1px solid #505154;
      box-shadow: inset 13px 0 25px -25px rgba(0, 0, 0, 0.8); }
      #menuWrap .nav ul i {
        color: #193287;
        position: absolute;
        right: 0px;
        top: 0;
        height: 28px;
        width: 40px;
        display: block;
        text-align: center;
        border-left: 1px solid;
        padding-top: 12px;
        cursor: pointer; }
      #menuWrap .nav ul .open > i:before {
        content: "\f010"; }
      #menuWrap .nav ul .open > i {
        color: white;
        opacity: 1; }
      #menuWrap .nav ul li {
        display: block;
        list-style: none outside none;
        border-top: 0;
        border-bottom: 1px solid white;
        position: relative;
        background-color: #193287; }
        #menuWrap .nav ul li:first-child {
          border-top: 1px solid white; }
        #menuWrap .nav ul li.color-0 {
          background-color: #193287; }
          #menuWrap .nav ul li.color-0 .wrap ul li {
            background-color: #193287; }
        #menuWrap .nav ul li.color-1 {
          background-color: #e30613; }
          #menuWrap .nav ul li.color-1 .wrap ul li {
            background-color: #e30613; }
        #menuWrap .nav ul li.color-2 {
          background-color: #193287; }
          #menuWrap .nav ul li.color-2 .wrap ul li {
            background-color: #193287; }
        #menuWrap .nav ul li.color-3 {
          background-color: #009cbc; }
          #menuWrap .nav ul li.color-3 .wrap ul li {
            background-color: #009cbc; }
        #menuWrap .nav ul li.color-4 {
          background-color: #ef7d00; }
          #menuWrap .nav ul li.color-4 .wrap ul li {
            background-color: #ef7d00; }
        #menuWrap .nav ul li.color-5 {
          background-color: white;
          color: #e30613; }
          #menuWrap .nav ul li.color-5 a {
            color: #e30613; }
          #menuWrap .nav ul li.color-5 .wrap ul li {
            background-color: white;
            border-top: 1px solid #505154; }
            #menuWrap .nav ul li.color-5 .wrap ul li a span {
              color: #e30613; }
          #menuWrap .nav ul li.color-5 .l3 a {
            color: #505154;
            opacity: 0.8; }
        #menuWrap .nav ul li.color-6 {
          background-color: #80a51b; }
          #menuWrap .nav ul li.color-6 .wrap ul li {
            background-color: #80a51b; }
        #menuWrap .nav ul li ul {
          display: none;
          border-bottom: none; }
          #menuWrap .nav ul li ul li {
            /*background-color: $cyan;*/ }
          #menuWrap .nav ul li ul li:last-child {
            border-bottom: none; }
      #menuWrap .nav ul .open > .wrap > ul,
      #menuWrap .nav ul .open > ul {
        display: block; }
      #menuWrap .nav ul .toggle:after {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        right: 1em;
        top: 13px; }
      #menuWrap .nav ul .open > .toggle:after {
        content: "";
        font-family: FontAwesome; }
    #menuWrap .nav .l2 > li > a > span {
      text-decoration: none;
      display: block;
      padding-left: 1em;
      padding-right: 40px;
      font-weight: normal; }
    #menuWrap .nav .l3 a {
      padding-left: 3em;
      padding-right: 40px; }
    #menuWrap .nav .l4 a {
      padding-left: 3.5em;
      /* color: $grey; */ }

body.flyout .nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 600px) {
  #pageWrapper.flyout {
    left: -40%; }

  #menuWrap {
    width: 40%; }

  #bgImageWrapper.flyout {
    left: 0; }

  .flyout #bgImageWrapper {
    left: -40%; } }
@media (min-width: 920px) {
  .flyout #bgImageWrapper {
    left: 0; }

  #pageWrapper.flyout {
    left: 0;
    transition: all 0.4s ease 0;
    /* explorer 10 */
    -webkit-transition: all 0.4s ease 0;
    /* chrome & safari */
    -moz-transition: all 0.4s ease 0;
    /* firefox */
    -o-transition: all 0.4s ease 0;
    /* opera */ }

  #iconSearch {
    display: none; }

  #pageWrapper {
    left: 0; } }
.footerWrap {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  width: 100%; }

#desktop-toggle {
  position: relative;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  margin-left: 20%;
  height: 32px; }
  #desktop-toggle i {
    background-color: #193287;
    color: white;
    opacity: 1;
    width: 32px;
    height: 32px;
    font-size: 36px;
    font-size: 2.25rem;
    cursor: pointer; }
    #desktop-toggle i:before {
      margin-left: 2px; }
    #desktop-toggle i:hover {
      background-color: white;
      color: #193287; }
  #desktop-toggle.fixed {
    position: fixed;
    opacity: 1; }

#desktopMenu {
  width: 100%;
  margin: 0 auto;
  margin-top: 32px; }
  #desktopMenu nav {
    width: 100%;
    display: none; }
  #desktopMenu .background {
    background-color: #193287;
    width: 90%;
    min-height: 48px;
    min-height: 3rem;
    margin: 0 5%;
    opacity: 0.8; }
    #desktopMenu .background ul {
      display: block;
      opacity: 1;
      margin: 0 3%;
      text-align: center; }
      #desktopMenu .background ul li {
        font-family: 'FuturaM';
        display: inline-block;
        margin-top: 15px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        padding-left: 2%; }
        #desktopMenu .background ul li a {
          text-decoration: none;
          font-family: 'FuturaM'; }
        #desktopMenu .background ul li a:hover {
          text-decoration: underline; }
      #desktopMenu .background ul .first {
        padding-left: 0; }
  #desktopMenu .firstMenu {
    position: relative;
    bottom: 0;
    height: auto;
    z-index: 2;
    width: 100%;
    overflow: hidden; }
    #desktopMenu .firstMenu .color-0:hover {
      background: url("../images/footer/default.png"); }
    #desktopMenu .firstMenu .color-1:hover {
      background: url("../images/footer/red.png"); }
    #desktopMenu .firstMenu .color-2:hover {
      background: url("../images/footer/default.png"); }
    #desktopMenu .firstMenu .color-3:hover {
      background: url("../images/footer/cyan.png"); }
    #desktopMenu .firstMenu .color-4:hover {
      background: url("../images/footer/orange.png"); }
    #desktopMenu .firstMenu .color-5:hover {
      background: url("../images/footer/white.png"); }
      #desktopMenu .firstMenu .color-5:hover a {
        color: #e30613; }
    #desktopMenu .firstMenu .color-6:hover {
      background: url("../images/footer/green.png"); }
    #desktopMenu .firstMenu .color-4 {
      height: 55px; }
    #desktopMenu .firstMenu li {
      width: 60%;
      margin-left: 20%;
      display: inherit;
      background-color: transparent;
      background: url("../images/footer/default.png"); }
      #desktopMenu .firstMenu li a {
        width: 15%;
        height: 43px;
        margin-left: 2%;
        padding-top: 12px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        opacity: 0.8; }
        #desktopMenu .firstMenu li a span {
          font-family: 'FuturBol';
          display: block;
          padding-top: 1px; }
      #desktopMenu .firstMenu li a:hover {
        text-decoration: underline; }
      #desktopMenu .firstMenu li .wrap {
        width: 82%;
        margin-left: 18%; }
        #desktopMenu .firstMenu li .wrap ul {
          overflow: auto;
          opacity: 0.8; }
          #desktopMenu .firstMenu li .wrap ul li {
            margin: 0;
            width: auto; }
            #desktopMenu .firstMenu li .wrap ul li a {
              height: 43px;
              width: auto;
              background: none;
              margin-left: 0;
              margin-right: 0;
              padding-left: 15px;
              float: left;
              opacity: 1;
              color: white;
              text-decoration: none;
              padding-top: 12px; }
              #desktopMenu .firstMenu li .wrap ul li a span {
                font-family: 'FuturaM'; }
            #desktopMenu .firstMenu li .wrap ul li a:hover {
              text-decoration: underline; }
          #desktopMenu .firstMenu li .wrap ul .last a {
            padding-right: 15px; }

@media (max-width: 1165px) {
  #desktopMenu .firstMenu li .wrap {
    width: 75%;
    margin-left: 25%; } }
@media (min-width: 920px) {
  .footerspace {
    display: block;
    margin: 0;
    float: left;
    height: 1px;
    width: 16%;
    max-width: 285px;
    min-width: 195px;
    margin-left: 2%; }

  #desktop-toggle {
    position: inherit;
    float: left;
    margin-left: 2%; }

  #desktopMenu {
    width: 60%;
    float: left;
    margin: 0;
    margin-left: 2%; }
    #desktopMenu .firstMenu li {
      width: 100%;
      margin-left: 0; }
    #desktopMenu .background {
      width: 100%;
      margin: 0; } }
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff; }

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000; }

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

@media (max-width: 600px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important; }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important; }

  .pp_content {
    width: 100% !important;
    height: auto !important; }

  .pp_fade {
    width: 100% !important;
    height: 100% !important;
    margin-top: 1% !important;
    margin-bottom: 1% !important; }

  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }

  #pp_full_res {
    text-align: center !important;
    padding-top: 1% !important;
    padding-bottom: 1% !important; }

  #pp_full_res img {
    width: 98% !important;
    height: auto !important; }

  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important; }

  a.pp_close {
    right: 7% !important;
    top: -4px !important; } }
#shopCategory {
  margin-left: 2%;
  float: left;
  width: 78%; }
  #shopCategory ul li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: #505154;
    padding-bottom: 19.2%;
    position: relative; }
    #shopCategory ul li a {
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      position: absolute; }
      #shopCategory ul li a span {
        display: none;
        padding-top: 50%;
        margin-top: -11px;
        font-size: 22px;
        font-size: 1.375rem;
        color: white;
        text-transform: uppercase;
        text-decoration: none; }
    #shopCategory ul li a:hover {
      background-color: #193287;
      opacity: 0.8;
      text-decoration: none; }
      #shopCategory ul li a:hover span {
        display: block; }

#contentWrap #userContent .rasikuteaser_chronik {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%; }
  #contentWrap #userContent .rasikuteaser_chronik .tileWrap {
    margin-bottom: 0; }
    #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile {
      background-color: #e30613;
      opacity: 0.8;
      padding-bottom: 100%;
      position: relative;
      width: 100%; }
      #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.04s linear 0;
        /* explorer 10 */
        -webkit-transition: opacity 0.04s linear 0;
        /* chrome & safari */
        -moz-transition: opacity 0.04s linear 0;
        /* firefox */
        -o-transition: opacity 0.04s linear 0;
        /* opera */ }
      #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile .chronikYear {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile .chronikYear span {
          height: 55%;
          padding-top: 50%;
          margin-top: -11px;
          color: white; }
    #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile:hover, #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile.hover {
      cursor: pointer;
      background-color: #e30613;
      opacity: 1; }
      #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile:hover img, #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile.hover img {
        opacity: 1; }
      #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile:hover .chronikYear span, #contentWrap #userContent .rasikuteaser_chronik .tileWrap .chronikTile.hover .chronikYear span {
        display: none; }
  #contentWrap #userContent .rasikuteaser_chronik .chronikContent {
    display: none;
    background-color: #FFFFFF; }
#contentWrap #userContent .rasikuteaserContent {
  display: none;
  background-color: white;
  float: left;
  width: 100%;
  padding: 5% !important;
  margin-bottom: 1.3333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: height 1s linear 0;
  /* explorer 10 */
  -webkit-transition: height 1s linear 0;
  /* chrome & safari */
  -moz-transition: height 1s linear 0;
  /* firefox */
  -o-transition: height 1s linear 0;
  /* opera */ }
  #contentWrap #userContent .rasikuteaserContent h2 {
    color: black;
    font-family: 'FuturBol';
    font-size: 17.33333px;
    font-size: 1.08333rem;
    line-height: 24px; }

@media (min-width: 600px) {
  #contentWrap #userContent .rasikuteaser_chronik {
    width: 24%;
    margin-right: 1.333333333333%;
    margin-bottom: 1.333333333333%; }
    #contentWrap #userContent .rasikuteaser_chronik .chronikContent {
      display: none;
      background-color: #FFFFFF; } }
@media (min-width: 920px) {
  #contentWrap #userContent .rasikuteaser_chronik {
    width: 24%;
    margin-right: 1.333333333333%;
    margin-bottom: 1.333333333333%; }
    #contentWrap #userContent .rasikuteaser_chronik .chronikContent {
      display: none;
      background-color: #FFFFFF; }
  #contentWrap #userContent .rasikuteaserContent {
    padding: 2% !important; } }
#contentWrap #userContent .news_pi1 h2, #contentWrap #userContent .news_pi1 h3, #contentWrap #userContent .news_pi1 h4, #contentWrap #userContent .news_pi1 h5,
.news_pi1 h2,
.news_pi1 h3,
.news_pi1 h4,
.news_pi1 h5 {
  text-transform: none; }
#contentWrap #userContent .news_pi1 .news-list-view .page-navigation,
.news_pi1 .news-list-view .page-navigation {
  padding: 2%;
  padding-bottom: -mox-calc(2% - 0.5em);
  padding-bottom: -o-calc(2% - 0.5em);
  padding-bottom: -webkit-calc(2% - 0.5em);
  padding-bottom: calc(2% - 0.5em);
  background-color: #FFFFFF; }
  #contentWrap #userContent .news_pi1 .news-list-view .page-navigation > p,
  .news_pi1 .news-list-view .page-navigation > p {
    display: none; }
  #contentWrap #userContent .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator,
  .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    float: none; }
    #contentWrap #userContent .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li,
    .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 45px !important;
      height: 45px;
      text-align: center;
      display: inline-block;
      padding: 9px;
      border: 1px solid #e30613;
      margin-bottom: 0.5em;
      margin-right: 4px; }
      #contentWrap #userContent .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li a,
      .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 45px !important;
        height: 45px;
        display: block;
        padding: 9px;
        border: 1px solid #e30613;
        margin: -10px;
        background-color: #e30613;
        color: #FFF;
        text-decoration: none !important; }
        #contentWrap #userContent .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li a:hover,
        .news_pi1 .news-list-view .page-navigation ul.f3-widget-paginator li a:hover {
          background-color: #FFF;
          color: #e30613; }
#contentWrap #userContent .news_pi1 .news-list-view .article,
.news_pi1 .news-list-view .article {
  background-color: white;
  padding: 2%;
  /*padding-bottom: 0;*/
  /*
  .news-content,
  .teaser-image{
	float: left;
	width: 49%;
  }
  */ }
  #contentWrap #userContent .news_pi1 .news-list-view .article .news-content .header h2,
  .news_pi1 .news-list-view .article .news-content .header h2 {
    text-align: left;
    padding-top: 0; }
    #contentWrap #userContent .news_pi1 .news-list-view .article .news-content .header h2 a,
    .news_pi1 .news-list-view .article .news-content .header h2 a {
      text-decoration: none;
      color: #e30613; }
  #contentWrap #userContent .news_pi1 .news-list-view .article .news-content .teaser-text p,
  .news_pi1 .news-list-view .article .news-content .teaser-text p {
    margin-bottom: 0; }
  #contentWrap #userContent .news_pi1 .news-list-view .article .news-content .teaser-text a.more,
  .news_pi1 .news-list-view .article .news-content .teaser-text a.more {
    color: #e30613; }
    #contentWrap #userContent .news_pi1 .news-list-view .article .news-content .teaser-text a.more:hover,
    .news_pi1 .news-list-view .article .news-content .teaser-text a.more:hover {
      font-weight: normal;
      color: #e30613; }
  #contentWrap #userContent .news_pi1 .news-list-view .article .teaser-image img,
  .news_pi1 .news-list-view .article .teaser-image img {
    width: 99%;
    height: auto;
    border: 1px solid #505154; }
  #contentWrap #userContent .news_pi1 .news-list-view .article .news-related,
  .news_pi1 .news-list-view .article .news-related {
    width: 100%;
    display: block;
    padding: 0;
    border: 0; }
  #contentWrap #userContent .news_pi1 .news-list-view .article .gridWrap .teaser-image > a,
  .news_pi1 .news-list-view .article .gridWrap .teaser-image > a {
    display: block;
    line-height: 0; }
#contentWrap #userContent .news_pi1 .news-single .teaser-text,
.news_pi1 .news-single .teaser-text {
  color: #e30613;
  font-size: 17.33333px;
  font-size: 1.08333rem; }
#contentWrap #userContent .news_pi1 .news-single .news-detail-main .gridWrap .grid_1_2.first,
.news_pi1 .news-single .news-detail-main .gridWrap .grid_1_2.first {
  padding-left: 2%; }
#contentWrap #userContent .news_pi1 .news-single .related-images .gridWrap,
.news_pi1 .news-single .related-images .gridWrap {
  width: 100%;
  margin: 0; }
  #contentWrap #userContent .news_pi1 .news-single .related-images .gridWrap .grid_1_4,
  .news_pi1 .news-single .related-images .gridWrap .grid_1_4 {
    padding: 0%; }
#contentWrap #userContent .news_pi1 .news-single .related-images h3,
.news_pi1 .news-single .related-images h3 {
  color: #e30613;
  margin: 0; }
#contentWrap #userContent .news_pi1 .news-single .related-images .related-image-wrap .related-image-caption,
.news_pi1 .news-single .related-images .related-image-wrap .related-image-caption {
  font-family: 'FuturBol'; }
  #contentWrap #userContent .news_pi1 .news-single .related-images .related-image-wrap .related-image-caption .related-image-caption-description,
  .news_pi1 .news-single .related-images .related-image-wrap .related-image-caption .related-image-caption-description {
    font-family: "FuturaM", Futura, "Trebuchet MS", Arial, sans-serif; }
  #contentWrap #userContent .news_pi1 .news-single .related-images .related-image-wrap .related-image-caption .related-image-caption-title,
  .news_pi1 .news-single .related-images .related-image-wrap .related-image-caption .related-image-caption-title {
    color: #e30613; }
#contentWrap #userContent .news_pi1 .news-single .news-image-caption,
.news_pi1 .news-single .news-image-caption {
  display: block;
  margin-bottom: 1em; }

.news .no-news-found {
  background-color: white;
  padding: 1em; }

@media (min-width: 600px) {
  .news_pi1 .news-list-view .article {
    min-height: 230px; }
    .news_pi1 .news-list-view .article .gridWrap .grid_1_2 {
      width: 49%;
      margin-right: 2%;
      float: left; }
      .news_pi1 .news-list-view .article .gridWrap .grid_1_2 .grid {
        padding-bottom: 0; }
      .news_pi1 .news-list-view .article .gridWrap .grid_1_2.noMarginRight {
        margin-right: 0%; } }
@media (min-width: 920px) {
  .news-single .gridWrap .grid_1_2.first {
    padding-left: 0; } }
#contentWrap .kmenu {
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.5em; }
  #contentWrap .kmenu .kmenuWrap {
    margin-bottom: 0; }
    #contentWrap .kmenu .kmenuWrap .menuTile {
      padding: 0.5em 0;
      background-color: #193287;
      /*opacity: 0.8;*/
      width: 100%; }
      #contentWrap .kmenu .kmenuWrap .menuTile img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        display: none;
        width: 100%;
        height: 100%; }
      #contentWrap .kmenu .kmenuWrap .menuTile .item {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
          color: white;
          display: block;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none !important;
          font-size: 24px;
          font-size: 1.5rem;
          font-family: 'FuturBol';
          opacity: 1; }
    #contentWrap .kmenu .kmenuWrap .menuTile:hover, #contentWrap .kmenu .kmenuWrap .menuTile.hover {
      cursor: pointer;
      /*opacity: 0.8;*/ }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-0, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-0 {
        background-color: #193287; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-1, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-1 {
        background-color: #e30613; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-2, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-2 {
        background-color: #e30613; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-3, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-3 {
        background-color: #009cbc; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-4, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-4 {
        background-color: #ef7d00; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-5, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-5 {
        background-color: white; }
        #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-5 *, #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-5 a, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-5 *, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-5 a {
          color: #e30613 !important; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover.mcolor-6, #contentWrap .kmenu .kmenuWrap .menuTile.hover.mcolor-6 {
        background-color: #80a51b; }
      #contentWrap .kmenu .kmenuWrap .menuTile:hover img, #contentWrap .kmenu .kmenuWrap .menuTile.hover img {
        display: block; }
  #contentWrap .kmenu .chronikContent {
    display: none;
    background-color: #FFFFFF; }
#contentWrap .rasikuteaserContent {
  display: none;
  background-color: white;
  float: left;
  width: 100%;
  padding: 2%;
  margin-bottom: 1.3333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 600px) {
  #contentWrap .kmenu {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.333333333333%; }
    #contentWrap .kmenu .kmenuWrap .menuTile {
      padding: 0 0 100% 0;
      position: relative; }
      #contentWrap .kmenu .kmenuWrap .menuTile .item {
        position: absolute; }
        #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
          text-transform: uppercase;
          height: 55%;
          padding-top: 50%;
          margin-top: -11px; }
    #contentWrap .kmenu .chronikContent {
      display: none;
      background-color: #FFFFFF; } }
@media (min-width: 920px) {
  #contentWrap .kmenu {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.333333333333%; }
    #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
      font-size: 13.33333px;
      font-size: 0.83333rem; }
    #contentWrap .kmenu .chronikContent {
      display: none;
      background-color: #FFFFFF; } }
@media (min-width: 992px) {
  #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
    font-size: 14.66667px;
    font-size: 0.91667rem; } }
@media (min-width: 1165px) {
  #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
    font-size: 18.66667px;
    font-size: 1.16667rem; } }
@media (min-width: 1200px) {
  #contentWrap .kmenu {
    width: 24%;
    margin-right: 1.333333333333%;
    margin-bottom: 1.333333333333%; }
    #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
      font-size: 13.33333px;
      font-size: 0.83333rem; }
    #contentWrap .kmenu .chronikContent {
      display: none;
      background-color: #FFFFFF; } }
@media (min-width: 1440px) {
  #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
    font-size: 17.33333px;
    font-size: 1.08333rem; } }
@media (min-width: 1555px) {
  #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
    font-size: 21.33333px;
    font-size: 1.33333rem; } }
@media (min-width: 1750px) {
  #contentWrap .kmenu .kmenuWrap .menuTile .item a.tileTitle {
    font-size: 24px;
    font-size: 1.5rem; } }
#contentWrap #userContent #breadcrumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17.33333px;
  font-size: 1.08333rem;
  font-family: 'FuturBol';
  text-transform: uppercase;
  padding: 3px 5px;
  margin-bottom: 5px;
  background-color: white;
  color: #505154;
  text-align: left;
  white-space: normal; }
  #contentWrap #userContent #breadcrumb #breadcrumbwrap {
    padding: 2px 0; }
    #contentWrap #userContent #breadcrumb #breadcrumbwrap a {
      color: #505154;
      text-decoration: none; }
    #contentWrap #userContent #breadcrumb #breadcrumbwrap span {
      padding: 0; }
    #contentWrap #userContent #breadcrumb #breadcrumbwrap h1.breadcrumbActive {
      font-size: 17.33333px;
      font-size: 1.08333rem;
      display: inline;
      color: #e40134; }

.rasikuteaser_slider {
  position: relative; }
  .rasikuteaser_slider:hover .next,
  .rasikuteaser_slider:hover .prev {
    opacity: 1; }
  .rasikuteaser_slider .next,
  .rasikuteaser_slider .prev {
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    z-index: 500;
    cursor: pointer;
    text-indent: -1000em;
    line-height: 5em; }
    .rasikuteaser_slider .next:after,
    .rasikuteaser_slider .prev:after {
      font-size: 100px;
      font-size: 6.25rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 100px;
      text-indent: 0;
      text-align: center;
      font-family: FontAwesome; }
  .rasikuteaser_slider .next {
    right: 0; }
    .rasikuteaser_slider .next:after {
      content: "\f105"; }
  .rasikuteaser_slider .prev {
    left: 0; }
    .rasikuteaser_slider .prev:after {
      content: "\f104"; }
  .rasikuteaser_slider .siku-slideshow {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .rasikuteaser_slider .siku-slideshow .slideElement {
      display: block;
      width: 100%;
      height: auto; }
      .rasikuteaser_slider .siku-slideshow .slideElement a {
        display: block;
        vertical-align: top;
        line-height: 0; }
      .rasikuteaser_slider .siku-slideshow .slideElement img {
        width: 100%;
        height: auto; }

.r-tabs {
  position: relative; }

.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #ccc; }

.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

.r-tabs .r-tabs-nav .r-tabs-anchor {
  font-family: 'FuturBol';
  background: #193287;
  padding: 2.5px 12px;
  display: inline-block;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase; }

.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color: white;
  margin-bottom: -1px; }

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #e30613;
  background-color: white;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1px; }

.r-tabs .r-tabs-panel {
  margin-bottom: 3px !important;
  background-color: white; }

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #193287;
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1px;
  border-bottom: 1px solid #193287; }

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: white;
  color: #e30613;
  margin-bottom: 0; }

.r-tabs .r-tabs-nav {
  margin: 0 !important;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  margin-right: 10px; }

.r-tabs .r-tabs-panel {
  padding: 2%;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block; }

  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border-bottom: none; } }
form {
  	/*
  	label.selectWrap {
	  .chosen-container {
		margin-left: -0.5em;
	  }
	}
  	.selectWrap {
	  .chosen-container {
		margin: 0px 0px 14px 0px;
		border-bottom: 0;

		a.chosen-single {
		  @include borderRadius(0);
		  @include shadow(inset 3px 3px 4px $grey);
		  background: none;
		  border: 0;
		  padding: 0.1em 0.2em 1.4em 0.4em;

		  @include fontSize(17);
		  color: $black;
		  font-family: "FuturaM", Arial, sans-serif;
		  text-decoration: none !important;

		  div b {
			background: $white url("../images/icons/selectArrow.png") no-repeat top right;
			content: "";
			bottom: 0px;
			color: white;
			display: block;
			height: 100%;
			position: absolute;
			right: 0px;
			width: 26px;
		  }
		}
		.chosen-drop {
		  @include borderRadius(0);

		  ul.chosen-results {
			margin: 0 !important;

			li {
			  font-family: "FuturaM", Arial, sans-serif;
			  @include fontSize(17);
			  color: $black;

			  &.highlighted {
				color: $black;
				background: none;
			  }
			}
		  }
		}
	  }
	}
	*/ }
  form fieldset {
    border: none; }
    form fieldset legend {
      display: none; }
  form label {
    font-family: "FuturaM", Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-left: 0.4em; }
    form label em {
      color: #e30613; }
  form input[type="text"], form input[type="email"], form input[type="password"], form input[type="date"], form input[type="tel"], form input[type="number"], form input[type="checkbox"], form input[type="radio"], form textarea, form select {
    -moz-box-shadow: inset 3px 3px 4px #505154;
    -webkit-box-shadow: inset 3px 3px 4px #505154;
    box-shadow: inset 3px 3px 4px #505154;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0.1em 0.2em 0.1em 0.4em;
    background: white;
    font-family: "FuturaM", Arial, sans-serif;
    color: black;
    border: none;
    width: 100%;
    margin: 0px 0px 14px 0px; }
  form textarea {
    border: 1px solid white;
    border-collapse: separate; }
  form input[type="text"], form input[type="password"], form input[type="checkbox"], form select {
    height: 25px; }
  form .selectWrap {
    position: relative;
    margin-bottom: 14px;
    margin-left: 0;
    display: block; }
    form .selectWrap select {
      padding-left: 0.2em;
      margin: 0; }
    form .selectWrap:after {
      background: white url("../images/icons/selectArrow.png") no-repeat top right;
      content: "";
      bottom: 0px;
      color: white;
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 26px;
      pointer-events: none; }
  form .dateWrap {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0; }
    form .dateWrap input {
      padding-left: 0.2em;
      margin: 0; }
    form .dateWrap:after {
      background: white url("../images/icons/inputHelper.png") no-repeat top right;
      content: "";
      bottom: 0px;
      color: white;
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 27px;
      pointer-events: none; }
  form .powermail_fieldwrap_file_inner {
    position: relative;
    overflow: hidden; }
    form .powermail_fieldwrap_file_inner span {
      background: white url("../images/icons/inputHelper.png") no-repeat top right;
      content: "";
      bottom: 0px;
      color: white;
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 27px;
      pointer-events: none; }
    form .powermail_fieldwrap_file_inner input.powermail_file {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
  form .checkboxWrap {
    position: relative;
    margin-bottom: 0.8em; }
    form .checkboxWrap label {
      margin-left: 35px;
      cursor: pointer; }
    form .checkboxWrap input[type='radio'], form .checkboxWrap input[type='checkbox'] {
      display: none; }
    form .checkboxWrap input[type='radio'] + span, form .checkboxWrap input[type='checkbox'] + span {
      -moz-box-shadow: inset 3px 3px 4px #505154;
      -webkit-box-shadow: inset 3px 3px 4px #505154;
      box-shadow: inset 3px 3px 4px #505154;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 25px;
      width: 25px;
      background: white; }
    form .checkboxWrap input[type='radio']:checked + span, form .checkboxWrap input[type='checkbox']:checked + span {
      background: white url("../images/icons/checkbox.png") no-repeat center center; }
  form input[type="submit"], form input[type="reset"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.2em 3em;
    text-transform: uppercase;
    border: none;
    font-family: 'FuturBol';
    color: white;
    background-color: #e30613;
    cursor: pointer; }
  form input:-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form input:-moz-placeholder, form textarea:-moz-placeholder {
    color: #505154; }
  form input[type='file'] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.raoptivosubscribtion_subscription > p {
  color: #e30613; }

html.no-pointerevents form .selectWrap select {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button; }
html.no-pointerevents form .selectWrap:after {
  display: none; }
html.no-pointerevents form .dateWrap:after {
  display: none; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background: none; }

.powermail_form.layout1 {
  margin-top: -2em; }
.powermail_form .powermail_fieldwrap_text {
  margin-bottom: 14px; }

#contentWrap #userContent .powermail_message.powermail_message_error {
  margin-top: 2em; }
  #contentWrap #userContent .powermail_message.powermail_message_error li {
    color: #e30613; }

@media (min-width: 920px) {
  .powermail_fieldset.layout1 {
    width: 49.3333333333333%;
    float: left; }
  .powermail_fieldset.layout2 {
    width: 49.3333333333333%;
    float: right; }
  .powermail_fieldset.layout3 {
    clear: both; } }
html.no-csschecked input[type='radio'] + span, html.no-csschecked input[type='checkbox'] + span {
  display: none; }
html.no-csschecked input[type='radio'], html.no-csschecked input[type='checkbox'] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background: transparent; }

html.no-boxshadow input[type="text"], html.no-boxshadow input[type="password"], html.no-boxshadow textarea, html.no-boxshadow select {
  border: 1px solid #505154; }

.ra_facebook .header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'FuturBol';
  text-transform: uppercase;
  padding: 3px 5px;
  margin-bottom: 5px;
  background-color: white;
  color: #505154;
  text-align: left;
  white-space: normal; }
  .ra_facebook .header h2 {
    font-size: 17.33333px;
    font-size: 1.08333rem;
    display: inline;
    color: #e40134;
    padding: 0;
    line-height: normal; }
.ra_facebook .post {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  position: relative;
  overflow: hidden;
  margin-bottom: 3%; }
  .ra_facebook .post .post_container {
    padding: 10px;
    float: left; }
    .ra_facebook .post .post_container .above {
      width: 100%;
      float: left; }
      .ra_facebook .post .post_container .above .left {
        float: left;
        margin-right: 10px; }
        .ra_facebook .post .post_container .above .left img {
          width: 50px; }
      .ra_facebook .post .post_container .above .right {
        float: left;
        padding-top: 7px; }
        .ra_facebook .post .post_container .above .right .name {
          color: #365899;
          font-weight: bold;
          font-size: 16px;
          display: block;
          line-height: 16px; }
        .ra_facebook .post .post_container .above .right .date {
          color: #90949c;
          font-size: 14px;
          float: left; }
        .ra_facebook .post .post_container .above .right .separator {
          color: #90949c;
          display: block;
          padding: 1px 5px;
          float: left; }
        .ra_facebook .post .post_container .above .right .lock {
          width: 12px;
          height: 12px;
          background-image: url("../../../../typo3conf/ext/ra_facebook/Resources/Public/Images/sprite.png");
          background-repeat: no-repeat;
          background-size: auto;
          background-position: -12px -25px;
          display: block;
          float: left;
          margin-top: 7px; }
    .ra_facebook .post .post_container .message {
      float: left;
      width: 100%;
      font-size: 18px;
      color: #1d2129; }
      .ra_facebook .post .post_container .message a {
        text-decoration: none; }
    .ra_facebook .post .post_container .image img {
      width: 100%;
      height: auto; }

#contentWrap #userContent .ra_facebook a, #contentWrap #userContent .ra_facebook a:link, #contentWrap #userContent .ra_facebook a:visited {
  text-decoration: none; }

.tx-ra-haendlersuche {
  overflow: hidden;
  height: auto; }
  .tx-ra-haendlersuche .gmapWrapper {
    height: 400px;
    width: 100%; }
  .tx-ra-haendlersuche .merchants {
    overflow: hidden;
    height: auto; }
    .tx-ra-haendlersuche .merchants .col.active {
      color: #e30613; }

@media (min-width: 600px) {
  .tx-ra-haendlersuche .merchants .col {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
    float: left; }
  .tx-ra-haendlersuche .merchants .distanceSpace {
    display: block;
    margin-top: 0.6em; }
  .tx-ra-haendlersuche .merchants .col:nth-of-type(2n+1) {
    clear: left; } }
#contentWrap #userContent .calenderTable {
  border-collapse: separate; }
  #contentWrap #userContent .calenderTable td {
    padding: 0; }
  #contentWrap #userContent .calenderTable thead td {
    border: none; }
  #contentWrap #userContent .calenderTable tbody td {
    border: 2px solid white;
    background-color: #193287;
    color: white;
    font-family: 'FuturBol';
    position: relative; }
    #contentWrap #userContent .calenderTable tbody td.event {
      background-color: #e30613;
      cursor: pointer; }
    #contentWrap #userContent .calenderTable tbody td.deactive {
      background-color: white;
      cursor: default; }
      #contentWrap #userContent .calenderTable tbody td.deactive * {
        display: none; }
    #contentWrap #userContent .calenderTable tbody td.actCSS span {
      text-decoration: underline; }
    #contentWrap #userContent .calenderTable tbody td:before {
      content: '';
      display: block;
      padding-top: 100%; }
    #contentWrap #userContent .calenderTable tbody td span {
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      line-height: 1; }

.tx-ra-calender .pager {
  font-family: 'FuturBol';
  color: #e30613;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 0.4em; }
  .tx-ra-calender .pager a {
    text-decoraction: none; }
  .tx-ra-calender .pager i {
    font-style: normal !important; }
.tx-ra-calender .calendarEvents .event {
  display: none; }
  .tx-ra-calender .calendarEvents .event h2 {
    padding-top: 0; }
  .tx-ra-calender .calendarEvents .event p {
    margin-bottom: 0 !important; }
  .tx-ra-calender .calendarEvents .event img {
    margin-top: 1em; }

@media (min-width: 1200px) {
  .tx-ra-calender {
    height: auto;
    overflow: hidden; }
    .tx-ra-calender .calenderTableWrap {
      width: 49%;
      float: left; }
    .tx-ra-calender .calendarEvents {
      width: 49%;
      float: right; } }
.agencyCategories .agencyCategoryList.agencyCategoryListFiltered .gridWrap {
  margin-top: 1em; }

#newsletterWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  right: 0;
  top: 20%;
  background-color: #193287;
  color: white;
  padding: 1em;
  right: -80%;
  transition: all 0.5s;
  /* explorer 10 */
  -webkit-transition: all 0.5s;
  /* chrome & safari */
  -moz-transition: all 0.5s;
  /* firefox */
  -ms-transition: all 0.5s;
  /* ms */
  -o-transition: all 0.5s;
  /* opera */
  /* keine mobile Version */
  display: none; }
  #newsletterWrap.open {
    right: 0; }
  #newsletterWrap div.sort-1 {
    /*background-color: $sikuBlau;*/
    background: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #newsletterWrap h3 {
    color: white; }
  #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html {
    display: inline;
    width: 50%; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
      height: 27px;
      width: 50%; }

/* pad 600px*/
@media only screen and (min-width: 600px) {
  #newsletterWrap {
    /*fix fuer verschwindende Schrift in der Tablet-Ansicht im Chrome*/
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: rgba(25, 50, 135, 0.8);
    border: 1px solid white;
    overflow: hidden;
    display: block;
    z-index: 1;
    width: 450px;
    width: 50px;
    right: 0px;
    top: 284px;
    padding: 0.5em 0 0.5em 3em;
    height: 126px; }
    #newsletterWrap.open {
      z-index: 505;
      right: 0px;
      background: #193287;
      width: 450px;
      padding: 0.5em 1em 0.5em 3em; }
      #newsletterWrap.open div.element {
        display: block; }
    #newsletterWrap div.element {
      width: 395px;
      padding: 0 0.5em; }
    #newsletterWrap div.sort-1 {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      left: -2.1em;
      top: 34%;
      width: 126px !important;
      min-width: 126px;
      text-align: center;
      display: block;
      cursor: pointer;
      letter-spacing: 0.075em; }
      #newsletterWrap div.sort-1 span {
        display: inline; }
      #newsletterWrap div.sort-1 i {
        display: none; }
    #newsletterWrap h2, #newsletterWrap h3 {
      color: white;
      font-size: 13.33333px;
      font-size: 0.83333rem;
      line-height: 16px;
      width: 100%; }
    #newsletterWrap .csc-header-n2 h2 {
      padding: 0; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html {
      display: inline;
      width: 50%; }
      #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
        width: 50%;
        margin: 0 0 5px 0; }
    #newsletterWrap .ce-contentWrap {
      font-size: 13.33333px;
      font-size: 0.83333rem;
      line-height: 16px; } }
/* 768px*/
@media (min-width: 768px) {
  #newsletterWrap {
    top: 322px;
    padding: 0.5em 0 0.5em 3em;
    height: 160px; }
    #newsletterWrap div.element {
      width: 385px;
      padding: 0 0.5em; }
    #newsletterWrap div.sort-1 {
      left: -3.2em;
      top: 38%;
      width: 160px !important;
      min-width: 160px;
      letter-spacing: 0.075em; }
    #newsletterWrap h2, #newsletterWrap h3 {
      font-size: 17.33333px;
      font-size: 1.08333rem; }
    #newsletterWrap .csc-header-n2 h2 {
      padding: 0 0 0.75em 0; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
      width: 50%;
      margin: 0 0 5px 0; }
    #newsletterWrap .ce-contentWrap {
      font-size: 17.33333px;
      font-size: 1.08333rem;
      line-height: 20px; } }
/* 920px*/
@media (min-width: 920px) {
  #newsletterWrap {
    top: 287px;
    padding: 0.5em 0 0.5em 3em;
    height: 129px; }
    #newsletterWrap div.element {
      width: 385px;
      padding: 0 0.5em; }
    #newsletterWrap div.sort-1 {
      left: -2.5em;
      top: 34%;
      width: 129px !important;
      min-width: 129px;
      letter-spacing: 0.075em; }
    #newsletterWrap h2, #newsletterWrap h3 {
      font-size: 14.66667px;
      font-size: 0.91667rem; }
    #newsletterWrap .csc-header-n2 h2 {
      padding: 0 0 0.75em 0; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
      width: 50%;
      margin: 0 0 5px 0; }
    #newsletterWrap .ce-contentWrap {
      font-size: 14.66667px;
      font-size: 0.91667rem;
      line-height: 17.33333px; } }
/* 992px */
@media (min-width: 992px) {
  #newsletterWrap {
    top: 298px;
    padding: 0.5em 0 0.5em 3em;
    height: 139px; }
    #newsletterWrap div.element {
      width: 385px;
      padding: 0 0.5em; }
    #newsletterWrap div.sort-1 {
      left: -2.4em;
      top: 34%;
      width: 139px !important;
      min-width: 139px;
      letter-spacing: 0.075em; }
    #newsletterWrap h2, #newsletterWrap h3 {
      font-size: 14.66667px;
      font-size: 0.91667rem; }
    #newsletterWrap .csc-header-n2 h2 {
      padding: 0 0 0.75em 0; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
      width: 50%;
      margin: 0 0 5px 0; }
    #newsletterWrap .ce-contentWrap {
      font-size: 14.66667px;
      font-size: 0.91667rem;
      line-height: 17.33333px; } }
/* 1165px */
@media (min-width: 1165px) {
  #newsletterWrap {
    top: 324px;
    padding: 0.5em 0 0.5em 3em;
    height: 164px; }
    #newsletterWrap div.element {
      width: 385px;
      padding: 0 0.5em; }
    #newsletterWrap div.sort-1 {
      left: -2.7em;
      top: 40%;
      width: 164px !important;
      min-width: 164px;
      letter-spacing: 0.075em;
      font-size: 21.33333px;
      font-size: 1.33333rem; }
    #newsletterWrap h2, #newsletterWrap h3 {
      font-size: 21.33333px;
      font-size: 1.33333rem; }
    #newsletterWrap .csc-header-n2 h2 {
      padding: 0 0 0.75em 0; }
    #newsletterWrap form fieldset div.tx_powermail_pi1_fieldwrap_html input {
      width: 50%;
      margin: 0 0 5px 0; }
    #newsletterWrap .ce-contentWrap {
      font-size: 18.66667px;
      font-size: 1.16667rem;
      line-height: 21.33333px; } }
/* 1200px*/
@media (min-width: 1200px) {
  #newsletterWrap {
    top: 329px;
    height: 169px; }
    #newsletterWrap div.element {
      width: 385px; }
    #newsletterWrap div.sort-1 {
      left: -2.7em;
      top: 41%;
      width: 169px !important;
      min-width: 169px; } }
/*1440px*/
@media (min-width: 1440px) {
  #newsletterWrap {
    top: 365px;
    height: 203px; }
    #newsletterWrap div.element {
      width: 385px; }
    #newsletterWrap div.sort-1 {
      left: -3.5em;
      top: 42%;
      width: 203px !important;
      min-width: 203px; } }
/*1555px*/
@media (min-width: 1555px) {
  #newsletterWrap {
    top: 379px;
    height: 217px; }
    #newsletterWrap div.element {
      width: 385px; }
    #newsletterWrap div.sort-1 {
      left: -3.8em;
      top: 42%;
      width: 217px !important;
      min-width: 207px; } }
/*1750px*/
@media (min-width: 1750px) {
  #newsletterWrap {
    top: 379px;
    height: 217px; }
    #newsletterWrap div.element {
      width: 385px; }
    #newsletterWrap div.sort-1 {
      left: -3.8em;
      top: 43%;
      width: 217px !important;
      min-width: 217px; } }
/* IE */
html.no-csstransforms #newsletterWrap {
  height: 50px; }
  html.no-csstransforms #newsletterWrap.open {
    height: 217px; }
    html.no-csstransforms #newsletterWrap.open div.element {
      display: block; }
  html.no-csstransforms #newsletterWrap div.sort-1 {
    left: -1.7em;
    top: 0.2em; }
    html.no-csstransforms #newsletterWrap div.sort-1 span {
      display: none; }
    html.no-csstransforms #newsletterWrap div.sort-1 i {
      display: inline-block;
      font-size: 1.5em; }

body.flyOut {
  overflow: hidden; }
  body.flyOut #mobile-toogle,
  body.flyOut #header .center,
  body.flyOut #header .left,
  body.flyOut #header .right {
    z-index: 1; }
  body.flyOut #clickhandler {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    z-index: 500; }

.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #193287;
  color: white;
  font-size: 36px;
  font-size: 2.25rem;
  z-index: 10; }

#body .closeBtn {
  transition: all 0.2s;
  /* explorer 10 */
  -webkit-transition: all 0.2s;
  /* chrome & safari */
  -moz-transition: all 0.2s;
  /* firefox */
  -ms-transition: all 0.2s;
  /* ms */
  -o-transition: all 0.2s;
  /* opera */ }
  #body .closeBtn:hover {
    background: black; }

.lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 51%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* explorer 10 */
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* chrome & safari */
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* firefox */
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* ms */
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* opera */ }
  .lightbox.open {
    top: 140px;
    height: 500px; }
  .lightbox .lightboxwrapper {
    position: relative;
    width: 100%;
    max-width: 992px;
    height: 90%;
    margin: 1.3em auto;
    border: 1px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .lightbox .lightboxwrapper .contentwrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      /*overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      */
      overflow: hidden;
      z-index: 5;
      background: white;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0em; }
      .lightbox .lightboxwrapper .contentwrapper .ce-contentWrap {
        display: block;
        padding: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap {
        width: 70%;
        float: right; }
        .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap img {
          width: 100%;
          height: auto; }
      .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text {
        padding: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text h2 {
          text-transform: uppercase;
          color: #505154;
          font-weight: normal; }
        .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text span.bluebutton {
          background: #193287;
          padding: 2.5px 12px;
          display: inline-block;
          text-decoration: none !important;
          color: #fff;
          text-transform: uppercase;
          position: absolute;
          bottom: 1em;
          cursor: pointer; }
          .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text span.bluebutton a {
            text-decoration: none; }
    .lightbox .lightboxwrapper .closeBtn {
      right: -46px; }
  .lightbox .loadAnim {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 15;
    text-align: center;
    background: white; }
    .lightbox .loadAnim:after {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      content: "";
      color: black;
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 30px; }

@media (min-width: 0px) and (max-width: 768px) {
  .lightbox.open {
    top: 20px;
    bottom: 20px;
    height: auto; }
  .lightbox .lightboxwrapper .contentwrapper {
    overflow-y: scroll; }
    .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap {
      width: 100%;
      float: none; }
      .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap img {
        height: auto;
        width: 100%; }
    .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text span.bluebutton {
      margin-top: 1em;
      position: static; } }
@media (min-width: 668px) and (max-width: 992px) {
  .lightbox.open {
    top: 140px;
    bottom: auto;
    height: 500px; }
  .lightbox .lightboxwrapper .closeBtn {
    z-index: 10;
    right: 0px; } }
@media (max-width: 1165px) {
  .lightbox .lightboxwrapper .closeBtn {
    z-index: 10;
    top: 0px;
    right: 0; } }
@media (max-width: 600px) {
  .lightbox.open {
    padding: 1em;
    top: 20px;
    bottom: 20px;
    height: auto; }
  .lightbox .lightboxwrapper {
    height: 100%;
    margin: 0 auto; }
    .lightbox .lightboxwrapper .contentwrapper {
      overflow-y: scroll; }
      .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap {
        width: 100%;
        float: none; }
        .lightbox .lightboxwrapper .contentwrapper .csc-textpic-imagewrap img {
          height: auto;
          width: 100%; }
      .lightbox .lightboxwrapper .contentwrapper .csc-textpic-text span.bluebutton {
        margin-top: 1em;
        position: static; } }
.gridWrap .image_akkordeon {
  padding-right: 2%; }
  .gridWrap .image_akkordeon.head {
    cursor: pointer; }
  .gridWrap .image_akkordeon.content {
    display: none; }

/* shop */
.sideBarIcons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 0;
  background: #193287;
  color: white;
  font-family: 'FuturBol';
  height: 45px;
  width: 75px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 45px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .sideBarIcons i {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 10px; }
  .sideBarIcons a {
    padding-left: 10px;
    color: white;
    text-transform: uppercase;
    text-decoration: none !important; }
  .sideBarIcons.red {
    background: #e30613;
    color: white; }
    .sideBarIcons.red a {
      color: white; }

#obligationTerms {
  top: 55px; }

body.mage .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-family: 'FuturBol';
  text-decoration: none !important; }
body.mage .block-list {
  overflow: hidden;
  background: white; }
  body.mage .block-list .block-title {
    color: #e30613;
    font-family: "FuturBol";
    margin-bottom: 1em; }
  body.mage .block-list .innerPadding {
    padding: 2%;
    position: relative; }

body.germansetup-frontend-agreements {
  width: 90%;
  margin: 5%; }
  body.germansetup-frontend-agreements > div {
    margin-bottom: 5%; }

body.mage #userContent #kmenuContainer .ShopOverview .tax-details a {
  display: none; }
body.mage #userContent #kmenuContainer .ShopOverview .productImage .price-box .red {
  color: #e40134; }
body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile {
  padding: 0; }
  body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile .item {
    padding: 0.5em 0; }
body.mage #contentWrap #userContent > p {
  margin-bottom: 1.75em; }
body.mage #contentWrap #userContent img {
  max-width: 100%;
  height: auto; }

.actionCode button[type="button"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2em 3em;
  text-transform: uppercase;
  border: none;
  font-family: 'FuturBol';
  color: white;
  background-color: #e30613;
  cursor: pointer;
  margin: 0;
  margin-bottom: 0.3em;
  width: 100%; }

.actionCode .input-text {
  width: 50%; }

@media (min-width: 600px) {
  body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile {
    background: none;
    opacity: 1;
    padding: 0 0 100% 0; }
    body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile .item {
      background: #193287;
      opacity: 0; }
    body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile:hover {
      background: none; }
      body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile:hover .item {
        display: block;
        opacity: 0.8; }
        body.mage #userContent #kmenuContainer .kmenu .kmenuWrap .menuTile:hover .item a {
          color: white !important;
          text-decoration: none; } }
#mageProductFilter {
  background: white; }
  #mageProductFilter .filter {
    margin-bottom: 1em; }

#contentWrap #userContent .ShopOverview ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }
  #contentWrap #userContent .ShopOverview ul li {
    position: relative;
    width: 49%;
    height: 0;
    padding-bottom: 49%;
    float: left;
    list-style: none;
    margin-right: 1%;
    margin-bottom: 1%; }
    #contentWrap #userContent .ShopOverview ul li:nth-of-type(2n) {
      margin-right: 0; }
    #contentWrap #userContent .ShopOverview ul li a {
      display: block; }
    #contentWrap #userContent .ShopOverview ul li img {
      height: 100%;
      width: 100%; }

#contentWrap #userContent .shopStoreTab .ShopOverview ul li {
  height: auto;
  padding-bottom: 0%; }

.ShopOverview ul li span {
  display: block;
  font-family: 'FuturBol'; }
  .ShopOverview ul li span.name {
    color: #e30613;
    line-height: 1.2em; }
  .ShopOverview ul li span span.confPrice .price {
    display: inline; }
.ShopOverview ul li a {
  text-decoration: none !important; }
.ShopOverview ul li.nthChildHelper {
  margin-right: 0 !important; }
.ShopOverview ul li.nthChildHelper + li {
  clear: left; }

#contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(2n) {
  margin-right: 0%; }
#contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(2n+1) {
  clear: left; }

#recently-viewed-items .checkboxWrap label {
  margin-left: 0; }
#recently-viewed-items .labelWrap {
  float: left;
  display: block; }
#recently-viewed-items .textWrap {
  float: left;
  margin-left: 40px; }
#recently-viewed-items button {
  color: white;
  background: #e30613;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 15px;
  float: right;
  font-family: "FuturBol"; }

@media (min-width: 600px) {
  #mageProductFilter .filter {
    float: left;
    width: 49%;
    margin-right: 2%; }

  #contentWrap #userContent #kmenuContainer.shopStore {
    width: 66.3333333%;
    float: left; }
    #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li {
      width: 49%;
      margin-right: 2%;
      padding-bottom: 0%; }

  #contentWrap #userContent .ShopOverview ul li {
    width: 32.6666666%;
    margin-right: 1%;
    padding-bottom: 32.66666666%; }
    #contentWrap #userContent .ShopOverview ul li:nth-of-type(2n) {
      margin-right: 1%; }
    #contentWrap #userContent .ShopOverview ul li:nth-of-type(3n) {
      margin-right: 0; } }
@media (min-width: 920px) {
  #contentWrap #userContent #kmenuContainer.shopStore {
    width: 74.75%;
    float: left; }
    #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li {
      width: 32.6666666%;
      margin-right: 1%;
      height: auto; }
      #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(2n) {
        margin-right: 1%; }
      #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(3n) {
        margin-right: 0; }
      #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(2n+1) {
        clear: none; }
      #contentWrap #userContent #kmenuContainer.shopStore .ShopOverview ul li:nth-of-type(3n+1) {
        clear: left; }

  #contentWrap #userContent .ShopOverview ul li {
    width: 24.25%;
    margin-right: 1%;
    padding-bottom: 24.25%; }
    #contentWrap #userContent .ShopOverview ul li:nth-of-type(3n) {
      margin-right: 1%; }
    #contentWrap #userContent .ShopOverview ul li:nth-of-type(4n) {
      margin-right: 0; } }
body.mage #contentWrap #userContent {
  overflow: visible; }
body.mage #zoom-range {
  -ms-touch-action: none;
  touch-action: none; }

#productView {
  margin-top: 70px;
  background: white;
  position: relative; }
  #productView .innerPadding {
    padding: 2%;
    position: relative; }
  #productView .product-name h2 {
    padding-bottom: 0;
    text-transform: none; }
  #productView .thumbnail {
    position: absolute;
    right: 2%;
    top: 20px;
    padding-top: 2%;
    width: 45px; }
  #productView .product-subheadline {
    margin-bottom: 1.5em;
    font-family: 'FuturBol';
    font-size: 25.33333px;
    font-size: 1.58333rem; }
  #productView .product-media-box {
    width: 100%; }
  #productView .product-text-box {
    width: 100%;
    margin: 0; }
    #productView .product-text-box .grid {
      padding: 0;
      margin-bottom: 0; }
      #productView .product-text-box .grid:first-child {
        margin-bottom: 1em; }
  #productView .detailData {
    clear: both; }
    #productView .detailData dt {
      font-family: 'FuturBol';
      width: 100%;
      display: block;
      float: left;
      clear: both; }
    #productView .detailData dd {
      font-family: "FuturaM", Futura, "Trebuchet MS", Arial, sans-serif !important;
      display: block;
      float: left; }
      #productView .detailData dd br {
        display: none; }
    #productView .detailData .mediaPager, #productView .detailData .mediaDownload {
      margin-bottom: 1em; }
    #productView .detailData .input-text.qty {
      width: 50px; }
    #productView .detailData .green {
      color: #80a51b; }
    #productView .detailData .red {
      color: #e30613; }
    #productView .detailData .button.btn-cart {
      color: white;
      background: #e30613;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      box-shadow: none;
      text-transform: uppercase;
      cursor: pointer;
      font-size: 17px;
      font-size: 1.0625rem;
      padding: 15px; }
  #productView .product-media-box > .media {
    display: none; }
    #productView .product-media-box > .media:first-child {
      display: block; }
    #productView .product-media-box > .media.video {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      #productView .product-media-box > .media.video iframe, #productView .product-media-box > .media.video object, #productView .product-media-box > .media.video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #productView .mediaIcons .mediaIcon {
    background: #193287;
    height: 45px;
    width: 45px;
    color: white;
    font-family: 'FuturBol';
    position: absolute;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    top: -45px; }
    #productView .mediaIcons .mediaIcon i {
      font-style: normal !important;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 45px; }
    #productView .mediaIcons .mediaIcon.active, #productView .mediaIcons .mediaIcon:hover {
      background: white;
      color: #193287; }
  #productView .mediaIcons .icon1 {
    left: 0px; }
  #productView .mediaIcons .icon2 {
    left: 65px; }
  #productView .mediaIcons .icon3 {
    left: 130px; }
  #productView .mediaIcons .icon4 {
    left: 195px; }
  #productView .mediaIcons .view360 {
    font-size: 18px;
    font-size: 1.125rem; }
  #productView .rasikuteaser_slider .slideElement {
    text-align: center; }
    #productView .rasikuteaser_slider .slideElement img {
      width: auto;
      max-width: 100%; }
  #productView .zoomButton {
    width: 170px;
    height: 20px;
    position: relative;
    left: 50%;
    margin-left: -4.8em;
    margin-top: 5px; }
    #productView .zoomButton #zoom-minus,
    #productView .zoomButton #zoom-plus {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: -5px;
      cursor: pointer;
      font-family: FontAwesome;
      background-color: #193287;
      width: 30px;
      height: 30px;
      padding: 4px 8px; }
      #productView .zoomButton #zoom-minus i,
      #productView .zoomButton #zoom-plus i {
        color: #FFF;
        font-style: normal; }
    #productView .zoomButton #zoom-minus {
      left: -60px; }
    #productView .zoomButton #zoom-plus {
      right: -60px; }
    #productView .zoomButton .ui-slider-horizontal {
      background: #a3a3a0;
      position: relative;
      height: 20px; }
      #productView .zoomButton .ui-slider-horizontal:before {
        content: "";
        height: 20px;
        width: 15px;
        position: absolute;
        background: #a3a3a0;
        top: 0;
        left: -15px; }
      #productView .zoomButton .ui-slider-horizontal:after {
        content: "";
        height: 20px;
        width: 15px;
        position: absolute;
        background: #a3a3a0;
        top: 0;
        right: -15px; }
    #productView .zoomButton .ui-slider-range-min {
      left: 0;
      top: 0;
      height: 100%; }
    #productView .zoomButton .ui-slider-range {
      position: absolute;
      z-index: 1;
      font-size: .7em;
      display: block;
      border: 0;
      background-position: 0 0; }
    #productView .zoomButton .ui-slider-handle {
      width: 30px;
      height: 30px;
      background: url("../../viewer2014/viewer/uize_new/Uize_Widget_Bar_Slider/knob-horizontal.png");
      background-size: 30px 30px;
      position: absolute;
      z-index: 2;
      cursor: default;
      margin-left: -15px;
      top: -.3em; }
  #productView img.warning_1 {
    height: 50px !important;
    width: auto; }

#media_pager .pageElement {
  width: 48%;
  padding-right: 4%;
  padding-bottom: 4%;
  float: left;
  line-height: 0; }
  #media_pager .pageElement.even {
    padding-right: 0; }
  #media_pager .pageElement img {
    border: 2px solid #505154;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #media_pager .pageElement.cycle-pager-active img {
    border-color: #e30613; }

#contentWrap #userContent #page_imagePort img {
  max-width: none; }

@media only screen and (min-width: 600px) {
  #productView .detailData.sortiment {
    font-family: 'FuturBol'; }
  #productView .detailData dt {
    width: 30%; }
  #productView .detailData dd {
    width: 70%; }
    #productView .detailData dd br {
      display: inline; } }
@media only screen and (min-width: 920px) {
  #productView {
    margin-top: 0px; }
    #productView .product-text-box .grid:first-child {
      margin-bottom: 0; }
    #productView .mediaIcons .mediaIcon {
      cursor: pointer;
      right: -45px;
      left: auto; }
    #productView .mediaIcons .icon1 {
      top: 0px; }
    #productView .mediaIcons .icon2 {
      top: 65px; }
    #productView .mediaIcons .icon3 {
      top: 130px; }
    #productView .mediaIcons .icon4 {
      top: 195px; }
    #productView .detailData dt {
      width: 100%; }
    #productView .detailData dd {
      width: 100%;
      font-family: "FuturaM", Futura, "Trebuchet MS", Arial, sans-serif; }
      #productView .detailData dd br {
        display: none; } }
@media only screen and (min-width: 1200px) {
  #productView .detailData.sortiment {
    font-family: 'FuturBol'; }
  #productView .detailData.shop dd {
    font-family: 'FuturBol'; }
  #productView .detailData dt {
    width: 30%; }
  #productView .detailData dd {
    width: 70%; }
    #productView .detailData dd br {
      display: inline; } }
#cart-all-items {
  font-family: 'FuturBol'; }
  #cart-all-items .col1 {
    float: left;
    width: 100%; }
  #cart-all-items .col2 {
    float: left;
    width: 100%; }
  #cart-all-items .col3 {
    float: left;
    width: 100%; }
  #cart-all-items .col4 {
    float: left;
    width: 50%; }
    #cart-all-items .col4 .red {
      color: #e40134; }
    #cart-all-items .col4 .rrp-price {
      text-decoration: line-through; }
  #cart-all-items .col5 {
    float: left;
    width: 50%; }
  #cart-all-items .head {
    display: none; }
  #cart-all-items .item {
    clear: both;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #e30613; }
    #cart-all-items .item .col2, #cart-all-items .item .col3, #cart-all-items .item .col4,
    #cart-all-items .item .col5 {
      padding-top: 0.5em; }
    #cart-all-items .item:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #cart-all-items .item:last-child {
      margin-bottom: 0; }
  #cart-all-items .btn-remove.btn-remove2 {
    text-decoration: none !important; }
    #cart-all-items .btn-remove.btn-remove2 .red {
      color: #e30613; }

#shopping-cart-totals-table {
  table-layout: auto !important;
  text-align: right !important;
  font-family: 'FuturBol' !important; }
  #shopping-cart-totals-table tr td {
    border: 0 !important;
    padding: 0 !important; }
    #shopping-cart-totals-table tr td strong {
      color: #e30613 !important; }

.basketButtons button[type="button"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2em 3em;
  text-transform: uppercase;
  border: none;
  font-family: 'FuturBol';
  color: white;
  background-color: #e30613;
  cursor: pointer;
  margin: 0;
  margin-bottom: 0.3em;
  width: 100%; }
.basketButtons button[type="button"].grey {
  background-color: #505154; }

#cartsite .onlyMobile {
  display: block;
  color: #e30613; }
#cartsite .messages {
  margin: 0 !important;
  list-style: none !important;
  color: #e30613 !important;
  font-family: 'FuturBol' !important; }
  #cartsite .messages ul {
    margin: 0 !important;
    list-style: none !important; }
    #cartsite .messages ul li {
      color: #e30613 !important; }
#cartsite .buttonalign {
  text-align: right; }
#cartsite .tax-details {
  padding-bottom: 1em;
  display: block; }
#cartsite .cart-totals-wrapper {
  margin-bottom: 1.5em; }
  #cartsite .cart-totals-wrapper .cart-totals {
    font-family: 'FuturBol'; }
    #cartsite .cart-totals-wrapper .cart-totals .item {
      text-align: right;
      margin-bottom: 0.1em; }
      #cartsite .cart-totals-wrapper .cart-totals .item .red {
        color: #e30613; }
      #cartsite .cart-totals-wrapper .cart-totals .item .col1 {
        width: 65%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 5%;
        float: left; }
      #cartsite .cart-totals-wrapper .cart-totals .item .col2 {
        width: 35%;
        padding-right: 0;
        float: left; }
      #cartsite .cart-totals-wrapper .cart-totals .item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }

#shopping-cart-totals-table td.first {
  padding-right: 2% !important; }

#contentWrap #userContent #checkout-gift .red {
  color: #e30613; }
#contentWrap #userContent #checkout-gift .button[type="button"] {
  width: 100%;
  padding: 0.2em;
  margin-top: 1em; }
#contentWrap #userContent #checkout-gift ul li.productImage {
  padding-bottom: 0;
  overflow: hidden;
  height: auto; }

@media (min-width: 600px) {
  .basketButtons button[type="button"] {
    margin: 0;
    width: auto; }

  #cartsite .onlyMobile {
    display: none; }
  #cartsite .head {
    width: 100%;
    color: #e30613; }
  #cartsite .col1 {
    float: left;
    width: 20%; }
  #cartsite .col2 {
    float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5%; }
  #cartsite .col3 {
    float: left;
    width: 12.5%; }
  #cartsite .col4 {
    float: left;
    width: 17.5%; }
  #cartsite .col5 {
    float: left;
    width: 20%; }
  #cartsite .tax-details {
    margin-bottom: 0; }
  #cartsite .cart-totals-wrapper .cart-totals .item .col1 {
    width: 80%; }
  #cartsite .cart-totals-wrapper .cart-totals .item .col2 {
    width: 20%; }

  #cart-all-items .head {
    display: block; }
  #cart-all-items .item {
    padding-bottom: 0;
    border-bottom: 0; }
    #cart-all-items .item .col2, #cart-all-items .item .col3, #cart-all-items .item .col4, #cart-all-items .item .col5 {
      padding-top: 1.2em; }
    #cart-all-items .item input {
      width: 35px; }

  #shopping-cart-totals-table td.first {
    padding-right: 5% !important; } }
#checkout-onepage #checkout-payment-method-load .form-list ul {
  display: block !important; }
#checkout-onepage #payment-tool-tip {
  display: none; }
#checkout-onepage .please-wait {
  display: none !important; }
#checkout-onepage .step-title h2 a {
  text-decoration: none !important; }
#checkout-onepage .step-title h2 a:hover {
  text-decoration: underline !important; }
#checkout-onepage .onlyMobile {
  display: block;
  color: #e30613; }
#checkout-onepage table {
  table-layout: auto !important; }
#checkout-onepage .required {
  color: #505154; }
#checkout-onepage .red {
  color: #e30613; }
#checkout-onepage .validation-failed {
  margin: 0; }
#checkout-onepage .validation-advice {
  margin-bottom: 14px;
  color: #e30613; }
#checkout-onepage .gridWrap {
  margin: 0; }
#checkout-onepage .noPaddingLeft {
  padding-left: 0; }
#checkout-onepage #billing-buttons-container, #checkout-onepage #shipping-buttons-container, #checkout-onepage #shipping-method-buttons-container, #checkout-onepage #payment-buttons-container {
  margin-top: 0.5em;
  margin-bottom: 1em; }
#checkout-onepage #co-shipping-method-form .sp-methods ul {
  list-style: none;
  margin-left: 0; }
#checkout-onepage #co-shipping-method-form .sp-methods dt {
  display: none; }
#checkout-onepage #co-shipping-method-form .sp-methods dd {
  display: block !important; }
#checkout-onepage #checkout-payment-method-load ul {
  list-style: none;
  margin-left: 0;
  color: #505154; }
  #checkout-onepage #checkout-payment-method-load ul#payment_form_paypal_standard {
    display: block !important; }

#checkoutSteps .section {
  border-bottom: 1px solid #e30613;
  border-top: 1px solid #e30613; }
  #checkoutSteps .section ~ .section {
    border-top: 0; }
  #checkoutSteps .section:last-child {
    border-bottom: 0; }
  #checkoutSteps .section:last-child .step-title h2, #checkoutSteps .section.active .step-title h2 {
    border-bottom: 1px solid #e30613;
    margin-bottom: 10px; }

#checkout-review {
  font-family: 'FuturBol'; }
  #checkout-review .head {
    display: none; }
  #checkout-review .basketReview {
    margin-bottom: 1em; }
  #checkout-review .col1 {
    float: left;
    width: 100%; }
  #checkout-review .col2 {
    float: left;
    width: 100%; }
  #checkout-review .col3 {
    float: left;
    width: 65%; }
  #checkout-review .col4 {
    float: left;
    width: 35%; }
  #checkout-review .item {
    clear: both;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #e30613; }
    #checkout-review .item .col1, #checkout-review .item .col2, #checkout-review .item .col3, #checkout-review .item .col4 {
      padding-top: 0.5em; }
    #checkout-review .item.twoCol {
      border: 0;
      padding-bottom: 0; }
      #checkout-review .item.twoCol .col1 {
        float: left;
        width: 65%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 2%; }
      #checkout-review .item.twoCol .col2 {
        float: left;
        width: 35%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 2%; }
      #checkout-review .item.twoCol:last-child {
        border-top: 2px solid #e30613;
        margin-top: 1em; }
    #checkout-review .item:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #checkout-review .item:last-child {
      margin-bottom: 1em; }

@media (max-width: 600px) {
  #checkout-payment-method-load .form-list ul {
    display: block !important; } }
@media (min-width: 600px) {
  #checkout-review .onlyMobile {
    display: none; }
  #checkout-review .head {
    display: block;
    width: 100%;
    color: #e30613; }
  #checkout-review .col1 {
    float: left;
    width: 57%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5%;
    padding-left: 2%; }
  #checkout-review .col3 {
    float: left;
    width: 10.5%; }
  #checkout-review .col2 {
    float: left;
    width: 12.5%; }
  #checkout-review .col4 {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
    text-align: right; }
  #checkout-review .item {
    padding-bottom: 0.5em; }
    #checkout-review .item.twoCol .col1 {
      width: 58%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 2%;
      padding-right: 5%; }
    #checkout-review .item.twoCol .col2 {
      width: 42%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 2%;
      text-align: right; }
    #checkout-review .item.twoCol:nth-child(even) {
      background-color: #FFF; }
    #checkout-review .item.twoCol:last-child {
      margin-bottom: 0.5em; }

  #payment_description_saferpaycw_creditcard {
    color: #505154; }

  #discount-coupon-form .input-text {
    width: 60%; } }
@media (min-width: 920px) {
  #checkout-onepage .gridWrap .grid_1_2 {
    width: 47.3333333333333%; }

  #discount-coupon-form .input-text {
    width: 60%; }

  #shipping_billing_box {
    margin-top: 1.3em; } }
@media (min-width: 1200px) {
  #checkout-review .col1 {
    width: 61%; }
  #checkout-review .col4 {
    width: 16%; } }
.catalogsearch-result-index .tax-details, .catalogsearch-result-index .shipping-cost-details, .catalogsearch-result-index .delivery-time {
  display: none; }
.catalogsearch-result-index .pager {
  padding-left: 0 !important;
  list-style-type: none !important; }
  .catalogsearch-result-index .pager span {
    font-family: "FuturaM", Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-left: 0.4em; }
  .catalogsearch-result-index .pager ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important; }
    .catalogsearch-result-index .pager ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 45px !important;
      height: 45px;
      text-align: center;
      display: inline-block;
      padding: 9px;
      border: 1px solid #e30613;
      margin-bottom: 0.5em; }
      .catalogsearch-result-index .pager ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 45px !important;
        height: 45px;
        display: block;
        padding: 9px;
        border: 1px solid #e30613;
        margin: -10px;
        background-color: #e30613;
        color: #FFF;
        text-decoration: none !important; }
        .catalogsearch-result-index .pager ul li a:hover {
          background-color: #FFF;
          color: #e30613; }
.catalogsearch-result-index .ShopOverview ul li {
  width: 32.6666666%;
  margin-right: 1%;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: hidden; }
  .catalogsearch-result-index .ShopOverview ul li strong {
    color: #e30613;
    font-family: 'FuturBol'; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(2n) {
    margin-right: 0%; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(2n+1) {
    clear: left; }

.sort-by {
  overflow: hidden; }
  .sort-by .selectWrap {
    width: 90%;
    float: left; }
  .sort-by .sort-dir {
    width: 10%;
    float: right;
    text-align: center; }

@media (min-width: 600px) {
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(2n) {
    margin-right: 1%; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(2n+1) {
    clear: none; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(3n) {
    margin-right: 0; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(3n+1) {
    clear: left; } }
@media (min-width: 920px) {
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(3n) {
    margin-right: 1%; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(3n+1) {
    clear: none; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(4n) {
    margin-right: 0; }
  .catalogsearch-result-index .ShopOverview ul li:nth-of-type(4n+1) {
    clear: left; } }

/*# sourceMappingURL=style.css.map */
