@charset "UTF-8";
/* External Libaries */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(frameworks/animate.min.css);
@import url(https://fonts.googleapis.com/css?family=Economica:400,700);
@font-face {
  font-family: 'FontAwesome';
  src: url("../Fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../Fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../Fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../Fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../Fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, body body.neos-backend #body .cubeBtn:before, body body.neos-backend #body .linkBtn:before, .gridAccordeon > .csc-header h1:before, .gridAccordeon > .csc-header h2:before, .gridAccordeon > .csc-header h3:before, .gridAccordeon.quiz .row .accordeoncontent a.btn:after, .gridAccordeon.quiz .row .accordeoncontent a.question:after, .lightbox .loadAnim:after, body.neos-backend #body .cubeBtn:before, body.neos-backend #body .linkBtn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* 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, .gridAccordeon > .csc-header h1.pull-left:before, .gridAccordeon > .csc-header h2.pull-left:before, .gridAccordeon > .csc-header h3.pull-left:before, .gridAccordeon.quiz .row .accordeoncontent a.pull-left.btn:after, .gridAccordeon.quiz .row .accordeoncontent a.pull-left.question:after, .lightbox .pull-left.loadAnim:after, body.neos-backend #body .pull-left.cubeBtn:before, body.neos-backend #body .pull-left.linkBtn:before {
  margin-right: .3em; }
.fa.pull-right, .gridAccordeon > .csc-header h1.pull-right:before, .gridAccordeon > .csc-header h2.pull-right:before, .gridAccordeon > .csc-header h3.pull-right:before, .gridAccordeon.quiz .row .accordeoncontent a.pull-right.btn:after, .gridAccordeon.quiz .row .accordeoncontent a.pull-right.question:after, .lightbox .pull-right.loadAnim:after, body.neos-backend #body .pull-right.cubeBtn:before, body.neos-backend #body .pull-right.linkBtn:before {
  margin-left: .3em; }

.fa-spin, .lightbox .loadAnim:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/* Import Basics */
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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 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, ul {
  list-style: none; }

section.text ul, section.textpic ul, section.bullets ul {
  list-style: disc;
  margin-left: 2em; }

section.text ol, section.textpic ol, section.bullets ol {
  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; }

/** Colors **/
/** Breakpoints Grid **/
/** Font sizes **/
/** Mixin definition **/
/** Mixin fuer bold, falls bei bold eine andere Schrift verwendet werden muss */
/** Buttons */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px; }

@media (min-width: 520px) {
  .container {
    width: 380px; } }
@media (min-width: 768px) {
  .container {
    width: 748px; } }
