@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/font/font-awesome/fontawesome-webfont-V4.5.0.eot");
  src: url("/font/font-awesome/fontawesome-webfont-V4.5.0.eot#iefix") format("embedded-opentype"), url("/font/font-awesome/fontawesome-webfont-V4.5.0.woff2") format("woff2"), url("/font/font-awesome/fontawesome-webfont-V4.5.0.woff") format("woff"), url("/font/font-awesome/fontawesome-webfont-V4.5.0.ttf") format("truetype"), url("/font/font-awesome/fontawesome-webfont-V4.5.0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 10px/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; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.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-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.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,
.fa-gratipay: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-y-combinator-square:before,
.fa-yc-square:before,
.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: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.asset-augenblick .asset-title, .teaser-box-header .module-title {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.333em;
  margin: 0 0 0.25em; }

.list-style-square, .spContentBoxesFull .spContentBoxHalf li {
  margin-bottom: 5px;
  padding-left: 0.75em; }
  .list-style-square:before, .spContentBoxesFull .spContentBoxHalf li:before {
    content: '\25AA';
    margin-left: -0.75em; }

@font-face {
  font-family: "SpiegelSansWeb";
  src: url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.eot") format("eot");
  src: url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.eot?#iefix") format("embedded-opentype"), url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.woff2") format("woff2"), url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.woff") format("woff"), url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.ttf") format("truetype"), url("/font/spiegelsans-regular/spiegelsans-regular-web-V1.0.1.svg#SpiegelSansWeb") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SpiegelSansWeb";
  src: url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.eot") format("eot");
  src: url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.eot?#iefix") format("embedded-opentype"), url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.woff2") format("woff2"), url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.woff") format("woff"), url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.ttf") format("truetype"), url("/font/spiegelsans-bold/spiegelsans-bold-web-V1.0.1.svg#SpiegelSansWeb") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SpiegelSansWeb";
  src: url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.eot") format("eot");
  src: url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.eot?#iefix") format("embedded-opentype"), url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.woff2") format("woff2"), url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.woff") format("woff"), url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.ttf") format("truetype"), url("/font/spiegelsans-semibold/spiegelsans-semibold-web-V1.0.1.svg#SpiegelSansWeb") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SpiegelSerifWeb";
  src: url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.eot") format("eot");
  src: url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.eot?#iefix") format("embedded-opentype"), url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.woff2") format("woff2"), url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.woff") format("woff"), url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.ttf") format("truetype"), url("/font/spiegelserif-regular/spiegelserif-regular-web-V1.0.1.svg#SpiegelSerifWeb") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "MisoBold";
  src: url("/font/miso-bold/miso-bold-webfont-V1.0.woff") format("woff"), url("/font/miso-bold/miso-bold-webfont-V1.0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
html {
  font-size: 16px;
  line-height: 1.333em;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #f2f1ec;
  color: #333;
  font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
  font-size: 106.25%;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: anti-aliased; }
  .spiegelsans body {
    font-family: "SpiegelSansWeb", Calibri, Candara, Arial, Helvetica, sans-serif;
    font-size: 100%; }

*:focus {
  outline: 0; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

a {
  color: #900;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  a:hover, a:active, a:hover > *, a:active > * {
    color: currentColor;
    outline: 0;
    text-decoration: underline;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  a:focus {
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  a:visited {
    color: #900; }
  a img {
    border: 0 none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 0 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  list-style: none outside none;
  margin: 1em 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  font-size: 0.875rem; }

legend {
  border: 0;
  *margin-left: -7px; }

input, select, textarea, option {
  background-color: #fcfcfa; }

button, input, select, textarea {
  font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }
  .spiegelsans button, .spiegelsans input, .spiegelsans select, .spiegelsans textarea {
    font-family: "SpiegelSansWeb", Calibri, Candara, Arial, Helvetica, sans-serif;
    font-size: 100%; }

.button,
.form-button,
button,
input {
  font-size: 0.875rem;
  line-height: 1.6em;
  *overflow: visible;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }
  .button:-moz-focus-inner, .button:-moz-focus-inner,
  .form-button:-moz-focus-inner,
  .form-button:-moz-focus-inner,
  button:-moz-focus-inner,
  button:-moz-focus-inner,
  input:-moz-focus-inner,
  input:-moz-focus-inner {
    border: 0;
    padding: 0; }
  html[class*='msie-'] .button, html[class*='msie-']
  .form-button, html[class*='msie-']
  button, html[class*='msie-']
  input {
    height: 25px; }

option[selected] {
  background-color: #e2ddd1; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #666;
  display: inline-block;
  padding: 0 0.3em;
  transition: all 0.15s linear;
  width: 100%; }

.button,
.form-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #900;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5625rem;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }
  html[class*='msie-'] .button, html[class*='msie-']
  .form-button, html[class*='msie-']
  button, html[class*='msie-']
  input[type="button"], html[class*='msie-']
  input[type="reset"], html[class*='msie-']
  input[type="submit"] {
    height: 25px; }
    html[class*='msie-'] .button::-ms-clear, html[class*='msie-']
    .form-button::-ms-clear, html[class*='msie-']
    button::-ms-clear, html[class*='msie-']
    input[type="button"]::-ms-clear, html[class*='msie-']
    input[type="reset"]::-ms-clear, html[class*='msie-']
    input[type="submit"]::-ms-clear {
      display: none; }
  .button:visited, .button:hover, .button:active,
  .form-button:visited,
  .form-button:hover,
  .form-button:active,
  button:visited,
  button:hover,
  button:active,
  input[type="button"]:visited,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="reset"]:visited,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="submit"]:visited,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    color: #fff !important; }
  .button:hover, .button:active, .button.pseudo-class-hover,
  .form-button:hover,
  .form-button:active,
  .form-button.pseudo-class-hover,
  button:hover,
  button:active,
  button.pseudo-class-hover,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"].pseudo-class-hover,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"].pseudo-class-hover,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"].pseudo-class-hover {
    text-decoration: none; }
  .button::-moz-focus-inner,
  .form-button::-moz-focus-inner,
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

select.error, textarea.error, input.error {
  background-color: #ffbbbb; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: text-bottom; }

textarea {
  font-size: 0.875rem;
  height: auto;
  line-height: 1.6em;
  overflow: auto;
  padding: 0.2em 0.3em;
  resize: vertical;
  vertical-align: top;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

time, .timeformat {
  display: inline; }

p:empty {
  display: none; }

hr {
  background-color: transparent;
  border-color: #e2ddd1;
  border-style: solid;
  border-width: 1px 0 0;
  height: 1px;
  margin: 10px 0;
  padding: 0; }
  hr + hr {
    margin: -9px 0 10px; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }
  img[src$="/empty.gif"], img[src$="/pixel.gif"] {
    border: 0 none;
    display: block;
    height: 1px;
    margin-left: -1px;
    margin-top: -1px;
    width: 1px; }
  img[src=""] {
    background: #f6f6f6 url("/static/sys/v10/icons/ani-loader_small.gif") no-repeat scroll 50% 50%;
    -webkit-box-shadow: 0px 0px 1px 0 rgba(230, 230, 230, 0.25) inset;
    -moz-box-shadow: 0px 0px 1px 0 rgba(230, 230, 230, 0.25) inset;
    box-shadow: 0px 0px 1px 0 rgba(230, 230, 230, 0.25) inset;
    color: transparent;
    display: inline-block;
    padding-bottom: 25%;
    width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.breitwandaufmacher {
  width: 860px; }

.panoV9 {
  width: 520px; }

.panoV9free {
  width: 520px; }

.thumb {
  width: 180px; }

.thumbsmall {
  width: 90px; }

#wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 3000px;
  min-width: 1210px; }

#wrapper-shadow {
  background-color: #fff;
  margin: 5px;
  width: 900px; }

#wrapper-content {
  background-color: #fff;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 860px; }

#content-main {
  position: relative;
  padding: 30px 0; }
  #content-main:before, #content-main:after {
    content: "";
    display: table; }
  #content-main:after {
    clear: both; }

.column-both {
  margin-bottom: 30px;
  width: 860px; }

.column-both-center {
  margin: 0 110px; }

.column-wide {
  float: left;
  width: 520px; }
  .column-wide .asset-align-center:first-child {
    margin-top: 0; }

.column-small {
  float: right;
  width: 302px; }

.column-both-center .module-box.function-box {
  overflow: visible; }

.grid-article {
  font-size: 1.125rem;
  line-height: 1.475em; }
  .grid-article .headline-intro,
  .grid-article .headline {
    display: block;
    line-height: 1.2em; }
  .grid-article .headline-intro {
    font-size: 1.125rem; }
  .grid-article .headline {
    font-size: 2rem; }
  .grid-article .article-title {
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 15px; }
    .grid-article .article-title.article-headline-below {
      font-size: 1.5rem; }
      .grid-article .article-title.article-headline-below .headline-intro {
        font-weight: bold;
        margin-bottom: 0.5rem; }
      .grid-article .article-title.article-headline-below .headline {
        font-weight: normal;
        color: black; }
  .grid-article .article-function-box + .article-title.article-headline-below {
    margin-top: 1em;
    margin-bottom: 0; }

.grid-channel .headline-intro {
  font-size: 1.125rem; }
.grid-channel .headline {
  font-size: 1.625rem;
  line-height: 1.2em; }
.grid-channel.archive-content .article-title span,
.grid-channel .teaser.archive-content .article-title span {
  display: inline;
  font-size: 1.5rem; }
.grid-channel .teaser .headline-intro {
  display: block; }
.grid-channel .teaser-first .article-title {
  margin-bottom: 20px; }
.grid-channel .teaser-first .article-list {
  padding-left: 535px; }
.grid-channel .column-both.main-content .teaser-first .article-list {
  padding-left: 0; }

.article .grid-blog {
  font-size: 1.125rem;
  line-height: 1.333em; }

.grid-search {
  font-size: 1.125rem;
  line-height: 1.333em; }

.grid-spiegel .column-wide {
  float: left;
  width: 520px; }
.grid-spiegel .headline-intro {
  display: block; }

.grid-topic a {
  color: #000; }
.grid-topic .column-both .teaser-first .headline-intro,
.grid-topic .column-both .teaser-first .headline {
  font-size: 1.5rem; }
.grid-topic.archive-content .article-title span,
.grid-topic .teaser.archive-content .article-title span {
  display: inline; }
.grid-topic .teaser .article-title {
  line-height: 1.2em; }
.grid-topic .teaser .headline-intro {
  display: inline; }

.grid-video .video-result-list {
  font-size: 1.125rem;
  line-height: 1.333em; }
.grid-video .headline-intro {
  font-size: 1.125rem; }
.grid-video .article-title {
  margin-bottom: 20px; }
.grid-video .headline {
  font-size: 1.625rem;
  line-height: 1.2em; }
.grid-video .column-half {
  float: left;
  width: 50%; }

.grid-topic > .module-box,
.grid-article > .module-box {
  padding: 20px 0; }

.column-both .teaser-first .headline {
  font-size: 2rem; }
.column-both .teaser-first .article-intro {
  margin-top: 0; }
.column-both .teaser-first .forum-balloon {
  float: right;
  width: 302px; }

.column-wide .asset-box,
.column-wide .module-box {
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 30px; }
.column-wide .teaser:first-child,
.column-wide .teaser-first:first-child {
  border-top: 0 none;
  padding-top: 0; }

.display-block {
  display: block; }

.warning-red {
  font-size: 0.625rem;
  background: #f00;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.warning-yellow {
  font-size: 0.9375rem;
  background: #ff0;
  color: #000;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 2px 0; }

.small-info {
  font-size: 0.75rem;
  display: block;
  margin: 5px 0 0; }

.date-time {
  font-size: 0.875rem; }

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

.ui-helper-reset {
  border: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

br.clearfix {
  display: none;
  font-size: 1px;
  height: 1px;
  line-height: 1px; }

.list-float {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .list-float li:first-child {
    margin: 0;
    padding: 0; }

.list-float-left {
  float: left; }

.list-float-right {
  float: right; }

.list-inline-block {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .list-inline-block li {
    display: inline-block; }

.list-style {
  list-style: none outside none;
  margin-left: 0; }

.numbered-list li {
  clear: both; }
  .numbered-list li .item-number {
    float: left;
    width: 1.25em; }

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

a.form-button {
  float: right; }
  a.form-button:hover, a.form-button:active {
    color: #fff; }

.error-box {
  background: transparent url("/static/sys/v10/icons/icon_fehler.jpg") 0 0 no-repeat;
  min-height: 30px;
  margin: 10px 0; }
  .error-box ul {
    font-size: 0.75rem;
    background-color: #800000;
    display: block;
    margin: 0 0 0 30px;
    padding: 0; }
    .error-box ul li {
      color: #fff;
      padding: 5px; }

.messagebox {
  background-color: #feff99;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center; }
  .messagebox.error {
    border: 2px solid #f00; }
  .messagebox.ok {
    border: 2px solid #0a0; }
  .messagebox strong {
    font-weight: 700;
    display: block; }

.link-angle-right:after {
  content: "";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.75rem;
  display: inline-block;
  text-decoration: none; }

.link-angle-left:before {
  content: "";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.75rem;
  display: inline-block;
  text-decoration: none;
  content: ""; }

.link-angle-top:before {
  content: "";
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.375rem;
  display: inline-block;
  text-decoration: none;
  content: ""; }

.close-button,
.closer {
  font-size: 0.875rem;
  position: relative;
  cursor: pointer; }
  .close-button:before,
  .closer:before {
    background-color: #900;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: '';
    display: inline-block;
    min-height: 1.7em;
    min-width: 1.7em;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .close-button:after,
  .closer:after {
    color: #fff;
    content: "";
    font-size: 1.125rem;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.link-right:after {
  text-decoration: underline; }
.link-right:after {
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #900;
  display: inline-block;
  font-size: 1.375rem;
  margin-left: 0.4em;
  text-decoration: none;
  content: ""; }

.link-left:before {
  text-decoration: underline; }
.link-left:before {
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #900;
  display: inline-block;
  font-size: 1.375rem;
  margin-right: 0.4em;
  text-decoration: none;
  content: ""; }

.button.link-right:after, .button.link-left:after,
.form-button.link-right:after,
.form-button.link-left:after {
  min-width: auto; }

.twitter-icon {
  background-color: #00AFE9;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .twitter-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.75rem;
    content: "twitter";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.facebook-icon {
  background-color: #3B589E;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .facebook-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: "facebook";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.googleplus-icon {
  background-color: #DD4B39;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .googleplus-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "googleplus";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.instagram-icon {
  background-color: #9f2d7a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .instagram-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: "instagram";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.email-icon {
  background-color: #900;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .email-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "email";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.website-icon {
  background-color: #900;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .website-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "website";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.blog-icon {
  background-color: #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .blog-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "blog";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.flickr-icon {
  background-color: #0063dc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .flickr-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "flickr";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.linkedin-icon {
  background-color: #006599;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .linkedin-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "linkedin";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.tumblr-icon {
  background-color: #324259;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .tumblr-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "tumblr";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.pinterest-icon {
  background-color: #DB0018;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .pinterest-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "pinterest";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.sms-icon {
  background-color: #53CC60;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .sms-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "sms";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

.whatsapp-icon {
  background-color: #53CC60;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25rem;
  height: 2em;
  position: relative;
  width: 2em; }
  .whatsapp-icon:after {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: "whatsapp";
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""; }

[class*='social-button-'] {
  color: #fff !important; }
  [class*='social-button-']:hover {
    color: #fff !important;
    text-decoration: none; }

.social-button-facebook {
  background-color: #3B589E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-facebook:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: ""; }
  .social-button-facebook:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px;
    left: 40px; }

.social-button-twitter {
  background-color: #00AFE9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-twitter:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-twitter:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px;
    content: 'Twittern';
    left: 40px; }

.social-button-email {
  background-color: #900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-email:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.375rem;
    content: ""; }
  .social-button-email:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px;
    content: 'E-Mail'; }

.social-button-googleplus {
  background-color: #DD4B39;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-googleplus:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: ""; }
  .social-button-googleplus:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-linkedin {
  background-color: #006599;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-linkedin:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-linkedin:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-tumblr {
  background-color: #324259;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-tumblr:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    content: ""; }
  .social-button-tumblr:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-pinterest {
  background-color: #DB0018;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-pinterest:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-pinterest:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-instagram {
  background-color: #9f2d7a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-instagram:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-instagram:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-website {
  background-color: #900;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-website:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-website:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-blog {
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-blog:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-blog:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-flickr {
  background-color: #0063dc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-flickr:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-flickr:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-sms {
  background-color: #53CC60;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-sms:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-sms:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-whatsapp {
  background-color: #53CC60;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  height: 35px;
  padding: 5px 0 0 10px;
  position: relative;
  width: 110px; }
  .social-button-whatsapp:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.625rem;
    content: ""; }
  .social-button-whatsapp:after {
    content: "Teilen";
    position: absolute;
    left: 50px;
    top: 6px; }

.social-button-more .fa-plus-square {
  color: #b8b4a9;
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 0.9em; }

#international [class*='social-button-']:after {
  content: 'Share'; }
#international.social-button-twitter:after {
  content: 'Twitter'; }

#header {
  clear: both;
  font-size: 0.875rem; }

.header-top {
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 9999999; }
  .header-top ul {
    float: left;
    margin: 0; }
  .header-top li {
    margin: 0; }
  .header-top .search-login-links {
    float: right;
    margin-top: 5px;
    position: relative; }
    .header-top .search-login-links .search-icon {
      border: 4px solid #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%;
      height: 13px;
      font-size: 0.625rem;
      float: left;
      position: relative;
      width: 13px; }
      .header-top .search-login-links .search-icon:after {
        background: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        content: "";
        height: 10px;
        left: 13px;
        position: absolute;
        top: 12px;
        -ms-transform: rotate(-40deg);
        /* IE 9 */
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        transform: rotate(-40deg);
        width: 5px; }
      .header-top .search-login-links .search-icon:hover {
        cursor: pointer; }
      .header-top .search-login-links .search-icon.is-inactive {
        border-color: #ccc; }
        .header-top .search-login-links .search-icon.is-inactive:after {
          background: #ccc; }
        .header-top .search-login-links .search-icon.is-inactive:hover {
          cursor: initial; }
    .header-top .search-login-links .login-links {
      float: right; }
      .header-top .search-login-links .login-links .button {
        margin-left: 20px; }
    .header-top .search-login-links .login-context {
      display: none; }
  .header-top .header-logo li {
    float: left;
    margin-left: 20px; }
    .header-top .header-logo li:first-child {
      margin: 0; }
    .header-top .header-logo li a {
      display: block;
      background: url("/static/sys/v12/logo/logos_sprite.svg") no-repeat -1px -1px transparent;
      background-size: 283px auto; }
      .msie-8 .header-top .header-logo li a {
        background-image: url("/static/sys/v12/logo/logo_sprite.png"); }
    .header-top .header-logo li .logo-spon {
      height: 30px;
      margin-top: 0;
      width: 283px; }
    .header-top .header-logo li .logo-der-spiegel {
      background-position: -1px -92px;
      height: 20px;
      width: 131px; }
      .msie-8 .header-top .header-logo li .logo-der-spiegel {
        background-position: -1px -84px; }
    .header-top .header-logo li .logo-spiegel-tv {
      background-position: -1px -152px;
      height: 20px;
      width: 120px; }
      .msie-8 .header-top .header-logo li .logo-spiegel-tv {
        background-position: -1px -139px; }
    .header-top .header-logo li .logo-der-spiegel,
    .header-top .header-logo li .logo-spiegel-tv {
      margin-top: 10px; }
  .header-top .header-logo .so-hdln span {
    display: block;
    font-size: 0.0625rem;
    line-height: 1em;
    overflow: hidden;
    text-indent: -1000px; }
  .header-top .header-logo.header-der-spiegel .logo-der-spiegel {
    background-position: -1px -57px;
    height: 30px;
    margin-top: 0;
    width: 206px; }
    .msie-8 .header-top .header-logo.header-der-spiegel .logo-der-spiegel {
      background-position: -1px -53px; }
  .header-top .header-logo.header-spiegel-tv .logo-spiegel-tv {
    background-position: -1px -117px;
    height: 30px;
    margin-top: 0;
    width: 191px; }
    .msie-8 .header-top .header-logo.header-spiegel-tv .logo-spiegel-tv {
      background-position: -1px -105px; }
  .header-top .header-logo.header-der-spiegel .logo-spon, .header-top .header-logo.header-spiegel-tv .logo-spon {
    background-position: -1px -33px;
    height: 20px;
    margin-top: 10px;
    width: 180px; }
    .msie-8 .header-top .header-logo.header-der-spiegel .logo-spon, .msie-8 .header-top .header-logo.header-spiegel-tv .logo-spon {
      background-position: -1px -32px; }
  .header-top .current-channel-name {
    color: #333;
    font-size: 1.625rem;
    font-weight: 700;
    text-decoration: none;
    margin-left: 20px; }

.header-main {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  position: relative; }
  .header-main .meta-nav {
    float: right; }
    .header-main .meta-nav span {
      margin: 0 10px; }
    .header-main .meta-nav .fa-sun-o {
      color: #ffd700;
      margin-right: 5px; }
  .header-main .meta-top .current-channel-name {
    color: #333;
    font-size: 1.75rem;
    text-decoration: none;
    text-transform: uppercase; }

.hamburger-icon,
.cross-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 30px; }

.hamburger-icon {
  background-color: #000; }
  .hamburger-icon:before {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    content: "";
    display: block;
    height: 4px;
    left: -1px;
    right: -1px;
    position: absolute;
    top: 4px;
    z-index: 2; }

.cross-icon:before {
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.75rem;
  position: absolute;
  top: -5px; }

.no-js.meta-top:hover + .js-main-navigation {
  display: block; }

.js-main-navigation {
  background: #fff;
  -webkit-box-shadow: 0px 20px 25px -25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 25px -25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 25px -25px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.7em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
  left: -20px;
  padding: 0 20px 40px 20px;
  position: absolute;
  top: -1px;
  width: 860px;
  z-index: 1000001; }
  .js-main-navigation:hover {
    display: block; }
  .js-main-navigation a {
    color: #000;
    display: block; }
    .js-main-navigation a:hover {
      text-decoration: underline; }
  .js-main-navigation li:hover {
    cursor: pointer; }
  .js-main-navigation .top-navigation {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px; }
    #karriere .js-main-navigation .top-navigation {
      border-bottom: 1px dashed #000; }
    .js-main-navigation .top-navigation .meta-home {
      float: left; }
      .js-main-navigation .top-navigation .meta-home li {
        margin-right: 20px; }
    .js-main-navigation .top-navigation .meta-sub-nav {
      float: right;
      font-size: 0.875rem;
      position: relative; }
      .js-main-navigation .top-navigation .meta-sub-nav > li {
        margin-left: 20px; }
        .js-main-navigation .top-navigation .meta-sub-nav > li > a, .js-main-navigation .top-navigation .meta-sub-nav > li > span {
          color: #666; }
        .js-main-navigation .top-navigation .meta-sub-nav > li > ul {
          display: none; }
        .js-main-navigation .top-navigation .meta-sub-nav > li:hover > ul {
          display: block; }
      .js-main-navigation .top-navigation .meta-sub-nav .with-sub-ul {
        padding-right: 15px; }
        .js-main-navigation .top-navigation .meta-sub-nav .with-sub-ul:after {
          display: inline-block;
          font: normal normal normal 10px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          color: #ccc;
          font-size: 0.6875rem;
          position: absolute;
          right: 0;
          top: 8px; }
      .js-main-navigation .top-navigation .meta-sub-nav .sub-ul {
        background: white;
        box-shadow: 4px 5px 18px -3px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #aaa;
        position: absolute;
        margin-top: 0;
        padding: 20px;
        right: 0;
        top: 35px;
        z-index: 1000001; }
        .js-main-navigation .top-navigation .meta-sub-nav .sub-ul .nav-channel-arrow-left {
          display: block;
          position: absolute;
          top: -9px;
          right: 20px;
          width: 15px;
          height: 15px;
          background: #fff;
          border-right: 1px solid #aaa;
          border-top: 1px solid #aaa;
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .js-main-navigation .top-navigation .meta-sub-nav .sub-ul > li > ul {
          margin-bottom: 0;
          margin-top: 0; }
    .js-main-navigation .top-navigation + ul {
      margin: 0;
      padding-left: 40px;
      width: 215px; }
  .js-main-navigation .nav-1 li a span {
    font-size: inherit !important; }
  .js-main-navigation .nav-2 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin: 0 20px;
    padding: 0 20px;
    width: 215px; }
  .js-main-navigation .nav-3 {
    margin: 0;
    padding-right: 40px;
    width: 215px; }
  .js-main-navigation .nav-1,
  .js-main-navigation .nav-2,
  .js-main-navigation .nav-3 {
    float: left; }
    .js-main-navigation .nav-1 > li,
    .js-main-navigation .nav-2 > li,
    .js-main-navigation .nav-3 > li {
      position: relative; }
      .js-main-navigation .nav-1 > li > ul,
      .js-main-navigation .nav-2 > li > ul,
      .js-main-navigation .nav-3 > li > ul {
        display: none; }
      .js-main-navigation .nav-1 > li a:hover,
      .js-main-navigation .nav-2 > li a:hover,
      .js-main-navigation .nav-3 > li a:hover {
        display: block; }
      .js-main-navigation .nav-1 > li .with-sub-ul:before,
      .js-main-navigation .nav-2 > li .with-sub-ul:before,
      .js-main-navigation .nav-3 > li .with-sub-ul:before {
        display: inline-block;
        font: normal normal normal 10px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #ccc;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 8px; }
      .js-main-navigation .nav-1 > li .js-channel-sub-nav,
      .js-main-navigation .nav-2 > li .js-channel-sub-nav,
      .js-main-navigation .nav-3 > li .js-channel-sub-nav {
        background: white;
        box-shadow: 4px 5px 18px -3px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #aaa;
        position: absolute;
        margin-top: -35px;
        margin-left: -16px;
        padding: 20px;
        width: 200px;
        z-index: 1000001; }
        .js-main-navigation .nav-1 > li .js-channel-sub-nav .nav-channel-arrow-left,
        .js-main-navigation .nav-2 > li .js-channel-sub-nav .nav-channel-arrow-left,
        .js-main-navigation .nav-3 > li .js-channel-sub-nav .nav-channel-arrow-left {
          display: block;
          position: absolute;
          top: 35px;
          left: -9px;
          width: 15px;
          height: 15px;
          background: #fff;
          border-left: 1px solid #aaa;
          border-bottom: 1px solid #aaa;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        .js-main-navigation .nav-1 > li .js-channel-sub-nav > li > ul,
        .js-main-navigation .nav-2 > li .js-channel-sub-nav > li > ul,
        .js-main-navigation .nav-3 > li .js-channel-sub-nav > li > ul {
          margin-bottom: 0;
          margin-top: 0; }
      .js-main-navigation .nav-1 > li:hover .js-channel-sub-nav,
      .js-main-navigation .nav-2 > li:hover .js-channel-sub-nav,
      .js-main-navigation .nav-3 > li:hover .js-channel-sub-nav {
        display: block; }
  .js-main-navigation .nav-channel-sub-entry {
    min-width: 175px; }
  .js-main-navigation .spDivideNaviAd {
    display: none; }
  .js-main-navigation .nav-channel-partner-entry {
    border-left: 1px solid #666;
    margin-left: 20px;
    padding-left: 20px; }
    .js-main-navigation .nav-channel-partner-entry a {
      color: #666; }
  .js-main-navigation .nav-1 .js-channel-sub-nav {
    left: 150px;
    top: 4px; }
  .js-main-navigation .nav-2 .js-channel-sub-nav {
    left: 150px;
    top: 4px; }
  .js-main-navigation .nav-3 > li .js-channel-sub-nav {
    left: 120px;
    min-height: 2em;
    top: 4px;
    width: 180px; }

#js-sticky-header .meta-top {
  display: none; }
#js-sticky-header.is-sticky {
  -webkit-box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  margin: 0 -20px;
  padding: 10px 20px;
  z-index: 9999999; }
  #js-sticky-header.is-sticky .meta-top {
    display: block;
    margin-right: 15px; }
    #js-sticky-header.is-sticky .meta-top span,
    #js-sticky-header.is-sticky .meta-top .current-channel-name {
      display: none; }
    #js-sticky-header.is-sticky .meta-top li {
      display: block; }
  #js-sticky-header.is-sticky .header-logo li a {
    background-size: 202px auto;
    background-position: 0px -1px; }
  #js-sticky-header.is-sticky .header-logo li .logo-spon {
    height: 21px;
    margin-top: 0;
    width: 202px; }
  #js-sticky-header.is-sticky .header-logo li .logo-der-spiegel {
    background-position: 0px -63px;
    height: 17px;
    margin-top: 4px;
    width: 94px; }
    .msie-8 #js-sticky-header.is-sticky .header-logo li .logo-der-spiegel {
      background-position: 0px -57px; }
  #js-sticky-header.is-sticky .header-logo li .logo-spiegel-tv {
    background-position: 0 -106px;
    height: 17px;
    width: 86px; }
    .msie-8 #js-sticky-header.is-sticky .header-logo li .logo-spiegel-tv {
      background-position: 0 -96px; }
  #js-sticky-header.is-sticky .header-logo li .logo-der-spiegel,
  #js-sticky-header.is-sticky .header-logo li .logo-spiegel-tv {
    margin-top: 4px; }
  #js-sticky-header.is-sticky .header-logo.header-der-spiegel .logo-der-spiegel {
    background-position: 0px -42px;
    height: 21px;
    margin-top: 0;
    width: 148px; }
    .msie-8 #js-sticky-header.is-sticky .header-logo.header-der-spiegel .logo-der-spiegel {
      background-position: 0px -38px; }
  #js-sticky-header.is-sticky .header-logo.header-spiegel-tv .logo-spiegel-tv {
    background-position: 0px -84px;
    height: 21px;
    margin-top: 0;
    width: 137px; }
    .msie-8 #js-sticky-header.is-sticky .header-logo.header-spiegel-tv .logo-spiegel-tv {
      background-position: 0px -75px; }
  #js-sticky-header.is-sticky .header-logo.header-der-spiegel .logo-spon, #js-sticky-header.is-sticky .header-logo.header-spiegel-tv .logo-spon {
    background-position: 0px -23px;
    height: 15px;
    margin-top: 5px;
    width: 129px; }
    .msie-8 #js-sticky-header.is-sticky .header-logo.header-der-spiegel .logo-spon, .msie-8 #js-sticky-header.is-sticky .header-logo.header-spiegel-tv .logo-spon {
      background-position: 0px -21px; }
  #js-sticky-header.is-sticky .search-login-links {
    margin-top: 0; }
  #js-sticky-header.is-sticky .js-main-navigation {
    left: 0;
    top: 45px; }
    #js-sticky-header.is-sticky .js-main-navigation .meta-home {
      margin-left: 40px; }