@media (min-width: 1200px) {
  .container {
    width: 855px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-20 {
  width: 20%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 520px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-20 {
    float: left; }

  .col-sm-20 {
    width: 20%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-20 {
    float: left; }

  .col-md-20 {
    width: 20%; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-20 {
    float: left; }

  .col-lg-20 {
    width: 20%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

@media (max-width: 519px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 519px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 520px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
h1, h2, h3, h4, h5 {
  font-weight: 400;
  padding-bottom: 15px; }

h1, h2, h3 {
  font-family: 'Economica',Helvetica,Arial,sans-serif;
  font-weight: 400; }

h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 54px;
  font-weight: 700; }

h2 {
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 47px; }

h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 39px; }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px; }

p {
  color: #000000;
  margin-bottom: 15px;
  font-family: 'Economica',Helvetica,sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px; }
  p:last-child {
    margin-bottom: 0; }
  p b, p strong {
    font-weight: bold; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

a {
  text-decoration: none; }
  a.btn, .gridAccordeon.quiz .row .accordeoncontent a.question {
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
    font-family: 'Economica',Helvetica,sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    color: #ffffff;
    background: #89b419;
    transition: background 0.2s;
    /* explorer 10 */
    -webkit-transition: background 0.2s;
    /* chrome & safari */
    -moz-transition: background 0.2s;
    /* firefox */
    -o-transition: background 0.2s;
    /* opera */ }
    a.btn.black-bg, .gridAccordeon.quiz .row .accordeoncontent a.black-bg.question, .gridAccordeon.quiz .row .accordeoncontent #body #mediawall .mediawallfilter ul li a.question.active, #body #mediawall .mediawallfilter ul li .gridAccordeon.quiz .row .accordeoncontent a.question.active, #body #mediawall .mediawallfilter ul li a.btn.active {
      background: #000000; }
      a.btn.black-bg *, .gridAccordeon.quiz .row .accordeoncontent a.black-bg.question *, .gridAccordeon.quiz .row .accordeoncontent #body #mediawall .mediawallfilter ul li a.question.active *, #body #mediawall .mediawallfilter ul li .gridAccordeon.quiz .row .accordeoncontent a.question.active *, #body #mediawall .mediawallfilter ul li a.btn.active * {
        color: #ffffff; }
    a.btn.white-bg, .gridAccordeon.quiz .row .accordeoncontent a.white-bg.question {
      background: #ffffff; }
      a.btn.white-bg *, .gridAccordeon.quiz .row .accordeoncontent a.white-bg.question * {
        color: #000000; }
    a.btn.red-bg, .gridAccordeon.quiz .row .accordeoncontent a.red-bg.question {
      background: #9a1615; }
      a.btn.red-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.red-bg.question:hover {
        background: #860201; }
    a.btn.rosa-bg, .gridAccordeon.quiz .row .accordeoncontent a.rosa-bg.question {
      background: #e36472; }
      a.btn.rosa-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.rosa-bg.question:hover {
        background: #cf505e; }
    a.btn.green-bg, .gridAccordeon.quiz .row .accordeoncontent a.green-bg.question {
      background: #89b419; }
      a.btn.green-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.green-bg.question:hover {
        background: #75a005; }
    a.btn.yellow-bg, .gridAccordeon.quiz .row .accordeoncontent a.yellow-bg.question {
      background: #f2cd00; }
      a.btn.yellow-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.yellow-bg.question:hover {
        background: #deb900; }
    a.btn.orange-bg, .gridAccordeon.quiz .row .accordeoncontent a.orange-bg.question {
      background: #fa9600; }
      a.btn.orange-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.orange-bg.question:hover {
        background: #e68200; }
    a.btn.cyan-bg, .gridAccordeon.quiz .row .accordeoncontent a.cyan-bg.question {
      background: #378bd6; }
      a.btn.cyan-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.cyan-bg.question:hover {
        background: #2377c2; }
    a.btn.violett-bg, .gridAccordeon.quiz .row .accordeoncontent a.violett-bg.question {
      background: #662583; }
      a.btn.violett-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.violett-bg.question:hover {
        background: #52116f; }
    a.btn.magenta-bg, .gridAccordeon.quiz .row .accordeoncontent a.magenta-bg.question {
      background: #a00a56; }
      a.btn.magenta-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.magenta-bg.question:hover {
        background: #8c0042; }
    a.btn.grey-bg, .gridAccordeon.quiz .row .accordeoncontent a.grey-bg.question {
      background: #8196a0; }
      a.btn.grey-bg:hover, .gridAccordeon.quiz .row .accordeoncontent a.grey-bg.question:hover {
        background: #6d828c; }

.red-bg .btn, .red-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .red-bg .question {
  background: #9a1615;
  color: #ffffff; }
  .red-bg .btn:hover, .red-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .red-bg .question:hover {
    background: #860201; }

.rosa-bg .btn, .rosa-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .rosa-bg .question {
  background: #e36472;
  color: #ffffff; }
  .rosa-bg .btn:hover, .rosa-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .rosa-bg .question:hover {
    background: #cf505e; }

.green-bg .btn, .green-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .green-bg .question {
  background: #89b419;
  color: #ffffff; }
  .green-bg .btn:hover, .green-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .green-bg .question:hover {
    background: #75a005; }

.yellow-bg .btn, .yellow-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .yellow-bg .question {
  background: #f2cd00;
  color: #ffffff; }
  .yellow-bg .btn:hover, .yellow-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .yellow-bg .question:hover {
    background: #deb900; }

.orange-bg .btn, .orange-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .orange-bg .question {
  background: #fa9600;
  color: #ffffff; }
  .orange-bg .btn:hover, .orange-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .orange-bg .question:hover {
    background: #e68200; }

.cyan-bg .btn, .cyan-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .cyan-bg .question {
  background: #378bd6;
  color: #ffffff; }
  .cyan-bg .btn:hover, .cyan-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .cyan-bg .question:hover {
    background: #2377c2; }

.violett-bg .btn, .violett-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .violett-bg .question {
  background: #662583;
  color: #ffffff; }
  .violett-bg .btn:hover, .violett-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .violett-bg .question:hover {
    background: #52116f; }

.magenta-bg .btn, .magenta-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .magenta-bg .question {
  background: #a00a56;
  color: #ffffff; }
  .magenta-bg .btn:hover, .magenta-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .magenta-bg .question:hover {
    background: #8c0042; }

.grey-bg .btn, .grey-bg .gridAccordeon.quiz .row .accordeoncontent .question, .gridAccordeon.quiz .row .accordeoncontent .grey-bg .question {
  background: #8196a0;
  color: #ffffff; }
  .grey-bg .btn:hover, .grey-bg .gridAccordeon.quiz .row .accordeoncontent .question:hover, .gridAccordeon.quiz .row .accordeoncontent .grey-bg .question:hover {
    background: #6d828c; }

html,
body {
  height: 100%; }

body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body body.neos-backend #head.open {
    top: 81px;
    left: 0;
    right: 0; }
  body body.neos-backend #menue.open {
    top: 81px;
    right: 0; }
  body body.neos-backend #eye-catcher {
    top: 40px; }
  body body.neos-backend.neos-navigate-panel-open #head.open {
    left: 321px;
    width: initial; }
  body body.neos-backend.neos-inspector-panel-open #head.open {
    right: 321px;
    width: initial; }
  body body.neos-backend.neos-inspector-panel-open #menue.open {
    right: 321px; }
  body body.neos-backend.neos-full-screen #head.open {
    top: 0px !important;
    left: 0;
    right: 0;
    width: 100%; }
  body body.neos-backend.neos-full-screen #menue.open {
    top: 0;
    right: 0; }
  body body.neos-backend.neos-edit-preview-panel-open #head.open {
    top: 190px; }
  body body.neos-backend.neos-edit-preview-panel-open #menue.open {
    top: 190px; }
  body body.neos-backend .area .imagecopyright {
    pointer-events: initial;
    z-index: 500; }
  body body.neos-backend .layerpage {
    padding-top: 40px; }
  body body.neos-backend #body {
    position: relative;
    display: block;
    height: 100%; }
    body body.neos-backend #body .area .mediacontainer > h3 {
      z-index: 15; }
    body body.neos-backend #body .cubeBtn {
      position: absolute;
      right: 0;
      bottom: 0px;
      display: inline-block;
      background: #ffffff;
      padding: 5px;
      color: #000000;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      z-index: 100; }
      body body.neos-backend #body .cubeBtn:before {
        content: ""; }
      body body.neos-backend #body .cubeBtn.back:before {
        content: ""; }
    body body.neos-backend #body .linkBtn {
      position: absolute;
      right: 30px;
      bottom: 0px;
      display: inline-block;
      background: #ffffff;
      padding: 5px;
      color: #000000;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      z-index: 100; }
      body body.neos-backend #body .linkBtn:before {
        content: ""; }
    body body.neos-backend #body .front.youtube p, body body.neos-backend #body .front.flickr p, body body.neos-backend #body .front.twitter p, body body.neos-backend #body .front.instagram p, body body.neos-backend #body .front.facebook p {
      padding: 10px 45px 10px 10px; }
      body body.neos-backend #body .front.youtube p.icon, body body.neos-backend #body .front.flickr p.icon, body body.neos-backend #body .front.twitter p.icon, body body.neos-backend #body .front.instagram p.icon, body body.neos-backend #body .front.facebook p.icon {
        padding: 10px; }
  body body.neos-backend.neos-preview-mode #body .cubeBtn,
  body body.neos-backend.neos-preview-mode #body .linkBtn {
    display: none; }
  body body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a,
  body body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a {
    -webkit-transform: translateZ(-87px) !important;
    -moz-transform: translateZ(-87px) !important;
    -o-transform: translateZ(-87px) !important;
    transform: translateZ(-87px) !important;
    -ms-transform: none; }
    body body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a:hover,
    body body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a:hover {
      -webkit-transform: translateZ(-87px) rotateY(-90deg) !important;
      -moz-transform: translateZ(-87px) rotateY(-90deg) !important;
      -o-transform: translateZ(-87px) rotateY(-90deg) !important;
      transform: translateZ(-87px) rotateY(-90deg) !important;
      -ms-transform: none; }
    body body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a.hover,
    body body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a.hover {
      -webkit-transform: translateZ(-87px) !important;
      -moz-transform: translateZ(-87px) !important;
      -o-transform: translateZ(-87px) !important;
      transform: translateZ(-87px) !important;
      -ms-transform: none; }
      body body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a.hover:hover,
      body body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a.hover:hover {
        -webkit-transform: translateZ(-87px) rotateY(-90deg) !important;
        -moz-transform: translateZ(-87px) rotateY(-90deg) !important;
        -o-transform: translateZ(-87px) rotateY(-90deg) !important;
        transform: translateZ(-87px) rotateY(-90deg) !important;
        -ms-transform: none; }
  body body.neos-backend .neos-empty-contentcollection-overlay {
    background: rgba(255, 255, 255, 0.3); }
  @media (max-width: 1199px) {
    body.menuActive {
      overflow: hidden; } }

.row, .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.typo3-neos-nodetypes-textwithimage {
  *zoom: 1; }
  .typo3-neos-nodetypes-textwithimage:after {
    content: "";
    display: table;
    clear: both; }
  .typo3-neos-nodetypes-textwithimage img {
    max-width: 100%;
    height: auto; }

em,
i {
  font-style: italic; }

figure {
  margin-bottom: 15px; }
  figure img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto; }
  figure figcaption {
    margin-bottom: 15px; }
    figure figcaption p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px; }

.right,
.left,
.typo3-neos-alignment-right,
.typo3-neos-alignment-left {
  float: right;
  margin-bottom: 0;
  width: 100%;
  *zoom: 1; }
  .right:after,
  .left:after,
  .typo3-neos-alignment-right:after,
  .typo3-neos-alignment-left:after {
    content: "";
    display: table;
    clear: both; }
  .right img,
  .right figcaption,
  .left img,
  .left figcaption,
  .typo3-neos-alignment-right img,
  .typo3-neos-alignment-right figcaption,
  .typo3-neos-alignment-left img,
  .typo3-neos-alignment-left figcaption {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 15px 15px; }

.left,
.typo3-neos-alignment-left {
  float: left;
  width: 100%; }
  .left img,
  .left figcaption,
  .typo3-neos-alignment-left img,
  .typo3-neos-alignment-left figcaption {
    margin: 0px 15px 15px 0px; }

.typo3-neos-alignment-center img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px auto; }
.typo3-neos-alignment-center figcaption {
  margin: 0 0 15px 0; }
  .typo3-neos-alignment-center figcaption p {
    text-align: center; }

@media (max-width: 630px) {
  .right img,
  .left img,
  .typo3-neos-alignment-right img,
  .typo3-neos-alignment-left img,
  .typo3-neos-alignment-center img {
    margin: 0px; }
  .right figcaption,
  .left figcaption,
  .typo3-neos-alignment-right figcaption,
  .typo3-neos-alignment-left figcaption,
  .typo3-neos-alignment-center figcaption {
    margin: 0px 0px 15px 0px; }
    .right figcaption p,
    .left figcaption p,
    .typo3-neos-alignment-right figcaption p,
    .typo3-neos-alignment-left figcaption p,
    .typo3-neos-alignment-center figcaption p {
      text-align: left; } }
#body .singlepagecontent {
  width: 100%;
  padding: 130px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1620px) {
    #body .singlepagecontent {
      width: 100%; } }
  @media (max-width: 768px) {
    #body .singlepagecontent {
      padding-top: 95px; } }
#body .black-bg, #body #mediawall .mediawallfilter ul li a.active {
  background: #000000; }
  #body .black-bg *, #body #mediawall .mediawallfilter ul li a.active * {
    color: #ffffff; }
#body .white-bg {
  background: #ffffff; }
  #body .white-bg * {
    color: #000000; }
#body .red-bg {
  background: #9a1615; }
#body .light-red-bg {
  background: #e10006; }
#body .rosa-bg {
  background: #e36472; }
#body .green-bg {
  background: #89b419; }
#body .yellow-bg {
  background: #f2cd00; }
#body .orange-bg {
  background: #fa9600; }
#body .cyan-bg {
  background: #378bd6; }
#body .violett-bg {
  background: #662583; }
#body .magenta-bg {
  background: #a00a56; }
#body .grey-bg {
  background: #8196a0; }
#body .red-color {
  color: #9a1615; }
#body .rosa-color {
  color: #e36472; }
#body .green-color {
  color: #89b419; }
#body .yellow-color {
  color: #f2cd00; }
#body .orange-color {
  color: #fa9600; }
#body .cyan-color {
  color: #378bd6; }
#body .violett-color {
  color: #662583; }
#body .magenta-color {
  color: #a00a56; }
#body .grey-color {
  color: #8196a0; }
#body .black-color {
  color: #000000; }

#head {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
  display: block;
  width: 100%;
  height: 80px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 500;
  transition: all 0.65s cubic-bezier(0.000, 0.000, 0.030 , 3.230);
  /* explorer 10 */
  -webkit-transition: all 0.65s cubic-bezier(0.000, 0.000, 0.030 , 3.230);
  /* chrome & safari */
  -moz-transition: all 0.65s cubic-bezier(0.000, 0.000, 0.030 , 3.230);
  /* firefox */
  -o-transition: all 0.65s cubic-bezier(0.000, 0.000, 0.030 , 3.230);
  /* opera */
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #head.open {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

#logoMobile,
.logoMobile {
  position: relative;
  left: 10px;
  width: 50%;
  max-width: 450px;
  padding: 0;
  float: left; }
  #logoMobile a,
  .logoMobile a {
    display: block;
    text-align: left;
    padding: 17px 0;
    background: none;
    max-width: 345px; }
    #logoMobile a img,
    .logoMobile a img {
      max-width: 100%;
      height: auto; }

@media (min-width: 420px) and (max-width: 600px) {
  #logoMobile,
  .logoMobile {
    width: 50%;
    margin: 0 auto;
    float: none;
    left: initial; } }
@media (max-width: 420px) {
  #logoMobile,
  .logoMobile {
    width: 69%;
    margin: 0;
    float: left;
    left: 10px; } }
@media (max-width: 600px) {
  #logoMobile a,
  .logoMobile a {
    padding: 25px 0 0 0; } }
#mobilenav {
  float: right;
  line-height: 44px;
  padding: 17px;
  right: 10px;
  color: #89b419;
  font-family: 'Economica',Helvetica,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  transition: color 0.2s;
  /* explorer 10 */
  -webkit-transition: color 0.2s;
  /* chrome & safari */
  -moz-transition: color 0.2s;
  /* firefox */
  -o-transition: color 0.2s;
  /* opera */ }
  #mobilenav i {
    margin-left: 10px; }

#menue {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 230px;
  height: 100%;
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  font-family: 'Economica',Helvetica,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 120px 25px 25px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 1005;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* explorer 10 */
  -webkit-transition: all 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* chrome & safari */
  -moz-transition: all 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* firefox */
  -o-transition: all 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* opera */ }
  #menue.open {
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px); }
  #menue.close {
    -webkit-transform: translateX(100%) translateY(-100%);
    -moz-transform: translateX(100%) translateY(-100%);
    -o-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%); }
  #menue ul {
    padding: 0;
    margin: 0; }
    #menue ul.imprint {
      margin: 35px 0 0 0; }
      #menue ul.imprint li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        font-weight: 700; }
    #menue ul li {
      line-height: 30px; }
      #menue ul li:before {
        display: none; }
  #menue a {
    transition: color 0.2s;
    /* explorer 10 */
    -webkit-transition: color 0.2s;
    /* chrome & safari */
    -moz-transition: color 0.2s;
    /* firefox */
    -o-transition: color 0.2s;
    /* opera */ }
    #menue a.red-color {
      color: #000000; }
      #menue a.red-color.active, #menue a.red-color:hover {
        color: #9a1615; }
    #menue a.rosa-color {
      color: #000000; }
      #menue a.rosa-color.active, #menue a.rosa-color:hover {
        color: #e36472; }
    #menue a.green-color {
      color: #000000; }
      #menue a.green-color.active, #menue a.green-color:hover {
        color: #89b419; }
    #menue a.yellow-color {
      color: #000000; }
      #menue a.yellow-color.active, #menue a.yellow-color:hover {
        color: #f2cd00; }
    #menue a.orange-color {
      color: #000000; }
      #menue a.orange-color.active, #menue a.orange-color:hover {
        color: #fa9600; }
    #menue a.cyan-color {
      color: #000000; }
      #menue a.cyan-color.active, #menue a.cyan-color:hover {
        color: #378bd6; }
    #menue a.violett-color {
      color: #000000; }
      #menue a.violett-color.active, #menue a.violett-color:hover {
        color: #662583; }
    #menue a.magenta-color {
      color: #000000; }
      #menue a.magenta-color.active, #menue a.magenta-color:hover {
        color: #a00a56; }
    #menue a.grey-color {
      color: #000000; }
      #menue a.grey-color.active, #menue a.grey-color:hover {
        color: #8196a0; }
  #menue .social {
    display: block;
    margin-top: 35px; }
    #menue .social p {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 10px; }
  #menue ul.socials {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    #menue ul.socials li {
      display: inline-block;
      line-height: 20px;
      margin-right: 5px; }
      #menue ul.socials li:last-child {
        margin-right: 0; }

.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #89b419;
  color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem; }

#body .closeBtn {
  transition: all 0.2s;
  /* explorer 10 */
  -webkit-transition: all 0.2s;
  /* chrome & safari */
  -moz-transition: all 0.2s;
  /* firefox */
  -o-transition: all 0.2s;
  /* opera */ }
  #body .closeBtn:hover {
    background: #000000; }

body.flyOut #clickhandler {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500; }

@media (max-width: 520px) {
  #mobilenav span {
    display: none; } }
@media (max-width: 600px) {
  #mobilenav {
    position: absolute;
    top: 4px; }
    #mobilenav span {
      display: none; } }
@media (max-width: 1024px) {
  #menue {
    font-size: 22px;
    font-size: 1.375rem; }
    #menue ul.imprint li {
      font-size: 18px;
      font-size: 1.125rem; } }