#breadcrumb {
  clear: both;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  #breadcrumb .breadcrumb-history {
    color: #aaa;
    font-size: 0.875rem;
    max-height: 1.5em;
    white-space: nowrap;
    width: 125%; }
    #breadcrumb .breadcrumb-history li {
      margin: 0;
      padding: 0 3px 0 0; }
      #breadcrumb .breadcrumb-history li span {
        padding: 0 3px 0 0; }
      #breadcrumb .breadcrumb-history li a {
        color: #aaa; }
      #breadcrumb .breadcrumb-history li.invisible {
        display: none; }
  #breadcrumb .so-hdln {
    font-size: inherit;
    display: inline;
    font-weight: 400; }
  #breadcrumb .nav-extra {
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 5%, #fff 100%);
    padding-left: 1em;
    position: absolute;
    right: 0;
    top: 0; }
    #breadcrumb .nav-extra #branded_channel_reiter_1 {
      margin-left: 20px !important;
      float: left; }

#breadcrumb-themenbox {
  font-size: 1rem;
  margin: -28px 0 30px 0; }

#karriere #header #header-karriere .premiumpartner .zusatzelemente a,
#karriere #header #header-karriere .header-karriere-navigation .header-karriere-premiumpartner .branchensuche-content li {
  font-size: 0.875rem;
  line-height: 1.3em;
  font-weight: 400; }

#header #header-karriere div.branchensuche-content {
  right: 8px !important; }

#header-karriere {
  border-bottom: 1px dashed #000; }
  #header-karriere .hamburger-icon {
    background-color: #666; }
  #header-karriere .cross-icon {
    color: #666; }
  #header-karriere .js-main-navigation {
    left: 0;
    top: 26px; }
    #header-karriere .js-main-navigation .top-navigation .js-hamburger.cross-icon:before {
      left: 5px; }
  #header-karriere .channel-name {
    display: none; }
  #header-karriere .header-logos {
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding: 5px 0 0;
    margin-bottom: 30px; }
    #header-karriere .header-logos li {
      line-height: 1.6875rem;
      margin-left: 10px; }
      #header-karriere .header-logos li:first-child {
        margin: 0; }
      #header-karriere .header-logos li a {
        display: block;
        background: url("/static/sys/v12/logo/logos_sprite.svg") no-repeat -1px -200px transparent;
        background-size: 315px auto; }
        .msie-8 #header-karriere .header-logos li a {
          background-image: url("/static/sys/v12/logo/logo_sprite.png"); }
    #header-karriere .header-logos .logo-spon {
      background-position: -1px -200px;
      height: 20px;
      width: 198px; }
      .msie-8 #header-karriere .header-logos .logo-spon {
        background-position: -1px -180px; }
    #header-karriere .header-logos .logo-manager-magazin {
      background-position: -1px -227px;
      height: 24px;
      width: 166px; }
      .msie-8 #header-karriere .header-logos .logo-manager-magazin {
        background-position: -1px -204px; }
    #header-karriere .header-logos .logo-der-spiegel,
    #header-karriere .header-logos .logo-spiegel-tv {
      display: none; }
  #header-karriere .header-karriere-main {
    margin-bottom: 25px; }
    #header-karriere .header-karriere-main .header-main-logo {
      float: left; }
    #header-karriere .header-karriere-main #header-karriere-form {
      background-color: #900;
      float: right;
      padding: 5px 5px 0;
      width: 190px; }
      #header-karriere .header-karriere-main #header-karriere-form form {
        display: inline-block;
        margin-bottom: 5px; }
        #header-karriere .header-karriere-main #header-karriere-form form input {
          color: #666;
          float: left;
          font-size: 0.6875rem;
          height: 16px;
          padding: 0 5px;
          width: 170px; }
        #header-karriere .header-karriere-main #header-karriere-form form .header-small-form-submit {
          background: transparent url("/static/sys/karriere/suche-doppelpfeil.png") 4px 3px no-repeat;
          width: 20px; }
  #header-karriere .header-karriere-navigation {
    margin-bottom: 5px; }
    #header-karriere .header-karriere-navigation .header-karriere-bereiche {
      font-size: 1rem;
      float: left; }
      #header-karriere .header-karriere-navigation .header-karriere-bereiche ul {
        margin: 0; }
        #header-karriere .header-karriere-navigation .header-karriere-bereiche ul .nav-item {
          float: left;
          padding-left: 15px;
          position: relative;
          margin-right: 15px; }
          #header-karriere .header-karriere-navigation .header-karriere-bereiche ul .nav-item:before {
            content: '\f111';
            color: #000;
            font-family: "FontAwesome";
            font-size: 0.75rem;
            left: 0;
            position: absolute;
            top: 0; }
          #header-karriere .header-karriere-navigation .header-karriere-bereiche ul .nav-item.active:before {
            color: #900; }
          #header-karriere .header-karriere-navigation .header-karriere-bereiche ul .nav-item a {
            color: #000; }
    #header-karriere .header-karriere-navigation .header-karriere-premiumpartner {
      float: right;
      position: relative;
      z-index: 2; }
      #header-karriere .header-karriere-navigation .header-karriere-premiumpartner .link-more {
        background: transparent url("/static/sys/karriere/pfeil-nach-unten-klein.png") 100% 50% no-repeat;
        line-height: 1.3em;
        padding-right: 16px;
        text-decoration: none; }
      #header-karriere .header-karriere-navigation .header-karriere-premiumpartner .premiumpartner-content {
        -webkit-box-shadow: 3px 6px 2px 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 3px 6px 2px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 3px 6px 2px 0 rgba(0, 0, 0, 0.6);
        background: #fff;
        border: 1px solid #000;
        display: none;
        position: absolute;
        right: 0;
        top: 19px;
        z-index: 100; }
        #header-karriere .header-karriere-navigation .header-karriere-premiumpartner .premiumpartner-content ul {
          margin: 0;
          padding: 10px; }

.biga-karriere #header-karriere .meta-top .js-hamburger {
  margin-top: 6px; }

#spThemaWoche {
  margin: 0 !important; }
  #spThemaWoche + .teaser.teaser-first {
    clear: both; }
  #spThemaWoche #spThemaWeitere {
    margin-right: 15px; }

#footer {
  color: #aaa;
  line-height: 1.5rem;
  background: #333;
  margin: 0 -20px;
  padding: 50px 60px; }
  #footer .footer-partner,
  #footer .spiegel-group,
  #footer .js-slider-footer {
    margin-bottom: 40px; }
  #footer h4, #footer h5 {
    border-bottom: 1px solid #aaa;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 15px;
    padding-bottom: 5px; }
  #footer .footer-partner h4 {
    border: none; }
  #footer a {
    color: #aaa; }

.footer-partner > ul {
  float: left;
  margin-left: 90px;
  width: 200px; }
.footer-partner .partner-auto,
.footer-partner .partner-finanzen {
  margin-left: 0; }
.footer-partner .partner-freizeit {
  width: 490px; }
  .footer-partner .partner-freizeit > li {
    float: left;
    width: 200px; }
    .footer-partner .partner-freizeit > li ul {
      margin: 0; }
  .footer-partner .partner-freizeit .partner-freizeit-headline {
    float: none;
    width: 100%; }
    .footer-partner .partner-freizeit .partner-freizeit-headline + li {
      margin-right: 90px; }

.spiegel-group li span {
  margin: 0 3px; }

.footer-sub-nav {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px; }
  .footer-sub-nav .footer-social-media {
    font-size: 0.875rem;
    float: left; }
    .footer-sub-nav .footer-social-media li {
      margin-right: 10px; }
    .footer-sub-nav .footer-social-media .fa:before {
      color: #aaa;
      margin-right: 10px; }
  .footer-sub-nav .footer-meta-nav {
    float: right; }
    .footer-sub-nav .footer-meta-nav li span {
      margin: 0 3px; }