body #header {
  background: #ffffff;
  width: 100%;
  display: block;
  height: 70px;
  padding: 0 0 15px 0;
  position: fixed;
  top: 0;
  z-index: 499;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1199px) {
    body #header {
      padding: 0; } }
  body #header .header-container {
    width: 100%;
    display: block;
    position: relative;
    height: 90px;
    margin-left: auto;
    margin-right: auto; }
  body #header #logo {
    max-width: 350px;
    width: 22%;
    padding: 11px 0 0 15px;
    float: left; }
    @media (min-width: 1500px) {
      body #header #logo {
        width: 400px;
        max-width: 400px;
        padding: 14px 0 0 15px; } }
    @media (max-width: 1199px) {
      body #header #logo {
        position: relative;
        width: 80%;
        max-width: 450px;
        z-index: 499;
        padding: 0px 15px; } }
    @media (max-width: 520px) {
      body #header #logo {
        max-width: 350px;
        width: 68%;
        padding: 5px 0 0 15px; } }
    body #header #logo a {
      position: relative;
      max-width: 400px;
      height: 54px;
      background: #ffffff;
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px 7px 20px 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid transparent;
      border-top: 0; }
      body #header #logo a img {
        max-width: 100%;
        height: auto; }
        @media (min-width: 1199px) {
          body #header #logo a img {
            position: absolute;
            left: 0;
            bottom: 0; } }
  body #header #innerHeader {
    width: 622px;
    position: relative;
    height: calc(100% - 14px);
    float: left;
    margin-left: 60px; }
    @media (max-width: 1199px) {
      body #header #innerHeader {
        width: 100%;
        height: calc(100% - 70px);
        position: fixed;
        top: 70px;
        margin-top: 0;
        display: none;
        overflow: auto;
        margin-left: 0px; } }
    @media (min-width: 1200px) {
      body #header #innerHeader {
        display: block !important; } }
    @media (min-width: 1340px) {
      body #header #innerHeader {
        width: 635px;
        margin-left: calc(0.35 * (100% - 1200px)); } }
    @media (min-width: 1199px) and (max-width: 1279px) {
      body #header #innerHeader {
        width: 555px;
        margin-left: 20px; } }
    body #header #innerHeader div.socials {
      display: none; }
      body #header #innerHeader div.socials p {
        margin-bottom: 0; }
      @media (max-width: 1199px) {
        body #header #innerHeader div.socials {
          display: inline-block;
          position: relative;
          padding: 8px;
          font-size: 25px;
          font-size: 1.5625rem;
          width: 100%;
          text-transform: uppercase;
          margin-top: 70px; } }
      body #header #innerHeader div.socials ul.socials {
        position: static; }
        body #header #innerHeader div.socials ul.socials li {
          float: left;
          width: auto;
          margin-right: 0; }
    body #header #innerHeader ul.metanav {
      *zoom: 1;
      display: none !important;
      width: 100%;
      margin-top: 50px; }
      body #header #innerHeader ul.metanav:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 1199px) {
        body #header #innerHeader ul.metanav {
          display: inline-block !important; } }
    body #header #innerHeader #mainnav {
      bottom: 16px;
      position: absolute; }
      @media (max-width: 1199px) {
        body #header #innerHeader #mainnav {
          width: 100%;
          position: relative;
          top: 0;
          background: #ffffff;
          z-index: 99;
          padding-left: 10px; } }
  body #header .mediawall-mini {
    width: 272px;
    float: right;
    padding: 0;
    height: calc(100% - 25px);
    position: relative;
    margin-right: 15px; }
    @media (max-width: 1199px) {
      body #header .mediawall-mini {
        width: 340px;
        display: none; } }
    @media (max-width: 1280px) {
      body #header .mediawall-mini {
        width: 157px;
        height: calc(100% - 20px); } }
    body #header .mediawall-mini #wall {
      background: #000000;
      color: #ffffff;
      display: inline-block;
      position: absolute;
      bottom: 0;
      padding: 10px 10px 10px 10px; }
      @media (max-width: 1280px) {
        body #header .mediawall-mini #wall {
          text-align: center;
          padding: 5px 10px 5px 10px; } }
      body #header .mediawall-mini #wall:before {
        content: ' ';
        background: #000000;
        height: 30px;
        position: absolute;
        padding: 1px;
        top: -30px;
        left: 20px; }
      body #header .mediawall-mini #wall:after {
        content: ' ';
        background: #000000;
        height: 30px;
        position: absolute;
        padding: 1px;
        top: -30px;
        right: 20px; }
      body #header .mediawall-mini #wall span {
        font-size: 25px;
        font-size: 1.5625rem;
        font-family: 'Economica',Helvetica,sans-serif;
        text-transform: uppercase; }
      body #header .mediawall-mini #wall ul {
        margin-left: 10px; }
        @media (max-width: 1280px) {
          body #header .mediawall-mini #wall ul {
            display: block !important;
            margin-left: 0;
            padding-top: 5px; } }
        body #header .mediawall-mini #wall ul li i {
          font-size: 21px;
          padding: 0 3px; }
      body #header .mediawall-mini #wall ul, body #header .mediawall-mini #wall ul li {
        display: inline; }

#search {
  display: inline;
  margin-left: 30px;
  float: right;
  height: 1px; }
  @media (min-width: 1200px) and (max-width: 1180px) {
    #search {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    #search {
      float: none;
      display: block;
      padding: 8px;
      padding-top: 20px;
      margin-left: 0px;
      width: calc(100% - 30px);
      height: auto; } }
  @media (max-width: 768px) {
    #search {
      margin-left: 0px; } }
  @media (min-width: 1381px) {
    #search {
      margin-left: 0px; } }
  #search form {
    display: inline; }
    #search form .search__input {
      line-height: 34px;
      border: 1px solid #000000;
      padding: 0 30px 0 5px;
      height: 34px; }
      @media (max-width: 1199px) {
        #search form .search__input {
          border: 0;
          border-bottom: 1px solid #000000;
          padding: 5px 0;
          width: calc(100% - 33px);
          font-size: 20px;
          font-size: 1.25rem; } }
    #search form button {
      border: 0;
      padding: 0;
      background: none;
      position: relative;
      left: -30px;
      top: 2px; }
      @media (max-width: 1199px) {
        #search form button {
          left: 0;
          height: 40px; } }
      #search form button:before {
        cursor: pointer;
        content: "";
        font-family: 'FontAwesome';
        font-size: 20px; }
        @media (max-width: 1199px) {
          #search form button:before {
            font-size: 30px;
            position: relative;
            top: 5px; } }

.wallpaper,
.wallpaper .wallpaper-container,
.wallpaper .wallpaper-media {
  -webkit-transition: none !important;
  transition: none !important; }

.wallpaper {
  overflow: hidden;
  position: relative; }

.wallpaper .wallpaper-container {
  display: block;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 0; }

.wallpaper .wallpaper-media {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0; }

.wallpaper .wallpaper-media.animated {
  -webkit-transition: opacity 0.5s linear !important;
  transition: opacity 0.5s linear !important; }

.wallpaper .wallpaper-media img,
.wallpaper .wallpaper-media video,
.wallpaper .wallpaper-media iframe {
  display: block;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-embed.ready:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.wallpaper .wallpaper-embed.ready iframe {
  /* pointer-events: none; - safari doesn't like this :/ */
  z-index: 0; }

.wallpaper .wallpaper-media.native {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-media.native img {
  display: none; }

.wallpaper .wallpaper-media.fixed {
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  width: 100%; }

.wallpaper .wallpaper-media.fixed img {
  display: none; }

.wallpaper-image {
  top: 0 !important; }

#cubenavigation {
  position: relative;
  padding: 150px 10px 50px 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  	/*.row{
  	  margin: 0;
  	  .col{
  		padding: 0;
  		@media (min-width: $md - 1) and (max-width: $lg - 1) {
  		  padding: 5px;
  		}
  
  		@media (min-width: $sm - 1) and (max-width: $md - 1) {
  		  padding: 20px 20px;
  		}
  
  		@media (max-width: $sm - 1) {
  		  padding: 0;
  		}
  	  }
  	}*/ }
  #cubenavigation:after {
    content: "";
    display: table;
    clear: both; }
  #cubenavigation .row {
    margin-left: 0;
    margin-right: 0; }
    #cubenavigation .row .col {
      padding: 0 !important; }

#mainnav div.socials {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
@media (max-width: 1199px) {
  #mainnav ul {
    position: relative;
    top: 20px; } }
#mainnav ul li {
  display: inline; }
  @media (max-width: 1199px) {
    #mainnav ul li {
      position: static;
      top: 70px;
      left: 0;
      z-index: 11;
      background: #ffffff; } }
#mainnav ul li {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: 'Economica', Helvetica, sans-serif;
  text-transform: uppercase;
  margin-right: 50px;
  position: relative;
  top: 5px; }
  @media (max-width: 1380px) {
    #mainnav ul li:last-of-type {
      margin-right: 0; } }
  @media (max-width: 1380px) {
    #mainnav ul li {
      margin-right: 20px; } }

a.mobilenav {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 26px;
  transition: color 0.2s, background 0.2s;
  -webkit-transition: color 0.2s, background 0.2s;
  -moz-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s; }
  a.mobilenav:hover {
    background: #000000;
    color: #ffffff; }
  @media (min-width: 1199px) {
    a.mobilenav {
      display: none; } }
  a.mobilenav i.fa-times {
    display: none; }
  a.mobilenav.open {
    background: #000000;
    color: #ffffff; }
    a.mobilenav.open i {
      line-height: 70px;
      font-size: 33px; }
    a.mobilenav.open i.fa-bars {
      display: none; }
    a.mobilenav.open i.fa-times {
      display: block; }

nav#mainnav {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  nav#mainnav ul.imprint {
    padding-top: 7px; }
    @media (min-width: 1199px) {
      nav#mainnav ul.imprint {
        display: inline-block !important; }
        nav#mainnav ul.imprint .navigation-item-mediawall {
          display: none; } }
  nav#mainnav ul li {
    position: static; }
    nav#mainnav ul li:hover {
      color: #e10006; }
    @media (max-width: 1199px) {
      nav#mainnav ul li.navigation-item--active {
        padding-bottom: 0; }
        nav#mainnav ul li.navigation-item--active > ul {
          display: block; } }
    nav#mainnav ul li.navigation-item--active span, nav#mainnav ul li.navigation-item--current span {
      color: #e10006; }
    @media (max-width: 1199px) {
      nav#mainnav ul li {
        width: 100%;
        display: block;
        font-size: 25px;
        font-size: 1.5625rem;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; } }
    @media (max-width: 1199px) {
      nav#mainnav ul li a {
        width: 100%;
        display: block;
        padding: 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; } }
    @media (max-width: 1199px) {
      nav#mainnav ul li span {
        width: 100%;
        display: block;
        padding: 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; } }
  nav#mainnav ul li span {
    cursor: pointer; }
  nav#mainnav ul ul {
    display: none;
    position: fixed;
    top: 88px;
    z-index: 11;
    background: #ffffff;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1199px) {
      nav#mainnav ul ul {
        position: static;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    nav#mainnav ul ul li {
      top: 0;
      font-size: 21px;
      font-size: 1.3125rem;
      margin-left: 10px;
      margin-right: 10px;
      color: #575756;
      position: static; }
      @media (max-width: 1199px) {
        nav#mainnav ul ul li {
          font-size: 25px;
          font-size: 1.5625rem;
          margin-left: 20px;
          margin-right: 0;
          width: calc(100% - 36px); } }

.cube-wrapper {
  position: relative;
  margin: 4px; }
  .cube-wrapper + .cube-wrapper {
    margin-top: 8px; }

body:not(.neos-backend) .cube.cube--animation:hover > a {
  transform: rotateY(-90deg) translateX(-50%) translateZ(0px) !important; }
  body:not(.neos-backend) .cube.cube--animation:hover > a .cube__face.cube__face--front::after {
    opacity: 1; }
body:not(.neos-backend) .cube .cube__face.cube__face--front::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s; }

.cube {
  display: block;
  width: 100%;
  height: auto;
  perspective: 1000px;
  float: none !important; }
  .cube.cube--animation > a {
    transition: all 0.5s; }
  .cube.hover > a {
    transform: rotateY(-90deg) translateX(-50%) translateZ(0px) !important; }
  .cube > a {
    position: relative;
    display: block;
    transform-style: preserve-3d;
    transform: translateZ(0px); }
    .cube > a::before {
      content: ' ';
      display: block;
      padding-bottom: 100%; }
  .cube .cube__face {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    font-size: 1.5625rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backface-visibility: hidden;
    color: white;
    overflow: hidden; }
    .cube .cube__face.cube__face--front {
      background: #fa9600;
      transform: translateZ(0px); }
    .cube .cube__face.cube__face--side {
      background: #fa9600;
      transform: rotateY(90deg) translateZ(0px); }
    .cube .cube__face p {
      font-family: 'Economica',Helvetica,sans-serif;
      font-weight: 400;
      font-size: 25px;
      font-size: 1.5625rem;
      text-transform: uppercase;
      color: #ffffff;
      padding: 10px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .cube .cube__face p.icon {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0; }
      .cube .cube__face p i.icon-large {
        font-size: 1em; }
      .cube .cube__face p i.icon-2x {
        font-size: 2em; }
      .cube .cube__face p i.icon-3x {
        font-size: 3em; }
    .cube .cube__face a {
      border: 1px solid #000000; }
  .cube .surprise .socialIcons {
    position: absolute;
    bottom: 25px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0px; }
    .cube .surprise .socialIcons li {
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 5px; }
      .cube .surprise .socialIcons li:last-child {
        margin-right: 0; }
      .cube .surprise .socialIcons li:before {
        display: none; }

.area {
  display: block;
  position: relative;
  width: 100%;
  min-height: 700px;
  padding-top: 45px; }
  @media (max-width: 1200px) {
    .area {
      padding-top: 70px; } }
  .area .areaHeadline {
    position: relative;
    background: #8196a0;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    text-align: center;
    width: 100%; }
    .area .areaHeadline h2 {
      text-transform: uppercase;
      padding: 0 20px; }
  .area .mediacontainer {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: top center; }
    .area .mediacontainer > h3 {
      position: absolute;
      display: block;
      width: 100%;
      font-family: 'Economica',Helvetica,sans-serif;
      font-weight: 700;
      font-size: 64px;
      font-size: 4rem;
      line-height: 64px;
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      text-shadow: 0px 0px 10px black;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .area .imagecopyright {
    position: absolute;
    bottom: 40px;
    right: 50px;
    display: inline-block;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 5px;
    pointer-events: none; }
    .area .imagecopyright p {
      color: #000000;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 14px;
      margin: 0; }
    @media (max-width: 1199px) {
      .area .imagecopyright {
        right: 10px;
        left: inherit;
        bottom: 5px; } }

.categorie {
  padding-top: 0;
  position: relative; }
  .categorie .areacontent h2,
  .categorie .areaHeadline h2 {
    font-family: 'Economica',Helvetica,sans-serif;
    font-weight: 700;
    font-size: 64px;
    font-size: 4rem;
    line-height: 64px;
    color: #ffffff;
    padding-bottom: 0; }
  .categorie .mediacontainer {
    background-repeat: no-repeat;
    background-position: top center; }
    .categorie .mediacontainer.parallax {
      background-attachment: fixed; }
    .categorie .mediacontainer .mediawrapper {
      position: absolute;
      max-width: 100%; }
      .categorie .mediacontainer .mediawrapper .arrowDown {
        display: block;
        position: absolute;
        bottom: 20%;
        left: 23%;
        cursor: pointer;
        font-size: 84px;
        font-size: 5.25rem;
        color: #ffffff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
  .categorie .areacontentwrapper {
    display: block;
    width: 100%;
    background: #8196a0;
    border-top: 35px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    overflow: hidden; }
    .categorie .areacontentwrapper .areacontent {
      padding: 55px 0 15px 0;
      *zoom: 1; }
      .categorie .areacontentwrapper .areacontent:after {
        content: "";
        display: table;
        clear: both; }
      .categorie .areacontentwrapper .areacontent h2 {
        text-align: center; }
      .categorie .areacontentwrapper .areacontent .iconWrapper {
        padding: 25px 0;
        color: #ffffff;
        text-align: center;
        opacity: 1;
        transition: opacity 0.1s;
        /* explorer 10 */
        -webkit-transition: opacity 0.1s;
        /* chrome & safari */
        -moz-transition: opacity 0.1s;
        /* firefox */
        -o-transition: opacity 0.1s;
        /* opera */
        font-size: 180px;
        font-size: 11.25rem; }

#eye-catcher {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  height: 240px;
  float: right;
  padding: 0 10px; }
  #eye-catcher .cube-wrapper {
    float: right;
    width: 100%;
    height: 100%;
    padding-bottom: 240px;
    padding-left: 4px;
    border: 1px solid transparent;
    border-top: none; }
    #eye-catcher .cube-wrapper .cube {
      padding: 0 10px 10px 10px;
      max-width: 200px; }
      #eye-catcher .cube-wrapper .cube .face {
        height: 240px; }

@media (max-width: 767px) {
  #eye-catcher {
    display: none; } }
@media (max-width: 768px) {
  #logo {
    max-width: 210px; }

  #eye-catcher {
    width: 35%; }
    #eye-catcher .cube-wrapper .cube {
      right: 0px;
      max-width: 208px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  #logo {
    max-width: 170px; } }
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  #eye-catcher .cube-wrapper {
    margin-top: -3px; } }
.areacontent,
.mediawrapper,
.maincontentwrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  *zoom: 1; }
  .areacontent:after,
  .mediawrapper:after,
  .maincontentwrapper:after {
    content: "";
    display: table;
    clear: both; }

@media (max-width: 520px) {
  .area .areaHeadline h2 {
    font-size: 42px;
    font-size: 2.625rem; }
  .area .mediacontainer {
    display: block;
    *zoom: 1; }
    .area .mediacontainer:after {
      content: "";
      display: table;
      clear: both; }
    .area .mediacontainer .mediawrapper {
      position: relative; }
    .area .mediacontainer > h3 {
      position: relative;
      display: block; }
  .area .areacubes {
    position: relative;
    display: block;
    padding-bottom: 35px; } }
@media (max-width: 600px) {
  .area .imagecopyright {
    left: 10px;
    right: 10px; }
    .area .imagecopyright p {
      text-align: center; }

  .areacontent .col {
    width: 100%; } }
@media (max-width: 860px) {
  .categorie .mediacontainer .mediawrapper .arrowDown {
    display: none; } }
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .areacontent,
  .mediawrapper,
  .maincontentwrapper {
    max-width: 85%; } }
#blog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1660px) {
    #blog {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

#blog .mediawrapper {
  max-width: none; }

.areacubes {
  position: absolute;
  right: 10%;
  bottom: 20%;
  display: block;
  width: 100%;
  max-width: 588px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }
  .areacubes:after {
    content: "";
    display: table;
    clear: both; }
  .areacubes .row {
    *zoom: 1;
    margin: 0; }
    .areacubes .row:after {
      content: "";
      display: table;
      clear: both; }
    .areacubes .row .col {
      padding: 0px;
      			/*.cube-wrapper {
      			  display: initial;
      			  width: 100%;
      			  height: 100%;
      			  padding-bottom: 100%;
      
      			  .cube {
      				a {
      				  -webkit-transform: translateZ(-83px);
      				  -moz-transform: translateZ(-83px);
      				  -o-transform: translateZ(-83px);
      				  transform: translateZ(-83px);
      				  -ms-transform: none;
      
      				  &:hover {
      					-webkit-transform: translateZ(-83px) rotateY(-90deg);
      					-moz-transform: translateZ(-83px) rotateY(-90deg);
      					-o-transform: translateZ(-83px) rotateY(-90deg);
      					transform: translateZ(-83px) rotateY(-90deg);
      					-ms-transform: none;
      				  }
      				}
      			  }
      			}*/ }

@media (max-width: 1024px) {
  .areacubes {
    right: 0;
    bottom: 5%; } }
@media (max-width: 768px) {
  .areacubes {
    right: 0; } }
@media (max-width: 520px) {
  .areacubes {
    right: 0; } }
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .areacubes {
    right: 5%; } }
@media (min-width: 0px) and (max-width: 520px) {
  .area .mediacontainer .mediawrapper .arrowDown {
    display: none; }
  .area .mediacontainer > h2 {
    position: relative; } }
#body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front::before {
  content: ' ';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(73, 73, 73, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(73, 73, 73, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(73, 73, 73, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#73494949',GradientType=0 );
  /* IE6-9 */ }
#body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front p {
  margin-bottom: 0; }
#body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element {
  width: 100%;
  padding: 0 10px;
  float: none; }
  #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element span.date, #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element p.profilname {
    font-size: 15px;
    font-size: 0.9375rem; }
  #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.profilcontent {
    margin-bottom: 10px; }
  #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.profilimage {
    margin: 0 auto 5px auto; }
  #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent {
    background: none;
    border: 0;
    padding: 0; }
    #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent iframe {
      width: 100%;
      margin-top: 10px; }
    #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent p.content {
      padding: 0; }
    #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent span.content {
      text-decoration: underline; }
    #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent p, #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent p.bodytext, #body .mediawallCube .cube-wrapper .cube .cube__face.cube__face--front .element div.elementcontent span.content {
      color: #ffffff;
      font-family: 'Economica', Helvetica, sans-serif;
      text-transform: none;
      line-height: 28px; }

div.blogCube div.news-item-teaser-cube {
  padding: 0 10px; }
  div.blogCube div.news-item-teaser-cube p {
    padding: 0; }
    div.blogCube div.news-item-teaser-cube p.news-item-teaser__categories, div.blogCube div.news-item-teaser-cube p.news-item-teaser__date {
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 0; }
    div.blogCube div.news-item-teaser-cube p.news-item-teaser__categories {
      float: left; }
    div.blogCube div.news-item-teaser-cube p.news-item-teaser__date {
      float: right; }
    div.blogCube div.news-item-teaser-cube p.news-item-teaser__teaser-text {
      font-size: 24px;
      font-size: 1.5rem;
      text-transform: none;
      float: left;
      height: 60px;
      overflow: hidden; }
    div.blogCube div.news-item-teaser-cube p.news-item-teaser__teaser-text--big {
      height: auto; }
  div.blogCube div.news-item-teaser-cube h3.news-item-teaser__title {
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    color: #ffffff;
    line-height: 28px;
    font-weight: bold; }