img.js-lazy {
  background: url("/static/sys/v10/icons/ani-loader_small.gif") no-repeat scroll 50% 50% #f6f6f6;
  box-shadow: 0 0 1px #e6e6e6 inset; }

.grid-homepage {
  padding-top: 20px; }
  .grid-homepage .headline-intro {
    font-size: 1.125rem; }
  .grid-homepage .headline {
    font-size: 1.625rem; }
  .grid-homepage .teaser .article-title {
    margin-bottom: 15px; }
    .grid-homepage .teaser .article-title .headline-intro,
    .grid-homepage .teaser .article-title .headline {
      display: block;
      line-height: 1.2em; }
    .grid-homepage .teaser .article-title + .asset-align-center {
      margin-top: 0; }
  .grid-homepage .teaser.hp-first-article .article-title:first-child {
    margin-bottom: 0; }
  .grid-homepage .teaser.hp-first-article .article-title .headline {
    font-size: 2rem; }
  .grid-homepage .teaser.hp-first-article .article-title + .asset-align-center {
    margin-top: 15px; }
  .grid-homepage .hp-teasers-box {
    border-bottom: 1px solid #e2ddd1;
    margin: 0 0 30px;
    padding: 0 0 30px; }
    .grid-homepage .hp-teasers-box .column-small > *:last-child,
    .grid-homepage .hp-teasers-box .column-wide > *:last-child {
      border-bottom: 0 none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .grid-homepage .hp-teasers-box .wetterboxhp,
    .grid-homepage .hp-teasers-box .boersenboxhp {
      margin-bottom: 0; }
      .grid-homepage .hp-teasers-box .wetterboxhp + .teaser,
      .grid-homepage .hp-teasers-box .boersenboxhp + .teaser {
        margin-top: 30px; }
  .grid-homepage > .asset-box,
  .grid-homepage > .module-box,
  .grid-homepage > .ressort-teaser-box,
  .grid-homepage > #js-video-slider,
  .grid-homepage > .hpheftkasten,
  .grid-homepage > .hpmeinungbox,
  .grid-homepage > .commonpager.mumelei-5-pics,
  .grid-homepage > div[class^="html_"] {
    border-bottom: 1px solid #e2ddd1;
    margin: 0 0 30px;
    padding: 0 0 30px; }
  .grid-homepage .module-box .teaser:first-child {
    border-top: none 0;
    padding: 0; }
  .grid-homepage .article-list {
    margin: 10px 0 0 0; }
    .grid-homepage .article-list li .headline-intro {
      font-size: 1rem;
      font-weight: 700; }
    .grid-homepage .article-list li .headline {
      color: #000;
      font-size: 1rem; }

.asset-augenblick .asset-maxi {
  margin: 0 auto !important; }
.asset-augenblick .archive-link-box {
  border-top: 0 none;
  font-size: 0.9375rem;
  line-height: 1.333em;
  padding-top: 0;
  text-transform: none; }
.asset-augenblick img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%; }

.ressort-teaser-box-body .column-small {
  float: left;
  overflow: hidden;
  width: 150px; }
  .ressort-teaser-box-body .column-small ul li .headline-intro {
    font-weight: 700;
    margin: 0 0 5px; }
  .ressort-teaser-box-body .column-small ul li .headline {
    color: #000; }
  .ressort-teaser-box-body .column-small .asset-box,
  .ressort-teaser-box-body .column-small .module-box {
    border: 0  none; }
.ressort-teaser-box-body .column-wide {
  float: right;
  width: 700px; }
.ressort-teaser-box-body .ressort-teaser-box-top {
  overflow: hidden; }
  .ressort-teaser-box-body .ressort-teaser-box-top .asset-align-center {
    margin-top: 0; }
  .ressort-teaser-box-body .ressort-teaser-box-top .headline-intro {
    font-size: 1rem;
    display: block; }
  .ressort-teaser-box-body .ressort-teaser-box-top .headline {
    font-size: 1.375rem;
    color: #900;
    line-height: 1.3em; }
.ressort-teaser-box-body .article-list li {
  margin: 5px 0 0; }
  .ressort-teaser-box-body .article-list li:first-child {
    margin: 0; }
.ressort-teaser-box-body .more-link {
  margin-top: 15px; }
  .ressort-teaser-box-body .more-link a {
    color: #333; }

.ressort-teaser-box-nav ul {
  font-size: 1.125rem;
  line-height: 1.2em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0; }
  .ressort-teaser-box-nav ul li {
    margin-bottom: 10px; }
    .ressort-teaser-box-nav ul li a {
      color: #666; }

.hpmeinungbox {
  margin-bottom: 40px; }
  .hpmeinungbox .hpmeinungbox-aufmacher {
    margin: 0 0 30px;
    overflow: hidden; }
    .hpmeinungbox .hpmeinungbox-aufmacher .headline-intro {
      display: block; }
    .hpmeinungbox .hpmeinungbox-aufmacher .headline {
      line-height: 2.666rem; }
    .hpmeinungbox .hpmeinungbox-aufmacher ~ [class*="hpmeinungbox-ko"] .headline-intro,
    .hpmeinungbox .hpmeinungbox-aufmacher ~ [class*="hpmeinungbox-ko"] .headline {
      color: #000;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.2em; }
  .hpmeinungbox .hpmeinungbox-kommentare {
    float: left;
    width: 40%; }
    .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser {
      margin-bottom: 1rem;
      min-height: 57px; }
    .hpmeinungbox .hpmeinungbox-kommentare img {
      height: 54px;
      width: 54px; }
    .hpmeinungbox .hpmeinungbox-kommentare .article-title-link {
      display: block;
      min-height: 54px;
      position: relative; }
      .hpmeinungbox .hpmeinungbox-kommentare .article-title-link .comment-img {
        left: 0;
        position: absolute;
        right: 0; }
      .hpmeinungbox .hpmeinungbox-kommentare .article-title-link span {
        display: block;
        padding-left: 64px; }
        .hpmeinungbox .hpmeinungbox-kommentare .article-title-link span.headline-author {
          margin-bottom: 0.2em; }
  .hpmeinungbox .hpmeinungbox-kolumnen {
    float: right;
    width: 57.5%; }
    .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser {
      float: left;
      margin-bottom: 6px;
      margin-right: 2%;
      min-height: 50px;
      width: 48%; }
      .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser .headline-author {
        margin: 8px 0 0;
        white-space: nowrap; }
    .hpmeinungbox .hpmeinungbox-kolumnen img {
      height: 54px;
      width: 54px; }
    .hpmeinungbox .hpmeinungbox-kolumnen.kleine-icons .hpmeinungbox-teaser img {
      height: 45px;
      width: 45px; }
  .hpmeinungbox .hpmeinungbox-headline {
    font-size: 1.125rem;
    border-bottom: 1px solid #e2ddd1;
    margin-bottom: 20px; }
  .hpmeinungbox .hpmeinungbox-teaser img {
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%; }
  .hpmeinungbox .headline-author {
    color: #000;
    display: block;
    font-size: 1.125rem;
    font-weight: 600; }
  .hpmeinungbox .hpmeinungbox-footer {
    margin-top: 15px; }

.top-poster {
  clear: both;
  border-bottom: 1px solid #e2ddd1;
  display: none; }
  .top-poster .closer {
    position: absolute;
    right: -11px;
    top: -11px; }
  .top-poster .top-poster-redirect {
    display: none;
    z-index: 1; }
    .top-poster .top-poster-redirect #top-poster-redirect-content {
      background-color: #e1e1e1;
      padding: 10px; }
      .top-poster .top-poster-redirect #top-poster-redirect-content a {
        color: #000; }
        .top-poster .top-poster-redirect #top-poster-redirect-content a:after {
          content: "";
          display: inline-block;
          font: normal normal normal 10px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1.25rem;
          display: inline-block;
          text-decoration: none; }
        .top-poster .top-poster-redirect #top-poster-redirect-content a:after {
          padding-left: 10px; }
  .top-poster .top-poster-ai {
    padding: 10px;
    background-color: #efefef;
    margin: 15px 0 25px 0;
    position: relative;
    display: none;
    min-height: 100px; }
    .top-poster .top-poster-ai.spWait {
      background: url("/static/sys/v10/icons/ani-loader_small.gif") no-repeat scroll 50% 50% #fff; }
    .top-poster .top-poster-ai .top-poster-ai-content {
      min-height: 142px; }
      .top-poster .top-poster-ai .top-poster-ai-content .module-title {
        font-size: 1.125rem;
        text-transform: uppercase; }
      .top-poster .top-poster-ai .top-poster-ai-content.error {
        min-height: 100px; }
        .top-poster .top-poster-ai .top-poster-ai-content.error .teaser {
          padding-top: 0; }
      .top-poster .top-poster-ai .top-poster-ai-content.rss .module-title {
        background: url("/static/sys/v10/icons/rss.png") no-repeat scroll 0 50% transparent;
        padding: 0 0 0 25px; }

.grid-homepage .column-small .asset-align-center.thumbflexhp {
  margin-bottom: 0; }
.grid-homepage .column-small img[src*="thumbflexhp"] {
  height: auto;
  width: 100%; }

.asset-debatte {
  position: relative;
  text-align: center; }
  .asset-debatte .hppano348,
  .asset-debatte .hpcolumnrightsquare {
    margin-bottom: 0.75em;
    margin-top: 0; }
  .asset-debatte .asset-title-box {
    display: block;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%; }
    .asset-debatte .asset-title-box .asset-title {
      color: #fff;
      background-color: #900;
      padding: 5px 20px; }
  .asset-debatte .asset-headline {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em; }
  .asset-debatte .asset-copy {
    color: #000;
    display: block;
    margin: 0 auto 15px;
    width: 85%; }

.asset-mixed-imagetypes .list-float {
  background-color: #efefef;
  margin-top: 5px; }
  .asset-mixed-imagetypes .list-float li {
    padding-bottom: 10px; }
  .asset-mixed-imagetypes .list-float img[src$=".jpg"] {
    padding-bottom: 10px; }
.asset-mixed-imagetypes .asset-headline-intro,
.asset-mixed-imagetypes .asset-headline {
  display: block;
  padding: 0 5px; }

.js-creditbox p {
  color: #666;
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }

.spplusboxhp .module-headline {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 30px; }
  .spplusboxhp .module-headline a {
    color: transparent;
    display: block;
    height: 100%; }
.spplusboxhp .spplusboxhp-1 {
  margin-bottom: 5px; }
  .spplusboxhp .spplusboxhp-1 .asset-headline {
    line-height: 1.1em;
    margin-bottom: 5px; }
.spplusboxhp .listbox-kacheln-pics {
  overflow: hidden; }
.spplusboxhp .spplusboxhp-2 {
  background: #eae3d7 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
  vertical-align: top; }
  .spplusboxhp .spplusboxhp-2 a {
    color: #000; }
  .spplusboxhp .spplusboxhp-2 span {
    display: block; }
  .spplusboxhp .spplusboxhp-2 .asset-teaser {
    font-size: 0.875rem; }
.spplusboxhp .spplusboxhp-artikel .asset-headline {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px 0; }
.spplusboxhp .spplusboxhp-heft .magazin-box-simple .module-title {
  display: none; }
.spplusboxhp .spplusboxhp-heft .magazin-box-simple > div {
  font-size: 0.875rem;
  margin-bottom: 5px; }
.spplusboxhp .spplusboxhp-heft .magazin-box-simple .magazin-box-cover {
  display: none; }
.spplusboxhp .spplusboxhp-heft .magazin-box-simple .magazin-box-headline {
  display: block;
  font-weight: 700;
  font-size: 1.125rem; }

.topic-image-header-box {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px;
  position: relative;
  min-height: 320px; }
  .topic-image-header-box .topic-image {
    float: right;
    margin-top: 20px; }
  .topic-image-header-box .topic-image-header-box-layer {
    background-color: #f2f1ec;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 260px; }

.topic-image-header-box-small {
  border: 1px solid #e2ddd1;
  margin-bottom: 40px;
  padding: 5px 25px 5px 5px; }
  .topic-image-header-box-small img {
    margin-right: 40px; }
  .topic-image-header-box-small .module-headline {
    margin: 30px 0 10px 0; }

.topic-header {
  margin: 30px 0 40px 0;
  position: relative;
  z-index: 1; }
  .topic-header .topic-title {
    font-size: 2rem;
    line-height: 1.2em;
    margin-top: -7px; }
    .topic-header .topic-title .topic-icon {
      font-size: 4.375rem;
      font-weight: 700;
      color: #e2ddd1;
      position: absolute;
      text-transform: uppercase;
      top: 26px;
      z-index: -2; }
    .topic-header .topic-title .topic-headline {
      padding-left: 200px; }
    .topic-header .topic-title a,
    .topic-header .topic-title span {
      color: #900; }
    .topic-header .topic-title img {
      padding-left: 10px; }
  .topic-header .topic-claim {
    padding-left: 200px;
    margin: 0; }
    .topic-header .topic-claim a {
      color: #000; }
  .topic-header + #breadcrumb {
    margin-bottom: 20px;
    margin-top: -20px; }

.topic-header.topic-header-international:before {
  content: 'Topic' !important; }
.topic-header.topic-header-international .topic-title,
.topic-header.topic-header-international .topic-claim {
  padding-left: 165px; }

.topic-header-index-overview {
  padding-bottom: 15px; }
  .topic-header-index-overview .topic-title {
    background: transparent url("/static/sys/v10/bg/bg_themenuebersicht_header.png") no-repeat 0 0;
    height: 30px; }
    .topic-header-index-overview .topic-title span {
      display: none; }

.topic-glossary-content {
  margin-bottom: 40px; }
  .topic-glossary-content .topic-glossary-items > li {
    width: 33%; }
    .topic-glossary-content .topic-glossary-items > li ul {
      padding: 0 20px; }
      .topic-glossary-content .topic-glossary-items > li ul li {
        list-style-type: disc; }

.topic-glossary-box {
  font-size: 1.25rem;
  line-height: 1.5em; }
  .topic-glossary-box .list-float li,
  .topic-glossary-box .list-float li:first-child {
    margin-right: 10px; }
  .topic-glossary-box li a {
    padding-right: 10px; }
  .topic-glossary-box .is-active {
    text-decoration: underline; }
  .topic-glossary-box .topic-glossary-overview {
    display: block; }

.grid-topic .archive-link-box:first-child {
  border: 0;
  padding-top: 5px; }
.grid-topic .more-link {
  color: #900; }

.asset-align {
  overflow: hidden; }

.asset-align-center {
  clear: both;
  display: table;
  margin: 15px auto; }
  .asset-align-center[class*="900_breitwand_180x67"] {
    margin-left: -20px;
    margin-right: -20px; }

.article-section [class*="asset-align"][class*="210_poster_16x9"] .article-image-description p, .article-section [class*="asset-align"][class*="230_poster_16x9"] .article-image-description p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.asset-align-left,
.asset-align-right {
  clear: left;
  float: left;
  margin: 3px 15px 15px 0; }
  .article-section .asset-align-left, .article-section
  .asset-align-right {
    margin: 0.5em 15px 1em -110px;
    max-width: 302px; }
  .asset-align-left img,
  .asset-align-right img {
    width: 100%;
    height: auto; }
  .asset-align-left.thumb,
  .asset-align-right.thumb {
    width: 180px; }

.column-both-center .asset-maxi {
  width: 860px;
  margin: 0 0 20px -110px !important; }

.asset-box,
.module-box {
  border-bottom: 1px solid #e2ddd1;
  clear: both;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .asset-box:before, .asset-box:after,
  .module-box:before,
  .module-box:after {
    content: " ";
    display: table; }
  .asset-box:after,
  .module-box:after {
    clear: both; }
  #karriere .asset-box, #karriere
  .module-box {
    border-bottom: 1px dashed #000; }
  .asset-box .asset-align-left,
  .asset-box .asset-align-right,
  .module-box .asset-align-left,
  .module-box .asset-align-right {
    margin-left: 0; }

.column-both .asset-box {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 640px; }
.column-both .asset-align-left .asset-box,
.column-both .asset-align-left .module-box,
.column-both .asset-align-right .asset-box,
.column-both .asset-align-right .module-box {
  margin: inherit;
  width: inherit; }
.column-both .asset-align-left,
.column-both .asset-align-right {
  margin-left: 0; }
.column-both .asset-maxi {
  width: 860px; }

.asset-title,
.module-title {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px; }
  .asset-title a,
  .module-title a {
    color: #000; }
    .asset-title a:after,
    .module-title a:after {
      content: "";
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none; }
    .asset-title a:after,
    .module-title a:after {
      margin-left: 10px;
      font-weight: 700; }

.asset-headline-intro,
.asset-headline,
.module-headline-intro,
.module-headline {
  font-weight: 700; }

.asset-headline-intro,
.module-headline-intro {
  color: #000; }
  .asset-headline-intro + .asset-headline,
  .asset-headline-intro + .module-headline,
  .module-headline-intro + .asset-headline,
  .module-headline-intro + .module-headline {
    font-weight: 400; }

.asset-headline,
.module-headline {
  color: #000; }

.article-image-box {
  display: inline-block; }
  .article-image-box[style*="230px"] {
    text-align: center;
    width: 100% !important; }
    .article-image-box[style*="230px"] img[width="230"] {
      margin: 0 auto; }

.asset-credit {
  color: #aaa;
  font-size: 0.75rem;
  line-height: 1.2em;
  text-align: right; }

.inline-pic-credit .box-position {
  position: relative; }
  .inline-pic-credit .box-position .asset-credit {
    bottom: 10px;
    color: #f6f6f6;
    position: absolute;
    right: 5px;
    text-shadow: 1px 1px 2px #666, -1px 1px 2px #666, 1px -1px 2px #666, -1px -1px 2px #666;
    z-index: 1;
    width: 54%;
    line-height: 0.8125rem;
    word-wrap: break-word; }
    .inline-pic-credit .box-position .asset-credit a {
      color: inherit; }
  .inline-pic-credit .box-position .image-buttons {
    z-index: 2; }

.article-image-description p {
  font-size: 0.875rem;
  line-height: 1.2em;
  margin: 0; }
.article-image-description.article-description-background {
  background-color: #f6f6f6; }
  .article-image-description.article-description-background p {
    color: #000;
    padding: 3px; }

.page-bottom-content {
  clear: both; }
  .page-bottom-content div.spArticleBottomBox:first-of-type {
    border-top: 0 none; }

.column-wide #vote-form {
  margin-bottom: 15px; }

.vote-box .vote-box-list {
  list-style-type: none;
  margin-left: 0; }
  .vote-box .vote-box-list li {
    clear: both;
    overflow: hidden; }
    .vote-box .vote-box-list li label {
      display: inline-block;
      font-size: inherit;
      margin-left: 1.5em; }
      .vote-box .vote-box-list li label:before {
        margin-left: -1.5em; }

.column-small .vote-box-list li {
  margin-bottom: 10px; }

.spVoteRes table + p {
  margin: 0 0 30px; }
.spVoteRes .default-table tr:first-child td {
  border-color: #e1e1e1; }
.spVoteRes div.spVoteResBar {
  width: 100px;
  height: 20px;
  margin: 5px 0; }
  .spVoteRes div.spVoteResBar span.spVoteResBarVal {
    display: block;
    height: 100%;
    background: #900;
    border: 0 none; }
.spVoteRes .vote-info {
  margin: 30px 0; }

.voteteaserlist .voteteaser {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .voteteaserlist .voteteaser .asset-title {
    margin-bottom: 5px; }
  .voteteaserlist .voteteaser .asset-intro {
    margin-top: 0; }

.asset-tab-box {
  min-height: 150px; }
  .asset-tab-box .asset-title {
    line-height: 0.9em; }
  .asset-tab-box .tabs {
    position: relative; }
    .asset-tab-box .tabs .multi-box-tabs {
      position: absolute;
      right: 0;
      top: -35px; }
      .listbox-cp-2er-element .asset-tab-box .tabs .multi-box-tabs {
        top: -2.4em; }
      .asset-tab-box .tabs .multi-box-tabs li {
        border-left: 1px solid #000;
        font-size: 1.125rem;
        margin: 0 0 0 5px;
        padding: 0 0 0 5px; }
        .asset-tab-box .tabs .multi-box-tabs li:first-child {
          border-left: none;
          padding: 0;
          margin: 0; }
        .asset-tab-box .tabs .multi-box-tabs li.ui-tabs-active a {
          color: #000; }
    .asset-tab-box .tabs .item-number {
      float: left;
      font-size: 1.625rem;
      font-weight: 700;
      line-height: 0.9em;
      width: 1.25em; }
    .asset-tab-box .tabs .ui-tabs-panel {
      clear: both;
      margin-top: 15px; }
      .asset-tab-box .tabs .ui-tabs-panel li {
        margin-top: 15px; }
        .asset-tab-box .tabs .ui-tabs-panel li:first-child {
          margin-top: 0; }
      .asset-tab-box .tabs .ui-tabs-panel .item-text {
        margin-left: 1.25em;
        overflow: hidden; }
    .asset-tab-box .tabs .load-icon {
      border: none;
      display: none;
      left: 45%;
      position: absolute;
      top: 50px; }
    .asset-tab-box .tabs .column-box-pic {
      float: right;
      margin: 2px 0 4px 2px;
      width: 120px; }

.hp-boerse {
  position: relative; }
  .hp-boerse .hp-boerse-plus {
    color: #008000; }
  .hp-boerse .hp-boerse-minus {
    color: #f00; }
  .hp-boerse .hp-boerse-list-links {
    position: absolute;
    right: 0;
    top: 5px; }
  .hp-boerse .hp-boerse-list li {
    border-bottom: 1px solid #e2ddd1;
    padding: 4px 0 6px;
    overflow: hidden; }
    .hp-boerse .hp-boerse-list li .hp-boerse-index-name {
      width: 40%;
      float: left; }
    .hp-boerse .hp-boerse-list li .hp-boerse-last-value {
      width: 40%;
      float: left;
      text-align: right; }
    .hp-boerse .hp-boerse-list li .hp-boerse-trend {
      width: 20%;
      float: right;
      text-align: right; }
  .hp-boerse .hp-boerse-footer {
    overflow: hidden;
    margin-bottom: 1em; }
  .hp-boerse .hp-boerse-more,
  .hp-boerse .hp-boerse-date {
    width: 50%;
    float: left;
    margin-top: 0; }
  .hp-boerse .hp-boerse-date {
    font-weight: 400;
    text-align: right; }
  .hp-boerse .hp-boerse-searchform {
    width: 300px;
    font-size: 1rem;
    position: relative; }
    .hp-boerse .hp-boerse-searchform input {
      height: 40px;
      padding-left: 5px; }
    .hp-boerse .hp-boerse-searchform .search-form-submit {
      background: transparent url("/static/sys/v10/icons/ic_search_magnifier.png") no-repeat scroll 0 3px;
      display: block;
      filter: none;
      height: 24px;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 5px;
      text-indent: -1000em;
      top: 10px;
      width: 17px; }

.article-topic-box .list-float .list-float-left,
.article-topic-box .list-float .list-float-left:first-child {
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 30px 0 0; }
  .article-topic-box .list-float .list-float-left.article-topics-all,
  .article-topic-box .list-float .list-float-left:first-child.article-topics-all {
    font-weight: 400; }

.img-scale.gallery-bar-three {
  display: block;
  max-width: 200px; }

.header-top.biga-head {
  padding-bottom: 0; }
  .header-top.biga-head .js-main-navigation {
    left: 0;
    top: 20px; }
    .header-top.biga-head .js-main-navigation .top-navigation .js-hamburger.cross-icon:before {
      left: 5px; }
  .header-top.biga-head.header-top .header-logo {
    margin-bottom: 10px; }
    .header-top.biga-head.header-top .header-logo li .logo-spon {
      height: 22px;
      width: 210px; }
    .header-top.biga-head.header-top .header-logo li a {
      background-size: 210px auto; }
  .header-top.biga-head .current-channel-name {
    line-height: 0.9em; }

.biga-header .date {
  float: right; }
.biga-header.module-box {
  margin-bottom: 0; }

.biga-nav {
  font-size: 1.125rem;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px; }
  .biga-nav a:hover {
    text-decoration: none; }
  .biga-nav .link-left,
  .biga-nav .link-right {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    width: 255px; }
  .biga-nav .link-left {
    float: left; }
  .biga-nav .link-right {
    float: right;
    text-align: right; }
  .biga-nav .biga-control {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 350px; }
    .biga-nav .biga-control span,
    .biga-nav .biga-control .home-link {
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      line-height: 1.2em; }
    .biga-nav .biga-control .home-link {
      color: #900;
      font-weight: 700;
      margin-left: 20px; }
  .biga-nav .link-angle-left,
  .biga-nav .link-angle-right {
    color: #000;
    display: inline-block;
    padding: 0 1.428571428571429em; }

.biga-entries {
  margin-top: 40px; }
  .biga-entries .biga-image {
    margin: 0 auto;
    position: relative; }
  .biga-entries .biga-latest-entry {
    float: left;
    padding: 0 40px 20px 0;
    width: 390px; }
    .biga-entries .biga-latest-entry .list-float {
      border-top: 1px solid #e2ddd1;
      padding: 20px 0 10px 0; }
      .biga-entries .biga-latest-entry .list-float .list-float-left {
        padding: 10px 20px;
        background: #f6f6f6; }
        .biga-entries .biga-latest-entry .list-float .list-float-left:first-child {
          padding: 10px 20px; }
    .biga-entries .biga-latest-entry.entry-right {
      padding-left: 40px;
      padding-right: 0; }
    .biga-entries .biga-latest-entry .biga-latest-entry-headline {
      font-size: 0.75rem; }
      .biga-entries .biga-latest-entry .biga-latest-entry-headline .headline-intro {
        color: #000; }
      .biga-entries .biga-latest-entry .biga-latest-entry-headline .headline {
        color: #900; }

.gallery-content .social-bar-wrapper {
  float: left; }
.gallery-content .module-title {
  float: right;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 20px; }

.biga-typ-4 .biga-control, .biga-typ-7 .biga-control {
  padding-right: 265px; }

.biga-zitat-box > div {
  float: left; }
.biga-zitat-box .biga-zitat-box-left {
  border-right: 1px solid #e2ddd1;
  padding: 20px 30px;
  width: 515px; }
  .biga-zitat-box .biga-zitat-box-left .biga-zitat-box-content {
    font-size: 1.25rem;
    margin-bottom: 30px; }
.biga-zitat-box .biga-zitat-box-right {
  padding-left: 40px;
  width: 220px; }
  .biga-zitat-box .biga-zitat-box-right .biga-zitat-box-image a {
    border: 1px solid #e2ddd1;
    display: block;
    width: 100%; }
  .biga-zitat-box .biga-zitat-box-right .biga-zitat-box-description {
    padding-right: 40px; }

.social-media-icons .list-float-left {
  margin-left: 10px;
  text-decoration: none; }
  .social-media-icons .list-float-left:first-child {
    margin-left: 0; }
  .social-media-icons .list-float-left .newsletter {
    line-height: 2.5em; }
  .social-media-icons .list-float-left a:hover {
    text-decoration: none; }

.spTopicMultimedia {
  margin: 20px auto; }
  .spTopicMultimedia h2 {
    margin: 15px 0 25px; }
  .spTopicMultimedia h4 {
    color: #666;
    margin: 0;
    text-transform: uppercase; }
  .spTopicMultimedia ul {
    overflow: hidden; }
  .spTopicMultimedia li {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    width: 160px; }
    .spTopicMultimedia li:first-child {
      padding: 0; }
    .spTopicMultimedia li .asset-credit {
      display: none; }
    .spTopicMultimedia li a {
      display: inline-block;
      padding-top: 5px; }
      .spTopicMultimedia li a .blk,
      .spTopicMultimedia li a .asset-headline {
        color: #000;
        font-weight: 400; }
  .spTopicMultimedia .spMoreArticles {
    clear: both;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase; }

table.spTabellesys {
  border-color: transparent;
  border-style: hidden hidden none;
  border-width: 0; }
  table.spTabellesys td {
    border: 1px solid #e1e1e1;
    padding: 0.2em 4px; }

/* responsive table															 */
.default-table,
.table-responsive {
  border: 0 none;
  border-collapse: collapse;
  margin: 10px 0 0 0;
  min-width: 300px;
  width: 100%; }
  .default-table th,
  .default-table td,
  .table-responsive th,
  .table-responsive td {
    border: 0 none;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 3px;
    vertical-align: top; }
  .default-table th,
  .table-responsive th {
    background-color: #f2f1ec; }
  .default-table + p,
  .table-responsive + p {
    background: #f2f1ec;
    color: #666;
    margin: 0;
    padding: 5px; }
  .default-table .spResultTableRow2,
  .table-responsive .spResultTableRow2 {
    background-color: #f2f1ec; }

.asset-align-left .default-table,
.asset-align-left .table-responsive,
.asset-align-right .default-table,
.asset-align-right .table-responsive {
  font-size: 1rem;
  line-height: 1.3em; }
  .asset-align-left .default-table + p,
  .asset-align-left .table-responsive + p,
  .asset-align-right .default-table + p,
  .asset-align-right .table-responsive + p {
    clear: both;
    font-size: 1rem;
    line-height: 1.3em; }
.asset-align-left .table-responsive,
.asset-align-left .table-responsive thead,
.asset-align-left .table-responsive tbody,
.asset-align-left .table-responsive tr,
.asset-align-left .table-responsive th,
.asset-align-left .table-responsive td,
.asset-align-right .table-responsive,
.asset-align-right .table-responsive thead,
.asset-align-right .table-responsive tbody,
.asset-align-right .table-responsive tr,
.asset-align-right .table-responsive th,
.asset-align-right .table-responsive td {
  display: block; }
  .msie-9 .asset-align-left .table-responsive, .msie-9
  .asset-align-left .table-responsive thead, .msie-9
  .asset-align-left .table-responsive tbody, .msie-9
  .asset-align-left .table-responsive tr, .msie-9
  .asset-align-left .table-responsive th, .msie-9
  .asset-align-left .table-responsive td, .msie-9
  .asset-align-right .table-responsive, .msie-9
  .asset-align-right .table-responsive thead, .msie-9
  .asset-align-right .table-responsive tbody, .msie-9
  .asset-align-right .table-responsive tr, .msie-9
  .asset-align-right .table-responsive th, .msie-9
  .asset-align-right .table-responsive td {
    clear: right;
    float: left;
    width: 100%; }
.asset-align-left .table-responsive tr:hover,
.asset-align-right .table-responsive tr:hover {
  background: #e2ddd1; }
.asset-align-left .table-responsive thead,
.asset-align-right .table-responsive thead {
  position: absolute;
  top: -1111px;
  left: -1111px; }
.asset-align-left .table-responsive tr td:first-child,
.asset-align-right .table-responsive tr td:first-child {
  border-bottom: 1px solid #000;
  font-weight: 700; }
.asset-align-left .table-responsive td[data-label],
.asset-align-right .table-responsive td[data-label] {
  text-align: right; }
  .asset-align-left .table-responsive td[data-label]:before,
  .asset-align-right .table-responsive td[data-label]:before {
    display: block;
    float: left;
    padding: 0 10px 0 0;
    content: attr(data-label) ":"; }
.asset-align-left .table-responsive td[data-label=" "],
.asset-align-right .table-responsive td[data-label=" "] {
  text-align: inherit; }
  .asset-align-left .table-responsive td[data-label=" "]:before,
  .asset-align-right .table-responsive td[data-label=" "]:before {
    content: '';
    float: none;
    padding: 0; }

.default-table tbody tr:first-child td,
.table-responsive thead tr:first-child th {
  border-bottom: 1px solid #000; }

.table-vehicle {
  margin-bottom: 5px;
  width: 100%; }
  .table-vehicle th, .table-vehicle td {
    height: 20px;
    padding: 0 5px;
    text-align: left; }
  .table-vehicle th {
    font-weight: 400; }
  .table-vehicle td {
    border-left: 1px solid #ccc; }

.magazin-box {
  font-size: 0.875rem; }
  .magazin-box .module-title {
    display: inline-block; }
  .magazin-box div:first-child ul {
    float: right; }
  .magazin-box .magazin-box-content-wide {
    background: #f6f6f6;
    border-top: 1px solid #e2ddd1;
    margin: 0 0 15px;
    padding: 15px; }
  .magazin-box .magazin-box-list {
    margin-left: 190px; }
  .magazin-box .list-float-left {
    margin: 0 5px 0 0; }

.magazin-box-inner {
  border-top: 1px solid #e2ddd1;
  border-bottom: 1px solid #e2ddd1;
  font-size: 1rem;
  margin: 30px 0;
  padding: 30px 0; }
  .magazin-box-inner .magazin-image-left {
    float: left;
    margin: 0 20px 20px 0; }
  .magazin-box-inner .inner-list,
  .magazin-box-inner .inner-list-wide {
    margin-top: 20px; }
    .magazin-box-inner .inner-list ul,
    .magazin-box-inner .inner-list-wide ul {
      list-style-position: inside; }
    .magazin-box-inner .inner-list .spStoererHeadline,
    .magazin-box-inner .inner-list-wide .spStoererHeadline {
      font-weight: 700; }
    .magazin-box-inner .inner-list dt, .magazin-box-inner .inner-list dd,
    .magazin-box-inner .inner-list-wide dt,
    .magazin-box-inner .inner-list-wide dd {
      display: inline; }
    .magazin-box-inner .inner-list dd,
    .magazin-box-inner .inner-list-wide dd {
      border-left: 1px solid #e2ddd1;
      margin: 0; }
      .magazin-box-inner .inner-list dd a,
      .magazin-box-inner .inner-list-wide dd a {
        padding: 0 10px; }
      .magazin-box-inner .inner-list dd.first-child, .magazin-box-inner .inner-list dd:first-child,
      .magazin-box-inner .inner-list-wide dd.first-child,
      .magazin-box-inner .inner-list-wide dd:first-child {
        border: 0 none; }
        .magazin-box-inner .inner-list dd.first-child a, .magazin-box-inner .inner-list dd:first-child a,
        .magazin-box-inner .inner-list-wide dd.first-child a,
        .magazin-box-inner .inner-list-wide dd:first-child a {
          padding-left: 0; }

.column-small .magazin-big-variant {
  display: none; }
.column-small .magazin-box .magazin-box-headline {
  font-size: 1.25rem;
  font-weight: 700; }
  .column-small .magazin-box .magazin-box-headline a {
    color: #000; }
.column-small .magazin-box .asset-headline-intro {
  display: block;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 15px; }
.column-small .magazin-box p {
  margin: 5px 0; }
.column-small .magazin-box .asset-align-right {
  margin-left: 5px; }
.column-small .magazin-box .list-float {
  display: block;
  margin-left: 135px; }
.column-small .magazin-box .list-float-left {
  float: none;
  display: block; }

.spAutoDBbox {
  border: 1px solid #e2ddd1;
  margin: 0 auto;
  overflow: hidden;
  padding: 3px 0 3px 3px;
  width: auto; }
  .listbox-cp-2er-element .spAutoDBbox {
    padding: 4px; }
  .spAutoDBbox .spAutoDBboxElement {
    float: left;
    padding: 4px 0 4px 4px;
    width: 142px; }
    .listbox-cp-2er-element .spAutoDBbox .spAutoDBboxElement {
      box-sizing: border-box;
      padding: 7px 4px;
      width: 50%; }
    .spAutoDBbox .spAutoDBboxElement .select-fa {
      float: left;
      margin: 2px 0;
      width: 142px; }
      .listbox-cp-2er-element .spAutoDBbox .spAutoDBboxElement .select-fa {
        width: 100%; }
      .spAutoDBbox .spAutoDBboxElement .select-fa.inactive {
        background-color: #efefef;
        color: #ccc; }
      .spAutoDBbox .spAutoDBboxElement .select-fa option.all {
        color: #999; }
    .spAutoDBbox .spAutoDBboxElement label {
      overflow: hidden;
      white-space: nowrap;
      width: 142px; }
    .spAutoDBbox .spAutoDBboxElement input {
      float: left;
      margin: 2px 0;
      width: 138px; }
    .spAutoDBbox .spAutoDBboxElement a {
      cursor: pointer; }
  .spAutoDBbox .spAutoDBboxSubmit {
    overflow: hidden;
    text-align: right;
    width: 288px; }
    .listbox-cp-2er-element .spAutoDBbox .spAutoDBboxSubmit {
      text-align: center;
      width: 100%; }
    .spAutoDBbox .spAutoDBboxSubmit a {
      font-weight: 700;
      display: block;
      margin-right: 3px; }
  .spAutoDBbox .extended {
    display: none; }

.spAdbInfobox {
  border: 1px solid #e2ddd1;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  width: auto; }

.mumelei {
  position: relative; }
  .mumelei .article-image-box {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
  .mumelei .paginator-control-arrows .arrow-left {
    left: -10px;
    position: absolute;
    top: 80px;
    z-index: 2; }
  .mumelei .paginator-control-arrows .arrow-right {
    position: absolute;
    right: -12px;
    top: 80px;
    z-index: 2; }
  .mumelei .paginator-control-panel {
    float: right; }
    .mumelei .paginator-control-panel .paginator-control a {
      padding: 0 5px; }
      .mumelei .paginator-control-panel .paginator-control a:hover, .mumelei .paginator-control-panel .paginator-control a:active, .mumelei .paginator-control-panel .paginator-control a:focus {
        color: #900; }
    .mumelei .paginator-control-panel .paginator-control.active a {
      color: #000; }
  .mumelei .paginator-page {
    z-index: 1; }
    .mumelei .paginator-page a:hover .asset-headline-intro, .mumelei .paginator-page a:active .asset-headline-intro, .mumelei .paginator-page a:focus .asset-headline-intro {
      color: #900; }

.mumelei-3-pics {
  overflow: hidden; }
  .mumelei-3-pics .asset-title {
    float: left;
    margin: 0; }
  .mumelei-3-pics .paginator-page li {
    float: left;
    margin-left: 9px;
    width: 280px; }
    .mumelei-3-pics .paginator-page li:first-child {
      margin-left: 0; }
  .mumelei-3-pics .image-buttons .image-buttons {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px; }

.mumelei-5-pics li {
  float: left;
  margin-left: 15px;
  width: 160px; }
  .mumelei-5-pics li:first-child {
    margin-left: 0; }
.mumelei-5-pics .image-buttons .image-buttons {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px; }

.accordion-box .multi-box-tab {
  border-top: 1px solid #e2ddd1;
  font-weight: 700;
  padding: 5px 0; }
  .accordion-box .multi-box-tab span {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 3px 0 3px 40px;
    position: relative; }
    .accordion-box .multi-box-tab span:before {
      background-color: transparent;
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #900;
      content: "";
      font-size: 1.625rem;
      position: absolute;
      left: 0;
      top: 0; }
.accordion-box .ui-accordion-header-active span:before {
  background-color: transparent;
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #900;
  content: "";
  font-size: 1.625rem;
  position: absolute;
  left: 0;
  top: 0; }
.accordion-box .multi-box-content {
  border: none 0;
  color: #666;
  overflow: hidden; }
  .column-small .accordion-box .multi-box-content {
    padding: 10px 3px; }
  .accordion-box .multi-box-content .js-module-box-image {
    float: left;
    margin: 3px 15px 15px 0; }
.accordion-box .multi-box-content-no-headline {
  padding: 10px 10px 10px 40px; }

.asset-multi-tab-box {
  font-size: 1rem; }
  .asset-multi-tab-box .tabs .multi-box-tabs {
    margin: 0; }
    .asset-multi-tab-box .tabs .multi-box-tabs li {
      margin: 0; }
      .asset-multi-tab-box .tabs .multi-box-tabs li a {
        background: #f2f1ec;
        border: 1px solid #e2ddd1;
        color: #000;
        display: inline-block;
        font-weight: 700;
        padding: 10px 30px;
        text-decoration: none; }
        .asset-multi-tab-box .tabs .multi-box-tabs li a:hover {
          background: #e2ddd1; }
      .asset-multi-tab-box .tabs .multi-box-tabs li.ui-tabs-active a {
        background: #fff;
        color: #666; }
  .asset-multi-tab-box .tabs .ui-tabs-panel {
    color: #666;
    margin-top: 15px; }
    .asset-multi-tab-box .tabs .ui-tabs-panel.fixed-height {
      height: 220px;
      overflow: auto; }

.pdf-box-content {
  line-height: 1.8em;
  margin-bottom: 20px; }
  .pdf-box-content .pdf-box-link {
    float: left;
    text-decoration: underline; }
  .pdf-box-content .pdf-file {
    float: right;
    position: relative; }
    .pdf-box-content .pdf-file:before {
      background: #900;
      color: #fff;
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.625rem;
      padding: 3px;
      position: absolute;
      bottom: 0;
      left: -35px; }
    .pdf-box-content .pdf-file span {
      color: #666; }

.column-wide .pdf-box-content {
  margin-bottom: 15px; }

.listbox-kacheln .listbox-kacheln-element {
  position: relative; }
  .listbox-kacheln .listbox-kacheln-element .asset-credit {
    display: none; }
  .listbox-kacheln .listbox-kacheln-element a, .listbox-kacheln .listbox-kacheln-element span {
    display: block;
    text-decoration: none; }
    .listbox-kacheln .listbox-kacheln-element a:hover, .listbox-kacheln .listbox-kacheln-element span:hover {
      color: #fff; }
  .listbox-kacheln .listbox-kacheln-element img {
    width: 100%;
    height: auto; }
  .listbox-kacheln .listbox-kacheln-element .asset-title,
  .listbox-kacheln .listbox-kacheln-element .asset-headline-bg {
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(85%, #000), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0%, #000 85%, #000 100%);
    background: -moz-linear-gradient(top, transparent 0%, #000 85%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 85%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 85%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 85%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000', GradientType=0 );
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 100%; }
  .listbox-kacheln .listbox-kacheln-element .asset-headline-intro {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400; }
  .listbox-kacheln .listbox-kacheln-element .asset-headline {
    color: #fff;
    font-weight: 700; }
  .listbox-kacheln .listbox-kacheln-element .asset-teaser {
    display: block;
    color: #fff; }
  .listbox-kacheln .listbox-kacheln-element.full .asset-headline {
    font-size: 1.5rem; }
  .listbox-kacheln .listbox-kacheln-element.half {
    width: 49.5%;
    margin-top: 10px; }
    .listbox-kacheln .listbox-kacheln-element.half.left {
      clear: left;
      float: left; }
    .listbox-kacheln .listbox-kacheln-element.half.right {
      clear: right;
      float: right; }

.listbox-cp-2er {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .listbox-cp-2er .listbox-cp-2er-element {
    display: table-cell;
    overflow: hidden;
    vertical-align: top; }
    .listbox-cp-2er .listbox-cp-2er-element.small {
      border-right: 1px solid #e2ddd1;
      padding-right: 18px;
      width: 302px; }
    .listbox-cp-2er .listbox-cp-2er-element.wide {
      padding-left: 19px;
      width: 520px; }
    .listbox-cp-2er .listbox-cp-2er-element .asset-box {
      border-bottom: 0 none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .listbox-cp-2er .listbox-cp-2er-element .asset-box .article-image-box[style*='width'] {
        width: 100% !important; }
      .listbox-cp-2er .listbox-cp-2er-element .asset-box .article-image-box img {
        height: auto;
        width: 100%; }

.column-both .asset-box.listbox-cp-2er {
  width: 100%; }

.scribblelive-asset {
  position: relative; }
  .scribblelive-asset .scribblelive-seoblock {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 640px; }
  .scribblelive-asset .autorenheader {
    background: #ececec none repeat scroll 0 0;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 100px;
    padding: 5px;
    position: relative;
    width: 100%; }
    .scribblelive-asset .autorenheader .left img {
      margin: 5px;
      float: left;
      height: 90px;
      width: 90px; }
    .scribblelive-asset .autorenheader .right {
      width: 66%;
      margin-left: 110px;
      margin-top: 4px; }
    .scribblelive-asset .autorenheader .logo {
      float: right;
      position: absolute;
      top: 11px;
      right: 0;
      opacity: 0.15;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; }

.asset-author-box {
  color: #666;
  font-size: 1rem; }

.asset-list-box {
  overflow: hidden;
  position: relative; }
  .asset-list-box ul {
    margin: 0; }
    .asset-list-box ul li .asset-title {
      font-size: 1.125rem;
      line-height: 1.2em;
      margin-bottom: 5px; }
    .asset-list-box ul li .asset-headline-intro,
    .asset-list-box ul li .asset-headline {
      font-size: 1rem;
      line-height: 1.2em; }
    .asset-list-box ul li, .asset-list-box ul li:first-child {
      margin: 5px 0; }
  .asset-list-box .column-box-pic {
    float: left;
    margin: 0 12px 12px 0;
    width: 122px; }
    .asset-list-box .column-box-pic .asset-credit, .asset-list-box .column-box-pic div {
      clear: both; }
  .asset-list-box.asset-list-box-picnavi .column-box-pic a {
    display: inline-block; }
  .asset-list-box.asset-list-box-picnavi ul li {
    clear: both; }
    .asset-list-box.asset-list-box-picnavi ul li a img {
      display: block; }
  .asset-list-box.article-topic-box li {
    margin: 0; }
    .asset-list-box.article-topic-box li:first-child {
      margin: 0 0 20px; }
    .asset-list-box.article-topic-box li a {
      font-weight: 700; }
  .asset-list-box.asset-list-box-centerteaser ul li {
    float: left;
    padding: 0 0 0 10px; }
    .asset-list-box.asset-list-box-centerteaser ul li:first-child {
      padding: 0; }
  .asset-list-box.asset-list-box-centerteaser .article-image-box {
    margin: 0 0 10px; }
  .asset-list-box.asset-list-box-hp-special ul li {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 280px;
    /*
    a {
    	.asset-headline-intro {
    		color: $default-link-color;
    	}
    }
    */ }
    .asset-list-box.asset-list-box-hp-special ul li:first-child {
      padding: 0; }
  .asset-list-box.asset-list-box-hp-special .article-image-box {
    margin: 0 0 10px; }

.column-small .asset-list-box-picnavi ul li {
  font-size: 1rem;
  line-height: 1.3em; }
  .column-small .asset-list-box-picnavi ul li a {
    color: #000; }

.column-wide .asset-list-box-hp-special,
.column-wide .asset-list-box-centerteaser {
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .column-wide .asset-list-box-hp-special ul li,
  .column-wide .asset-list-box-centerteaser ul li {
    width: 165px; }
    .column-wide .asset-list-box-hp-special ul li [style*="280px"],
    .column-wide .asset-list-box-centerteaser ul li [style*="280px"] {
      width: 165px !important; }
    .column-wide .asset-list-box-hp-special ul li .article-image-box img,
    .column-wide .asset-list-box-centerteaser ul li .article-image-box img {
      height: auto;
      width: 165px; }
    .column-wide .asset-list-box-hp-special ul li div.video-pic div.image-buttons-panel a span.button.btn-video-text,
    .column-wide .asset-list-box-centerteaser ul li div.video-pic div.image-buttons-panel a span.button.btn-video-text {
      overflow: hidden;
      height: 20px;
      width: 15px;
      line-height: 35px; }

.column-both-center .asset-list-box-hp-special ul li,
.column-both-center .asset-list-box-centerteaser ul li {
  width: 206px; }
  .column-both-center .asset-list-box-hp-special ul li [style*="280px"],
  .column-both-center .asset-list-box-centerteaser ul li [style*="280px"] {
    width: 206px !important; }
  .column-both-center .asset-list-box-hp-special ul li .article-image-box img,
  .column-both-center .asset-list-box-centerteaser ul li .article-image-box img {
    height: auto;
    width: 206px; }

.column-small .asset-list-box-hp-special ul li,
.column-small .asset-list-box-centerteaser ul li {
  margin-bottom: 10px;
  padding: 0; }

.column-both .asset-list-box-hp-special.asset-box,
.column-both .asset-list-box-centerteaser.asset-box {
  width: 860px; }
  .column-both .asset-list-box-hp-special.asset-box li,
  .column-both .asset-list-box-centerteaser.asset-box li {
    width: 280px; }

.article-section .asset-list-box {
  border-bottom: 1px solid #e2ddd1;
  padding: 15px 0 5px; }
  .article-section .asset-list-box ul {
    list-style-type: none;
    margin-left: 0; }

.article-section .nl2go {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin: 30px auto;
  padding: 30px 0; }
.article-section .asset-box + .nl2go {
  border-top: 0 none;
  padding-top: 0; }
.article-section .nl2go + .asset-box {
  border-top: 0 none;
  padding-top: 0; }
.listbox-cp-2er-element .nl2go {
  margin-top: 0;
  padding-top: 0; }
.nl2go .module-subtitle {
  color: #900; }
.nl2go .image-no-border {
  margin-bottom: 5px; }
.nl2go .link-right {
  text-align: right; }

.nl-order {
  max-width: 520px;
  margin: 15px auto 20px auto; }
  .nl-order .nl-email {
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%; }
  .nl-order .js-nl-order-result {
    max-height: 500px;
    overflow: auto; }
  .nl-order .js-nl-optin-text {
    margin-bottom: 15px; }
    .nl-order .js-nl-optin-text input {
      display: block;
      float: left;
      margin-top: 2px;
      width: 15px; }
    .nl-order .js-nl-optin-text label {
      display: block;
      padding-left: 20px; }
  .nl-order.single-line {
    max-width: 100%; }
    .nl-order.single-line .nl-email {
      float: left;
      width: 320px; }
      .article-section .nl-order.single-line .nl-email, .column-both-center .nl-order.single-line .nl-email {
        width: 440px; }
    .nl-order.single-line .js-nl-optin-text {
      margin-bottom: 10px; }
    .nl-order.single-line input[type="submit"] {
      margin-left: 20px;
      width: 180px; }
  .nl-order .placeholder {
    color: #999; }
  .nl-order input[type="submit"] {
    background: #900;
    border: 0;
    box-shadow: none;
    color: #fff;
    height: 40px !important;
    margin: 0;
    width: 100%;
    font-size: inherit; }
  .nl-order .nl-form-iframe {
    border: 0;
    width: 100%;
    height: 250px; }

.module-box.biga-square .biga-square-box {
  float: left;
  width: 231px; }
.module-box.biga-square .biga-square-box-img {
  background-color: #ececec;
  display: block;
  float: left;
  position: relative; }
  .module-box.biga-square .biga-square-box-img img {
    margin: 0;
    float: left; }
  .module-box.biga-square .biga-square-box-img.img-no-3, .module-box.biga-square .biga-square-box-img.img-no-6 {
    float: right; }
  .module-box.biga-square .biga-square-box-img.img-no-1, .module-box.biga-square .biga-square-box-img.img-no-5, .module-box.biga-square .biga-square-box-img.img-no-6 {
    margin-bottom: 18px; }
  .module-box.biga-square .biga-square-box-img.img-no-2, .module-box.biga-square .biga-square-box-img.img-no-3, .module-box.biga-square .biga-square-box-img.img-no-5, .module-box.biga-square .biga-square-box-img.img-no-6 {
    font-size: 0.8125rem;
    line-height: 1.2em; }
  .module-box.biga-square .biga-square-box-img.img-no-4 {
    margin: 0 22px 0 23px; }
  .module-box.biga-square .biga-square-box-img:hover .biga-square-box-img-overlay {
    display: block; }
.module-box.biga-square .biga-square-box-img-overlay {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(88%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 88%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#CC000000', GradientType=0 );
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: none;
  left: 0;
  padding: 3px;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 2; }

.asset-social-media {
  clear: both; }

.idealo-asset {
  margin: 0 0 20px;
  font-size: 0.75rem;
  padding-top: 15px !important; }
  .idealo-asset .idealo-asset-wrapper {
    text-align: right;
    overflow: hidden; }
    .idealo-asset .idealo-asset-wrapper .idealo-asset-inner {
      background: transparent;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #fff), color-stop(100%, #e6e6e6));
      background: -webkit-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
      background: -moz-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
      background: -o-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
      background: -ms-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
      background: linear-gradient(to bottom, #fff 0%, #fff 5%, #e6e6e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0 );
      border: 1px solid #ccc;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
      -khtml-border-radius: 2px;
      border-radius: 2px;
      padding: 5px;
      text-align: center; }
      .idealo-asset .idealo-asset-wrapper .idealo-asset-inner a, .idealo-asset .idealo-asset-wrapper .idealo-asset-inner span {
        color: #f00;
        display: block; }
        .idealo-asset .idealo-asset-wrapper .idealo-asset-inner a :hover, .idealo-asset .idealo-asset-wrapper .idealo-asset-inner span :hover {
          text-decoration: none; }
        .idealo-asset .idealo-asset-wrapper .idealo-asset-inner a .idealo-asset-mainline, .idealo-asset .idealo-asset-wrapper .idealo-asset-inner span .idealo-asset-mainline {
          font-size: 1.5rem;
          background: url("/static/sys/v10/misc/idealo-logo.png") center right no-repeat;
          padding: 10px 135px 10px 0;
          display: inline-block; }

.twitter-tweet-rendered {
  margin: 0 auto;
  width: 100%; }

twitterwidget::shadow .EmbeddedTweet {
  width: 100% !important;
  max-width: 640px !important; }

.twitter-tweet-error {
  margin: 0 0 10px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .twitter-tweet-error:after {
    background-color: #900;
    content: 'Dieser Tweet wurde gel\00f6scht';
    color: #fff;
    display: block;
    padding: 10px;
    text-indent: 0; }
  .twitter-tweet-error a, .twitter-tweet-error p {
    display: none; }

.asset-instagram {
  clear: both;
  margin-bottom: 10px; }

.asset-embedded-video {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }
  .asset-embedded-video.ratio43 {
    padding-bottom: 75%; }
  .asset-embedded-video.ratio11 {
    padding-bottom: 110%; }
  .asset-embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.column-both .video-player-inline, .column-both-center .video-player-inline {
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.column-both .video-player-inline img.spPanoPlayerTeaserPic {
  width: 860px;
  height: auto; }

.column-wide .video-player-inline img.spPanoPlayerTeaserPic {
  width: 520px;
  height: auto; }

.video-asset .column-box-pic {
  float: left;
  margin: 0 12px 12px 0;
  width: 122px; }
  .video-asset .column-box-pic .video-pic a {
    position: relative; }
    .video-asset .column-box-pic .video-pic a .image-buttons {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 12px;
      right: 12px; }
.video-asset .hp-video-news-list {
  margin: 0;
  padding: 0; }
  .video-asset .hp-video-news-list li {
    border-bottom: 1px solid #e2ddd1;
    padding: 4px 0 6px; }
    .video-asset .hp-video-news-list li .headline-intro {
      font-weight: 700; }
    .video-asset .hp-video-news-list li .headline {
      color: #000; }
.video-asset .link-right {
  margin: 10px 0 0;
  text-align: right; }

.article-section .asset-flash-box object {
  max-width: 640px; }

.hide-from-version-6-18 {
  display: none !important; }

.asset-buchwerbekasten .admarker {
  float: right;
  margin: 0 0 5px 20px;
  color: #aaa;
  font-size: 1rem; }
.asset-buchwerbekasten .book-image-left {
  float: left;
  margin: 0 20px 20px 0; }
.asset-buchwerbekasten a {
  color: #000; }
.asset-buchwerbekasten .bestelllinks a {
  font-weight: 700; }
.asset-buchwerbekasten .book-description > p:last-child {
  margin-bottom: 0; }

#js-article-top-wide-asset {
  margin: 0 0 30px; }
  #js-article-top-wide-asset .js-module-box-image.box-position.asset-maxi.asset-align-center.breitwandaufmacher {
    margin: 0 auto; }

.author {
  font-style: italic; }

.author-details {
  display: table;
  margin: 20px 0; }
  .author-details .author-image,
  .author-details .author {
    display: table-cell;
    vertical-align: middle; }
  .author-details .author-image img {
    border-radius: 50%;
    margin-right: 10px; }
  .author-details .author a {
    display: inline-block;
    padding-right: 16px; }
    .author-details .author a:hover:after {
      text-decoration: underline; }
    .author-details .author a:hover:after {
      text-decoration: none; }
    .author-details .author a:after {
      color: #333;
      content: "";
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.9em;
      margin-left: 5px;
      margin-right: -16px;
      text-decoration: none; }

.author-popup-layer {
  display: none;
  font-size: 1rem;
  top: 210px;
  position: absolute;
  right: 210px;
  width: 640px;
  z-index: 100; }
  .author-popup-layer.is-active {
    display: block !important; }
  .author-popup-layer .popup-layer-skin {
    padding: 20px; }
    .author-popup-layer .popup-layer-skin .popup-layer-author-image img {
      float: left;
      height: auto;
      margin-right: 10px;
      width: 200px; }
    .author-popup-layer .popup-layer-skin .author-content {
      float: left;
      padding: 0 10px; }
      .author-popup-layer .popup-layer-skin .author-content.has-image {
        width: 370px; }
      .author-popup-layer .popup-layer-skin .author-content .autor-name {
        font-size: 1.75rem;
        font-weight: 700; }
      .author-popup-layer .popup-layer-skin .author-content .author-contacts {
        margin: 20px 0; }
        .author-popup-layer .popup-layer-skin .author-content .author-contacts .author-contact {
          margin-bottom: 10px; }
          .author-popup-layer .popup-layer-skin .author-content .author-contacts .author-contact iframe {
            height: 20px !important;
            width: 153px !important;
            visibility: visible !important;
            margin: 5px 3px;
            vertical-align: middle; }
        .author-popup-layer .popup-layer-skin .author-content .author-contacts i {
          display: inline-block;
          margin-right: 10px;
          vertical-align: bottom; }
        .author-popup-layer .popup-layer-skin .author-content .author-contacts [class*='-icon'] {
          font-size: 0.875rem; }
          .author-popup-layer .popup-layer-skin .author-content .author-contacts [class*='-icon']:after {
            font-size: 0.875rem; }

.social-media-box {
  padding: 10px 0; }
  .social-media-box .list-float-left {
    height: 21px;
    margin: 0; }
    .social-media-box .list-float-left.module-title {
      font-size: 1.125rem;
      margin-right: 10px; }
  .social-media-box iframe {
    float: left;
    height: 20px; }

.article-function-box {
  border-top: 1px solid #e2ddd1;
  font-size: 0.875rem;
  padding-top: 5px;
  margin-top: 20px; }
  .article-function-box .article-function-date {
    float: left; }
  .article-function-box ul {
    float: right; }
    .article-function-box ul .list-float-left {
      margin-left: 10px; }

.article-function-box-wide .module-title {
  float: left; }
.article-function-box-wide ul {
  float: right;
  margin-top: 3px; }
  .article-function-box-wide ul li {
    border-left: 1px solid #e2ddd1;
    padding: 0 5px; }
    .article-function-box-wide ul li:first-child {
      border: 0 none;
      padding: 0 5px; }

.column-both .function-box {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin: 30px 0;
  padding: 30px 0; }
  #karriere .column-both .function-box {
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000; }

.article-copyright {
  border-top: 1px solid #e2ddd1;
  margin: 30px 0 0;
  padding: 30px 0 0;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: right; }
  #karriere .article-copyright {
    border-top: 1px dashed #000; }

.article-comments-box + .article-copyright {
  border: 0 none;
  padding: 0;
  margin: 0; }

.multi-pager-control ul {
  float: right; }
  .multi-pager-control ul li {
    padding-left: 5px; }
    .multi-pager-control ul li .link-right {
      margin-left: 3px; }
    .multi-pager-control ul li .link-left {
      margin-right: 5px; }
    .multi-pager-control ul li .is-active {
      color: #666; }

.multi-pager-headlines {
  margin-top: 10px; }
  .multi-pager-headlines li {
    padding-top: 5px; }
    .multi-pager-headlines li .is-active {
      color: #666; }

.article-section {
  margin: 0 0 30px; }
  .article-section .asset-box {
    border-bottom: 1px solid #e2ddd1;
    border-top: 1px solid #e2ddd1;
    margin: 30px 0;
    padding: 30px 0; }
    #karriere .article-section .asset-box {
      border-bottom: 1px dashed #000;
      border-top: 1px dashed #000; }
    .article-section .asset-box + .asset-box {
      border-top: 0 none;
      padding-top: 0; }
      #karriere .article-section .asset-box + .asset-box {
        border-top: 0 none; }
  .article-section + .asset-box.asset-author-box {
    border-top: 1px solid #e2ddd1;
    padding-top: 30px; }
  .article-section .asset-align-left .asset-box,
  .article-section .asset-align-right .asset-box {
    margin: 15px 0 0;
    padding: 10px 0 0; }
  .article-section ul {
    list-style-type: square;
    margin-left: 20px; }
  .article-section ol {
    list-style-type: decimal;
    margin-left: 2em; }
  .article-section li {
    margin-bottom: 0.875rem; }
  .article-section .list-float {
    list-style-type: none;
    margin-left: 0; }
  .article-section .list-float-left {
    margin: 0 0 0 20px; }
    .article-section .list-float-left:first-child {
      margin-left: 0; }
  .article-section a.text-link-ext:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.875rem;
    margin-right: 5px; }
  .article-section a.text-link-ext, .article-section a.text-link-int {
    text-decoration: underline; }
    .article-section a.text-link-ext .asset-headline-intro,
    .article-section a.text-link-ext .asset-headline, .article-section a.text-link-int .asset-headline-intro,
    .article-section a.text-link-int .asset-headline {
      text-decoration: underline; }
  .article-section a:hover {
    color: #900; }
  .article-section > p:first-child {
    margin-top: 0; }
  .article-section .js-module-box-image.asset-align-left + p, .article-section .js-module-box-image.asset-align-right + p {
    margin-top: 0; }

.article-comments-box {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin: 30px 0;
  padding: 30px 0 30px 40px; }
  #karriere .article-comments-box {
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000; }

.forum-title {
  position: relative; }
  .forum-title:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2.25rem;
    left: -50px;
    position: absolute;
    top: 0; }

#article-comments-box-additional-info {
  margin: 5px 0; }
  #article-comments-box-additional-info a .asset-headline-intro {
    font-weight: 400; }

.article-comment {
  padding: 20px 0; }
  .article-comment .spForumQuoteText {
    display: none;
    font-size: 1rem; }

.article-comment-title {
  font-weight: 700; }
  .article-comment-title a {
    color: #000; }

.spForumQuote {
  margin: 5px 10px; }
  .spForumQuote .spForumQuoteText {
    font-style: italic;
    margin-top: 5px; }
  .spForumQuote .spForumQuoteShowLink {
    cursor: pointer;
    padding-left: 10px; }

.article-comment-user {
  position: relative; }
  .article-comment-user:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #b8b4a9;
    font-size: 1.75rem;
    left: -41px;
    position: absolute;
    top: 5px; }

#js-article-comments-box-pager .js-article-post-full-text {
  display: none; }

#js-article-comments-box-pager.js-show-all-comments .js-article-post-teaser {
  display: none; }
#js-article-comments-box-pager.js-show-all-comments .js-article-post-full-text {
  display: block; }

.js-article-comments-box-nav {
  margin: 20px 0; }
  .js-article-comments-box-nav .js-forum-pager {
    margin-top: 8px; }

.js-article-comments-toggle-all {
  float: left;
  position: relative; }
  .js-article-comments-toggle-all.plus-fa:before {
    content: ""; }
  .js-article-comments-toggle-all.minus-fa:before {
    content: ""; }
  .js-article-comments-toggle-all.plus-fa:before, .js-article-comments-toggle-all.minus-fa:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    left: 15px;
    position: absolute;
    margin-right: 20px;
    top: 8px; }

.form-large .button.js-article-comments-toggle-all {
  padding-left: 50px; }
  html[class*='msie-'] .form-large .button.js-article-comments-toggle-all {
    height: 40px; }

.js-show-all-comments .js-article-post-full-text {
  display: block; }
.js-show-all-comments .show-text-arrow {
  display: none; }

.js-article-post-more .show-text-arrow {
  cursor: pointer;
  float: right; }
  .js-article-post-more .show-text-arrow:hover {
    color: #900;
    text-decoration: none; }

.js-forum-pager {
  float: right; }

#js-article-comments-box-form {
  margin-top: 40px;
  padding: 0 0 30px; }
  #js-article-comments-box-form #js-default-message,
  #js-article-comments-box-form .einestages-forum-info {
    color: #aaa; }
  #js-article-comments-box-form label {
    display: block; }
  #js-article-comments-box-form textarea {
    height: 120px; }
  #js-article-comments-box-form #js-article-comments-box-form-subject,
  #js-article-comments-box-form #js-article-comments-box-form-text {
    margin: 10px 0; }
  html[class*='msie-'] #js-article-comments-box-form .form-button {
    height: 40px; }

#einestages #js-article-comments-box-form {
  margin-top: 0;
  padding: 70px 0 30px; }

.article-comments-closed {
  font-weight: 700;
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin: 30px 0;
  padding: 30px 0;
  text-align: right; }

.article-functions.home-link:before {
  display: inline-block;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #900;
  font-size: 1.5rem;
  margin-right: 10px; }

.module-box.home-link-box {
  border: 0 none;
  padding: 0;
  overflow: hidden; }
  .module-box.home-link-box .article-functions.home-link {
    color: #000;
    display: block;
    float: right;
    font-size: 1.375rem;
    font-weight: 700;
    padding-left: 35px; }
  #karriere .module-box.home-link-box {
    border: 0 none; }

.column-both-center .asset-box:last-child,
.column-wide .asset-box:last-child {
  border-bottom: 0 none;
  padding-bottom: 0; }
  #karriere .column-both-center .asset-box:last-child, #karriere
  .column-wide .asset-box:last-child {
    border-bottom: 0 none; }

body.article-print {
  background: #fff;
  font-family: Calibri,Candara,Arial,Helvetica,sans-serif;
  font-size: 1.0625rem;
  margin: 20px 15px;
  width: 92%; }
  body.article-print h1 {
    font-size: 1.0625rem;
    margin-bottom: 20px; }
  body.article-print .headline {
    font-size: 1.1875rem; }
  body.article-print h3 {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 10px; }
  body.article-print .article-print-more li {
    margin-bottom: 5px; }
    body.article-print .article-print-more li > a:first-child {
      color: #000; }
  body.article-print i,
  body.article-print .author {
    font-style: normal; }

#page-overscroll-area {
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  margin: -6px 0 -50px 0;
  padding: 0;
  width: 100%;
  z-index: 2; }
  #page-overscroll-area.sticky #page-overscroll-area-level {
    bottom: 10px;
    position: fixed; }

#page-overscroll-area-outer {
  display: inline-block;
  padding-bottom: 100px; }

#page-overscroll-area-inner {
  background: #fff url("/static/sys/v12/misc/overscroll-navigation.png") no-repeat 20px 0;
  cursor: default !important;
  margin-left: 5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  padding: 150px 19px 0 20px;
  pointer-events: none;
  width: 860px; }

#page-overscroll-area-level {
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 3px 0px 15px #222;
  cursor: pointer;
  display: none;
  font-weight: 700;
  height: 150px;
  left: 380px;
  margin-top: -80px;
  position: absolute;
  text-align: center;
  width: 150px;
  z-index: 2; }
  #page-overscroll-area-level.active #page-overscroll-area-level-text {
    background: url("/static/sys/v10/icons/ani-spinner.gif") no-repeat 50% 100%; }

#page-overscroll-area-level-text {
  background: url("/static/sys/v10/misc/overscroll-level-pfeil.png") no-repeat 50% 90%;
  color: #900;
  font-size: 1.8rem;
  height: 110px;
  left: 50%;
  line-height: 2.2rem;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

#page-overscroll-area-level-indicator {
  position: absolute;
  margin: 0;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: url("/static/sys/v10/misc/overscroll-level-bg.jpg") no-repeat 0 -200px; }

.header-search {
  background: #f2f1ec;
  display: none;
  margin: 10px -20px 10px -20px;
  padding: 0 20px 20px; }
  .header-search .header-search-inner-wrap {
    position: relative;
    margin: 0 auto;
    width: 640px; }
    .header-search .header-search-inner-wrap #js-close-button {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      top: 32px;
      right: -95px;
      min-width: 65px; }
    .header-search .header-search-inner-wrap #spSearchDate {
      width: 185px; }
    .header-search .header-search-inner-wrap #spSearchAttr {
      width: 215px; }
  .header-search .search-input-submit fieldset {
    float: left; }
  .header-search .search-input-submit .search-form-input input {
    margin-right: 15px;
    width: 480px; }
  .header-search .search-input-submit .search-form-submit input {
    width: 140px; }
  .header-search fieldset {
    margin-top: 20px; }
  .header-search .select-fa {
    margin-right: 15px; }
  .header-search .search-options-radio {
    display: inline-block;
    vertical-align: super; }
    .header-search .search-options-radio > div {
      white-space: nowrap;
      width: 95px; }
    .header-search .search-options-radio input.radio-fa[type="radio"] + label::before {
      font-size: 1.125rem;
      line-height: inherit;
      vertical-align: top; }
  .header-search #js-search-options-checkbox > div {
    min-width: 175px; }
  .header-search #js-search-options-checkbox .fa-square-o {
    display: none;
    margin-right: 3px; }

.grid-search .header-search,
.grid-video .header-search {
  display: block; }
  .grid-search .header-search #js-close-button,
  .grid-video .header-search #js-close-button {
    display: none; }

.grid-search .search-options-radio {
  display: none; }

.search-result-headline {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2ddd1; }
  .search-result-headline .headline {
    color: #000;
    font-size: 1.625rem; }
  .search-result-headline .search-hits-total {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2em; }

.search-result-teaser .spSearchResultsTeaser {
  margin: 0; }

.search-result-topic .search-result-item {
  min-height: 80px; }
  .search-result-topic .search-result-item.magazin-item {
    background-image: none; }
    .search-result-topic .search-result-item.magazin-item .search-result-item {
      padding: 0; }
  .search-result-topic .search-result-item .magazin-item-image {
    float: right; }
  .search-result-topic .search-result-item .magazin-item-content {
    margin-right: 110px; }

.search-teaser {
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 0 20px; }
  .search-teaser .article-intro {
    margin: 0; }
  .search-teaser .headline-intro,
  .search-teaser .headline {
    color: #000; }

.magazin-header {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.2em;
  margin: 0 0 30px 0;
  padding: 10px 3px;
  text-transform: uppercase; }
  .magazin-header .magazin-title {
    float: left; }
  .magazin-header .magazin-date {
    float: right; }

#spiegel .column-small .form-button {
  display: inline-block;
  float: none;
  margin-bottom: 10px; }
#spiegel .column-small .magazin-image {
  margin-bottom: 20px; }
#spiegel .form-button.link-angle-left:before, #spiegel .form-button.link-angle-right:after {
  font-size: 1.125rem;
  margin-left: 10px; }

.column-small .spiegel-magazin-title {
  color: #ea4100; }
.column-small.spiegel-asset-box .link-right {
  float: none; }
  .column-small.spiegel-asset-box .link-right.form-button {
    display: inline-block;
    height: auto;
    margin: 10px 0;
    padding: 5px; }
    .column-small.spiegel-asset-box .link-right.form-button .spMagazinShoplink {
      color: #fff; }
.column-small.spiegel-asset-box .asset-tab-box li.is-hidden {
  display: block; }
.column-small .spiegel-article-pdf .js-module-box-image + a {
  width: 120px; }
.column-small .spiegel-article-pdf > a {
  float: right;
  position: relative; }
  .column-small .spiegel-article-pdf > a:after {
    background: #900;
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.625rem;
    padding: 3px;
    position: absolute;
    bottom: 0;
    right: 0; }
.column-small .spiegel-article-pdf p {
  clear: both; }

.spiegel-archive-box dt {
  float: left;
  width: 100px; }
.spiegel-archive-box dd {
  margin: 0 0 10px 115px; }

.column-both-bottom {
  font-size: 1.1rem;
  line-height: 1.32rem;
  margin-bottom: 30px; }
  .column-both-bottom .asset-box {
    border-top: 1px solid #e2ddd1;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 15px 0 0 0; }
    .column-both-bottom .asset-box .asset-title {
      font-size: 1.7rem;
      line-height: 2.04rem; }

#spiegel .article-function-box-wide {
  font-size: 0.875rem;
  margin: 0 0 30px; }
#spiegel .article-section .asset-box.asset-html-box {
  padding-bottom: 15px; }
#spiegel .grid-article .column-small .asset-box,
#spiegel .grid-article .column-small .module-box {
  font-size: 0.875rem;
  line-height: 1.2em; }
#spiegel .grid-article .column-wide .headline-intro {
  display: block; }
#spiegel .grid-article .column-wide .headline {
  margin-top: 20px;
  display: block; }
#spiegel .dig-oberzeile {
  display: block;
  clear: both;
  font-size: 1.125rem;
  font-weight: 700;
  color: #666; }
#spiegel .dig-ueberschrift {
  display: block;
  color: #ea4100;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 18px 0 0 0;
  padding: 0; }
#spiegel .dig-vorspann {
  display: block;
  margin: 1em 0;
  font-weight: 700; }
#spiegel .dig-text {
  margin: 1em 0; }
  #spiegel .dig-text .dig-absatz {
    margin: 1em 0; }
#spiegel .dig-autoren {
  margin: 1em 0;
  font-style: italic; }

.column-wide .epub-top-article {
  background: #efefef;
  border-bottom: 1px solid #e2ddd1;
  padding: 15px 10px;
  text-align: center; }
  .column-wide .epub-top-article .article-title a {
    color: #000; }

.column-small .epub-top-article {
  margin-top: 15px; }
  .column-small .epub-top-article li {
    font-weight: 700;
    margin-bottom: 15px; }

#content-main.spiegel-cp .epub-content {
  margin-top: 40px;
  text-decoration: none; }
  #content-main.spiegel-cp .epub-content .epub-rubric-headline {
    background: #ea4100;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    text-align: center; }
  #content-main.spiegel-cp .epub-content .epub-article {
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 5%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 5%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 5%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 5%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 5%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF', GradientType=0 );
    border-bottom: 1px solid #e2ddd1;
    clear: right;
    padding: 10px; }
    #content-main.spiegel-cp .epub-content .epub-article a {
      display: inline-block;
      color: #000;
      width: 470px; }
    #content-main.spiegel-cp .epub-content .epub-article .link-right {
      float: right; }
  #content-main.spiegel-cp .epub-content #js-epub-content-hidden {
    display: none; }
  #content-main.spiegel-cp .epub-content #js-epub-content-toggle {
    display: block;
    font-weight: 700;
    text-align: center; }
    #content-main.spiegel-cp .epub-content #js-epub-content-toggle a {
      color: #900; }

#content-main.grid-spiegel .article-title, #content-main.spiegel-inhalt .article-title {
  color: #900;
  font-weight: 700;
  margin-top: 28px; }
#content-main.grid-spiegel .epub-content, #content-main.spiegel-inhalt .epub-content {
  border-top: 1px solid #e2ddd1;
  margin-top: 10px;
  padding-top: 10px; }
#content-main.grid-spiegel .epub-article, #content-main.spiegel-inhalt .epub-article {
  border-bottom: 1px solid #e2ddd1;
  clear: both;
  padding: 3px 0 5px; }
#content-main.grid-spiegel .epub-rubric-headline, #content-main.spiegel-inhalt .epub-rubric-headline {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9995rem;
  margin: 15px 0 10px 0; }
#content-main.grid-spiegel .magazin-info .headline, #content-main.spiegel-inhalt .magazin-info .headline {
  color: #ea4100;
  font-weight: 700; }

.magazin-info {
  position: relative; }
  .magazin-info .magazin-selector {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .magazin-info .magazin-selector form {
      float: left;
      margin-left: 10px; }
    .magazin-info .magazin-selector .print-year .select-fa {
      min-width: 5em; }
    .magazin-info .magazin-selector .print-issue .select-fa {
      min-width: 4em; }
  .magazin-info .headline {
    margin-top: 0;
    float: left;
    font-size: 1.5rem;
    line-height: 1.5em; }

.spiegel-archive-box {
  border-top: 1px solid #e2ddd1;
  margin-bottom: 20px;
  padding-top: 20px; }
  .spiegel-archive-box:first-child {
    border: 0;
    padding: 0; }

.spiegel-title-gallery ul {
  margin: 0; }
.spiegel-title-gallery li {
  border-top: 1px solid #e2ddd1;
  float: left;
  font-size: 0.75rem;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  width: 120px;
  padding: 15px 10px 10px 0; }
  .spiegel-title-gallery li a strong {
    color: #000; }
  .spiegel-title-gallery li .headline-intro {
    margin-bottom: 10px; }
    .spiegel-title-gallery li .headline-intro span {
      display: none; }
  .spiegel-title-gallery li:nth-of-type(4n+1) {
    clear: left; }

.module-box.heft-footer-jahrgaenge {
  margin-top: 40px; }
  .module-box.heft-footer-jahrgaenge a {
    display: inline-block;
    font-size: 0.75rem;
    min-width: 45px; }
    .module-box.heft-footer-jahrgaenge a.active {
      font-weight: 700;
      color: black; }
    .module-box.heft-footer-jahrgaenge a:after {
      content: "|";
      color: #333;
      padding: 0 5px; }
    .module-box.heft-footer-jahrgaenge a:last-child:after {
      content: ""; }

#spOasTop {
  margin: 0 auto;
  min-height: 5px;
  width: 1210px; }
  #spOasTop #oben {
    text-align: center;
    width: 910px; }

#spSZM {
  left: 0;
  position: absolute;
  top: -100px; }

#spColumnAd {
  float: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }
  #spColumnAd > #qcRight {
    left: 910px;
    position: absolute;
    top: 0; }
  #spColumnAd > #aaa_skyscraper_left.adition {
    left: -120px;
    overflow: hidden;
    position: absolute;
    width: 120px; }