.gridAccordeon {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  transition: background 0.5s;
  /* explorer 10 */
  -webkit-transition: background 0.5s;
  /* chrome & safari */
  -moz-transition: background 0.5s;
  /* firefox */
  -o-transition: background 0.5s;
  /* opera */ }
  .gridAccordeon:last-child {
    border-bottom: none; }
  .gridAccordeon > .csc-header {
    position: relative;
    display: block;
    min-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color 0.1s linear, background 0.1s linear;
    /* explorer 10 */
    -webkit-transition: color 0.1s linear, background 0.1s linear;
    /* chrome & safari */
    -moz-transition: color 0.1s linear, background 0.1s linear;
    /* firefox */
    -o-transition: color 0.1s linear, background 0.1s linear;
    /* opera */ }
    .gridAccordeon > .csc-header h1, .gridAccordeon > .csc-header h2, .gridAccordeon > .csc-header h3 {
      border: none;
      margin: 0;
      font-family: 'Economica',Helvetica,sans-serif;
      font-weight: 400;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      color: #ffffff;
      padding: 10px 30px 10px 100px; }
      .gridAccordeon > .csc-header h1:before, .gridAccordeon > .csc-header h2:before, .gridAccordeon > .csc-header h3:before {
        content: "";
        color: #ffffff;
        position: absolute;
        left: 10px;
        top: 10px;
        pointer-events: none;
        font-size: 64px;
        font-size: 4rem; }
    .gridAccordeon > .csc-header:hover {
      cursor: pointer; }
  .gridAccordeon > .row {
    margin-top: 10px;
    display: none; }
  .gridAccordeon .accordeoncontent {
    padding: 0 30px 20px 100px;
    font-family: 'Economica',Helvetica,sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px; }
    .gridAccordeon .accordeoncontent iframe {
      width: 100%;
      margin-bottom: 15px; }
  .gridAccordeon.js > .row {
    display: block; }
  .gridAccordeon.open {
    background: #ffffff;
    color: #000000; }
    .gridAccordeon.open > .csc-header h1, .gridAccordeon.open > .csc-header h2, .gridAccordeon.open > .csc-header h3 {
      color: #000000;
      font-weight: 700; }
      .gridAccordeon.open > .csc-header h1:before, .gridAccordeon.open > .csc-header h2:before, .gridAccordeon.open > .csc-header h3:before {
        content: "";
        color: #000000; }
  .gridAccordeon.quiz .row .accordeoncontent .question {
    position: relative;
    display: block;
    padding: 10px 20px 10px 55px;
    margin-bottom: 1px;
    font-family: 'Economica',Helvetica,sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    cursor: pointer;
    transition: background 0.2s;
    /* explorer 10 */
    -webkit-transition: background 0.2s;
    /* chrome & safari */
    -moz-transition: background 0.2s;
    /* firefox */
    -o-transition: background 0.2s;
    /* opera */ }
    .gridAccordeon.quiz .row .accordeoncontent .question:before {
      content: '';
      position: absolute;
      top: 15px;
      left: 20px;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background: #ffffff;
      border-radius: 100%; }
    .gridAccordeon.quiz .row .accordeoncontent .question:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 10px;
      top: 20px;
      left: 25px;
      opacity: 0;
      background: #000000;
      border-radius: 100%;
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -o-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      /* explorer 10 */
      -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      /* chrome & safari */
      -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      /* firefox */
      -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      /* opera */ }
    .gridAccordeon.quiz .row .accordeoncontent .question.active:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .gridAccordeon.quiz .row .accordeoncontent a.btn:after, .gridAccordeon.quiz .row .accordeoncontent a.question:after {
    content: "";
    margin-left: 10px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* explorer 10 */
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* chrome & safari */
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* firefox */
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* opera */
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1); }
  .gridAccordeon.quiz .row .accordeoncontent a.btn.quiz-right:after, .gridAccordeon.quiz .row .accordeoncontent a.quiz-right.question:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .gridAccordeon.quiz .row .accordeoncontent a.btn.quiz-wrong:after, .gridAccordeon.quiz .row .accordeoncontent a.quiz-wrong.question:after {
    content: "";
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media (max-width: 600px) {
  .gridAccordeon:first-child {
    border-top: 1px solid #ffffff; } }
.lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 51%;
  background: #ffffff;
  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 */
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* opera */ }
  .lightbox.open {
    top: 100px;
    bottom: 100px;
    padding-top: 80px; }
    .lightbox.open .logoMobile {
      top: -80px; }
    .lightbox.open .homeButton {
      top: 0;
      right: 0;
      padding-top: 0px; }
    .lightbox.open .closeBtn {
      right: 66px;
      z-index: 10; }
  .lightbox .lightboxwrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -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;
      z-index: 5; }
      .lightbox .lightboxwrapper .contentwrapper .content {
        display: block;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  .lightbox .loadAnim {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 15;
    text-align: center;
    background: #ffffff; }
    .lightbox .loadAnim:after {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      content: "";
      color: #000000;
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 30px; }

.lightbox .homeButton {
  position: absolute;
  right: -146px;
  top: -30px; }
  @media (max-width: 1300px) {
    .lightbox .homeButton {
      right: 0; } }
  .lightbox .homeButton .shareButton {
    line-height: 80px; }
@media (max-width: 600px) and (min-width: 420px) {
  .lightbox .logoMobile {
    position: relative;
    left: 10px;
    width: 50%;
    max-width: 450px;
    padding: 0;
    float: left; } }
@media (max-width: 420px) {
  .lightbox .logoMobile {
    width: calc(100% - 160px); } }

@media (min-width: 0px) and (max-width: 768px) {
  .lightbox.open {
    top: 20px;
    bottom: 20px; }
  .lightbox .lightboxwrapper .contentwrapper .content .col-xs-6 {
    width: 100%; } }
@media (min-width: 668px) and (max-width: 768px) {
  .lightbox .lightboxwrapper .contentwrapper .content {
    padding-right: 95px; } }
@media (max-width: 1024px) {
  .lightbox .lightboxwrapper .contentwrapper .content {
    padding-right: 95px; } }
#body #mediawall {
  display: block;
  width: 100%;
  min-height: 500px;
  padding: 130px 15px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    #body #mediawall {
      padding-top: 95px; } }
  #body #mediawall:after {
    content: "";
    display: table;
    clear: both; }
  #body #mediawall .mediawallcontent {
    display: block;
    margin: 0 0 40px 0;
    *zoom: 1; }
    #body #mediawall .mediawallcontent:after {
      content: "";
      display: table;
      clear: both; }
  #body #mediawall .mediawallfilter {
    display: block;
    margin: 0 0 20px 0;
    *zoom: 1; }
    #body #mediawall .mediawallfilter:after {
      content: "";
      display: table;
      clear: both; }
    #body #mediawall .mediawallfilter h4 {
      display: inline-block;
      margin-bottom: 0;
      font-family: 'Economica',Helvetica,sans-serif;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px; }
    #body #mediawall .mediawallfilter ul {
      display: inline-block; }
      #body #mediawall .mediawallfilter ul li {
        display: inline-block;
        padding: 0; }
        #body #mediawall .mediawallfilter ul li:before {
          display: none; }
        #body #mediawall .mediawallfilter ul li a {
          display: inline-block;
          padding: 5px 10px;
          border: 1px solid #000000;
          font-family: 'Economica',Helvetica,sans-serif;
          font-weight: 400;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 18px;
          transition: background 0.2s;
          /* explorer 10 */
          -webkit-transition: background 0.2s;
          /* chrome & safari */
          -moz-transition: background 0.2s;
          /* firefox */
          -o-transition: background 0.2s;
          /* opera */ }
          #body #mediawall .mediawallfilter ul li a.active {
            color: #ffffff; }
          #body #mediawall .mediawallfilter ul li a.black-bg, #body #mediawall .mediawallfilter ul li a.active {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.black-bg.active, #body #mediawall .mediawallfilter ul li a.active {
              background: #000000; }
          #body #mediawall .mediawallfilter ul li a.white-bg.active {
            background: #ffffff; }
          #body #mediawall .mediawallfilter ul li a.red-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.red-bg.active {
              background: #9a1615;
              border: 1px solid #9a1615; }
          #body #mediawall .mediawallfilter ul li a.rosa-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.rosa-bg.active {
              background: #e36472;
              border: 1px solid #e36472; }
          #body #mediawall .mediawallfilter ul li a.green-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.green-bg.active {
              background: #89b419;
              border: 1px solid #89b419; }
          #body #mediawall .mediawallfilter ul li a.yellow-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.yellow-bg.active {
              background: #f2cd00;
              border: 1px solid #f2cd00; }
          #body #mediawall .mediawallfilter ul li a.orange-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.orange-bg.active {
              background: #fa9600;
              border: 1px solid #fa9600; }
          #body #mediawall .mediawallfilter ul li a.cyan-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.cyan-bg.active {
              background: #378bd6;
              border: 1px solid #378bd6; }
          #body #mediawall .mediawallfilter ul li a.violett-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.violett-bg.active {
              background: #662583;
              border: 1px solid #662583; }
          #body #mediawall .mediawallfilter ul li a.magenta-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.magenta-bg.active {
              background: #a00a56;
              border: 1px solid #a00a56; }
          #body #mediawall .mediawallfilter ul li a.grey-bg {
            background: #ffffff; }
            #body #mediawall .mediawallfilter ul li a.grey-bg.active {
              background: #8196a0;
              border: 1px solid #8196a0; }
  #body #mediawall .mediawallelements {
    position: relative;
    display: block;
    min-height: 650px;
    margin-left: -10px;
    margin-right: -10px;
    *zoom: 1; }
    #body #mediawall .mediawallelements:after {
      content: "";
      display: table;
      clear: both; }
    #body #mediawall .mediawallelements .element .elementcontent.black-bg-important {
      background: #000000;
      color: #ffffff;
      border: 5px solid #000000; }
      #body #mediawall .mediawallelements .element .elementcontent.black-bg-important *, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important span.date, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important h1, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important h2, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important h3, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important h4, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important p, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important a, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important ul, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important ol, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important li, #body #mediawall .mediawallelements .element .elementcontent.black-bg-important table {
        color: #ffffff; }
      #body #mediawall .mediawallelements .element .elementcontent.black-bg-important:before {
        color: #000000; }
    #body #mediawall .mediawallelements .element .elementcontent.white-bg-important {
      background: #ffffff;
      color: #ffffff;
      border: 5px solid #000000; }
      #body #mediawall .mediawallelements .element .elementcontent.white-bg-important *, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important span.date, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important h1, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important h2, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important h3, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important h4, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important p, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important a, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important ul, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important ol, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important li, #body #mediawall .mediawallelements .element .elementcontent.white-bg-important table {
        color: #000000; }
      #body #mediawall .mediawallelements .element .elementcontent.white-bg-important:before {
        color: #ffffff; }
      #body #mediawall .mediawallelements .element .elementcontent.white-bg-important:after {
        background: #000000; }
    #body #mediawall .mediawallelements .element .elementcontent.red-bg-important {
      background: #9a1615;
      border: 5px solid #9a1615; }
      #body #mediawall .mediawallelements .element .elementcontent.red-bg-important:before {
        color: #9a1615; }
    #body #mediawall .mediawallelements .element .elementcontent.rosa-bg-important {
      background: #e36472;
      border: 5px solid #e36472; }
      #body #mediawall .mediawallelements .element .elementcontent.rosa-bg-important:before {
        color: #e36472; }
    #body #mediawall .mediawallelements .element .elementcontent.green-bg-important {
      background: #89b419;
      border: 5px solid #89b419; }
      #body #mediawall .mediawallelements .element .elementcontent.green-bg-important:before {
        color: #89b419; }
    #body #mediawall .mediawallelements .element .elementcontent.yellow-bg-important {
      background: #f2cd00;
      border: 5px solid #f2cd00; }
      #body #mediawall .mediawallelements .element .elementcontent.yellow-bg-important:before {
        color: #f2cd00; }
    #body #mediawall .mediawallelements .element .elementcontent.orange-bg-important {
      background: #fa9600;
      border: 5px solid #fa9600; }
      #body #mediawall .mediawallelements .element .elementcontent.orange-bg-important:before {
        color: #fa9600; }
    #body #mediawall .mediawallelements .element .elementcontent.cyan-bg-important {
      background: #378bd6;
      border: 5px solid #378bd6; }
      #body #mediawall .mediawallelements .element .elementcontent.cyan-bg-important:before {
        color: #378bd6; }
    #body #mediawall .mediawallelements .element .elementcontent.violett-bg-important {
      background: #662583;
      border: 5px solid #662583; }
      #body #mediawall .mediawallelements .element .elementcontent.violett-bg-important:before {
        color: #662583; }
    #body #mediawall .mediawallelements .element .elementcontent.magenta-bg-important {
      background: #a00a56;
      border: 5px solid #a00a56; }
      #body #mediawall .mediawallelements .element .elementcontent.magenta-bg-important:before {
        color: #a00a56; }
    #body #mediawall .mediawallelements .element .elementcontent.grey-bg-important {
      background: #8196a0;
      border: 5px solid #8196a0; }
      #body #mediawall .mediawallelements .element .elementcontent.grey-bg-important:before {
        color: #8196a0; }
    #body #mediawall .mediawallelements .loader {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.8);
      z-index: 100; }
      #body #mediawall .mediawallelements .loader .fa-spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        font-size: 26px;
        font-size: 1.625rem; }
#body .element {
  display: block;
  width: 25%;
  padding: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #body .element .elementcontent {
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    transition: background 0.2s, color 0.2s, border 0.2s;
    /* explorer 10 */
    -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
    /* chrome & safari */
    -moz-transition: background 0.2s, color 0.2s, border 0.2s;
    /* firefox */
    -o-transition: background 0.2s, color 0.2s, border 0.2s;
    /* opera */ }
    #body .element .elementcontent:after {
      content: "";
      display: table;
      clear: both; }
    #body .element .elementcontent:before {
      transition: color 0.2s;
      /* explorer 10 */
      -webkit-transition: color 0.2s;
      /* chrome & safari */
      -moz-transition: color 0.2s;
      /* firefox */
      -o-transition: color 0.2s;
      /* opera */ }
    #body .element .elementcontent h1, #body .element .elementcontent h2, #body .element .elementcontent h3, #body .element .elementcontent h4, #body .element .elementcontent p, #body .element .elementcontent a, #body .element .elementcontent ul, #body .element .elementcontent ol, #body .element .elementcontent li, #body .element .elementcontent table {
      color: #ffffff; }
    #body .element .elementcontent img {
      max-width: 100%;
      height: auto; }
    #body .element .elementcontent a {
      text-decoration: underline; }
      #body .element .elementcontent a:hover {
        text-decoration: none; }
    #body .element .elementcontent span.date {
      display: block;
      font-family: 'Economica',Helvetica,Arial,sans-serif;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em; }
    #body .element .elementcontent.red-bg.youtube, #body .element .elementcontent.red-bg.flickr, #body .element .elementcontent.red-bg.twitter, #body .element .elementcontent.red-bg.instagram, #body .element .elementcontent.red-bg.facebook {
      color: #9a1615; }
    #body .element .elementcontent.rosa-bg.youtube, #body .element .elementcontent.rosa-bg.flickr, #body .element .elementcontent.rosa-bg.twitter, #body .element .elementcontent.rosa-bg.instagram, #body .element .elementcontent.rosa-bg.facebook {
      color: #e36472; }
    #body .element .elementcontent.green-bg.youtube, #body .element .elementcontent.green-bg.flickr, #body .element .elementcontent.green-bg.twitter, #body .element .elementcontent.green-bg.instagram, #body .element .elementcontent.green-bg.facebook {
      color: #89b419; }
    #body .element .elementcontent.yellow-bg.youtube, #body .element .elementcontent.yellow-bg.flickr, #body .element .elementcontent.yellow-bg.twitter, #body .element .elementcontent.yellow-bg.instagram, #body .element .elementcontent.yellow-bg.facebook {
      color: #f2cd00; }
    #body .element .elementcontent.orange-bg.youtube, #body .element .elementcontent.orange-bg.flickr, #body .element .elementcontent.orange-bg.twitter, #body .element .elementcontent.orange-bg.instagram, #body .element .elementcontent.orange-bg.facebook {
      color: #fa9600; }
    #body .element .elementcontent.cyan-bg.youtube, #body .element .elementcontent.cyan-bg.flickr, #body .element .elementcontent.cyan-bg.twitter, #body .element .elementcontent.cyan-bg.instagram, #body .element .elementcontent.cyan-bg.facebook {
      color: #378bd6; }
    #body .element .elementcontent.violett-bg.youtube, #body .element .elementcontent.violett-bg.flickr, #body .element .elementcontent.violett-bg.twitter, #body .element .elementcontent.violett-bg.instagram, #body .element .elementcontent.violett-bg.facebook {
      color: #662583; }
    #body .element .elementcontent.magenta-bg.youtube, #body .element .elementcontent.magenta-bg.flickr, #body .element .elementcontent.magenta-bg.twitter, #body .element .elementcontent.magenta-bg.instagram, #body .element .elementcontent.magenta-bg.facebook {
      color: #a00a56; }
    #body .element .elementcontent.grey-bg.youtube, #body .element .elementcontent.grey-bg.flickr, #body .element .elementcontent.grey-bg.twitter, #body .element .elementcontent.grey-bg.instagram, #body .element .elementcontent.grey-bg.facebook {
      color: #8196a0; }
    #body .element .elementcontent.black-bg.youtube, #body .element #mediawall .mediawallfilter ul li a.elementcontent.youtube.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.youtube.active, #body .element .elementcontent.black-bg.flickr, #body .element #mediawall .mediawallfilter ul li a.elementcontent.flickr.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.flickr.active, #body .element .elementcontent.black-bg.twitter, #body .element #mediawall .mediawallfilter ul li a.elementcontent.twitter.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.twitter.active, #body .element .elementcontent.black-bg.instagram, #body .element #mediawall .mediawallfilter ul li a.elementcontent.instagram.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.instagram.active, #body .element .elementcontent.black-bg.facebook, #body .element #mediawall .mediawallfilter ul li a.elementcontent.facebook.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.facebook.active {
      color: #ffffff; }
      #body .element .elementcontent.black-bg.youtube:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.youtube.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.youtube.active:before, #body .element .elementcontent.black-bg.flickr:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.flickr.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.flickr.active:before, #body .element .elementcontent.black-bg.twitter:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.twitter.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.twitter.active:before, #body .element .elementcontent.black-bg.instagram:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.instagram.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.instagram.active:before, #body .element .elementcontent.black-bg.facebook:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.facebook.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.facebook.active:before {
        color: #000000; }
    #body .element .elementcontent.white-bg.youtube, #body .element .elementcontent.white-bg.flickr, #body .element .elementcontent.white-bg.twitter, #body .element .elementcontent.white-bg.instagram, #body .element .elementcontent.white-bg.facebook {
      color: #000000; }
      #body .element .elementcontent.white-bg.youtube:before, #body .element .elementcontent.white-bg.flickr:before, #body .element .elementcontent.white-bg.twitter:before, #body .element .elementcontent.white-bg.instagram:before, #body .element .elementcontent.white-bg.facebook:before {
        color: #ffffff; }
    #body .element .elementcontent.youtube, #body .element .elementcontent.flickr, #body .element .elementcontent.twitter, #body .element .elementcontent.instagram, #body .element .elementcontent.facebook {
      font-family: 'FontAwesome';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      #body .element .elementcontent.youtube p, #body .element .elementcontent.flickr p, #body .element .elementcontent.twitter p, #body .element .elementcontent.instagram p, #body .element .elementcontent.facebook p {
        padding: 10px 55px 10px 10px; }
        #body .element .elementcontent.youtube p.icon, #body .element .elementcontent.flickr p.icon, #body .element .elementcontent.twitter p.icon, #body .element .elementcontent.instagram p.icon, #body .element .elementcontent.facebook p.icon {
          padding: 10px; }
      #body .element .elementcontent.youtube:before, #body .element .elementcontent.youtube:after, #body .element .elementcontent.flickr:before, #body .element .elementcontent.flickr:after, #body .element .elementcontent.twitter:before, #body .element .elementcontent.twitter:after, #body .element .elementcontent.instagram:before, #body .element .elementcontent.instagram:after, #body .element .elementcontent.facebook:before, #body .element .elementcontent.facebook:after {
        position: absolute;
        display: block; }
      #body .element .elementcontent.youtube:before, #body .element .elementcontent.flickr:before, #body .element .elementcontent.twitter:before, #body .element .elementcontent.instagram:before, #body .element .elementcontent.facebook:before {
        top: 2px;
        right: 3px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        z-index: 10;
        font-size: 22px;
        font-size: 1.375rem; }
      #body .element .elementcontent.youtube:after, #body .element .elementcontent.flickr:after, #body .element .elementcontent.twitter:after, #body .element .elementcontent.instagram:after, #body .element .elementcontent.facebook:after {
        content: '';
        top: -11px;
        right: -30px;
        width: 90px;
        height: 40px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    #body .element .elementcontent.facebook:before {
      top: 5px;
      right: 0px;
      content: ""; }
    #body .element .elementcontent.twitter:before {
      content: ""; }
    #body .element .elementcontent.instagram:before {
      content: ""; }
    #body .element .elementcontent.flickr:before {
      content: ""; }
    #body .element .elementcontent.youtube:before {
      content: ""; }
    #body .element .elementcontent .profilcontent {
      display: block;
      padding-bottom: 5px;
      margin-bottom: 15px;
      border-bottom: 2px solid #ffffff; }
      #body .element .elementcontent .profilcontent .profilimage {
        display: block;
        width: 60px;
        margin: 0 auto 15px auto; }
        #body .element .elementcontent .profilcontent .profilimage img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
      #body .element .elementcontent .profilcontent .profilname {
        display: block;
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px; }
    #body .element .elementcontent.youtube p, #body .element .elementcontent.flickr p, #body .element .elementcontent.twitter p, #body .element .elementcontent.instagram p, #body .element .elementcontent.facebook p {
      padding: 0; }
      #body .element .elementcontent.youtube p img, #body .element .elementcontent.flickr p img, #body .element .elementcontent.twitter p img, #body .element .elementcontent.instagram p img, #body .element .elementcontent.facebook p img {
        width: 100%;
        height: auto;
        margin-top: 15px; }
      #body .element .elementcontent.youtube p iframe, #body .element .elementcontent.flickr p iframe, #body .element .elementcontent.twitter p iframe, #body .element .elementcontent.instagram p iframe, #body .element .elementcontent.facebook p iframe {
        width: 100%;
        height: 250px;
        margin-top: 15px; }
    #body .element .elementcontent.youtube .video iframe, #body .element .elementcontent.flickr .video iframe, #body .element .elementcontent.twitter .video iframe, #body .element .elementcontent.instagram .video iframe, #body .element .elementcontent.facebook .video iframe {
      width: 100%;
      height: 250px;
      margin-top: 0; }
    #body .element .elementcontent.youtube .share a, #body .element .elementcontent.flickr .share a, #body .element .elementcontent.twitter .share a, #body .element .elementcontent.instagram .share a, #body .element .elementcontent.facebook .share a {
      display: inline-block;
      margin-right: 5px; }
    #body .element .elementcontent.black-bg, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active {
      background: #000000;
      color: #ffffff;
      border: 5px solid #000000; }
      #body .element .elementcontent.black-bg *, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active *, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active *, #body .element .elementcontent.black-bg span.date, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active span.date, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active span.date, #body .element .elementcontent.black-bg h1, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active h1, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active h1, #body .element .elementcontent.black-bg h2, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active h2, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active h2, #body .element .elementcontent.black-bg h3, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active h3, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active h3, #body .element .elementcontent.black-bg h4, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active h4, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active h4, #body .element .elementcontent.black-bg p, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active p, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active p, #body .element .elementcontent.black-bg a, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active a, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active a, #body .element .elementcontent.black-bg ul, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active ul, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active ul, #body .element .elementcontent.black-bg ol, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active ol, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active ol, #body .element .elementcontent.black-bg li, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active li, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active li, #body .element .elementcontent.black-bg table, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active table, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active table {
        color: #ffffff; }
      #body .element .elementcontent.black-bg:before, #body .element #mediawall .mediawallfilter ul li a.elementcontent.active:before, #body #mediawall .mediawallfilter ul li .element a.elementcontent.active:before {
        color: #000000; }
    #body .element .elementcontent.white-bg {
      background: #ffffff;
      color: #ffffff;
      border: 5px solid #000000; }
      #body .element .elementcontent.white-bg *, #body .element .elementcontent.white-bg span.date, #body .element .elementcontent.white-bg h1, #body .element .elementcontent.white-bg h2, #body .element .elementcontent.white-bg h3, #body .element .elementcontent.white-bg h4, #body .element .elementcontent.white-bg p, #body .element .elementcontent.white-bg a, #body .element .elementcontent.white-bg ul, #body .element .elementcontent.white-bg ol, #body .element .elementcontent.white-bg li, #body .element .elementcontent.white-bg table {
        color: #000000; }
      #body .element .elementcontent.white-bg:before {
        color: #ffffff; }
      #body .element .elementcontent.white-bg:after {
        background: #000000; }
    #body .element .elementcontent.red-bg {
      background: #9a1615;
      color: #ffffff;
      border: 5px solid #9a1615; }
    #body .element .elementcontent.rosa-bg {
      background: #e36472;
      color: #ffffff;
      border: 5px solid #e36472; }
    #body .element .elementcontent.green-bg {
      background: #89b419;
      color: #ffffff;
      border: 5px solid #89b419; }
    #body .element .elementcontent.yellow-bg {
      background: #f2cd00;
      color: #ffffff;
      border: 5px solid #f2cd00; }
    #body .element .elementcontent.orange-bg {
      background: #fa9600;
      color: #ffffff;
      border: 5px solid #fa9600; }
    #body .element .elementcontent.cyan-bg {
      background: #378bd6;
      color: #ffffff;
      border: 5px solid #378bd6; }
    #body .element .elementcontent.violett-bg {
      background: #662583;
      color: #ffffff;
      border: 5px solid #662583; }
    #body .element .elementcontent.magenta-bg {
      background: #a00a56;
      color: #ffffff;
      border: 5px solid #a00a56; }
    #body .element .elementcontent.grey-bg {
      background: #8196a0;
      color: #ffffff;
      border: 5px solid #8196a0; }