#MOVAD_outstream {
  clear: both;
  margin: 1.125rem auto; }
  #MOVAD_outstream:empty {
    display: none; }

#spSponsoredBy {
  text-align: right; }

.spArticleBottomBox {
  border-top: 1px solid #e2ddd1; }
  .spArticleBottomBox br:first-child {
    display: block; }
  #karriere .spArticleBottomBox {
    border-top: 1px dashed #000; }

.adition div[id*="adition-frame"] {
  display: none !important; }
.adition .wrapad {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center; }
  .adition .wrapad:after {
    border-bottom: 1px solid #e2ddd1;
    content: '';
    display: block;
    height: 0;
    margin: 0 auto;
    width: 100%; }
    #karriere .adition .wrapad:after {
      border-bottom: 1px dashed #000; }
  .adition .wrapad .innerwrapad {
    clear: both;
    display: inline-block;
    margin: 0 auto;
    min-height: 66px;
    padding-bottom: 30px; }
    .adition .wrapad .innerwrapad:before {
      color: black;
      content: 'Anzeige';
      display: block;
      font-size: 0.75rem !important;
      line-height: 1em;
      margin: 0 auto;
      max-width: 860px;
      padding: 0 0 5px;
      text-align: left;
      text-decoration: none !important;
      text-transform: uppercase;
      width: 100%; }
      body#international .adition .wrapad .innerwrapad:before {
        content: 'Advertisement'; }
    .adition .wrapad .innerwrapad.qc-nolabel:before {
      content: '' !important;
      display: none !important; }
    .adition .wrapad .innerwrapad:empty {
      display: none; }
  .adition .wrapad.qc-borderbottom0 .wrapad:after {
    border-bottom: 0 none !important; }
  .adition .wrapad.qc-borderbottom0 .wrapad .innerwrapad {
    padding-bottom: 0 !important; }
  .adition .wrapad.qc-borderbottom1 .wrapad:after {
    border-bottom: 1px single #e2ddd1 !important; }
    #karriere .adition .wrapad.qc-borderbottom1 .wrapad:after {
      border-bottom: 1px dashed #000; }
  .adition .wrapad.qc-borderbottom1 .wrapad .innerwrapad {
    padding-bottom: 30px !important; }
  .adition .wrapad.qc-noborders .wrapad:after {
    border: 0 none !important; }
  .adition .wrapad.qc-noborders .wrapad .innerwrapad {
    padding: 0 !important; }
  .adition .wrapad.qc-bordertop0 .wrapad:after {
    border-top: 0 none !important; }
  .adition .wrapad.qc-bordertop0 .wrapad .innerwrapad {
    padding-top: 0 !important; }
  .adition .wrapad.qc-bordertop1 .wrapad:after {
    border-top: 1px single #e2ddd1 !important; }
    #karriere .adition .wrapad.qc-bordertop1 .wrapad:after {
      border-top: 1px dashed #000; }
  .adition .wrapad.qc-bordertop1 .wrapad .innerwrapad {
    padding-top: 30px !important; }

.centerpage .adition#branded_channel_teaser, .centerpage .adition#mitte_0, .centerpage .adition#mitte_1, .centerpage .adition#mitte_2, .centerpage .adition#mitte_3, .centerpage .adition#mitte_4, .centerpage .adition#hp_auto, .centerpage .adition#hp_bento, .centerpage .adition#hp_einestages, .centerpage .adition#hp_gesundheit, .centerpage .adition#hp_karriere, .centerpage .adition#hp_kultur, .centerpage .adition#hp_netzwelt, .centerpage .adition#hp_panorama, .centerpage .adition#hp_politik, .centerpage .adition#hp_reise, .centerpage .adition#hp_spam, .centerpage .adition#hp_sport, .centerpage .adition#hp_unispiegel, .centerpage .adition#hp_wirtschaft, .centerpage .adition#hp_wissenschaft, .centerpage .adition#unten {
  margin-left: -25px;
  margin-right: -25px;
  width: 910px; }
  .centerpage .adition#branded_channel_teaser .wrapad:after, .centerpage .adition#mitte_0 .wrapad:after, .centerpage .adition#mitte_1 .wrapad:after, .centerpage .adition#mitte_2 .wrapad:after, .centerpage .adition#mitte_3 .wrapad:after, .centerpage .adition#mitte_4 .wrapad:after, .centerpage .adition#hp_auto .wrapad:after, .centerpage .adition#hp_bento .wrapad:after, .centerpage .adition#hp_einestages .wrapad:after, .centerpage .adition#hp_gesundheit .wrapad:after, .centerpage .adition#hp_karriere .wrapad:after, .centerpage .adition#hp_kultur .wrapad:after, .centerpage .adition#hp_netzwelt .wrapad:after, .centerpage .adition#hp_panorama .wrapad:after, .centerpage .adition#hp_politik .wrapad:after, .centerpage .adition#hp_reise .wrapad:after, .centerpage .adition#hp_spam .wrapad:after, .centerpage .adition#hp_sport .wrapad:after, .centerpage .adition#hp_unispiegel .wrapad:after, .centerpage .adition#hp_wirtschaft .wrapad:after, .centerpage .adition#hp_wissenschaft .wrapad:after, .centerpage .adition#unten .wrapad:after {
    max-width: 860px; }
.centerpage .adition .wrapad[class*="billboard_hp"] {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 15px 0; }

#karriere.centerpage .adition .wrapad[class*="billboard_hp"] {
  border-top: 1px dashed #000; }

.ressort-teaser-box-body .adition[id*="hp_"] {
  clear: both;
  overflow: hidden; }
  .ressort-teaser-box-body .adition[id*="hp_"] .wrapad {
    margin-bottom: 0;
    margin-top: 30px; }
    .ressort-teaser-box-body .adition[id*="hp_"] .wrapad:after {
      border-bottom: 0 none; }
    .ressort-teaser-box-body .adition[id*="hp_"] .wrapad:before {
      border-top: 1px solid #e2ddd1;
      content: '';
      display: block;
      height: 0;
      margin: 0 auto;
      width: 860px; }
    .ressort-teaser-box-body .adition[id*="hp_"] .wrapad .innerwrapad {
      padding-top: 30px;
      padding-bottom: 0; }

.biga-entries #content_ad_1 {
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; }
  .biga-entries #content_ad_1::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #karriere .biga-entries #content_ad_1 {
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000; }
  .biga-entries #content_ad_1 .close-button {
    position: absolute;
    right: -10px;
    top: 3px; }
  .biga-entries #content_ad_1 .wrapad {
    display: inline-block;
    margin: 0;
    overflow: visible;
    position: relative;
    vertical-align: middle; }
    .biga-entries #content_ad_1 .wrapad:after {
      border: 0 none; }
    .biga-entries #content_ad_1 .wrapad .innerwrapad {
      padding: 0; }
  .biga-entries #content_ad_1.adition-showpos {
    display: block; }

.article .adition#mitte_0, .article .adition#unten {
  margin-left: -25px;
  margin-right: -25px;
  width: 910px; }
  .article .adition#mitte_0 .wrapad:after, .article .adition#unten .wrapad:after {
    max-width: 860px; }
.article .adition#branded_channel_teaser, .article .adition#mitte_1, .article .adition#mitte_2, .article .adition#mitte_3, .article .adition#mitte_4 {
  clear: right;
  float: right; }
  .article .adition#branded_channel_teaser.billboard, .article .adition#mitte_1.billboard, .article .adition#mitte_2.billboard, .article .adition#mitte_3.billboard, .article .adition#mitte_4.billboard {
    float: none;
    width: 910px; }
    .article .adition#branded_channel_teaser.billboard .wrapad, .article .adition#mitte_1.billboard .wrapad, .article .adition#mitte_2.billboard .wrapad, .article .adition#mitte_3.billboard .wrapad, .article .adition#mitte_4.billboard .wrapad {
      margin-left: 0;
      margin-top: 1em; }
      .article .adition#branded_channel_teaser.billboard .wrapad:after, .article .adition#branded_channel_teaser.billboard .wrapad:before, .article .adition#mitte_1.billboard .wrapad:after, .article .adition#mitte_1.billboard .wrapad:before, .article .adition#mitte_2.billboard .wrapad:after, .article .adition#mitte_2.billboard .wrapad:before, .article .adition#mitte_3.billboard .wrapad:after, .article .adition#mitte_3.billboard .wrapad:before, .article .adition#mitte_4.billboard .wrapad:after, .article .adition#mitte_4.billboard .wrapad:before {
        width: 860px; }
  .article .adition#branded_channel_teaser .wrapad, .article .adition#mitte_1 .wrapad, .article .adition#mitte_2 .wrapad, .article .adition#mitte_3 .wrapad, .article .adition#mitte_4 .wrapad {
    margin-bottom: 1em;
    margin-left: 15px;
    margin-top: 1em; }
    .article .adition#branded_channel_teaser .wrapad:before, .article .adition#mitte_1 .wrapad:before, .article .adition#mitte_2 .wrapad:before, .article .adition#mitte_3 .wrapad:before, .article .adition#mitte_4 .wrapad:before {
      border-top: 1px solid #e2ddd1;
      content: '';
      display: block;
      height: 0;
      margin: 0 auto; }
    .article .adition#branded_channel_teaser .wrapad .innerwrapad, .article .adition#mitte_1 .wrapad .innerwrapad, .article .adition#mitte_2 .wrapad .innerwrapad, .article .adition#mitte_3 .wrapad .innerwrapad, .article .adition#mitte_4 .wrapad .innerwrapad {
      padding-top: 30px; }
.article .column-both .adition#branded_channel_teaser.billboard, .article .column-both .adition#mitte_1.billboard, .article .column-both .adition#mitte_2.billboard, .article .column-both .adition#mitte_3.billboard, .article .column-both .adition#mitte_4.billboard {
  margin-left: -25px;
  margin-right: -25px; }
.article .column-both-center .adition#branded_channel_teaser, .article .column-both-center .adition#mitte_1, .article .column-both-center .adition#mitte_2, .article .column-both-center .adition#mitte_3, .article .column-both-center .adition#mitte_4 {
  margin-right: -110px; }
  .article .column-both-center .adition#branded_channel_teaser.billboard, .article .column-both-center .adition#mitte_1.billboard, .article .column-both-center .adition#mitte_2.billboard, .article .column-both-center .adition#mitte_3.billboard, .article .column-both-center .adition#mitte_4.billboard {
    margin-left: -135px;
    margin-right: -135px; }

#karriere.article .adition#mitte_1 .wrapad:before, #karriere.article .adition#mitte_2 .wrapad:before, #karriere.article .adition#mitte_3 .wrapad:before, #karriere.article .adition#mitte_4 .wrapad:before {
  border-top: 1px dashed #000; }

.article-section .adition#content_ad_1 {
  clear: right;
  float: right; }
.article-section .adition .wrapad.content_ad_1 {
  border-bottom: 1px solid #e2ddd1;
  margin-left: 15px;
  padding-bottom: 15px; }
  #karriere .article-section .adition .wrapad.content_ad_1 {
    border-bottom: 1px dashed #000; }
.article-section .adition .wrapad.branded_channel {
  margin-top: -30px; }
  .article-section .adition .wrapad.branded_channel .innerwrapad {
    background-color: #fff; }
    .article-section .adition .wrapad.branded_channel .innerwrapad:before {
      content: ''; }

.column-wide .blog-pager + #unten.adition .wrapad.unten {
  margin-top: 20px; }

.page-bottom-content .adition#unten:first-of-type .wrapad:after {
  border-top: 0 none; }
.page-bottom-content .adition .wrapad:after.unten {
  border-top: 1px solid #e2ddd1; }
  #karriere .page-bottom-content .adition .wrapad:after.unten {
    border-top: 1px dashed #000; }

#spColumnAd > #qcRight > div[style*="left:910"],
#spColumnAd > #qcRight > div[style*="left: 910"] {
  left: 0 !important; }

.oas-call {
  background: #f63;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.25rem 1rem; }

.adition-showpos {
  min-height: 1.7rem;
  position: relative; }
  .adition-showpos#zaehler {
    top: 100px; }
  .adition-showpos:after {
    background: none repeat scroll 0 0 rgba(255, 255, 0, 0.5);
    border: 1px solid #000;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    content: attr(data-position);
    font-size: 1rem;
    left: 0;
    padding: 0.02rem 0.25rem;
    position: absolute;
    top: 0.75rem;
    z-index: 9999999; }
  .adition-showpos#layer_ad:after {
    top: 6em; }
  .adition-showpos.adition-ok:after {
    background: none repeat scroll 0 0 rgba(0, 255, 0, 0.5); }
  .adition-showpos.adition-error:after {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.5); }
  .adition-showpos.adition-suppressed:after {
    background: none repeat scroll 0 0 rgba(0, 0, 255, 0.5); }
  .adition-showpos:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }

.adition-debug {
  display: block;
  overflow: visible;
  padding: 1.7em 15px 15px 15px;
  z-index: 9999999; }
  .adition-debug.error {
    border: 2px dashed #f00;
    color: #f00;
    background-color: #ff0 !important; }
  .adition-debug.info {
    border: 2px dashed blue;
    color: blue; }
  .adition-debug:hover {
    background-color: white; }

.nav-channel .adition.adition-ok {
  float: right; }

@media screen and (min-width: 1030px) {
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden; }

  #wrapper,
  #spOasTop {
    margin: 0 0 0 120px; }

  /* to be done
  	#spOasTop {
  		margin: 0 auto;
  		min-height: 5px;
  		text-align: center; // nur zum testen
  		width: 910px; // 1210px; nur zum testen
  	}
  */
  #page-overscroll-area-inner {
    margin-left: 125px; }

  #page-overscroll-area-level {
    left: 500px; } }
.teaser {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .teaser:after {
    clear: both;
    content: "";
    display: block;
    width: 100%; }
  #karriere .teaser {
    border-bottom: 1px dashed #000; }
  .teaser .article-list {
    font-size: 1rem; }
    .teaser .article-list:last-child {
      margin-bottom: 0; }
    .teaser .article-list li {
      margin: 5px 0 0; }
      .teaser .article-list li:first-child {
        margin: 0; }

.teaser-intro-tag {
  display: none; }

.headline-intro {
  color: #000; }

.headline {
  color: #900; }

.teaser-box-header .module-title a {
  color: #000; }
  .teaser-box-header .module-title a:after {
    content: '';
    display: none; }
.teaser-box-header .module-title .bento img {
  height: auto;
  width: 120px; }

[class*="asset-align-left"] + .article-intro {
  margin-top: 0; }
.article-intro:last-child {
  margin-bottom: 0; }

.article-title {
  position: relative; }

a.spCelink {
  background: none;
  border: 0 none;
  color: orange;
  font-size: 1rem;
  padding-left: 0.5em;
  text-decoration: none; }
  a.spCelink:after, a.spCelink:before {
    content: none !important; }
  a.spCelink:hover {
    text-shadow: 0 0 5px orange; }
  .article-title a.spCelink {
    right: 0;
    position: absolute;
    top: 0; }
  .article-title.article-icon-big a.spCelink {
    right: 90px; }

.popup {
  background-color: #fff; }
  .popup #wrapper,
  .popup #content-main {
    background-image: none;
    margin: 0;
    padding: 0;
    width: auto; }
  .popup #wrapper {
    min-width: 50px;
    max-width: 3000px; }
  .popup #wrapper-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: auto; }
  .popup #wrapper-content {
    border: 0 none;
    box-shadow: none;
    float: none;
    width: auto; }
  .popup #spArticleColumn {
    float: none;
    width: auto; }

#js-popup-layer {
  display: none;
  position: absolute;
  right: 10px;
  top: 100px;
  width: 600px;
  z-index: 50; }
  #js-popup-layer.send-form-popup-layer {
    display: block;
    right: 70px;
    top: 100px;
    width: 630px;
    z-index: 1000003; }
    #js-popup-layer.send-form-popup-layer iframe {
      border-top: 1px solid #e2ddd1;
      height: 600px;
      padding-top: 15px;
      position: relative;
      width: 580px; }
  #js-popup-layer.ms-login-popup-layer {
    display: block;
    right: 20px;
    top: 100px;
    width: 540px;
    z-index: 1000003; }
    #js-popup-layer.ms-login-popup-layer iframe {
      border-top: 1px solid #e2ddd1;
      height: 500px;
      padding-top: 15px;
      position: relative;
      width: 100%; }
  #js-popup-layer.feedback-popup-layer {
    display: block;
    right: 70px;
    top: 100px;
    width: 630px;
    z-index: 1000003; }
    #js-popup-layer.feedback-popup-layer iframe {
      height: 600px;
      position: relative;
      width: 100%; }
  #js-popup-layer.closable .closer {
    position: absolute;
    right: -8px;
    top: -8px; }
    #js-popup-layer.closable .closer.big {
      right: -20px;
      top: -20px; }
  #js-popup-layer.bestseller {
    display: block; }

.popup-layer-skin {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 #666666;
  -moz-box-shadow: 0 0 10px 0 #666666;
  box-shadow: 0 0 10px 0 #666666;
  padding: 20px;
  position: relative; }
  .popup-layer-skin > a {
    margin: 5px; }
  .popup-layer-skin .close-button {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 2; }
  .popup-layer-skin h1 {
    display: inline-block;
    fontsize: 1rem;
    margin: 10px 20px; }
  .popup-layer-skin.login-context {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 50px;
    white-space: nowrap;
    z-index: 2; }
    .popup-layer-skin.login-context > a {
      display: inline-block;
      line-height: 0.875rem;
      margin: 0;
      padding: 0 15px; }
      .popup-layer-skin.login-context > a.logout {
        border-left: 2px solid #000; }
    .popup-layer-skin.login-context .close-button {
      right: -13px;
      top: -13px; }

.popup-layer-skin-light {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 #666666;
  -moz-box-shadow: 0 0 10px 0 #666666;
  box-shadow: 0 0 10px 0 #666666;
  padding: 15px;
  position: absolute;
  z-index: 1; }
  .popup-layer-skin-light .close-button {
    position: absolute;
    right: -12px;
    top: -12px; }
  .popup-layer-skin-light h1 {
    border-bottom: 1px solid #e2ddd1;
    padding-bottom: 10px;
    margin: 10px 20px; }

.row {
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%; }
  .row .radio {
    margin-right: 5px;
    width: auto; }
  .row.separate {
    border-top: 1px solid #e2ddd1;
    margin-top: 20px;
    padding-top: 10px; }
  .row label {
    font-size: 0.875rem;
    display: block; }
    .row label.radiolabel {
      display: inline;
      width: auto; }
  .row.privacy label {
    float: right;
    font-weight: 400;
    font-weight: 400;
    width: 445px; }
    .row.privacy label a {
      font-weight: 700; }
  .row .form-block {
    float: left;
    margin-right: 10px; }
  .row .size-xs {
    width: 60px; }
  .row .size-s {
    width: 120px; }
  .row .size-m {
    width: 250px; }
  .row .size-l {
    width: 300px; }
  .row .size-xl {
    width: 350px; }

#send-form-popup {
  background-color: #fff; }
  #send-form-popup .row {
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
  #send-form-popup .comment {
    font-size: 0.75rem; }
  #send-form-popup input[type="submit"] {
    float: right; }
  #send-form-popup textarea {
    max-height: 130px;
    min-height: 130px; }
  #send-form-popup .send-form-disclaimer {
    font-size: 0.75rem;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    bottom: 0; }
    #send-form-popup .send-form-disclaimer h5 {
      background: #feff99;
      font-size: inherit;
      padding: 3px; }

.sent-form .module-title {
  margin: 30px 0; }
.sent-form p {
  margin: 5px 0 15px 0; }

.form-title,
.ms-headline {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 0.75em; }

#feedback-form-popup #feedback-form .formblock {
  margin-top: 20px;
  width: 100%; }
  #feedback-form-popup #feedback-form .formblock:first-child {
    margin-top: 0; }
  #feedback-form-popup #feedback-form .formblock .blockheadline {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 10px 0; }
  #feedback-form-popup #feedback-form .formblock .comment {
    font-size: 0.75rem;
    margin: 5px 0 15px 0; }
#feedback-form-popup #feedback-form .row {
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }
  #feedback-form-popup #feedback-form .row .size-l {
    width: 319px; }
  #feedback-form-popup #feedback-form .row input[type="text"] {
    float: left;
    margin-right: 9px; }
    #feedback-form-popup #feedback-form .row input[type="text"]:last-child {
      margin-right: 0; }
  #feedback-form-popup #feedback-form .row input[type="submit"] {
    float: right; }
  #feedback-form-popup #feedback-form .row textarea {
    height: 195px; }
  #feedback-form-popup #feedback-form .row label {
    display: block;
    float: left;
    vertical-align: middle;
    width: 8em; }

.centered-buttons {
  text-align: center;
  width: 100%; }
  .centered-buttons .form-button {
    float: none;
    display: inline-block; }

.image-buttons-panel {
  display: inline-block;
  position: relative; }
  .image-buttons-panel .image-buttons {
    bottom: 12px;
    cursor: pointer;
    display: block;
    left: 15px;
    position: absolute; }
  .image-buttons-panel .time {
    color: #fff;
    font-size: 0.8125rem;
    text-shadow: 1px 1px 2px #666, -1px 1px 2px #666, 1px -1px 2px #666, -1px -1px 2px #666; }
  .image-buttons-panel .time {
    bottom: 5px;
    left: 52px;
    position: absolute; }
  .image-buttons-panel.small-video-button .button.btn-play-video {
    height: 30px;
    width: 40px; }
    .image-buttons-panel.small-video-button .button.btn-play-video:before {
      font-size: 0.875rem; }
  .image-buttons-panel.small-video-button .time {
    bottom: 3px;
    left: 46px;
    position: absolute; }

.button.btn-play-video, .button.btn-video-text, .button.btn-video-text-large, .button.btn-photo-text, .button.btn-photo-text-large, .button.btn-forum-text, .button.btn-forum-text-large, .button.spPicZoom {
  background-color: rgba(153, 0, 0, 0.85);
  font-size: 1.125rem;
  line-height: inherit;
  margin-right: 10px;
  position: relative;
  text-shadow: 0 0 0 transparent; }
  .button.btn-play-video:before, .button.btn-video-text:before, .button.btn-video-text-large:before, .button.btn-photo-text:before, .button.btn-photo-text-large:before, .button.btn-forum-text:before, .button.btn-forum-text-large:before, .button.spPicZoom:before {
    color: #fff;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.button.btn-video-text, .button.btn-video-text-large, .button.btn-photo-text, .button.btn-photo-text-large, .button.btn-forum-text, .button.btn-forum-text-large {
  -webkit-box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  line-height: inherit;
  padding: 5px 10px; }
  .button.btn-video-text:before, .button.btn-video-text-large:before, .button.btn-photo-text:before, .button.btn-photo-text-large:before, .button.btn-forum-text:before, .button.btn-forum-text-large:before {
    padding-right: 0.3em;
    -moz-transform: translateY(2%);
    -webkit-transform: translateY(2%);
    -o-transform: translateY(2%);
    -ms-transform: translateY(2%);
    transform: translateY(2%); }
.button.btn-video-text:before, .button.btn-video-text-large:before {
  content: ""; }
.button.btn-photo-text:before, .button.btn-photo-text-large:before {
  content: ""; }
.button.btn-forum-text:before, .button.btn-forum-text-large:before {
  content: ""; }
.button.btn-play-video, .button.spPicZoom {
  color: transparent !important;
  -webkit-box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px 2.5px rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  overflow: hidden; }
  .button.btn-play-video:before, .button.spPicZoom:before {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.button.btn-play-video {
  height: 35px;
  padding: 0;
  width: 45px; }
  .button.btn-play-video:before {
    content: ""; }
.button.spPicZoom {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 0.8em; }
  .button.spPicZoom:before {
    content: ""; }

html[class*='msie-'] .image-buttons .button {
  height: 21px; }
  html[class*='msie-'] .image-buttons .button.btn-play-video {
    height: 35px; }
  html[class*='msie-'] .image-buttons .button.spPicZoom {
    height: auto; }

.archive-link-box {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 20px 0 40px 0; }
  .archive-link-box a {
    color: #000; }
  .archive-link-box .link-left {
    display: block;
    float: left; }
  .archive-link-box .link-right {
    display: block;
    float: right; }
  .archive-link-box .link-left:before,
  .archive-link-box .link-right:after {
    font-size: 1.5rem; }

.archive-heading {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px 0 10px;
  text-transform: uppercase; }

.video-forum-bracket a {
  color: #666; }

:root input[type="checkbox"].checkbox-fa {
  clip: rect(0, 0, 0, 0);
  position: absolute; }
  :root input[type="checkbox"].checkbox-fa + label:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  :root input[type="checkbox"].checkbox-fa:checked + label:before {
    content: "";
    padding-right: 0.35em; }
:root input[type="radio"].radio-fa {
  clip: rect(0, 0, 0, 0);
  position: absolute; }
  :root input[type="radio"].radio-fa + label:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  :root input[type="radio"].radio-fa:checked + label:before {
    content: ""; }

:root label + .select-fa {
  vertical-align: middle; }
:root:not(.msie-9) .select-fa {
  background-color: #fcfcfa;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative; }
  :root:not(.msie-9) .select-fa select,
  :root:not(.msie-9) .select-fa #chooserButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0 none;
    height: 1.6em;
    padding: 0 0 0 2em; }
    :root:not(.msie-9) .select-fa select::-ms-expand,
    :root:not(.msie-9) .select-fa #chooserButton::-ms-expand {
      display: none; }
  :root:not(.msie-9) .select-fa:before {
    color: #666;
    content: "";
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8em;
    left: 0;
    line-height: 1.8em;
    padding: 0 0.8em;
    pointer-events: none;
    position: absolute;
    top: 0; }
  :root:not(.msie-9) .select-fa.error {
    background-color: #ffbbbb; }
    :root:not(.msie-9) .select-fa.error option {
      background-color: #fcfcfa; }

.form-large button, .form-large input, .form-large select, .form-large textarea {
  font-size: 1rem; }
.form-large button,
.form-large .button,
.form-large .form-button,
.form-large input[type="button"],
.form-large input[type="reset"],
.form-large input[type="submit"] {
  line-height: 2.5rem;
  padding: 0 20px; }
.form-large textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }
.form-large input[type="password"],
.form-large input[type="search"],
.form-large input[type="text"],
.form-large input[type="submit"] {
  line-height: 2.375rem;
  padding: 0 20px; }
  html[class*='msie-'] .form-large input[type="password"], html[class*='msie-']
  .form-large input[type="search"], html[class*='msie-']
  .form-large input[type="text"], html[class*='msie-']
  .form-large input[type="submit"] {
    height: 38px; }
.form-large textarea {
  padding: 0 20px; }

:root .form-large .select-fa {
  height: 33px; }
  :root .form-large .select-fa:before {
    font-size: 0.875rem;
    line-height: 2.2em; }
  :root .form-large .select-fa select {
    height: 31px; }

.module-box .social-bar {
  /* beneath article body needs more margin */
  margin-top: 20px; }

#karriere .module-box .social-bar {
  /* ...but not for karriere */
  margin-top: 0px; }

.social-bar-wrapper .module-title {
  margin: 5px 20px 0 5px;
  float: left; }
.social-bar-wrapper .social-bar {
  position: relative; }
  .social-bar-wrapper .social-bar a {
    float: left;
    margin-left: 15px; }
    .social-bar-wrapper .social-bar a.social-button-facebook {
      margin-left: 0;
      padding-top: 6px; }
  .social-bar-wrapper .social-bar div.social-button-more {
    margin-left: 15px;
    float: left; }
  .social-bar-wrapper .social-bar .social-bar-expandx {
    background: transparent;
    cursor: pointer;
    display: none;
    height: 255px;
    position: absolute;
    top: 0;
    left: 320px;
    z-index: 52;
    width: 150px; }
    .social-bar-wrapper .social-bar .social-bar-expandx .popup-layer-skin {
      position: absolute;
      top: 45px;
      left: 0;
      width: 110px;
      margin: 0;
      z-index: 51; }
      .social-bar-wrapper .social-bar .social-bar-expandx .popup-layer-skin a {
        margin: 0 0 10px 0; }
        .social-bar-wrapper .social-bar .social-bar-expandx .popup-layer-skin a:last-child {
          margin: 0; }

.forum-balloon {
  padding-left: 15px; }

.forum-balloon-body {
  color: #999;
  margin-top: 3px;
  padding: 0;
  position: relative; }
  .forum-balloon-body:after {
    border-color: transparent #efefef transparent transparent;
    border-style: inset solid;
    border-width: 10px 20px;
    content: "";
    display: block;
    left: -35px;
    position: absolute;
    top: 8px;
    z-index: 1; }
  .forum-balloon-body .forum-balloon-entry {
    background-color: #efefef;
    border: 0 none;
    margin: 0 0 7px;
    min-height: 30px;
    padding: 10px;
    position: relative;
    z-index: 2; }
  .forum-balloon-body .forum-balloon-icon {
    display: block;
    float: right;
    margin: 0 3px 0 10px; }
  .forum-balloon-body a .forum-balloon-hiddenlinktext {
    color: #999; }

.sticky-overlay {
  background: #fff;
  bottom: 150px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  display: none;
  left: 0;
  margin-left: 0;
  position: fixed;
  z-index: 21; }
  .sticky-overlay .closer {
    position: absolute;
    right: -10px;
    top: -10px; }
  .sticky-overlay .sticky-content {
    margin: 10px; }
    .sticky-overlay .sticky-content a {
      font-size: 0.75rem;
      color: #999;
      text-decoration: underline; }
    .sticky-overlay .sticky-content .sticky-title {
      font-weight: 700; }
      .sticky-overlay .sticky-content .sticky-title a {
        color: #900;
        font-size: 1.125rem; }
  .sticky-overlay .sticky-content,
  .sticky-overlay .hp-refresh-button {
    float: left; }
  .sticky-overlay .hp-refresh-button {
    border-left: 1px solid #ccc;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: block;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(35%, #fff), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 35%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
    padding: 13px;
    width: 40px; }

@media screen and (min-width: 1030px) {
  .sticky-overlay {
    margin-left: 125px; } }
.source-date {
  font-size: 0.875rem;
  margin: 10px 0; }

.launch-date {
  font-size: 0.875rem;
  margin-bottom: 5px; }

.launch-date-standalone {
  margin-top: 20px; }

.article-icon:before {
  content: "";
  display: inline-block;
  float: none; }
.article-icon.spiegelplus:before {
  background: transparent url("/static/sys/v10/logo/spiegelplus-rot-klein.png") no-repeat scroll 0 0/100% 100%;
  height: 15px;
  width: 69px;
  margin: 0 0.35em 0 0; }
.article-icon.bento:before {
  background: transparent url("/static/sys/v12/logo/bento/bento-inline-134x28.png") no-repeat scroll 0 0/100% 100%;
  height: 14px;
  width: 67px;
  vertical-align: text-bottom;
  margin: 0 0.35em 2px 0; }

.article-icon-big.article-title {
  padding-right: 90px;
  position: relative; }
  .article-icon-big.article-title .article-icon:before {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0 0 0 0.35em; }
  .article-icon-big.article-title .article-icon.spiegelplus:before {
    background: transparent url("/static/sys/v10/logo/spiegelplus-rot-gross.png") no-repeat scroll 0 0/100% 100%;
    height: 20px;
    width: 84px; }
  .article-icon-big.article-title .article-icon.bento:before {
    background: transparent url("/static/sys/v12/logo/bento/bento-158x38.png") no-repeat scroll 0 0/100% 100%;
    height: 19px;
    width: 79px; }

.article-function-box .article-icon:before,
.article-function-box-wide .article-icon:before,
.article-functions-bottom .article-icon:before,
.article-image-box .article-icon:before,
.multi-pager-control .article-icon:before,
.multi-pager-headlines .article-icon:before,
.column-box-pic .article-icon:before,
.spEpubTopArtikel .asset-align-right .article-icon:before {
  display: none; }

.pay-laterpay .article-section .article-function-social-media {
  margin-bottom: 1em; }

.lp_mwi_theme--raw-white .lp_mwi a.laterpay-meinspiegel-login-link {
  color: #900 !important; }

#js-article-column .lp_mwi_identify-button, .laterpay-meinspiegel-login-link {
  text-decoration: underline !important; }

.lp_mwi_purchase-button b:nth-of-type(2) {
  white-space: nowrap; }

.article-section > .obfuscated-content {
  -o-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
  .article-section > .obfuscated-content.lp_mwi_content-replacement {
    -o-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media screen\0 {
  .obfuscated-content .asset-embedded-video iframe,
  .obfuscated-content .videoWrapperExtern iframe {
    position: relative; } }
a:hover .laterpay-tooltip,
a:active .laterpay-tooltip .list-item,
a:hover .laterpay-tooltip .list-item {
  color: #000;
  text-decoration: none !important; }

.grid-channel.archive-content .article-title .laterpay-tooltip,
.laterpay-tooltip {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.75);
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 5px 15px;
  position: absolute;
  right: 93px;
  text-decoration: none;
  top: 4px;
  width: 220px;
  z-index: 2; }
  .grid-channel.archive-content .article-title .laterpay-tooltip strong,
  .laterpay-tooltip strong {
    margin-left: 5px; }
  .grid-channel.archive-content .article-title .laterpay-tooltip .list,
  .laterpay-tooltip .list {
    display: block;
    margin-left: 5px;
    list-style: outside none disc;
    text-decoration: none !important; }
    .grid-channel.archive-content .article-title .laterpay-tooltip .list .list-item,
    .laterpay-tooltip .list .list-item {
      display: list-item; }
  .grid-channel.archive-content .article-title .laterpay-tooltip:after,
  .laterpay-tooltip:after {
    background: transparent;
    right: -10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    content: "";
    height: 0px;
    position: absolute;
    top: 5px;
    width: 0px; }

.grid-channel.archive-content .article-title .laterpay-tooltip span.list-item {
  font-size: 0.75rem; }

.laterpay-tooltip-area {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 63px;
  height: 15px;
  z-index: 2; }
  .article-icon-big .laterpay-tooltip-area {
    width: 84px;
    height: 20px; }

.paginator {
  border-bottom: 1px solid #e2ddd1;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
  text-align: center; }
  .paginator a.is-inactive:before, .paginator a.is-inactive:after {
    color: #e1e1e1; }

.pager a[class*='page-'] {
  background: url("/static/sys/v12/buttons/btn_sprite_forum-pfeile.png") no-repeat 0 0 transparent;
  background-size: 30px auto;
  display: inline-block;
  height: 30px;
  width: 30px; }
.pager a.page-first {
  background-position: 0 1px; }
.pager a.page-last {
  background-position: 0 -119px; }
.pager a.page-prev {
  background-position: 0 -39px; }
.pager a.page-next {
  background-position: 0 -79px; }
.pager .page-count {
  margin: 0px 20px;
  vertical-align: super; }

.top-anchor {
  display: block;
  font-size: 1.25rem; }
  .top-anchor a {
    color: #000;
    float: right;
    position: relative;
    font-weight: 700;
    text-decoration: none; }
    .top-anchor a:before {
      position: absolute;
      top: -8px;
      right: 36px; }

.button.live-marker {
  font-size: 1.125rem;
  line-height: 1.5em;
  position: absolute;
  right: 0;
  top: -7px; }
  .button.live-marker span.pulse {
    background-color: #ffa537;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 13px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-function: ease-in-out;
    -moz-animation-function: ease-in-out;
    -o-animation-function: ease-in-out;
    animation-function: ease-in-out;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin: 0 9px 3px 1px;
    vertical-align: middle;
    width: 13px; }

@keyframes pulse {
  0% {
    background-color: #f00;
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    background-color: #ffa537; } }
.grid-video .more-link {
  color: #900; }
.grid-video .social-bar-wrapper {
  margin-bottom: 30px;
  margin-top: 10px; }
.grid-video .video-headline {
  padding-right: 5px; }
.grid-video .video-date-time {
  padding-top: 5px;
  font-size: 0.75rem;
  line-height: 1.2em; }
.grid-video .video-padding-right {
  margin-right: 5px; }
  .grid-video .video-padding-right .headline-intro {
    margin-top: 10px; }
.grid-video .image-buttons-panel {
  display: block; }
  .grid-video .image-buttons-panel a {
    display: block; }
.grid-video #js-video-slider {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
.grid-video .link-left {
  color: #333; }

.video-list-vertical {
  border-left: 1px solid #e6e6e6;
  margin-left: 20px;
  margin-top: 0;
  padding-left: 20px; }
  .video-list-vertical li {
    border-top: 1px solid #e2ddd1;
    margin-top: 15px;
    overflow: hidden;
    padding-top: 15px; }
    .video-list-vertical li:first-child {
      border: none;
      margin: 0;
      padding: 0; }
  .video-list-vertical a {
    color: #333; }
  .video-list-vertical img {
    float: right;
    margin-left: 10px; }

.video-image-big {
  height: auto;
  width: 100%; }

.video-list-wrapper {
  margin-bottom: 30px; }
  .video-list-wrapper .video-list-horizontal.video-2-items li {
    width: 428px; }
  .video-list-wrapper .video-list-horizontal.video-4-items li {
    width: 212px; }
  .video-list-wrapper .video-list-horizontal li {
    display: inline-block;
    vertical-align: top; }
  .video-list-wrapper .video-list-horizontal img {
    height: auto;
    width: 100%; }
  .video-list-wrapper:after {
    content: '';
    display: inline-block;
    width: 100%; }

#js-video-slider .video-elements, .video-elements {
  background-color: #000;
  position: relative;
  overflow: hidden; }
  #js-video-slider .video-elements .video-end-screen, .video-elements .video-end-screen {
    display: none;
    padding: 10px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    margin: 15px 50px 15px 50px;
    position: absolute;
    z-index: 50; }
    #js-video-slider .video-elements .video-end-screen.jw-after-postroll, .video-elements .video-end-screen.jw-after-postroll {
      padding: 15px; }
    #js-video-slider .video-elements .video-end-screen .module-title, .video-elements .video-end-screen .module-title {
      color: #000; }
    #js-video-slider .video-elements .video-end-screen .recommended-video, .video-elements .video-end-screen .recommended-video {
      display: table-row;
      text-transform: uppercase;
      width: 100%;
      margin: 0 auto;
      color: #000;
      position: relative; }
      #js-video-slider .video-elements .video-end-screen .recommended-video .video-pic, .video-elements .video-end-screen .recommended-video .video-pic {
        display: table-cell;
        float: left; }
        #js-video-slider .video-elements .video-end-screen .recommended-video .video-pic img, .video-elements .video-end-screen .recommended-video .video-pic img {
          height: auto;
          width: 100%; }
        #js-video-slider .video-elements .video-end-screen .recommended-video .video-pic .image-buttons, .video-elements .video-end-screen .recommended-video .video-pic .image-buttons {
          margin-bottom: 5px; }
      #js-video-slider .video-elements .video-end-screen .recommended-video .video-meta, .video-elements .video-end-screen .recommended-video .video-meta {
        display: table-cell;
        width: 49%;
        padding-right: 5px;
        margin-left: -5px;
        padding-left: 5px;
        vertical-align: bottom;
        bottom: 0px; }
        #js-video-slider .video-elements .video-end-screen .recommended-video .video-meta .video-next-progressbar, .video-elements .video-end-screen .recommended-video .video-meta .video-next-progressbar {
          height: 5px;
          background-color: black;
          width: 100%; }
          #js-video-slider .video-elements .video-end-screen .recommended-video .video-meta .video-next-progressbar div, .video-elements .video-end-screen .recommended-video .video-meta .video-next-progressbar div {
            height: 5px;
            background-color: #900; }

.more-topics {
  margin: 10px 0; }
  .more-topics span {
    float: left; }
  .more-topics .list-float .list-float-left {
    border-left: 1px solid #000;
    padding: 0 5px; }
    .more-topics .list-float .list-float-left:first-child {
      border: 0;
      padding-right: 5px; }

.grid-video .social-media-box {
  float: left;
  margin-bottom: 10px;
  padding: 0;
  width: auto; }
  .grid-video .social-media-box iframe {
    float: left;
    height: 20px; }
.grid-video .social-media-twitter {
  width: 110px; }
.grid-video .social-media-facebook {
  width: 145px; }

.video-search-title {
  border-bottom: 1px solid #e2ddd1;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.210em;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .video-search-title .headline {
    color: #666; }

.video-result-list .image-buttons-panel {
  float: left;
  width: 230px; }
.video-result-list .video-result-text {
  float: left;
  width: 410px; }
  .video-result-list .video-result-text a {
    color: #000; }

.video-teaser-text {
  display: block;
  margin-top: 10px; }

.img-align-left {
  float: left;
  margin-right: 15px; }

.video-player-error {
  display: none;
  background: #f6f6f6;
  font-weight: 700;
  height: 200px;
  padding: 160px 20px 0; }

#js-popup-layer.js-shorturl-video-popup-layer, #js-popup-layer.js-embed-video-popup-layer, #js-popup-layer.js-send-video-popup-layer {
  display: block;
  right: 70px;
  top: 120px;
  width: 640px;
  z-index: 1000004; }
  #js-popup-layer.js-shorturl-video-popup-layer iframe, #js-popup-layer.js-embed-video-popup-layer iframe, #js-popup-layer.js-send-video-popup-layer iframe {
    margin-top: 20px;
    position: relative;
    width: 590px; }
#js-popup-layer.js-shorturl-video-popup-layer iframe {
  height: 75px; }
#js-popup-layer.js-embed-video-popup-layer iframe {
  height: 300px; }