@media (max-width: 1024px) {
  #body #mediawall .mediawallelements .element {
    width: 33.33333%; } }
@media (max-width: 768px) {
  #body #mediawall .mediawallelements .element {
    width: 50%; } }
@media (max-width: 440px) {
  #body #mediawall .mediawallelements .element {
    width: 100%; } }
@media (min-width: 0px) and (max-width: 1024px) {
  #body #mediawall .mediawallfilter ul li {
    margin-bottom: 5px; } }
.neos .icon-cube:before {
  font-family: 'FontAwesome';
  content: ""; }
.neos .icon-trophy:before {
  font-family: 'FontAwesome';
  content: ""; }
.neos .icon-eye:before {
  font-family: 'FontAwesome';
  content: ""; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

@media (max-width: 520px) {
  .embed-responsive {
    margin-bottom: 15px; } }
.shareButtonWrapper {
  display: block;
  padding-top: 30px; }
  .shareButtonWrapper .shareButton {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-family: 'Economica',Helvetica,sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 60px;
    text-align: center; }
    .shareButtonWrapper .shareButton span {
      position: relative;
      display: block;
      padding: 0 20px;
      z-index: 10;
      background: #000000;
      cursor: pointer; }
    .shareButtonWrapper .shareButton.open .options {
      left: 100%; }
    .shareButtonWrapper .shareButton .options {
      position: absolute;
      display: block;
      width: 120px;
      border-left: 1px solid #ffffff;
      top: 0px;
      left: 0%;
      z-index: 1;
      transition: left 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      /* explorer 10 */
      -webkit-transition: left 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      /* chrome & safari */
      -moz-transition: left 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      /* firefox */
      -o-transition: left 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
      /* opera */ }
      .shareButtonWrapper .shareButton .options li {
        position: relative;
        display: block;
        width: 49%;
        float: left;
        overflow: hidden; }
        .shareButtonWrapper .shareButton .options li:last-child a {
          border-left: 0px; }
        .shareButtonWrapper .shareButton .options li .fb-share-button {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden;
          height: 100%;
          -webkit-transform: scale(3);
          -moz-transform: scale(3);
          -o-transform: scale(3);
          -ms-transform: scale(3);
          transform: scale(3);
          opacity: 0; }
        .shareButtonWrapper .shareButton .options li:hover a {
          background: #000000;
          color: #ffffff; }
        .shareButtonWrapper .shareButton .options li a {
          display: block;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 56px;
          background: #ffffff;
          color: #000000;
          border: 2px solid #000000;
          transition: background 0.2s, color 0.2s;
          /* explorer 10 */
          -webkit-transition: background 0.2s, color 0.2s;
          /* chrome & safari */
          -moz-transition: background 0.2s, color 0.2s;
          /* firefox */
          -o-transition: background 0.2s, color 0.2s;
          /* opera */ }

div.news-list-block {
  padding: 30px 0 50px 0;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    div.news-list-block {
      padding-bottom: 0px; } }
  div.news-list-block div.news-item-teaser {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #9a1615;
    *zoom: 1; }
    div.news-list-block div.news-item-teaser:after {
      content: "";
      display: table;
      clear: both; }
    div.news-list-block div.news-item-teaser div.news-item-teaser__image {
      width: 20%;
      float: left;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.news-list-block div.news-item-teaser div.news-item-teaser__image img {
        width: 100%; }
      @media (max-width: 768px) {
        div.news-list-block div.news-item-teaser div.news-item-teaser__image {
          width: 100%;
          padding-right: 0; } }
    div.news-list-block div.news-item-teaser div.content {
      float: left;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.news-list-block div.news-item-teaser div.content.image {
        width: 80%; }
        @media (max-width: 768px) {
          div.news-list-block div.news-item-teaser div.content.image {
            width: 100%; } }
      @media (max-width: 768px) {
        div.news-list-block div.news-item-teaser div.content {
          width: 100%; } }
    div.news-list-block div.news-item-teaser p.news-item-teaser__categories {
      color: #ffffff;
      font-size: 15px;
      font-size: 0.9375rem;
      margin-bottom: 0;
      float: left; }
    div.news-list-block div.news-item-teaser p.news-item-teaser__date {
      color: #ffffff;
      font-size: 15px;
      font-size: 0.9375rem;
      float: right;
      margin-bottom: 0; }
    div.news-list-block div.news-item-teaser h3.news-item-teaser__title {
      clear: right; }
    div.news-list-block div.news-item-teaser p.news-item-teaser__teaser-text {
      font-family: 'Economica',Helvetica,sans-serif;
      color: #ffffff; }
  div.news-list-block nav.page-navigation {
    float: right; }
    div.news-list-block nav.page-navigation ul li {
      display: none; }
      div.news-list-block nav.page-navigation ul li a {
        font-size: 0; }
        div.news-list-block nav.page-navigation ul li a:before {
          line-height: 50px; }
      div.news-list-block nav.page-navigation ul li.next {
        margin-left: 5px;
        width: 50px;
        height: 50px; }
        div.news-list-block nav.page-navigation ul li.next a {
          width: 50px;
          line-height: 50px; }
        div.news-list-block nav.page-navigation ul li.next a:before {
          content: "";
          font-family: 'FontAwesome';
          font-size: 40px;
          padding: 0 15px 0 20px; }
      div.news-list-block nav.page-navigation ul li.previous {
        margin-right: 5px;
        width: 50px;
        height: 50px; }
        div.news-list-block nav.page-navigation ul li.previous a {
          width: 50px;
          line-height: 50px; }
        div.news-list-block nav.page-navigation ul li.previous a:before {
          content: "";
          font-family: 'FontAwesome';
          font-size: 40px;
          padding: 0 20px 0 15px; }
      div.news-list-block nav.page-navigation ul li.next, div.news-list-block nav.page-navigation ul li.previous {
        background: #000000;
        display: block;
        color: #ffffff;
        float: left; }

ul.news-filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 10px 10px;
  font-family: 'Economica',Helvetica,sans-serif; }
  ul.news-filter li {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3px 10px 3px 10px; }
    @media (max-width: 1200px) {
      ul.news-filter li {
        float: left; } }
    ul.news-filter li.headline {
      float: none;
      font-weight: bold;
      padding-top: 0; }
    ul.news-filter li.active a {
      background: #000000;
      color: #ffffff; }
  ul.news-filter li a {
    border: 1px solid #000000;
    padding: 5px 10px;
    display: inline-block; }
    ul.news-filter li a:hover {
      background: #000000;
      color: #ffffff; }

@media (max-width: 1200px) {
  div.news-filter {
    padding-left: 0px; }
    div.news-filter .news-categoryfilter,
    div.news-filter .news-datefilter {
      padding-left: 0px;
      margin-left: -10px; } }

div.news-item {
  padding: 10px;
  float: left;
  color: #ffffff;
  font-family: 'Economica',Helvetica,sans-serif;
  margin-top: 30px;
  background: #9a1615;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 1200px) {
    div.news-item {
      width: 100%; } }
  div.news-item.black-bg {
    background: #000000; }
    div.news-item.black-bg * {
      color: #ffffff; }
  div.news-item.white-bg {
    background: #ffffff; }
    div.news-item.white-bg * {
      color: #000000; }
  div.news-item.red-bg {
    background: #9a1615; }
  div.news-item.light-red-bg {
    background: #e10006; }
  div.news-item.rosa-bg {
    background: #e36472; }
  div.news-item.green-bg {
    background: #89b419; }
  div.news-item.yellow-bg {
    background: #f2cd00; }
  div.news-item.orange-bg {
    background: #fa9600; }
  div.news-item.cyan-bg {
    background: #378bd6; }
  div.news-item.violett-bg {
    background: #662583; }
  div.news-item.magenta-bg {
    background: #a00a56; }
  div.news-item.grey-bg {
    background: #8196a0; }
  div.news-item.red-color {
    color: #9a1615; }
  div.news-item.rosa-color {
    color: #e36472; }
  div.news-item.green-color {
    color: #89b419; }
  div.news-item.yellow-color {
    color: #f2cd00; }
  div.news-item.orange-color {
    color: #fa9600; }
  div.news-item.cyan-color {
    color: #378bd6; }
  div.news-item.violett-color {
    color: #662583; }
  div.news-item.magenta-color {
    color: #a00a56; }
  div.news-item.grey-color {
    color: #8196a0; }
  div.news-item.black-color {
    color: #000000; }
  div.news-item:after {
    content: "";
    display: table;
    clear: both; }
  div.news-item p.news-item__categories {
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff; }
  div.news-item p.news-item__date {
    float: right;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    font-size: 0.9375rem; }
  div.news-item h1.news-item__title {
    float: left;
    width: 100%; }
  div.news-item div.content {
    float: left;
    padding-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    border-bottom: 1px solid #ffffff;
    line-height: 28px; }
    div.news-item div.content div.news-item__image {
      width: 40%;
      padding-right: 10px;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      div.news-item div.content div.news-item__image img {
        width: 100%; }
      @media (max-width: 768px) {
        div.news-item div.content div.news-item__image {
          width: 100%;
          padding-right: 0; } }
    div.news-item div.content p.news-item__teaser-text {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 0; }
  div.news-item div.linking {
    padding-top: 10px;
    float: left;
    width: 100%; }
    div.news-item div.linking div.shareButtonWrapper {
      padding-top: 0; }
      div.news-item div.linking div.shareButtonWrapper.backtooverview, div.news-item div.linking div.shareButtonWrapper.mediawall, div.news-item div.linking div.shareButtonWrapper.themespage {
        float: right;
        padding-right: 10px;
        margin-bottom: 10px; }
        @media (max-width: 1115px) {
          div.news-item div.linking div.shareButtonWrapper.backtooverview, div.news-item div.linking div.shareButtonWrapper.mediawall, div.news-item div.linking div.shareButtonWrapper.themespage {
            float: none;
            padding-right: 0; } }
      div.news-item div.linking div.shareButtonWrapper.share {
        float: left;
        margin-bottom: 10px; }
        @media (max-width: 1115px) {
          div.news-item div.linking div.shareButtonWrapper.share {
            float: none;
            margin-bottom: 10px; } }
      div.news-item div.linking div.shareButtonWrapper div.shareButton span {
        color: #000000;
        background: #ffffff; }

div.news {
  margin-bottom: 15px; }

.search-list {
  position: relative;
  display: block; }
  .search-list__button {
    text-indent: 200%;
    white-space: nowrap;
    position: absolute;
    width: 30px;
    top: 0;
    right: 8px;
    bottom: 0;
    overflow: hidden;
    border: none;
    outline: 0;
    background: none;
    -webkit-appearance: none; }
    .search-list__button::before {
      position: absolute;
      right: 0;
      top: 7px;
      text-indent: 0;
      cursor: pointer;
      font-family: 'FontAwesome';
      font-size: 20px;
      content: ""; }
  .search-list__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 34px;
    border: 1px solid #000000;
    padding: 0 35px 0 5px; }

.search-results p b {
  background: #e2e2e2; }

hr {
  background: #000000;
  border: 1px;
  height: 1px;
  margin-bottom: 10px; }

.typo3-widget-paginator {
  font-size: 0px;
  font-size: 0rem;
  display: block;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 40px;
  font-family: 'Economica', Helvetica, Arial, sans-serif; }
  .typo3-widget-paginator li {
    font-size: 22px;
    font-size: 1.375rem;
    display: inline-block;
    width: 40px;
    color: #fff;
    line-height: 35px;
    background-color: #333333;
    overflow: hidden;
    font-weight: 600; }
    .typo3-widget-paginator li.previous a::before {
      content: ""; }
    .typo3-widget-paginator li.next a::before {
      content: ""; }
    .typo3-widget-paginator li.previous a, .typo3-widget-paginator li.next a {
      text-indent: 200%;
      white-space: nowrap;
      position: relative; }
      .typo3-widget-paginator li.previous a::before, .typo3-widget-paginator li.next a::before {
        font-size: 12px;
        font-size: 0.75rem;
        position: absolute;
        left: 0;
        right: 0;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-indent: 0;
        line-height: 36px; }
    .typo3-widget-paginator li a {
      display: block;
      text-decoration: none;
      background-color: #000;
      color: #fff;
      padding: 0;
      width: 40px;
      line-height: 35px;
      font-weight: 600; }
      .typo3-widget-paginator li a:hover {
        background-color: #333333;
        color: #fff; }

.footer {
  font-family: 'Economica',Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  *zoom: 1; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer .col {
    margin: 0 auto;
    width: 1000px;
    padding: 0 18px; }
    @media (max-width: 1199px) {
      .footer .col {
        display: none; } }
    .footer .col p {
      float: right;
      padding: 10px 40px 10px 0;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      margin-bottom: 0; }
    .footer .col ul {
      padding: 0;
      padding: 10px 0; }
      .footer .col ul.imprint {
        float: left; }
        .footer .col ul.imprint li {
          display: inline-block;
          margin-right: 30px;
          font-weight: 700; }
          .footer .col ul.imprint li:last-child {
            margin-right: 0px; }
            .footer .col ul.imprint li:last-child:after {
              display: none; }
      .footer .col ul li:before {
        display: none; }
    .footer .col ul.socials {
      display: block;
      float: right; }
      .footer .col ul.socials li {
        display: inline-block;
        line-height: 20px;
        margin-right: 5px; }
        .footer .col ul.socials li:last-child {
          margin-right: 0; }

.piwikImg {
  display: none; }

@media (max-width: 520px) {
  .footer .col ul.imprint {
    text-align: left; } }
@media (max-width: 1024px) {
  .footer .col ul.socials li {
    font-size: 22px;
    font-size: 1.375rem; } }
/* Neos Backend */
body.neos-backend #head.open {
  top: 81px;
  left: 0;
  right: 0; }
body.neos-backend #menue.open {
  top: 81px;
  right: 0; }
body.neos-backend #eye-catcher {
  top: 40px; }
body.neos-backend.neos-navigate-panel-open #head.open {
  left: 321px;
  width: initial; }
body.neos-backend.neos-inspector-panel-open #head.open {
  right: 321px;
  width: initial; }
body.neos-backend.neos-inspector-panel-open #menue.open {
  right: 321px; }
body.neos-backend.neos-full-screen #head.open {
  top: 0px !important;
  left: 0;
  right: 0;
  width: 100%; }
body.neos-backend.neos-full-screen #menue.open {
  top: 0;
  right: 0; }
body.neos-backend.neos-edit-preview-panel-open #head.open {
  top: 190px; }
body.neos-backend.neos-edit-preview-panel-open #menue.open {
  top: 190px; }
body.neos-backend .area .imagecopyright {
  pointer-events: initial;
  z-index: 500; }
body.neos-backend .layerpage {
  padding-top: 40px; }
body.neos-backend #body {
  position: relative;
  display: block;
  height: 100%; }
  body.neos-backend #body .area .mediacontainer > h3 {
    z-index: 15; }
  body.neos-backend #body .cubeBtn {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    color: #000000;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 100; }
    body.neos-backend #body .cubeBtn:before {
      content: ""; }
    body.neos-backend #body .cubeBtn.back:before {
      content: ""; }
  body.neos-backend #body .linkBtn {
    position: absolute;
    right: 30px;
    bottom: 0px;
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    color: #000000;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 100; }
    body.neos-backend #body .linkBtn:before {
      content: ""; }
  body.neos-backend #body .front.youtube p, body.neos-backend #body .front.flickr p, body.neos-backend #body .front.twitter p, body.neos-backend #body .front.instagram p, body.neos-backend #body .front.facebook p {
    padding: 10px 45px 10px 10px; }
    body.neos-backend #body .front.youtube p.icon, body.neos-backend #body .front.flickr p.icon, body.neos-backend #body .front.twitter p.icon, body.neos-backend #body .front.instagram p.icon, body.neos-backend #body .front.facebook p.icon {
      padding: 10px; }
body.neos-backend.neos-preview-mode #body .cubeBtn,
body.neos-backend.neos-preview-mode #body .linkBtn {
  display: none; }
body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a,
body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a {
  -webkit-transform: translateZ(-87px) !important;
  -moz-transform: translateZ(-87px) !important;
  -o-transform: translateZ(-87px) !important;
  transform: translateZ(-87px) !important;
  -ms-transform: none; }
  body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a:hover,
  body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a:hover {
    -webkit-transform: translateZ(-87px) rotateY(-90deg) !important;
    -moz-transform: translateZ(-87px) rotateY(-90deg) !important;
    -o-transform: translateZ(-87px) rotateY(-90deg) !important;
    transform: translateZ(-87px) rotateY(-90deg) !important;
    -ms-transform: none; }
  body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a.hover,
  body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a.hover {
    -webkit-transform: translateZ(-87px) !important;
    -moz-transform: translateZ(-87px) !important;
    -o-transform: translateZ(-87px) !important;
    transform: translateZ(-87px) !important;
    -ms-transform: none; }
    body.neos-backend.neos-preview-mode #body .cube-wrapper .cube a.hover:hover,
    body.neos-backend.neos-preview-mode #body .areacubes .row .col .cube-wrapper .cube a.hover:hover {
      -webkit-transform: translateZ(-87px) rotateY(-90deg) !important;
      -moz-transform: translateZ(-87px) rotateY(-90deg) !important;
      -o-transform: translateZ(-87px) rotateY(-90deg) !important;
      transform: translateZ(-87px) rotateY(-90deg) !important;
      -ms-transform: none; }
body.neos-backend .neos-empty-contentcollection-overlay {
  background: rgba(255, 255, 255, 0.3); }

/* Important Browser Fixes */
.ie body:not(.neos-backend) .cube:hover > a,
.ie9 body:not(.neos-backend) .cube:hover > a,
.ie8 body:not(.neos-backend) .cube:hover > a,
.ie7 body:not(.neos-backend) .cube:hover > a {
  transform: none !important; }
  .ie body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--front::after,
  .ie9 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--front::after,
  .ie8 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--front::after,
  .ie7 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--front::after {
    opacity: 0 !important; }
  .ie body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--side,
  .ie9 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--side,
  .ie8 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--side,
  .ie7 body:not(.neos-backend) .cube:hover > a .cube__face.cube__face--side {
    opacity: 1; }
.ie body:not(.neos-backend) .cube > a,
.ie9 body:not(.neos-backend) .cube > a,
.ie8 body:not(.neos-backend) .cube > a,
.ie7 body:not(.neos-backend) .cube > a {
  transform: none !important; }
.ie body:not(.neos-backend) .cube .cube__face,
.ie9 body:not(.neos-backend) .cube .cube__face,
.ie8 body:not(.neos-backend) .cube .cube__face,
.ie7 body:not(.neos-backend) .cube .cube__face {
  left: 0;
  top: 0;
  -ms-transition: all 0.2s;
  transform: none !important; }
  .ie body:not(.neos-backend) .cube .cube__face.cube__face--side,
  .ie9 body:not(.neos-backend) .cube .cube__face.cube__face--side,
  .ie8 body:not(.neos-backend) .cube .cube__face.cube__face--side,
  .ie7 body:not(.neos-backend) .cube .cube__face.cube__face--side {
    opacity: 0; }
.ie .areacubes .row .col .cube-wrapper,
.ie9 .areacubes .row .col .cube-wrapper,
.ie8 .areacubes .row .col .cube-wrapper,
.ie7 .areacubes .row .col .cube-wrapper {
  padding-bottom: inherit !important; }
.ie #eye-catcher,
.ie9 #eye-catcher,
.ie8 #eye-catcher,
.ie7 #eye-catcher {
  margin-top: -12px; }

.ie8 .front.youtube:after, .ie8 .front.flickr:after, .ie8 .front.twitter:after, .ie8 .front.instagram:after, .ie8 .front.facebook:after,
.ie7 .front.youtube:after,
.ie7 .front.flickr:after,
.ie7 .front.twitter:after,
.ie7 .front.instagram:after,
.ie7 .front.facebook:after {
  content: '';
  top: 0px;
  right: 0px;
  width: 33px;
  height: 30px; }

.ios .categorie .mediacontainer {
  background-attachment: scroll !important;
  background-size: cover !important; }

/* Set Colors */
#mainnav ul ul li.ci-red a:hover {
  color: #9a1615; }
#mainnav ul ul li.ci-red.navigation-item--current a {
  color: #9a1615; }

#mainnav ul ul li.ci-light-red a:hover {
  color: #e10006; }
#mainnav ul ul li.ci-light-red.navigation-item--current a {
  color: #e10006; }

#mainnav ul ul li.ci-green a:hover {
  color: #89b419; }
#mainnav ul ul li.ci-green.navigation-item--current a {
  color: #89b419; }

#mainnav ul ul li.ci-yellow a:hover {
  color: #f2cd00; }
#mainnav ul ul li.ci-yellow.navigation-item--current a {
  color: #f2cd00; }

#mainnav ul ul li.ci-orange a:hover {
  color: #fa9600; }
#mainnav ul ul li.ci-orange.navigation-item--current a {
  color: #fa9600; }

#mainnav ul ul li.ci-cyan a:hover {
  color: #378bd6; }
#mainnav ul ul li.ci-cyan.navigation-item--current a {
  color: #378bd6; }

#mainnav ul ul li.ci-rosa a:hover {
  color: #e36472; }
#mainnav ul ul li.ci-rosa.navigation-item--current a {
  color: #e36472; }

#mainnav ul ul li.ci-magenta a:hover {
  color: #a00a56; }
#mainnav ul ul li.ci-magenta.navigation-item--current a {
  color: #a00a56; }

#mainnav ul ul li.ci-grey a:hover {
  color: #8196a0; }
#mainnav ul ul li.ci-grey.navigation-item--current a {
  color: #8196a0; }

#mainnav ul ul li.ci-violett a:hover {
  color: #662583; }
#mainnav ul ul li.ci-violett.navigation-item--current a {
  color: #662583; }

#mainnav ul ul li.ci-white a:hover {
  color: #ffffff; }
#mainnav ul ul li.ci-white.navigation-item--current a {
  color: #ffffff; }

#mainnav ul ul li.ci-black a:hover {
  color: #000000; }
#mainnav ul ul li.ci-black.navigation-item--current a {
  color: #000000; }

/*# sourceMappingURL=style.css.map */