#js-popup-layer.js-send-video-popup-layer iframe {
  height: 400px; }

#js-embed-video-popup {
  background: #fff; }

#configure-video-embed-form label {
  display: block; }
#configure-video-embed-form .video-embed-configure {
  border-bottom: 1px solid #e2ddd1;
  display: none;
  margin-bottom: 20px;
  padding-bottom: 30px; }
  #configure-video-embed-form .video-embed-configure fieldset {
    margin-bottom: 20px; }
  #configure-video-embed-form .video-embed-configure #spVideoEmbedErrorMessage {
    display: none;
    margin: 0 0 10px;
    color: #900; }
  #configure-video-embed-form .video-embed-configure input {
    width: 100px; }
    #configure-video-embed-form .video-embed-configure input[type="button"] {
      margin-left: 1em;
      width: 250px; }
  #configure-video-embed-form .video-embed-configure span {
    display: inline-block;
    text-align: center;
    width: 50px; }
  #configure-video-embed-form .video-embed-configure textarea {
    height: 6em;
    resize: none; }
#configure-video-embed-form.embed-allowed .video-embed-configure {
  display: block; }
#configure-video-embed-form .video-short-url label {
  margin-right: 10px; }
#configure-video-embed-form .video-short-url input {
  width: 250px; }

#send-form-popup.js-send-video-form-popup form {
  border-right: 1px solid #e2ddd1;
  float: left;
  padding-right: 10px;
  width: 325px; }
#send-form-popup.js-send-video-form-popup .send-form-disclaimer {
  border: 0;
  overflow: hidden;
  padding-left: 10px;
  position: static;
  width: 244px; }
#send-form-popup.js-send-video-form-popup .messagebox {
  left: 346px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 230px; }
#send-form-popup.js-send-video-form-popup .messagebox ~ .send-form-disclaimer {
  display: none; }

.js-send-video-popup-layer #send-form-popup {
  position: relative; }
  .js-send-video-popup-layer #send-form-popup input,
  .js-send-video-popup-layer #send-form-popup textarea {
    width: 200px; }

#video-embed-player {
  background: url("/static/sys/v10/icons/ic_load-ani.gif") no-repeat scroll center center #fff; }
  #video-embed-player #content-main {
    padding: 0; }
  #video-embed-player #video-start-screen {
    position: absolute;
    left: 0;
    top: 0; }
    #video-embed-player #video-start-screen img {
      display: block; }
  #video-embed-player .jw-icon-share-mail,
  #video-embed-player .jw-icon-share-link {
    display: none; }

.embed-logo {
  bottom: 12px;
  position: absolute;
  right: 0; }

#video-inline-player #content-main {
  padding: 0; }
#video-inline-player .video-elements {
  background: none;
  border: 0; }

.adCtrl {
  bottom: 10px;
  display: none;
  height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(26, 26, 26, 0.8);
  left: 50%;
  margin-left: -310px;
  padding: 0;
  position: absolute;
  width: 620px;
  z-index: 30; }
  .adCtrl .play,
  .adCtrl .pause,
  .adCtrl .title,
  .adCtrl .mute,
  .adCtrl .unmute {
    position: absolute; }
  .adCtrl .play,
  .adCtrl .pause,
  .adCtrl .play:hover,
  .adCtrl .play:active,
  .adCtrl .mute,
  .adCtrl .unmute,
  .adCtrl .mute:hover,
  .adCtrl .mute:active,
  .adCtrl .unmute:hover,
  .adCtrl .unmute:active {
    background-color: transparent;
    background-image: url("/static/sys/v9/icons/ic_ipadvideo-controls-sprite.png");
    background-repeat: no-repeat; }
  .adCtrl .play,
  .adCtrl .pause {
    background-position: 0 2px;
    display: block;
    height: 36px;
    left: 0;
    top: 0;
    width: 36px; }
  .adCtrl .play:hover,
  .adCtrl .play:active {
    background-position: 0 -33px; }
  .adCtrl .pause {
    background-position: 0 -68px; }
    .adCtrl .pause:hover, .adCtrl .pause:active {
      background-position: 0 -103px; }
  .adCtrl .title {
    color: #fff;
    display: block;
    left: 41px;
    margin: 0;
    top: 10px; }
  .adCtrl .mute,
  .adCtrl .unmute {
    background-position: -842px 2px;
    display: none;
    /* unnecessary for iPads */
    height: 36px;
    right: 31px;
    top: 2px;
    width: 30px; }
  .adCtrl .mute:hover,
  .adCtrl .mute:active {
    background-position: -842px -33px; }
  .adCtrl .unmute {
    background-position: -750px 2px; }
    .adCtrl .unmute:hover, .adCtrl .unmute:active {
      background-position: -750px -33px; }

@font-face {
  font-family: 'jw-spon-icons';
  src: url("/static/flash/flashvideo/iconfont/jw-spon-icons.eot?5aljwl");
  src: url("/static/flash/flashvideo/iconfont/jw-spon-icons.eot?#iefix5aljwl") format("embedded-opentype"), url("/static/flash/flashvideo/iconfont/jw-spon-icons.woff?5aljwl") format("woff"), url("/static/flash/flashvideo/iconfont/jw-spon-icons.ttf?5aljwl") format("truetype"), url("/static/flash/flashvideo/iconfont/jw-spon-icons.svg?5aljwl#SPON-Videoplayer") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
.jw-skin-spon li {
  margin: 0; }
.jw-skin-spon .jw-background-color {
  background: #000; }
.jw-skin-spon .jw-display-icon-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%; }
  .jw-skin-spon .jw-display-icon-container .jw-icon-display {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%; }
.jw-skin-spon .jw-group {
  vertical-align: middle; }
.jw-skin-spon .jw-controlbar {
  width: 100%;
  height: 10px;
  padding: 0;
  background-color: transparent; }
  .jw-skin-spon .jw-controlbar .jw-controlbar-left-group {
    position: absolute;
    left: 8px;
    bottom: 16px;
    z-index: 10; }
    .jw-skin-spon .jw-controlbar .jw-controlbar-left-group .jw-text-elapsed,
    .jw-skin-spon .jw-controlbar .jw-controlbar-left-group .jw-text-duration {
      position: absolute;
      left: 40px;
      width: 32px;
      height: 15px;
      background-color: #000;
      font: 400 11px/15px 'SpiegelSansWeb', Verdana, Arial, Helvetica, sans-serif; }
    .jw-skin-spon .jw-controlbar .jw-controlbar-left-group .jw-text-elapsed {
      top: 0; }
    .jw-skin-spon .jw-controlbar .jw-controlbar-left-group .jw-text-duration {
      top: 15px;
      color: #ccc; }
  .jw-skin-spon .jw-controlbar .jw-controlbar-center-group {
    position: absolute;
    bottom: 0;
    padding: 0; }
  .jw-skin-spon .jw-controlbar .jw-controlbar-right-group {
    position: absolute;
    right: 8px;
    bottom: 16px; }
    .jw-skin-spon .jw-controlbar .jw-controlbar-right-group .jw-icon {
      float: right;
      margin-left: 8px; }
.jw-skin-spon .jw-text {
  color: #fff; }
.jw-skin-spon .jw-icon {
  font-family: 'jw-spon-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 32px;
  height: 30px;
  min-width: 0; }
  .jw-skin-spon .jw-icon.jw-icon-info.jw-open {
    background-color: #ab0010; }
  .jw-skin-spon .jw-icon.jw-icon-info:before {
    content: "\e617"; }
  .jw-skin-spon .jw-icon.jw-icon-share.jw-open, .jw-skin-spon .jw-icon.jw-icon-share.jw-open-forced {
    background-color: #ab0010; }
  .jw-skin-spon .jw-icon.jw-icon-share:before {
    content: "\e618"; }
  .jw-skin-spon .jw-icon.jw-icon-share-facebook:before {
    content: "\e619"; }
  .jw-skin-spon .jw-icon.jw-icon-share-twitter:before {
    content: "\e61a"; }
  .jw-skin-spon .jw-icon.jw-icon-share-googleplus:before {
    content: "\e61b"; }
  .jw-skin-spon .jw-icon.jw-icon-share-mail:before {
    content: "\e61c"; }
  .jw-skin-spon .jw-icon.jw-icon-share-link:before {
    content: "\e61d"; }
.jw-skin-spon .jw-button-color {
  color: #fff;
  background-color: #000; }
.jw-skin-spon.jw-untouchable .jw-button-color:hover {
  background-color: #ab0010; }
.jw-skin-spon .jw-toggle {
  color: #ab0010; }
  .jw-skin-spon .jw-toggle.jw-off {
    color: #fff; }
.jw-skin-spon .jw-rail {
  background-color: #555;
  box-shadow: none; }
.jw-skin-spon .jw-buffer {
  background-color: #000; }
.jw-skin-spon .jw-progress {
  background: #ab0010; }
.jw-skin-spon .jw-knob {
  background-color: #fff; }
.jw-skin-spon .jw-slider-horizontal {
  position: absolute;
  bottom: 0;
  height: 8px; }
  .jw-skin-spon .jw-slider-horizontal .jw-slider-container {
    display: block;
    height: 8px; }
  .jw-skin-spon .jw-slider-horizontal .jw-rail,
  .jw-skin-spon .jw-slider-horizontal .jw-buffer,
  .jw-skin-spon .jw-slider-horizontal .jw-progress {
    height: 8px; }
  .jw-skin-spon .jw-slider-horizontal .jw-cue {
    top: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%; }
  .jw-skin-spon .jw-slider-horizontal .jw-tooltip-time {
    background: none;
    z-index: 20;
    width: auto;
    height: auto; }
    .jw-skin-spon .jw-slider-horizontal .jw-tooltip-time .jw-overlay {
      left: 0;
      bottom: 5px; }
      .jw-skin-spon .jw-slider-horizontal .jw-tooltip-time .jw-overlay .jw-time-tip {
        bottom: 3px;
        border: 0;
        width: 32px;
        background-color: transparent; }
      .jw-skin-spon .jw-slider-horizontal .jw-tooltip-time .jw-overlay .jw-text {
        font: normal 11px/15px 'SpiegelSansWeb', Verdana, Arial, Helvetica, sans-serif;
        background-color: #000;
        display: inline-block;
        width: 32px;
        height: 15px; }
  .jw-skin-spon .jw-slider-horizontal .jw-knob {
    bottom: 0;
    width: 8px;
    height: 12px;
    z-index: 30; }
    .jw-skin-spon .jw-slider-horizontal .jw-knob:hover {
      width: 10px;
      height: 16px; }
.jw-skin-spon .jw-controlbar-right-group .jw-icon-volume .jw-overlay {
  bottom: 28px;
  left: 0; }
.jw-skin-spon .jw-slider-vertical .jw-slider-container {
  width: 32px;
  height: 100%; }
.jw-skin-spon .jw-slider-vertical .jw-rail,
.jw-skin-spon .jw-slider-vertical .jw-buffer {
  width: 100%;
  height: 80px;
  background-color: #000; }
.jw-skin-spon .jw-slider-vertical .jw-progress {
  width: 100%; }
.jw-skin-spon .jw-slider-vertical .jw-knob {
  width: 100%;
  height: 8px; }
.jw-skin-spon .jw-volume-tip {
  width: 100%;
  height: 72px;
  left: 0;
  border: 0;
  padding: 0; }
.jw-skin-spon .jw-controls-right {
  left: 0; }
.jw-skin-spon .jw-dock {
  margin: 0; }
  .jw-skin-spon .jw-dock .jw-dock-left {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 88px; }
    .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow {
      display: none;
      position: absolute;
      left: 40px;
      top: 0;
      max-width: 504px; }
      .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow.jw-open {
        display: block; }
      .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-spon-logo {
        position: absolute; }
        .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-spon-logo img {
          height: 30px; }
      .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-title {
        margin: 0 0 8px 40px;
        padding: 4px 7px 2px;
        font-family: 'SpiegelSansWeb', Verdana, arial, helvetica, geneva, sans-serif;
        font-weight: 700;
        color: #000;
        background-color: #fff; }
      .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text {
        margin-left: 40px;
        padding: 4px 7px 2px;
        background-color: #fff;
        overflow: hidden;
        font-family: 'SpiegelSansWeb', Verdana, arial, helvetica, geneva, sans-serif; }
        .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text p {
          margin: 0 0 2px; }
        .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text a {
          float: left;
          color: #000; }
          .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text a:hover {
            color: #ab0010; }
          .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text a:before {
            content: "\e61e";
            font-family: 'jw-spon-icons';
            font-size: 13px;
            padding-right: 5px; }
        .jw-skin-spon .jw-dock .jw-dock-left .jw-infowindow .jw-info-text .jw-info-date {
          float: right;
          font-size: 13px;
          color: #838383; }
  .jw-skin-spon .jw-dock .jw-dock-right {
    position: absolute;
    right: 8px;
    top: 8px; }
    .jw-skin-spon .jw-dock .jw-dock-right .jw-shares {
      display: none; }
      .jw-skin-spon .jw-dock .jw-dock-right .jw-shares.jw-open, .jw-skin-spon .jw-dock .jw-dock-right .jw-shares.jw-open-forced {
        display: block; }
  .jw-skin-spon .jw-dock .jw-icon {
    margin-bottom: 8px;
    cursor: pointer; }
.jw-skin-spon.jw-after-postroll .jw-dock {
  display: none; }
.jw-skin-spon .jw-controls-left {
  position: absolute;
  top: 8px;
  left: 8px;
  display: none; }
.jw-skin-spon .jw-icon-tooltip .jw-active-option {
  background-color: #ab0010;
  color: #fff; }
.jw-skin-spon .jw-menu,
.jw-skin-spon .jw-volume-tip {
  bottom: 8px; }
.jw-skin-spon .jw-skip {
  padding: 0.4em; }
  .jw-skin-spon .jw-skip .jw-text,
  .jw-skin-spon .jw-skip .jw-icon-inline {
    color: #fff;
    font-size: 0.7em; }
.jw-skin-spon .jw-icon-hd {
  display: none;
  position: absolute;
  right: 40px;
  background-color: #000;
  font-size: 16px; }
.jw-skin-spon .jw-icon-hd:hover {
  background-color: #ab0010; }
.jw-skin-spon .jw-icon-hd:before {
  content: 'HQ'; }
.jw-skin-spon .jw-icon-hd:after {
  display: none;
  content: 'HQ ausschalten';
  position: absolute;
  right: 32px;
  top: 0;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  width: 90px;
  height: 15px; }
.jw-skin-spon .jw-icon-hd:hover:after {
  display: block; }
.jw-skin-spon .jw-icon-hd.jw-toggle {
  color: #fff; }
.jw-skin-spon .jw-icon-hd.jw-toggle.jw-off {
  color: #888; }
.jw-skin-spon .jw-icon-hd.jw-toggle.jw-off:after {
  content: 'HQ einschalten'; }
.jw-skin-spon .jw-dock-right .jw-icon-hd .jw-overlay {
  position: absolute;
  top: 30px;
  width: 72px; }
.jw-skin-spon.jw-flag-ads.jw-flag-user-inactive.jw-state-playing .jw-controlbar {
  display: block; }
.jw-skin-spon.jw-flag-ads .jw-controlbar .jw-controlbar-right-group .jw-slider-horizontal.jw-slider-volume {
  display: none; }
.jw-skin-spon.jw-flag-ads .jw-controlbar .jw-controlbar-left-group,
.jw-skin-spon.jw-flag-ads .jw-controlbar .jw-controlbar-right-group, .jw-skin-spon.jw-flag-live .jw-controlbar .jw-controlbar-left-group,
.jw-skin-spon.jw-flag-live .jw-controlbar .jw-controlbar-right-group {
  bottom: 8px; }
.jw-skin-spon.jw-flag-ads .jw-controlbar .jw-controlbar-center-group .jw-text-alt, .jw-skin-spon.jw-flag-live .jw-controlbar .jw-controlbar-center-group .jw-text-alt {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  text-shadow: 1px 1px 1px #000;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 8px; }
.jw-skin-spon.jw-flag-live.jw-state-playing.jw-icon-playback:before {
  content: '';
  display: block;
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 7px 8px; }
.jw-skin-spon.jw-flag-live .jw-icon-hd {
  display: block;
  right: 0; }
  .jw-skin-spon.jw-flag-live .jw-icon-hd:hover:after {
    display: none; }
  .jw-skin-spon.jw-flag-live .jw-icon-hd .jw-overlay {
    display: none; }
    .jw-skin-spon.jw-flag-live .jw-icon-hd .jw-overlay .jw-menu {
      top: 8px;
      left: -40px;
      border: 0;
      margin: 0; }
      .jw-skin-spon.jw-flag-live .jw-icon-hd .jw-overlay .jw-menu .jw-option {
        height: auto;
        margin: 0;
        font-size: 11px;
        line-height: 15px; }
        .jw-skin-spon.jw-flag-live .jw-icon-hd .jw-overlay .jw-menu .jw-option:hover {
          background-color: #ab0010; }
  .jw-skin-spon.jw-flag-live .jw-icon-hd.jw-open .jw-overlay {
    display: block; }
.jw-skin-spon.jw-state-endscreen .jw-icon.jw-icon-playback:before {
  content: '\e610'; }
.jw-skin-spon.jw-state-endscreen .jw-display-icon-container {
  display: none; }
.jw-skin-spon.jw-state-endscreen .jw-slider-horizontal {
  display: none; }
.jw-skin-spon.jw-flag-user-inactive.jw-flag-infowindow-open.jw-state-playing .jw-controlbar,
.jw-skin-spon.jw-flag-user-inactive.jw-flag-infowindow-open.jw-state-playing .jw-dock, .jw-skin-spon.jw-flag-user-inactive.jw-flag-icon-hover.jw-state-playing .jw-controlbar,
.jw-skin-spon.jw-flag-user-inactive.jw-flag-icon-hover.jw-state-playing .jw-dock {
  display: block; }
.jw-skin-spon.jw-flag-compact-player .jw-text-elapsed,
.jw-skin-spon.jw-flag-compact-player .jw-text-duration {
  display: block; }

.msie-9 #video .jw-media video {
  height: 484px !important;
  width: 860px !important; }

.commonpager {
  overflow: hidden;
  position: relative; }
  .commonpager .commonpager-header .asset-title {
    float: left; }
  .commonpager .commonpager-indicator {
    float: right;
    padding-right: 5px; }
    .commonpager .commonpager-indicator span.bullet {
      cursor: pointer;
      color: #ccc;
      font-size: 2.25rem;
      line-height: 0.8em; }
      .commonpager .commonpager-indicator span.bullet.active {
        color: #000;
        cursor: default; }
    .commonpager .commonpager-indicator span.button {
      padding: 0;
      vertical-align: top;
      margin-top: 3px; }
      .commonpager .commonpager-indicator span.button.inactive {
        color: #ccc; }
      .commonpager .commonpager-indicator span.button.link-right:after {
        min-width: 1em; }
  .commonpager .commonpager-pagelink {
    cursor: pointer; }
    .commonpager .commonpager-pagelink.active {
      cursor: default; }
  .commonpager .commonpager-pages {
    overflow: hidden;
    position: relative; }
    .commonpager .commonpager-pages .commonpager-page {
      display: none;
      float: left;
      overflow: hidden;
      position: relative; }
      .commonpager .commonpager-pages .commonpager-page.first, .commonpager .commonpager-pages .commonpager-page.initialized {
        display: block; }
      .commonpager .commonpager-pages .commonpager-page ul {
        list-style: none;
        margin: 5px 0 0 0; }
        .commonpager .commonpager-pages .commonpager-page ul .article-image-box {
          margin-bottom: 5px; }
        .commonpager .commonpager-pages .commonpager-page ul li a {
          font-size: 1rem;
          line-height: 1.3em; }
      .commonpager .commonpager-pages .commonpager-page img[src$=".jpg"] {
        background-color: #f6f6f6; }
    .commonpager .commonpager-pages.loading {
      cursor: wait; }
      .commonpager .commonpager-pages.loading span.button {
        cursor: wait; }
  .commonpager.mumelei-5-pics {
    width: 860px;
    margin-bottom: 30px; }
    .commonpager.mumelei-5-pics .commonpager-page {
      width: 880px; }
    .commonpager.mumelei-5-pics .commonpager-indicator .button {
      background-color: white; }

.ms-logo {
  background: transparent url("/static/sys/v12/logo/logos_sprite.svg") no-repeat scroll -4px -490px;
  height: 30px;
  margin: 0;
  width: 173px;
  background-size: 600px auto; }
  .msie-8 .ms-logo {
    background: transparent url("/static/sys/v12/logo/logo_sprite.png") no-repeat scroll -4px -463px; }
  .ms-logo span {
    display: none; }

.ms-box {
  border: 1px solid #e2ddd1;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 20px; }
  .ms-box .search-result-item {
    border-top: 1px solid #e2ddd1;
    margin: 0 0 20px;
    padding: 20px 0 0; }
    .ms-box .search-result-item:first-child {
      border: none 0; }
    .ms-box .search-result-item .article-title .headline,
    .ms-box .search-result-item .headline-intro .headline {
      font-size: 0.9375rem;
      line-height: 1.333em; }

.ms-sub-headline {
  font-size: 1rem;
  color: #000;
  margin: 15px 0; }

.social-networks-login {
  border-left: 1px solid #e2ddd1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  float: right;
  height: 150px;
  margin-left: 2%;
  padding-left: 10px;
  width: 37.9%; }
  .social-networks-login .social-networks-login-text {
    margin-bottom: 20px; }

.ms-table {
  font-size: 0.875rem;
  margin: 0 0 20px;
  width: 100%; }
  .ms-table th {
    background: #e6e6e6;
    font-weight: 700;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle; }
  .ms-table td {
    border-top: 1px solid #e2ddd1;
    padding: 10px 5px;
    vertical-align: top; }
    .ms-table td .ms-abo-headline {
      font-weight: 700;
      margin-bottom: 5px; }
    .ms-table td ul {
      margin: 0; }
  .ms-table tr:first-child td {
    border-top: none 0; }
  .ms-table .ms-shop-table-price,
  .ms-table .ms-shop-table-purchasedate {
    text-align: right;
    width: 25%; }

.ms-list li {
  margin: 0 0 10px; }
  .ms-list li a {
    font-weight: 700; }

.ms-optional-fields-head {
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 3px 0 3px 40px;
  position: relative; }
  .ms-optional-fields-head:before {
    background-color: transparent;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #900;
    content: "";
    font-size: 1.625rem;
    position: absolute;
    left: 0;
    top: 0; }
  .ms-optional-fields-head.active:before {
    background-color: transparent;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #900;
    content: "";
    font-size: 1.625rem;
    position: absolute;
    left: 0;
    top: 0; }

.ms-optional-fields {
  background: #efefef;
  display: none;
  margin: 0 0 20px;
  padding: 5px; }

#meinspiegel .column-small {
  padding: 0 0 30px;
  margin: 0 0 30px; }
  #meinspiegel .column-small .module-box {
    border: 0 none; }

.ms-box .ms-logo {
  display: block;
  margin: 0px auto; }

.spContentBoxesFull .spContentBoxHalf {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 250px; }
  .spContentBoxesFull .spContentBoxHalf.spContentBoxHalfLeft {
    padding-right: 20px; }
  .spContentBoxesFull .spContentBoxHalf .spArticleImageBox {
    overflow: hidden; }
  .spContentBoxesFull .spContentBoxHalf p {
    margin: 1em 0; }

.help-box-list li span {
  display: inline-block;
  margin-right: 10px;
  min-width: 20px;
  text-align: center; }
.help-box-list li a span {
  text-decoration: none; }

.help-box-list.mein-spiegel-box {
  margin: 0;
  padding: 0; }
  .help-box-list.mein-spiegel-box li {
    border-top: 1px solid #e2ddd1;
    overflow: hidden;
    margin: 3px 0;
    padding: 5px 0;
    width: 100%; }
  .help-box-list.mein-spiegel-box .bo-icon {
    background-image: url("/static/sys/v10/meinspiegel/bo-action-sprite.png");
    background-repeat: no-repeat;
    float: left;
    height: 22px;
    margin: -3px 0 0;
    padding: 0 10px 0 0;
    text-indent: -200%;
    width: 22px; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-text {
      background-position: 0 0; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-depot {
      background-position: 0 -22px; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-abo {
      background-position: 0 -44px; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-user-data {
      background-position: 0 -66px; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-products {
      background-position: 0 -88px; }
    .help-box-list.mein-spiegel-box .bo-icon.bo-icon-logut {
      background-position: 0 -110px; }

#passwordStrength {
  position: relative;
  overflow: hidden;
  width: 250px;
  margin-top: 2px; }
  #passwordStrength .strengthBar {
    height: 4px;
    width: 100%;
    position: absolue;
    left: 0; }
    #passwordStrength .strengthBar.bg0 {
      background-color: #e6e6e6; }
    #passwordStrength .strengthBar.bg1 {
      background-color: #f00; }
    #passwordStrength .strengthBar.bg2 {
      background-color: #ffac1d; }
    #passwordStrength .strengthBar.bg3 {
      background-color: #a6c060; }
    #passwordStrength .strengthBar.bg4 {
      background-color: #27b30f; }
    #passwordStrength .strengthBar .separator {
      height: 4px;
      width: 2px;
      position: absolute;
      background-color: #fff; }
  #passwordStrength #strengthText {
    float: right; }

.ms-form {
  position: relative; }
  .ms-form .row .block-label {
    float: left;
    width: 200px; }
  .ms-form .row .customer-label {
    margin: 10px 0 0; }
  .ms-form .accordion-box {
    border-bottom: 1px solid #e2ddd1;
    margin: 0 0 20px; }
    .ms-form .accordion-box .multi-box-content {
      padding: 10px; }

.popup .ms-box {
  border-bottom: 1px solid #e2ddd1;
  border-width: 0 0 1px 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }
.popup .ms-form {
  width: 292px; }
.popup .ms-login-register {
  padding: 0 0 10px 0; }

.ms-login {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 20px; }
  .ms-login .ms-form {
    width: 60%; }
  .ms-login .row .form-button {
    margin: -42px 16px 0 0;
    position: absolute;
    right: 0;
    width: auto; }
  .ms-login .small-info {
    text-align: left;
    width: auto; }
    .ms-login .small-info.right {
      text-align: right; }

.ms-login-register .login-phrase {
  font-weight: 700; }
.ms-login-register p {
  margin: 0 120px 20px 0;
  position: relative; }
  .ms-login-register p a.form-button {
    bottom: 0;
    position: absolute;
    right: -120px; }

.hpheftkasten {
  background: #e1e1e1 url("/static/sys/v10/bg/back_alert.png") repeat-y scroll 0 0;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1rem;
  margin-bottom: 15px;
  padding: 0 !important; }
  .hpheftkasten a, .hpheftkasten b {
    color: #ea4100;
    font-weight: 700; }
  .hpheftkasten .hpheftkasten-head {
    background-color: #ea4100;
    color: #fff;
    display: block;
    font-size: 1.1rem;
    height: 30px;
    line-height: 1.87396rem;
    padding: 0 10px; }
    .hpheftkasten .hpheftkasten-head a {
      color: #fff; }
  .hpheftkasten .logo {
    float: left;
    margin: 6px 8px 0 0; }
  .hpheftkasten .hpheftkasten-left {
    border-right: 1px solid #fff;
    float: left;
    position: relative;
    width: 679px; }
    .hpheftkasten .hpheftkasten-left .hpheftkasten-inner {
      padding: 10px 0; }
    .hpheftkasten .hpheftkasten-left .hpheftkasten-pager {
      float: left;
      min-height: 312px;
      overflow: hidden;
      position: relative;
      width: 500px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .commonpager-page {
        width: 500px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .hpheftkasten-teaser {
        background-color: rgba(239, 239, 239, 0.9);
        bottom: 0;
        display: block;
        padding: 8px;
        position: absolute;
        width: 484px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .picwithoverlay {
        min-height: 312px;
        position: relative; }
        .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .picwithoverlay img {
          display: block; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .asset-credit {
        text-align: left; }
    .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index {
      float: left;
      width: 160px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul {
        margin: 0; }
        .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul li {
          background-color: #fff;
          border: 1px solid #efefef;
          display: table;
          font-size: 0.9625rem;
          font-weight: 700;
          height: 55px;
          line-height: 1.125rem;
          margin-bottom: 2px;
          overflow: hidden;
          padding: 5px;
          width: 100%; }
          .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul li.active {
            background-color: #f6f6f6;
            border-color: #e1e1e1;
            color: #ea4100; }
          .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul li.spiegelblog {
            background-color: transparent;
            height: auto;
            padding-top: 10px; }
          .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul li span {
            display: table-cell;
            vertical-align: middle; }
  .hpheftkasten .hpheftkasten-right {
    float: left;
    position: relative;
    width: 180px; }
    .hpheftkasten .hpheftkasten-right .hpheftkasten-inner {
      padding: 10px; }
    .hpheftkasten .hpheftkasten-right .hpheftkasten-right-title {
      color: #000;
      display: block;
      font-weight: 400;
      margin-top: 10px; }
      .hpheftkasten .hpheftkasten-right .hpheftkasten-right-title b {
        color: #ea4100;
        font-weight: 700;
        margin: 8px 0 4px; }
    .hpheftkasten .hpheftkasten-right .hpheftkasten-right-links {
      margin: 8px 0 0; }

.boersenboxhp {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .boersenboxhp .boersenbox-header {
    border-bottom: 1px solid #e2ddd1;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .boersenboxhp .boersenbox-header .module-title {
      line-height: 1.8em;
      margin: 0; }
  .boersenboxhp .boersenbox-suche {
    float: right; }
    .boersenboxhp .boersenbox-suche form.search-form-single {
      position: relative; }
      .boersenboxhp .boersenbox-suche form.search-form-single .search-form-submit {
        background: transparent url("/static/sys/v10/icons/ic_search_magnifier.png") no-repeat scroll 10px 11px;
        position: absolute;
        right: 0;
        text-indent: -1000em;
        top: 0; }
  .boersenboxhp .boersenbox-table {
    float: left;
    line-height: 1.5em; }
    .boersenboxhp .boersenbox-table table {
      width: 390px; }
      .boersenboxhp .boersenbox-table table tr {
        border-bottom: 1px solid #e2ddd1; }
        .boersenboxhp .boersenbox-table table tr.data {
          background-color: #fff; }
          .boersenboxhp .boersenbox-table table tr.data.active {
            background-color: #f6f6f6; }
      .boersenboxhp .boersenbox-table table td, .boersenboxhp .boersenbox-table table th {
        padding-right: 15px; }
        .boersenboxhp .boersenbox-table table td.last, .boersenboxhp .boersenbox-table table th.last {
          padding-right: 20px; }
      .boersenboxhp .boersenbox-table table th {
        font-weight: 400;
        text-align: right; }
        .boersenboxhp .boersenbox-table table th.time {
          text-align: left; }
      .boersenboxhp .boersenbox-table table td a {
        font-weight: 700; }
  .boersenboxhp .boersenbox-chart {
    float: left;
    width: 470px; }
    .boersenboxhp .boersenbox-chart img {
      margin: 18px 0 0 0; }
  .boersenboxhp .boersenbox-links li {
    border-left: 1px #000 solid;
    line-height: 1em;
    margin-left: 10px;
    padding-left: 10px; }
    .boersenboxhp .boersenbox-links li:first-child {
      border: 0 none;
      margin: 0;
      padding: 0; }

.column-wide .boersenboxhp .boersenbox-table {
  font-size: 0.75rem; }
  .column-wide .boersenboxhp .boersenbox-table table {
    width: 200px; }
    .column-wide .boersenboxhp .boersenbox-table table td, .column-wide .boersenboxhp .boersenbox-table table th {
      padding-right: 5px; }
      .column-wide .boersenboxhp .boersenbox-table table td.last, .column-wide .boersenboxhp .boersenbox-table table th.last {
        padding-right: 5px; }
.column-wide .boersenboxhp .boersenbox-chart {
  width: auto; }

.grid-homepage .wetterboxhp {
  background-color: #f2f1ec;
  border-top: 1px solid #e2ddd1;
  padding: 5px;
  position: relative; }
  .grid-homepage .wetterboxhp .module-title {
    font-size: 1.375rem;
    float: left;
    margin: 5px 0 0 0;
    font-weight: 700; }
  .grid-homepage .wetterboxhp .list-float {
    float: right;
    font-size: 0.875rem;
    line-height: 2em;
    width: 88%; }
    .grid-homepage .wetterboxhp .list-float .list-float-left {
      display: block;
      margin: 0 5px 0 0;
      padding: 5px 0; }
      .grid-homepage .wetterboxhp .list-float .list-float-left a {
        background: url("/static/sys/v10/icons/wetter_icons.png") no-repeat -6px 0px;
        display: inline-block;
        padding-left: 20px; }
      .grid-homepage .wetterboxhp .list-float .list-float-left.unwetter.warning-yellow a {
        background-position: -6px -130px;
        padding-right: 5px; }
      .grid-homepage .wetterboxhp .list-float .list-float-left.temperaturen a {
        background-position: -6px -260px; }
      .grid-homepage .wetterboxhp .list-float .list-float-left.vorhersagen a {
        background-position: -6px -389px; }
    .grid-homepage .wetterboxhp .list-float .suche form.search-form-single {
      position: relative;
      right: 0;
      top: 7px;
      width: 230px; }
      .grid-homepage .wetterboxhp .list-float .suche form.search-form-single .search-form-submit {
        background: transparent url("/static/sys/v10/icons/ic_search_magnifier.png") no-repeat scroll 0 3px;
        position: absolute;
        right: 0;
        text-indent: -1000em;
        top: 0;
        width: 20px; }

#js-column-dynamic-ref .boersenboxhp .boersenbox-links,
#js-column-dynamic-ref .fbtickerboxhp .fbtickerboxhp-nav-right {
  display: none; }

.fbtickerboxhp {
  background-color: #f2f1ec;
  border-bottom: 1px solid #e2ddd1;
  border-top: 1px solid #e2ddd1;
  margin-bottom: 30px;
  padding: 5px !important; }
  .fbtickerboxhp > div:first-child {
    margin-top: 3px; }
  .fbtickerboxhp .module-title {
    float: left;
    margin: 0;
    text-transform: uppercase; }
  .fbtickerboxhp .module-title:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "";
    display: inline-block;
    margin-right: 10px; }
  .fbtickerboxhp ul {
    margin: 0;
    line-height: 1.6em; }
    .fbtickerboxhp ul.fbtickerboxhp-nav-left {
      float: left;
      margin-left: 20px; }
    .fbtickerboxhp ul.fbtickerboxhp-nav-right {
      float: right; }
    .fbtickerboxhp ul li {
      float: left;
      padding: 0 10px;
      border-left: 1px solid #e2ddd1; }
      .fbtickerboxhp ul li:first-child {
        border-left: 0; }
      .fbtickerboxhp ul li.liveticker a:after {
        content: ' \25BC';
        color: #999; }
  .fbtickerboxhp .fbtickerboxhpcontent {
    width: 330px;
    z-index: 50; }
    .fbtickerboxhp .fbtickerboxhpcontent .wettbewerb-headline {
      margin-bottom: 10px; }
    .fbtickerboxhp .fbtickerboxhpcontent table {
      font-size: 0.875rem;
      line-height: 1.8em;
      margin-bottom: 20px;
      width: 100%; }
      .fbtickerboxhp .fbtickerboxhpcontent table tr {
        border-bottom: 1px solid #e2ddd1; }
        .fbtickerboxhp .fbtickerboxhpcontent table tr.laeuft td.marker {
          background: url("/static/sys/fussballticker/icons/dot_green.gif") no-repeat scroll 4px 50%; }
        .fbtickerboxhp .fbtickerboxhpcontent table tr.beendet td.marker {
          background: url("/static/sys/fussballticker/icons/dot_red.gif") no-repeat scroll 4px 50%; }
        .fbtickerboxhp .fbtickerboxhpcontent table tr.heute td.marker {
          background: url("/static/sys/fussballticker/icons/dot_white.gif") no-repeat scroll 4px 50%; }
        .fbtickerboxhp .fbtickerboxhpcontent table tr:hover {
          background-color: #D4E2D3; }
      .fbtickerboxhp .fbtickerboxhpcontent table td {
        cursor: pointer;
        text-align: center; }
        .fbtickerboxhp .fbtickerboxhpcontent table td.marker {
          width: 12px; }
        .fbtickerboxhp .fbtickerboxhpcontent table td.teams {
          background-repeat: no-repeat;
          width: 40%; }
          .fbtickerboxhp .fbtickerboxhpcontent table td.teams.team1 {
            background-position: 100% 50%;
            padding-right: 25px;
            text-align: right; }
          .fbtickerboxhp .fbtickerboxhpcontent table td.teams.team2 {
            background-position: 0 50%;
            padding-left: 25px;
            text-align: left; }
        .fbtickerboxhp .fbtickerboxhpcontent table td.ergebnis {
          color: #900;
          font-weight: 700; }
          .fbtickerboxhp .fbtickerboxhpcontent table td.ergebnis .ergebnis-zusatz {
            color: #000;
            display: block;
            font-size: 0.625rem;
            font-weight: 400;
            line-height: 1.0em; }
    .fbtickerboxhp .fbtickerboxhpcontent .kickerlink {
      overflow: hidden;
      position: absolute;
      right: 0;
      bottom: 0; }
      .fbtickerboxhp .fbtickerboxhpcontent .kickerlink p {
        color: #aaa;
        float: left;
        font-size: 0.75rem;
        margin: 5px 5px 0 0; }
      .fbtickerboxhp .fbtickerboxhpcontent .kickerlink a {
        display: inline-block; }

.schlagzeilen .schlagzeilen-headline-intro {
  color: #000;
  font-weight: 700; }
.schlagzeilen a:visited .schlagzeilen-headline-intro,
.schlagzeilen a:visited .schlagzeilen-headline {
  color: #666; }

.schlagzeilen {
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .schlagzeilen.schlagzeilen-photo {
    margin-left: auto;
    margin-right: auto;
    width: 848px; }
  .schlagzeilen .schlagzeilen-date-headline {
    border-bottom: 1px solid #e2ddd1;
    margin-top: 20px; }
  .schlagzeilen .schlagzeilen-content {
    margin: 0 0 30px;
    padding: 30px 0 0; }
    .schlagzeilen .schlagzeilen-content .article-title {
      font-size: 1.625rem; }
    .schlagzeilen .schlagzeilen-content.schlagzeilen-overview {
      font-size: 1rem;
      line-height: 1.5em; }
    .schlagzeilen .schlagzeilen-content .teaser:first-child {
      border: 0; }
    .schlagzeilen .schlagzeilen-content .schlagzeilen-headline {
      color: #000; }
    .schlagzeilen .schlagzeilen-content .headline-date {
      color: #666; }

.schlagzeilen-nav-box {
  background-color: #f2f1ec;
  border: 1px solid #e2ddd1;
  float: left;
  padding: 5px 10px;
  margin-right: 10px; }
  .schlagzeilen-nav-box ul {
    font-size: 0.875rem;
    margin-top: 5px; }
    .schlagzeilen-nav-box ul li {
      border-left: 1px solid #000;
      padding: 0 5px; }
      .schlagzeilen-nav-box ul li:first-child {
        border: none;
        padding-right: 5px; }
      .schlagzeilen-nav-box ul li .is-active {
        color: #000;
        font-weight: 700; }
  .schlagzeilen-nav-box.schlagzeilen-view {
    background: url("/static/sys/v10/icons/ic_schlagzuhr.png") no-repeat right 50% #f6f6f6;
    padding-right: 50px; }

.schlagzeilen-3-min {
  background: #fff;
  height: 310px;
  padding: 0 !important;
  position: relative;
  width: 500px; }
  .schlagzeilen-3-min .schlagzeilen-3-min-header,
  .schlagzeilen-3-min .schlagzeilen-3-min-footer {
    font-size: 0.875rem; }
  .schlagzeilen-3-min .schlagzeilen-3-min-header {
    background: #900; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header .logo-spon {
      background: url("/static/sys/v12/logo/logos_sprite.svg") no-repeat -1px -213px transparent;
      background-size: 240px auto;
      display: inline-block;
      height: 11px;
      padding: 3px;
      margin: 5px;
      width: 144px; }
      .msie-8 .schlagzeilen-3-min .schlagzeilen-3-min-header .logo-spon {
        background-image: url("/static/sys/v12/logo/logo_sprite.png");
        background-position: -1px -191px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header h1 {
      color: #fff;
      font-size: 1rem;
      left: 165px;
      position: absolute;
      top: 2px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header .schlagzeilen-3-min-date {
      background: #fcfcfa;
      padding: 0 20px 0 3px; }
      .schlagzeilen-3-min .schlagzeilen-3-min-header .schlagzeilen-3-min-date a {
        float: right; }
  .schlagzeilen-3-min .schlagzeilen-3-min-news {
    padding: 20px 20px 0;
    max-height: 215px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser {
      border: 0;
      margin: 0;
      padding: 0; }
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser .article-title,
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser .headline {
        font-size: 1.125rem; }
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser .headline {
        display: inline; }
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser p {
        font-size: 1rem;
        line-height: 1.3em; }
  .schlagzeilen-3-min .schlagzeilen-3-min-footer {
    background: #fcfcfa;
    bottom: 0;
    padding-top: 3px;
    position: absolute;
    text-align: right;
    width: 500px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-footer a {
      color: #666;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase; }
      .schlagzeilen-3-min .schlagzeilen-3-min-footer a span {
        position: relative;
        top: -2px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-footer .link-right {
      margin-right: 20px; }

.impressum .impressum-autor {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #fff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 5%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 5%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0 );
  margin: 30px 0;
  padding: 10px 10px 30px 10px; }
  .impressum .impressum-autor > img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 200px; }
  .impressum .impressum-autor .author-content {
    float: left;
    padding: 0 10px 10px; }
    .impressum .impressum-autor .author-content.has-image {
      width: 390px; }
    .impressum .impressum-autor .author-content .autor-name {
      font-size: 1.75rem;
      font-weight: 700; }
    .impressum .impressum-autor .author-content .author-contacts {
      margin-top: 20px; }
      .impressum .impressum-autor .author-content .author-contacts .author-contact {
        margin-bottom: 10px; }
      .impressum .impressum-autor .author-content .author-contacts i {
        display: inline-block;
        margin-right: 10px;
        vertical-align: bottom; }
      .impressum .impressum-autor .author-content .author-contacts [class*='-icon'] {
        font-size: 0.875rem; }
        .impressum .impressum-autor .author-content .author-contacts [class*='-icon']:after {
          font-size: 0.875rem; }
.impressum .module-headline {
  font-size: 1.25rem;
  font-weight: 700; }
.impressum .impressum-articlelist .article-title {
  font-size: 1.375rem; }
  .impressum .impressum-articlelist .article-title .headline {
    color: #900; }
  .impressum .impressum-articlelist .article-title .headline,
  .impressum .impressum-articlelist .article-title .headline-intro {
    font-size: 1.375rem;
    display: inline; }
.impressum .impressum-articlelist .source-date {
  margin: 0; }

#spImpressum {
  padding: 30px 0;
  margin: 30px 0; }
  #spImpressum .spImpBlock {
    overflow: hidden;
    margin-bottom: 30px; }
    #spImpressum .spImpBlock h4, #spImpressum .spImpBlock p {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%; }
    #spImpressum .spImpBlock h4 {
      border-bottom: 1px solid #e2ddd1;
      float: left;
      padding-right: 10px;
      text-align: right;
      text-transform: uppercase; }
    #spImpressum .spImpBlock p {
      float: right;
      padding-left: 10px;
      margin: 0;
      text-align: left; }

.spTextSmaller {
  font-size: 0.875rem; }

.bestseller-hide-on-www {
  display: none; }

.bestseller-show-on-www {
  display: block; }

.bestseller-box {
  margin: 30px 0 0; }
  .bestseller-box .bestseller-type-headline {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 15px; }
    .bestseller-box .bestseller-type-headline img {
      float: right; }
  .bestseller-box .bestseller-box-headline {
    background-color: #f2f1ec;
    padding: 5px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .bestseller-box .bestseller-box-left {
    float: left;
    width: 404px; }
    .bestseller-box .bestseller-box-left .bestseller-box-headline {
      border-bottom: 1px solid #e2ddd1;
      border-left: 1px solid #e2ddd1;
      border-top: 1px solid #e2ddd1; }
    .bestseller-box .bestseller-box-left .content .order {
      display: none;
      height: 110px; }
    .bestseller-box .bestseller-box-left .content .data {
      border-bottom: 1px solid #e2ddd1;
      border-left: 1px solid #e2ddd1;
      border-right: 1px solid #e2ddd1;
      height: 110px;
      padding: 5px 50px 5px 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      position: relative; }
  .bestseller-box .bestseller-box-right {
    float: left; }
    .bestseller-box .bestseller-box-right .bestseller-box-headline {
      text-align: right;
      border-bottom: 1px solid #e2ddd1;
      border-right: 1px solid #e2ddd1;
      border-top: 1px solid #e2ddd1; }
    .bestseller-box .bestseller-box-right .content .order {
      background-color: #f2f1ec;
      border-bottom: 1px solid #e2ddd1;
      border-right: 1px solid #e2ddd1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 2.25rem;
      float: left;
      height: 110px;
      line-height: 3em;
      font-weight: 700;
      text-align: center;
      width: 50px; }
    .bestseller-box .bestseller-box-right .content .data {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #e2ddd1;
      border-right: 1px solid #e2ddd1;
      float: left;
      height: 110px;
      padding: 5px 50px 5px 5px;
      overflow: hidden;
      position: relative;
      width: 404px; }
  .bestseller-box .cover {
    float: left;
    margin-right: 15px;
    width: 55px; }
    .bestseller-box .cover img {
      height: auto;
      width: 100%; }
  .bestseller-box .title,
  .bestseller-box .autor {
    display: block;
    line-height: 1.2em;
    font-weight: 700; }
  .bestseller-box .title {
    font-size: 1.125rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .bestseller-box .autor {
    color: #000;
    font-size: 1rem;
    margin-bottom: 5px; }
  .bestseller-box .verlag,
  .bestseller-box .preis {
    font-size: 0.875rem;
    line-height: 1.2em; }
  .bestseller-box .cart {
    position: absolute;
    right: 17px;
    top: 8px; }
  .bestseller-box .trend {
    position: absolute;
    right: 17px;
    bottom: 10px;
    width: 20px;
    color: #aaa;
    font-weight: 700;
    text-align: center; }
    .bestseller-box .trend.new {
      background: url("/static/sys/v10/bestseller/gleich.gif") no-repeat scroll 0 0 transparent; }
    .bestseller-box .trend.equal {
      background: url("/static/sys/v10/bestseller/neu.gif") no-repeat scroll 0 0 transparent; }
    .bestseller-box .trend.up {
      background: url("/static/sys/v10/bestseller/rauf.gif") no-repeat scroll 0 0 transparent;
      padding-top: 16px; }
    .bestseller-box .trend.down {
      background: url("/static/sys/v10/bestseller/runter.gif") no-repeat scroll 0 100% transparent;
      padding-top: 0;
      padding-bottom: 16px; }
  .bestseller-box .bestseller-box-footer {
    background-color: #f2f1ec;
    border-bottom: 1px solid #e2ddd1;
    border-left: 1px solid #e2ddd1;
    border-right: 1px solid #e2ddd1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    font-size: 0.875rem;
    margin-right: 4px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    width: 150px; }
  .bestseller-box .bestseller-box-footer-left {
    display: none; }

.bestseller-popup-content .bestseller-popup-shoplink {
  background-color: #f2f1ec;
  font-size: 1.125rem;
  height: 35px;
  font-weight: 700;
  padding: 10px;
  position: relative; }
  .bestseller-popup-content .bestseller-popup-shoplink div {
    position: absolute;
    right: 50px;
    top: 20px; }
  .bestseller-popup-content .bestseller-popup-shoplink .bestseller-popup-cart {
    position: absolute;
    right: 20px;
    top: 20px; }
.bestseller-popup-content .bestseller-popup-amazon {
  border-bottom: 1px solid #e2ddd1; }
  .bestseller-popup-content .bestseller-popup-amazon .bestseller-popup-shoplogo {
    margin-left: 10px;
    margin-top: 10px; }
.bestseller-popup-content .bestseller-popup-thalia {
  margin-bottom: 30px; }
  .bestseller-popup-content .bestseller-popup-thalia .bestseller-popup-shoplogo {
    margin-left: 5px;
    margin-top: 5px;
    width: 95px; }
.bestseller-popup-content .bestseller-popup-cover {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }
  .bestseller-popup-content .bestseller-popup-cover img {
    width: 110px;
    height: auto; }
.bestseller-popup-content .bestseller-popup-title {
  color: #900;
  font-size: 1.125rem;
  font-weight: 700; }
.bestseller-popup-content .bestseller-popup-autor {
  font-size: 1rem;
  font-weight: 700;
  color: #000; }
.bestseller-popup-content .bestseller-popup-leseprobe {
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 20px; }
.bestseller-popup-content .bestseller-popup-klappentext {
  margin-top: 20px; }

.spHelpBoxList2 {
  margin: 10px 0 0;
  overflow: hidden; }
  .spHelpBoxList2 li {
    border-top: 1px solid #e2ddd1;
    float: left;
    padding: 5px 0;
    width: 49.5%; }
    .listbox-cp-2er-element .spHelpBoxList2 li:nth-child(odd) {
      float: right; }
    .spHelpBoxList2 li a img {
      float: left;
      margin-right: 5px;
      padding: 1px; }
    .spHelpBoxList2 li .spHelpLLTxt {
      float: left;
      padding: 5px 0 0; }

.spListe2RowsSprites .spHelpBox {
  clear: both;
  display: block;
  font-size: 0.75rem;
  padding: 10px 0 3px; }

.spHtmlbox.spKickerTicker h4,
.spKickerTicker h5 {
  margin-bottom: 0; }

.spKickerTickerWettbewerb {
  margin-top: 15px;
  clear: both;
  float: left;
  width: 100%; }
  .spKickerTickerWettbewerb p {
    margin: 8px 0 0 0;
    padding: 0; }
  .spKickerTickerWettbewerb a strong {
    font-weight: 700; }
  .spKickerTickerWettbewerb a span {
    color: #000; }

.spKickerTickerErgebnis {
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  border-left: 0 none !important; }

.spKickerTicker table {
  clear: left;
  float: none;
  margin: 8px 0 0 0;
  border-top: 1px solid #ccc;
  padding: 0;
  width: 304px; }
  .spKickerTicker table td {
    padding: 2px 0;
    border-bottom: 1px solid #ccc; }

.spKickerTickerTeams {
  width: 260px; }

#home .spKickerTicker table {
  width: 230px; }
#home .spKickerTickerTeams {
  width: 250px; }

.spKickerTickerLegende {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 100%; }

.spKickerTickerStand {
  width: 130px;
  float: left; }

.spKickerTickerIcons {
  width: 158px;
  float: right;
  text-align: right; }

table.spSportalBox {
  width: 100%;
  border-bottom: 1px solid #ccc; }
  table.spSportalBox .spRow1 {
    background-color: #f6f6f6; }
  table.spSportalBox td {
    border-top: 1px solid #ccc;
    padding: 3px 3px 3px 0; }
    table.spSportalBox td.spLive strong {
      background: transparent url("/static/sys/kickerticker/spiellaeuft.gif") left 50% no-repeat;
      padding-left: 10px; }
    table.spSportalBox td a span.spSportalBoxEventHeadline {
      color: #000;
      font-weight: 700; }

.spSportalBoxLegende {
  background: transparent url("/static/sys/kickerticker/spiellaeuft.gif") left 50% no-repeat;
  float: right;
  margin-top: 5px;
  padding-left: 10px; }

.spSportalBoxHeadline {
  clear: both;
  color: #666;
  font-weight: 700;
  margin: 10px 0; }

.spBoerseBox {
  position: relative; }
  .spBoerseBox .spMPCTabs {
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: -25px; }
    .spBoerseBox .spMPCTabs li {
      display: inline;
      list-style-type: none;
      margin: 0 0 0 4px !important;
      overflow: hidden;
      padding: 0 !important; }
    .spBoerseBox .spMPCTabs .spMPCTab.spMPCTabAktiv a {
      background: url("/static/sys/v10/bg/bg_multipartnav-active.png") repeat scroll 0 0 #fff;
      border-bottom: 1px solid #fff;
      color: #666;
      padding: 2px 3px; }
    .spBoerseBox .spMPCTabs .spMPCTab a {
      background: url("/static/sys/v10/bg/bg_multipartnav.png") repeat scroll 0 100% #ececec;
      border: 1px solid #ccc;
      font-weight: 700;
      padding: 2px 3px; }
  .spBoerseBox .spMPCContent {
    background-color: #f6f6f6;
    margin: 0 0 10px;
    overflow: hidden; }
    .spBoerseBox .spMPCContent ul {
      float: left;
      margin: 0 6px 0 0;
      width: 123px; }

.forms-processor .formpart {
  margin-bottom: 20px; }
  .forms-processor .formpart.optional {
    display: none; }
.forms-processor .formpart-headline {
  font-weight: 700;
  margin-bottom: 15px; }
.forms-processor .formpart-info {
  font-size: 1rem;
  margin-bottom: 10px; }
.forms-processor .infobox {
  background-color: #ff0;
  font-size: 1rem;
  line-height: 1.2em;
  margin-top: 10px;
  padding: 5px; }
.forms-processor select.update,
.forms-processor textarea,
.forms-processor input[type=text] {
  width: 100%; }
.forms-processor textarea {
  height: 200px; }
.forms-processor .formelement {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden; }
  .forms-processor .formelement label {
    float: left;
    width: 25%; }
    .forms-processor .formelement label ~ input[type=text] {
      width: 75%;
      float: left; }
      .forms-processor .formelement label ~ input[type=text].size-med {
        width: 60%; }
      .forms-processor .formelement label ~ input[type=text].size-small {
        width: 14%; }
      .forms-processor .formelement label ~ input[type=text] + input[type=text] {
        margin-left: 1%; }
  .forms-processor .formelement.hideOnStart {
    display: none; }
  .forms-processor .formelement.show {
    display: block; }
  .forms-processor .formelement.hide {
    display: none; }
  .forms-processor .formelement input[type=checkbox] {
    float: left;
    margin: 3px 0 0 0; }
  .forms-processor .formelement p {
    margin: 0 0 0 20px; }
.forms-processor .mark .formelement.required label:after, .forms-processor .mark .formelement.req label:after {
  content: '*'; }
.forms-processor .mark .formelement.required.noreq label:after {
  content: ''; }
.forms-processor .button-bar {
  margin-top: 20px; }
.forms-processor .noscript {
  background-color: #ff0; }
.forms-processor .messagebox pre {
  text-align: left; }
.forms-processor.wait {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  .forms-processor.wait * {
    cursor: wait !important; }

#pageLiveticker #livetickerResultView .button {
  background-color: transparent; }
  #pageLiveticker #livetickerResultView .button.back.link-left:before {
    content: "";
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    display: inline-block;
    text-decoration: none;
    content: ""; }
  #pageLiveticker #livetickerResultView .button.fwd.link-right:after {
    content: "";
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.875rem;
    display: inline-block;
    text-decoration: none; }
  #pageLiveticker #livetickerResultView .button.back.link-left:before, #pageLiveticker #livetickerResultView .button.fwd.link-right:after {
    color: white;
    line-height: 0.6em; }

.slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slider ul {
    height: 180px;
    margin: 0;
    overflow: hidden; }
  .slider .slider_item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    min-height: 1px; }
  .slider .img_cont {
    position: relative; }
  .slider.js-video-slider-big ul {
    height: 212px; }
  .slider.js-video-slider-big .slider_item::before {
    content: ' ';
    display: block;
    visibility: hidden;
    margin-left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 16px 0 16px;
    border-color: #000 transparent transparent transparent; }
  .slider.js-video-slider-big .slider_item.item_active .image-buttons {
    display: none; }
  .slider.js-video-slider-big .slider_item.item_active::before {
    visibility: visible; }
  .slider.js-video-slider-big .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 64px; }
  .slider.js-slider-footer ul {
    height: 220px; }

.video .img_cont:after {
  display: block;
  content: "";
  width: 40px;
  height: 30px;
  background: transparent url("/static/happ/_develop/rebrush/slider/v2/img/play.png") no-repeat;
  background-position: -4px -3px;
  position: absolute;
  bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9); }

.slider_detail {
  position: relative;
  height: 505px;
  margin-top: -5px;
  margin-bottom: -21px;
  cursor: pointer; }
  .slider_detail .panel {
    cursor: pointer;
    position: absolute;
    bottom: 21px;
    left: 0;
    text-shadow: 0px 0px 11px black;
    color: white;
    width: 820px;
    padding: 20px;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(80%, black), color-stop(100%, black));
    background: -webkit-linear-gradient(top, transparent 0%, black 80%, black 100%);
    background: -moz-linear-gradient(top, transparent 0%, black 80%, black 100%);
    background: -o-linear-gradient(top, transparent 0%, black 80%, black 100%);
    background: -ms-linear-gradient(top, transparent 0%, black 80%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 80%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000', GradientType=0 ); }
    .slider_detail .panel .p_left {
      display: inline-block;
      vertical-align: bottom; }
      .slider_detail .panel .p_left .image-buttons {
        vertical-align: middle;
        display: inline-block; }
      .slider_detail .panel .p_left .time {
        vertical-align: middle;
        display: inline; }
    .slider_detail .panel .p_right {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 0 -5px 15px;
      max-width: 710px;
      color: white;
      font-weight: 700;
      line-height: 1; }
      .slider_detail .panel .p_right .headline-intro {
        display: block;
        color: white;
        font-weight: 400; }
  .slider_detail .video-preview-image {
    max-height: inherit !important;
    width: 100%; }

#footer .slider h4 {
  border: none;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 5px; }
#footer .slider .slider_5 {
  width: 152px; }
#footer .slider img {
  height: 190px;
  width: auto; }
  #footer .slider img.js-lazy {
    width: 100%; }
#footer .slider .bx-wrapper .bx-prev {
  left: -30px; }
#footer .slider .bx-wrapper .bx-controls-direction a {
  color: #fff;
  top: 45%; }
#footer .slider .bx-wrapper img.js-lazy {
  width: auto; }

#js-video-slider .module-title {
  text-transform: uppercase; }
#js-video-slider .video-poster {
  display: none;
  max-height: inherit;
  width: auto; }
#js-video-slider .slider_4 {
  width: 212px; }
#js-video-slider .image-buttons-panel {
  display: block;
  width: 100%;
  background: #333; }
  #js-video-slider .image-buttons-panel img {
    width: auto;
    height: 119px;
    margin: 0 auto; }
#js-video-slider .video-bu {
  display: block;
  height: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.2em;
  padding: 5px 5px 0 0; }
  #js-video-slider .video-bu .headline-intro {
    font-weight: 700; }
  #js-video-slider .video-bu .headline {
    color: #000; }
  #js-video-slider .video-bu .headline-intro,
  #js-video-slider .video-bu .headline {
    font-size: 1rem; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 25px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper img {
    height: auto;
    width: 100%;
    display: block; }

.bxslider {
  margin: 0;
  overflow: hidden; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -22px;
  width: 100%; }
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url( "/static/happ/_develop/rebrush/slider/v2/img/bx_loader.gif") center center no-repeat;  Das Gif liegt hier nicht */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
  display: none; }
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: -20px; }
.bx-wrapper .bx-next {
  right: -20px; }
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 36px; }
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }
.bx-wrapper a .fa {
  text-decoration: none; }

@media only screen and (max-width: 500px) {
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -29px;
    line-height: 1px; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    height: 10px;
    margin: 0 1px; } }
.grid-blog .article-title {
  font-size: 1.25rem;
  line-height: 1.7em; }
  .grid-blog .article-title .headline {
    font-size: 1.625rem;
    line-height: 1.2em; }
.grid-blog .teaser-first .article-title,
.grid-blog .column-both-center .article-title {
  margin-bottom: 20px; }
.grid-blog .teaser-first .article-intro,
.grid-blog .column-both-center .article-intro {
  margin-top: 15px; }
.grid-blog .column-both-center .archive-link-box:first-child,
.grid-blog .column-wide .archive-link-box:first-child {
  border: 0;
  padding: 0; }
.grid-blog .topic-image-header-box-small {
  font-size: 0.75rem; }

.spiegel-blog-topic .topic-header,
.blog-topic .topic-header {
  border: 0;
  margin-bottom: 20px;
  padding: 0; }
  .spiegel-blog-topic .topic-header:before,
  .blog-topic .topic-header:before {
    content: '' !important; }
  .spiegel-blog-topic .topic-header .topic-title,
  .blog-topic .topic-header .topic-title {
    padding: 0; }
.spiegel-blog-topic .article-function-box-wide,
.blog-topic .article-function-box-wide {
  display: none; }
.spiegel-blog-topic .headline-intro,
.blog-topic .headline-intro {
  display: none; }
.spiegel-blog-topic .social-bar-wrapper,
.blog-topic .social-bar-wrapper {
  margin: 15px 0; }

.spiegel-blog-topic .topic-title {
  background: url("/static/sys/v10/bg/blog_topic_header_spiegelblog.png") no-repeat left bottom transparent;
  height: 52px;
  margin: 20px 0;
  padding: 0; }
  .spiegel-blog-topic .topic-title a {
    display: block;
    height: 52px; }
  .spiegel-blog-topic .topic-title span {
    display: none; }

.blog-topic .topic-title {
  background-image: url("/static/sys/v12/bg/blog_topic_header_spon_2x.png");
  background-position: 0 13px;
  -moz-background-size: 860px 42px;
  -o-background-size: 860px 42px;
  -webkit-background-size: 860px 42px;
  background-size: 860px 42px;
  background-repeat: no-repeat;
  font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
  height: 55px;
  padding: 0; }
  .misobold .blog-topic .topic-title {
    font-family: "MisoBold", Calibri, Candara, Arial, Helvetica, sans-serif; }
  .blog-topic .topic-title .blog-headline-intro {
    font-size: 3.125rem;
    line-height: 1.3em;
    text-transform: uppercase; }
  .blog-topic .topic-title .blog-headline {
    color: #999;
    font-size: 2.25rem;
    padding: 0 100px 0 1em; }
  .blog-topic .topic-title a,
  .blog-topic .topic-title span {
    text-decoration: none; }

.blog-counter-box {
  font-size: 0.875rem;
  padding-left: 35px;
  position: relative; }
  .blog-counter-box:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    left: 0;
    position: absolute;
    top: -2px; }
  .blog-counter-box a {
    color: #900; }

.blog-pager {
  margin: 0 0 20px; }
  .blog-pager .blog-pager-inner {
    background: #f2f1ec;
    overflow: hidden;
    padding: 10px; }
  .blog-pager a {
    color: #000; }
    .blog-pager a span {
      color: #900; }
  .blog-pager .blog-pager-box-left,
  .blog-pager .blog-pager-box-right {
    float: left;
    width: 49%; }
  .blog-pager .blog-pager-box-right {
    border-left: 1px solid #e2ddd1;
    text-align: right; }

.column-both-center .blog-pager,
.column-wide .blog-pager {
  border-top: 1px solid #e2ddd1;
  margin: 20px 0 0;
  padding: 15px 0 0; }
  .column-both-center .blog-pager a:first-child:after, .column-both-center .blog-pager a:first-child:before,
  .column-wide .blog-pager a:first-child:after,
  .column-wide .blog-pager a:first-child:before {
    bottom: -5px; }

.blog-overview .blog-teaser {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .blog-overview .blog-teaser .blog-teaser-title {
    font-size: 2.5rem;
    line-height: 1.2em;
    font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    .misobold .blog-overview .blog-teaser .blog-teaser-title {
      font-family: "MisoBold", Calibri, Candara, Arial, Helvetica, sans-serif; }
  .blog-overview .blog-teaser .article-title {
    font-size: 1.375rem; }
    .blog-overview .blog-teaser .article-title .headline {
      color: #000; }
  .blog-overview .blog-teaser.teaser-short .blog-teaser-name {
    font-size: 1.625rem; }

#news-archive .nav-channel {
  display: none; }
#news-archive .column-small .list-float-left {
  padding: 5px 0;
  width: 31%;
  text-align: center; }
  #news-archive .column-small .list-float-left.row-start {
    clear: left;
    text-align: left;
    width: 20%; }
  #news-archive .column-small .list-float-left.row-end {
    clear: right;
    float: right;
    text-align: right;
    width: auto; }
    #news-archive .column-small .list-float-left.row-end > a:after {
      content: "";
      display: none; }
  #news-archive .column-small .list-float-left > a:after {
    color: #000;
    content: "|";
    display: inline-block;
    float: right; }
#news-archive .column-wide {
  font-size: 1rem; }
  #news-archive .column-wide > ul {
    border-top: 1px solid #e2ddd1;
    padding-top: 10px; }
  #news-archive .column-wide li {
    margin-bottom: 10px; }
  #news-archive .column-wide > .article-title {
    margin-top: 20px; }
    #news-archive .column-wide > .article-title + .teaser {
      margin-top: 15px; }
  #news-archive .column-wide .news-archive-headline {
    color: #000; }
  #news-archive .column-wide .headline-date {
    color: #666; }
  #news-archive .column-wide a:visited .news-archive-headline-intro,
  #news-archive .column-wide a:visited .news-archive-headline {
    color: #666; }

.news-archive-gradient .article-title {
  display: inline-block; }
.news-archive-gradient ul {
  float: right; }
.news-archive-gradient li {
  border-left: 1px solid #666;
  margin-left: 10px;
  padding-left: 6px; }
  .news-archive-gradient li:first-child {
    border-left: none 0; }
  .news-archive-gradient li a {
    color: #666;
    font-size: 1rem;
    font-weight: 700; }
    .news-archive-gradient li a.is-active {
      color: #000; }

.news-archive-table {
  border-collapse: inherit;
  border-spacing: 1px;
  width: 100%; }
  .news-archive-table tr {
    text-align: center; }
  .news-archive-table td {
    background: #fafafa;
    height: 20px;
    width: calc(302px/7); }
  .news-archive-table a {
    background: #efefef;
    display: block;
    padding: 3px 0; }
    .news-archive-table a:hover {
      background: #ccc;
      transition: all 0.3s ease-in-out 0s; }
  .news-archive-table .today a {
    background: #ccc;
    font-weight: 700; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 20px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*********** jQuery ScrollPane :: Custom CSS ***********/
.jspHorizontalBar,
.jspVerticalBar {
  background: none; }

.jspTrack {
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px; }

.jspVerticalBar .jspTrack {
  margin: 0 6px; }

.jspHorizontalBar .jspTrack {
  margin: 6px 0; }

.jspDrag {
  background-color: #ccc;
  background-image: url("/static/sys/v10/icons/ic_scroll-drag.png") !important;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.jspVerticalBar .jspDrag {
  background-position: 49% 50%;
  margin: -5px; }

.jspHorizontalBar .jspDrag {
  background-position: 50% 49%;
  margin: -5px 0; }

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background-color: #d6d6d6; }

.jspArrow,
.jspArrow.jspDisabled {
  background: url("/static/sys/v10/icons/ic_scroll-arrows-sprite.png") no-repeat scroll 0 0 transparent; }

.jspArrowUp {
  background-position: -16px  -1px !important; }

.jspArrowDown {
  background-position: -16px -31px !important; }

.jspArrowLeft {
  background-position: -1px  -17px !important; }

.jspArrowRight {
  background-position: -33px -17px !important; }

/* fix tabindex-outline @ ff3.6 */
div:focus,
div:active {
  outline: 0; }

#forum .select-fa {
  overflow: visible; }
#forum .forumTop {
  border-bottom: 1px solid #e2ddd1;
  font-size: 1.25rem;
  margin: 0 0 30px;
  padding-bottom: 15px; }
  #forum .forumTop .topRight {
    margin-left: 114px; }

#postList, #threadlist, #forumlist {
  margin: 30px 0 0;
  padding: 0 0 30px; }

#forumlist .forumbit {
  border-bottom: 1px solid #e2ddd1;
  margin-bottom: 15px;
  padding: 0 0 15px 35px;
  position: relative; }
  #forumlist .forumbit:before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #aaa;
    font-size: 1.625rem;
    left: 0;
    position: absolute;
    top: 3px; }
  #forumlist .forumbit .forum-name {
    color: #000; }
  #forumlist .forumbit a:first-child {
    display: block;
    float: left;
    font-weight: 700; }
  #forumlist .forumbit .lastThreadInfo {
    display: block;
    margin-left: 150px; }
    #forumlist .forumbit .lastThreadInfo .lastDate {
      font-size: 0.875rem; }

#threadlist .threadbit {
  border-bottom: 1px solid #e2ddd1;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px; }
  #threadlist .threadbit .thread-hot {
    float: left; }
  #threadlist .threadbit .thread-lock {
    float: left;
    margin-left: -12px; }
    #threadlist .threadbit .thread-lock .fa-lock {
      color: #000;
      font-size: 1.125rem;
      left: 5px;
      top: 5px; }
  #threadlist .threadbit .fa-comments {
    color: #aaa; }
  #threadlist .threadbit a {
    font-weight: 700; }
  #threadlist .threadbit .thread-content {
    margin-left: 40px; }

.forumPaginator .paginator,
.forumPaginator .pager {
  float: right; }
  .forumPaginator .paginator a:hover,
  .forumPaginator .paginator a:hover span,
  .forumPaginator .pager a:hover,
  .forumPaginator .pager a:hover span {
    text-decoration: none; }

.sysopPost {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  .sysopPost .postContent {
    margin-top: 0; }
  .sysopPost #sysopImage {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px; }

#postList .postbit {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  #postList .postbit p .quote {
    display: block;
    background-color: #fcfcfa;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
    #postList .postbit p .quote:after {
      border-color: transparent #fcfcfa transparent transparent;
      border-style: inset solid;
      border-width: 10px 15px;
      content: "";
      display: block;
      left: -15px;
      position: absolute;
      top: 10px;
      z-index: 1; }
    #postList .postbit p .quote q {
      color: #666;
      font-style: italic;
      font-size: 1rem; }
  #postList .postbit .postContent {
    word-wrap: break-word; }
  #postList .postbit #imageContainer {
    margin-bottom: 10px; }
    #postList .postbit #imageContainer img {
      max-width: 200px; }

#memberInfo {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }

#mapPosts {
  margin: 30px 0; }
  #mapPosts a {
    display: block; }

#mostdiscussedThread li.mostdiscussedbit {
  border-bottom: 1px solid #e2ddd1;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  #mostdiscussedThread li.mostdiscussedbit:last-child {
    border-bottom: 0 none; }
  #mostdiscussedThread li.mostdiscussedbit .postcount {
    border: 1px solid #ccc;
    color: #000;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    padding: 3px 30px 3px 10px;
    position: relative; }
    #mostdiscussedThread li.mostdiscussedbit .postcount:after {
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #aaa;
      font-size: 1.25rem;
      right: 5px;
      position: absolute;
      top: 3px; }
  #mostdiscussedThread li.mostdiscussedbit .theme a {
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em; }
    #mostdiscussedThread li.mostdiscussedbit .theme a .themeprefix {
      color: #900;
      font-weight: 700; }

#memberPostList .memberPost {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 30px;
  padding: 0 0 30px; }
  #memberPostList .memberPost .headline-intro,
  #memberPostList .memberPost .headline {
    display: inline;
    font-weight: 700;
    font-size: 1.125rem; }
  #memberPostList .memberPost p > strong {
    display: block; }

#chooser {
  float: right;
  position: relative;
  margin-bottom: 10px; }
  #chooser #chooserButton {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.7em;
    margin-right: 10px;
    text-decoration: none; }
  #chooser #chooserList {
    background-color: #fcfcfa;
    border: 1px solid #ccc;
    display: none;
    font-size: 1rem;
    line-height: 1.7em;
    padding: 10px;
    position: absolute;
    right: -1px;
    top: 10px;
    width: 117px;
    z-index: 1000; }
    #chooser #chooserList .chooserbit a,
    #chooser #chooserList .chooserOverview a {
      color: #000;
      display: block;
      white-space: nowrap; }
    #chooser #chooserList .chooserDivider {
      font-weight: 700; }

#forumNewThreadDialog, #reportPostDialog {
  display: none;
  z-index: 1000002; }
  #forumNewThreadDialog .result, #reportPostDialog .result {
    display: none; }
    #forumNewThreadDialog .result .error, #reportPostDialog .result .error {
      color: #900;
      display: block;
      font-size: 0.875rem;
      margin-left: 25px;
      line-height: 1.2em; }

#threadUserUpload {
  padding: 10px 0; }
  #threadUserUpload #file-uploader {
    float: left;
    margin-top: 1em;
    color: #000; }
    #threadUserUpload #file-uploader #threadUploadButton {
      color: #900;
      cursor: pointer;
      border: 1px solid #999;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      box-shadow: 5px 5px 2px #ccc;
      display: inline-block;
      font-weight: 700;
      font-size: 12px;
      line-height: 1.42857;
      padding: 0 1.2em 1px;
      line-height: 25px;
      position: relative;
      background: url("http://www.spiegel.de/static/sys/v9/bg/bg_mainnav.jpg") repeat-x scroll 0 0 #fff; }
      #threadUserUpload #file-uploader #threadUploadButton input {
        cursor: pointer;
        font-size: 200px;
        margin: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%; }
    #threadUserUpload #file-uploader .bar {
      background: none repeat scroll 0 0 #900;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      height: 5px;
      margin-top: 8px; }
  #threadUserUpload #uploadedImages {
    float: left;
    margin-top: 1em;
    width: 329px; }
    #threadUserUpload #uploadedImages div[id^="imageUpload"] {
      margin: 0 0 10px 9px;
      position: relative;
      float: left;
      width: 100px; }
      #threadUserUpload #uploadedImages div[id^="imageUpload"] a {
        background-image: url("/static/sys/v10/mapview/icons/remove.png");
        position: absolute;
        right: -6px;
        top: -6px;
        cursor: pointer;
        display: block;
        height: 29px;
        width: 29px; }
    #threadUserUpload #uploadedImages .uploadthumb {
      margin: 0 0 10px 9px;
      position: relative;
      float: left;
      width: 100px; }
      #threadUserUpload #uploadedImages .uploadthumb img {
        border: 0 none; }
      #threadUserUpload #uploadedImages .uploadthumb a {
        background-image: url("/static/sys/v10/mapview/icons/remove.png");
        position: absolute;
        right: -6px;
        top: -6px;
        cursor: pointer;
        display: block;
        height: 29px;
        width: 29px; }

.postGalleryDialog {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.65);
  display: none;
  padding: 10px;
  position: absolute;
  width: 878px;
  z-index: 3000000; }
  .postGalleryDialog a.closeDialog {
    background-image: url("/static/sys/v12/buttons/close_rund.png");
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    height: 42px;
    width: 42px; }
  .postGalleryDialog #postGalleryContainer {
    height: auto; }
    .postGalleryDialog #postGalleryContainer .postGallery {
      margin: 25px auto 0 auto;
      position: relative;
      width: 850px; }
      .postGalleryDialog #postGalleryContainer .postGallery .scrollable {
        position: relative;
        overflow: hidden;
        width: 850px;
        height: 600px;
        margin: 15px auto 0 auto;
        padding-bottom: 50px; }
        .postGalleryDialog #postGalleryContainer .postGallery .scrollable .pics {
          clear: both;
          height: 600px;
          overflow: hidden;
          position: absolute;
          width: 5950px; }
          .postGalleryDialog #postGalleryContainer .postGallery .scrollable .pics div {
            float: left;
            cursor: pointer;
            width: 850px;
            height: 600px;
            margin: 0px; }
      .postGalleryDialog #postGalleryContainer .postGallery #postGalleryPrev {
        left: 0;
        text-align: left; }
      .postGalleryDialog #postGalleryContainer .postGallery #postGalleryPosition {
        left: 37.5%;
        text-align: center; }
      .postGalleryDialog #postGalleryContainer .postGallery #postGalleryNext {
        right: 0;
        text-align: right; }
      .postGalleryDialog #postGalleryContainer .postGallery .postGalleryNav {
        bottom: 25px;
        font-weight: 700;
        position: absolute;
        width: 25%; }
        .postGalleryDialog #postGalleryContainer .postGallery .postGalleryNav span {
          color: #900;
          cursor: pointer; }

font[size="-2"],
.asset-box h6 {
  font-size: 0.857em; }

font[size="2"] {
  font-size: 1.167em; }

.spAssetHdln {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px; }
  .spAssetHdln a {
    color: #000;
    display: inline-block;
    padding-right: 1.135em;
    *padding-right: 0;
    *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
    .spAssetHdln a:after {
      content: "";
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      display: inline-block;
      text-decoration: none; }
    .spAssetHdln a:after {
      margin-left: 10px;
      font-weight: 700; }
    .spAssetHdln a .ie-after {
      color: #000;
      padding-left: 0.2em;
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

.spAssetAlignleft {
  float: left;
  margin: 0 15px 15px 0; }

.spDottedLinkList li,
.spLiSquare li {
  margin-bottom: 5px;
  padding-left: 0.75em;
  *zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .spDottedLinkList li:before,
  .spLiSquare li:before {
    content: '\25AA\00A0';
    margin-left: -0.75em; }
  .spDottedLinkList li .ie-before,
  .spLiSquare li .ie-before {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25AA' );
    margin-left: -0.75em; }

.spRow0 {
  background-color: #f6f6f6; }

.column-wide .spHtmlbox,
.column-wide .spHtmlbox.faktenundlinks {
  border-bottom: 1px solid #e2ddd1 !important;
  border-top: 1px solid #e2ddd1 !important;
  font-size: 0.875rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 15px 0 0; }
  .column-wide .spHtmlbox .spAssetHdln,
  .column-wide .spHtmlbox.faktenundlinks .spAssetHdln {
    font-size: 1rem; }

.column-small .asset-box h4 {
  font-size: 1rem;
  margin-bottom: 10px; }

.faktenundlinks p b {
  font-size: 0.875rem; }

.column-small .spSpiWi,
.column-small .spHtmlbox,
.column-small .spInfoBox,
.grid-einestages .spInfoBox {
  border-bottom: 1px solid #e2ddd1;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px; }
  .column-small .spSpiWi h4,
  .column-small .spHtmlbox h4,
  .column-small .spInfoBox h4,
  .grid-einestages .spInfoBox h4 {
    font-size: 1rem;
    margin-bottom: 10px; }
    .column-small .spSpiWi h4 a,
    .column-small .spHtmlbox h4 a,
    .column-small .spInfoBox h4 a,
    .grid-einestages .spInfoBox h4 a {
      color: #000;
      display: inline-block;
      padding-right: 1.135em;
      *padding-right: 0;
      *zoom: expression( this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
      .column-small .spSpiWi h4 a:after,
      .column-small .spHtmlbox h4 a:after,
      .column-small .spInfoBox h4 a:after,
      .grid-einestages .spInfoBox h4 a:after {
        content: "";
        display: inline-block;
        font: normal normal normal 10px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.25rem;
        display: inline-block;
        text-decoration: none; }
      .column-small .spSpiWi h4 a:after,
      .column-small .spHtmlbox h4 a:after,
      .column-small .spInfoBox h4 a:after,
      .grid-einestages .spInfoBox h4 a:after {
        margin-left: 10px;
        font-weight: 700; }
  .column-small .spSpiWi li a,
  .column-small .spHtmlbox li a,
  .column-small .spInfoBox li a,
  .grid-einestages .spInfoBox li a {
    display: block;
    font-weight: 700;
    margin: 10px 0 0; }
    .column-small .spSpiWi li a img,
    .column-small .spHtmlbox li a img,
    .column-small .spInfoBox li a img,
    .grid-einestages .spInfoBox li a img {
      margin: 0 2px 0 0;
      vertical-align: bottom; }
  .column-small .spSpiWi p,
  .column-small .spHtmlbox p,
  .column-small .spInfoBox p,
  .grid-einestages .spInfoBox p {
    font-size: 1rem;
    line-height: 1.3em; }
  .column-small .spSpiWi p:empty,
  .column-small .spHtmlbox p:empty,
  .column-small .spInfoBox p:empty,
  .grid-einestages .spInfoBox p:empty {
    display: block; }

#spToolsCP {
  border-bottom: 1px solid #e2ddd1;
  border-top: 0 none;
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0; }
  #spToolsCP h4 {
    font-size: 1rem;
    margin-bottom: 10px; }
  #spToolsCP .spTools {
    margin: 0 0 20px 10px !important; }
    #spToolsCP .spTools.first {
      margin-left: 0 !important; }

#content-main #spToolsCP,
#content-main .spToolsCP {
  border-bottom: 1px solid #e2ddd1;
  border-top: 0 none;
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0; }
  #content-main #spToolsCP .spTools,
  #content-main .spToolsCP .spTools {
    float: right;
    margin: 0 0 30px 10px; }
    #content-main #spToolsCP .spTools.first,
    #content-main .spToolsCP .spTools.first {
      float: left;
      margin-left: 0; }
    #content-main #spToolsCP .spTools img,
    #content-main .spToolsCP .spTools img {
      border: 0 !important; }
  #content-main #spToolsCP h4,
  #content-main .spToolsCP h4 {
    font-weight: 700;
    color: #000;
    font-size: 1.375rem;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  #content-main #spToolsCP h5,
  #content-main .spToolsCP h5 {
    font-size: 1rem;
    margin: 0 0 0.5em; }
  #content-main #spToolsCP p,
  #content-main .spToolsCP p {
    margin-bottom: 0;
    margin-top: 0; }

.column-both .spTools {
  float: left;
  width: 285px; }
  .column-both .spTools .blk {
    color: #000; }
  .column-both .spTools h4 {
    margin-bottom: 5px; }
  .column-both .spTools a {
    display: block; }
  .column-both .spTools p {
    margin-right: 25px; }

#content-main .sp4Pics {
  border: 0 none;
  margin: 0;
  padding: 0; }
  #content-main .sp4Pics .spArchive {
    background-image: none;
    border-bottom: 1px solid #e2ddd1 !important;
    padding: 10px 0 20px;
    font-size: 0.875rem; }
    #content-main .sp4Pics .spArchive a:after {
      text-decoration: underline; }
    #content-main .sp4Pics .spArchive a:after {
      display: inline-block;
      font: normal normal normal 10px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #900;
      display: inline-block;
      font-size: 1.375rem;
      margin-left: 0.4em;
      text-decoration: none;
      content: ""; }

.sp4Pics .spCenterMuMeLei5Pics {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0; }
  .sp4Pics .spCenterMuMeLei5Pics .spAssetHdln {
    padding: 0 0 15px 10px !important; }
  .sp4Pics .spCenterMuMeLei5Pics ul {
    overflow: hidden;
    margin: 0 10px; }
    .sp4Pics .spCenterMuMeLei5Pics ul li {
      float: left;
      padding-left: 32px !important;
      width: 186px !important; }
      .sp4Pics .spCenterMuMeLei5Pics ul li .asset-headline-intro {
        font-size: 0.875rem;
        font-weight: 400; }
        .sp4Pics .spCenterMuMeLei5Pics ul li .asset-headline-intro span {
          color: #000; }
    .sp4Pics .spCenterMuMeLei5Pics ul li:first-child {
      padding-left: 0 !important; }

.spEpubTopsSecond {
  background: none repeat scroll 0 0 #efefef;
  border-bottom: 3px solid #e6e6e6;
  padding: 15px 10px;
  text-align: center;
  overflow: hidden; }
  .spEpubTopsSecond:first-child {
    margin-top: 20px; }
  .spEpubTopsSecond .spEpubTopArtikel[style] {
    background-color: transparent !important;
    border: 0 none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    margin-bottom: 0 !important; }
    .spEpubTopsSecond .spEpubTopArtikel[style] h2 {
      font-size: 1.5rem; }
      .spEpubTopsSecond .spEpubTopArtikel[style] h2 a {
        color: #000; }

.spAssetAligncenter {
  clear: both;
  margin: 15px auto; }
  .spAssetAligncenter[class*="900_breitwand_180x67"] {
    margin-left: -20px;
    margin-right: -20px; }

.spAssetAlignleft,
.spAssetAlignright {
  clear: left;
  float: left;
  margin: 3px 15px 15px 0; }
  .article-section .spAssetAlignleft, .article-section
  .spAssetAlignright {
    margin: 0.5em 15px 1em -110px;
    max-width: 302px; }
  .spAssetAlignleft.thumb,
  .spAssetAlignright.thumb {
    width: 180px; }

.spGlossaryColumnBox ul {
  background-color: #f6f6f6;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 15px; }
  .spGlossaryColumnBox ul li {
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(35%, #fff), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 35%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 700;
    padding: 0.1em 0.4em;
    text-align: center; }

.spGlossaryBox {
  clear: both; }
  .spGlossaryBox ul {
    background-color: #f6f6f6;
    margin: 0 0 18px; }
    .spGlossaryBox ul li {
      background: transparent;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(35%, #fff), color-stop(100%, #ccc));
      background: -webkit-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
      background: -moz-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
      background: -o-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
      background: -ms-linear-gradient(top, #fff 0%, #fff 35%, #ccc 100%);
      background: linear-gradient(to bottom, #fff 0%, #fff 35%, #ccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
      border: 1px solid #ccc;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      display: inline-block;
      font-weight: 700;
      padding: 0.1em 0.4em;
      text-align: center; }
  .spGlossaryBox ul[style] {
    overflow: hidden !important;
    width: 400px !important; }

.spDottedLine {
  border-bottom: 1px solid #e2ddd1; }

.column-small .back-to-spon {
  margin-top: 17px;
  text-align: right; }

.spWetterbox {
  float: right;
  width: 154px; }
  .spWetterbox td {
    padding: 0 4px; }
  .spWetterbox .degree {
    width: 40px; }

.spWetterList {
  float: left;
  margin: 0 0 0 20px; }
  .spWetterList a {
    display: block;
    margin-bottom: 5px;
    *zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
    .spWetterList a:before {
      border-color: transparent transparent transparent #999;
      border-style: inset solid;
      border-width: 0.375em 0.75em;
      content: "";
      display: inline-block;
      height: 0;
      margin: 0 -0.4em 0 -0.75em;
      width: 0; }
    .spWetterList a .ie-before {
      color: #999;
      padding-right: 0.2em;
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

.column-small .spWetterList {
  margin: 0 0 0 12px;
  width: 130px; }
  .column-small .spWetterList a:before {
    margin: 0 -0.4em 0.0em -1.1em; }
  .column-small .spWetterList .ie-before {
    margin: 0 -0.5em 0 -1.1em; }

.zitat-box {
  border: 1px solid #e2ddd1;
  padding: 5px;
  position: relative; }
  .zitat-box a {
    color: #666;
    font-size: 0.875rem;
    font-weight: 700; }
  .zitat-box .zitat-box-content {
    display: block;
    padding-right: 50px; }
  .zitat-box .zitat-box-button {
    position: absolute;
    bottom: 0;
    right: 0; }

.asset-link-box ul {
  margin: 0 0 5px; }
  .asset-link-box ul li {
    margin: 0;
    padding: 10px 0 0; }
    .asset-link-box ul li:first-child {
      padding: 0; }
.asset-link-box .asset-credit {
  margin: 21px 0 0 2px; }

.column-small .article-photo-gallery .list-float-left {
  margin-left: 7px; }
  .column-small .article-photo-gallery .list-float-left:first-child {
    margin: 0; }

.grid-homepage .video-player-inline .image-buttons-panel {
  width: 100%; }

.spSoundtool iframe {
  border: none;
  overflow: hidden;
  width: 100%;
  margin: 0; }
.spSoundtool.asset-box.asset-align-left {
  width: 180px;
  margin: 0.5em 15px 1em 0; }

.spHelpBoxList li {
  border-top: 1px solid #e2ddd1;
  padding: 5px 0; }

.column-small .asset-box .source-date {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 6px 0 0 0; }

#spKolumnistenListe {
  border-bottom: 1px solid #ccc; }
  #spKolumnistenListe li {
    background: url("/static/sys/v10/misc/kolumnisten_faces.png") no-repeat scroll 0 0 transparent;
    border-top: 1px solid #ccc;
    height: 39px;
    padding: 0 0 0 50px; }
    #spKolumnistenListe li a {
      color: #000;
      display: block;
      padding: 0.5em 0 0 0; }
      #spKolumnistenListe li a span {
        color: #900; }

.spBereich4849 .archive-link-box.top {
  border-top: 0;
  margin-top: -55px; }
.spBereich4849 .archive-link-box.bottom {
  padding-bottom: 30px; }

.veeseo-iframe-box li {
  float: left;
  margin-left: 15px;
  width: 160px; }
  .veeseo-iframe-box li:first-child {
    margin-left: 0; }

.laterpay-icon:before {
  background: transparent url("/static/sys/v10/logo/spiegelplus-rot-klein.png") no-repeat scroll 0 0/100% 100%;
  content: "";
  display: inline-block;
  float: none;
  margin: 0 0.35em 0 0;
  height: 15px;
  width: 63px; }

.laterpay-icon-big.article-title {
  padding-right: 90px;
  position: relative; }
  .laterpay-icon-big.article-title .laterpay-icon:before {
    background: transparent url("/static/sys/v10/logo/spiegelplus-rot-gross.png") no-repeat scroll 0 0/100% 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    height: 20px;
    width: 84px;
    margin: 0 0 0 0.35em; }

.article-function-box .laterpay-icon:before,
.article-function-box-wide .laterpay-icon:before,
.article-functions-bottom .laterpay-icon:before,
.article-image-box .laterpay-icon:before,
.multi-pager-control .laterpay-icon:before,
.multi-pager-headlines .laterpay-icon:before,
.column-box-pic .laterpay-icon:before,
.spEpubTopArtikel .asset-align-right .laterpay-icon:before {
  display: none; }
