button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -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: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  color: #990000;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.3992rem;
  height: 25px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }

html {
  font-size: 10px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: white;
  color: black;
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: anti-aliased; }

*:focus {
  outline: 0; }

button, input, select, textarea {
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; }

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

a {
  color: #990000;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  a:hover, a:hover span, a:active, a:active span {
    color: inherit;
    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: #990000; }
  a img {
    border: 0 none; }

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

b, strong {
  font-weight: bold; }

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

dfn {
  font-style: italic; }

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

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; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

form {
  margin: 0; }

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

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

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; }

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

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

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

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

time, .timeformat {
  display: inline; }

p:empty {
  display: none; }

input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.56rem;
  height: 24px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  padding: 3px; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.56rem;
  background-color: white;
  border: 1px solid #666666;
  -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: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset; }

textarea {
  height: auto; }

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

img[src$="/empty.gif"], img[src$="/pixel.gif"] {
  border: 0 none;
  display: block;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  width: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }
.breitwandaufmacher {
  width: 860px; }

.panoV9 {
  width: 520px; }

.panoV9free {
  width: 520px; }

.thumb {
  width: 180px; }

.thumbsmall {
  width: 90px; }

body {
  padding: 0 0 30px; }

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

#wrapper-shadow {
  background-color: white;
  padding: 5px;
  width: 900px; }

#header {
  clear: both; }

#wrapper-content {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #cccccc;
  padding: 15px 19px;
  position: relative;
  width: 860px; }

#footer {
  background: #f6f6f6;
  margin: 0 -10px;
  position: relative; }
  #footer #footer-content {
    padding: 38px 5px 5px; }

#content-main {
  position: relative; }

.grid-article,
.grid_blog,
.grid-channel,
.grid-homepage,
.grid-search,
.grid-seite2,
.grid-topic {
  width: 860px; }

.column-both {
  margin-bottom: 20px;
  padding-top: 30px; }

.grid-article .column-both,
.grid-channel .column-both,
.grid-homepage .column-both,
.grid-search .column-both,
.grid-topic .column-both {
  width: 860px; }

.grid-article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9488rem; }
  .grid-article .article-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.7984rem;
    margin-bottom: 15px; }
  .grid-article .column-wide {
    float: right;
    width: 520px; }
    .grid-article .column-wide .asset-align-center:first-child {
      margin-top: 0; }
  .grid-article .column-small {
    float: left;
    width: 302px; }
  .grid-article .column-small,
  .grid-article .article-function-box-wide {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.4949rem; }

.grid-homepage {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.6992rem;
  padding-top: 20px; }
  .grid-homepage .hp-teasers-box {
    border-bottom: 3px double #e6e6e6;
    margin-bottom: 30px; }
    .grid-homepage .hp-teasers-box .teaser {
      margin-bottom: 25px;
      padding-top: 30px; }
    .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 > .wrapad {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.32rem; }
    .grid-homepage > .asset-box .asset-title,
    .grid-homepage > .asset-box .module-title,
    .grid-homepage > .module-box .asset-title,
    .grid-homepage > .module-box .module-title,
    .grid-homepage > .wrapad .asset-title,
    .grid-homepage > .wrapad .module-title {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 20px;
      line-height: 2.04rem; }
  .grid-homepage > .asset-box {
    border-bottom: 3px double #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .grid-homepage > #billboard_1.adition .wrapad {
    border-bottom: 3px double #e6e6e6;
    border-top: 3px double #e6e6e6;
    margin-bottom: 30px; }
  .grid-homepage > .hpheftkasten {
    margin-bottom: 30px; }
  .grid-homepage > .commonpager.mumelei-5-pics {
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .grid-homepage .column-wide {
    background: transparent url(/static/sys/v10/bg/column_sep_border.png) 619px 0 repeat-y;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding-right: 20px;
    width: 610px; }
  .grid-homepage .column-small {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.3805rem;
    float: right;
    overflow: hidden;
    width: 230px; }

.grid-channel {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem; }
  .grid-channel .column-both > .asset-box,
  .grid-channel .column-both > .module-box,
  .grid-channel .column-both > .wrapad {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.32rem; }
    .grid-channel .column-both > .asset-box .asset-title,
    .grid-channel .column-both > .asset-box .module-title,
    .grid-channel .column-both > .module-box .asset-title,
    .grid-channel .column-both > .module-box .module-title,
    .grid-channel .column-both > .wrapad .asset-title,
    .grid-channel .column-both > .wrapad .module-title {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 20px;
      line-height: 2.04rem; }
  .grid-channel .column-wide {
    float: left;
    position: relative;
    width: 520px; }
  .grid-channel .column-small {
    float: right;
    width: 302px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.3805rem;
    padding-top: 20px; }
  .grid-channel.archive-content .article-title span,
  .grid-channel .teaser.archive-content .article-title span {
    display: inline;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-channel .teaser .headline-intro {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-channel .teaser .headline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem; }

.grid-seite2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8494rem; }
  .grid-seite2 .column-wide {
    float: right;
    width: 520px; }
  .grid-seite2 .column-small {
    float: left;
    padding: 0 15px 0 5px;
    width: 266px; }

.grid-search {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .grid-search .column-wide {
    float: right;
    width: 630px;
    border-top: 3px double #e6e6e6;
    padding-top: 20px; }
  .grid-search .column-small {
    float: left;
    width: 195px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.4949rem; }
  .grid-search > .article-title {
    padding: 40px 0; }

.grid-spam {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem; }
  .grid-spam .column-wide {
    float: left;
    position: relative;
    width: 520px; }
  .grid-spam .column-small {
    float: right;
    width: 302px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.3805rem;
    padding-top: 20px; }
  .grid-spam.archive-content .article-title span {
    display: inline;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-spam .teaser .article-title .headline-intro {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-spam .teaser .article-title .headline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem; }

.grid-spiegel {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .grid-spiegel .column-wide {
    float: left;
    width: 520px; }
  .grid-spiegel .column-small {
    float: right;
    width: 302px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.3805rem;
    padding-top: 20px; }
  .grid-spiegel .headline-intro {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-spiegel .headline,
  .grid-spiegel .article-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem; }

.grid-topic {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .grid-topic .article-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem; }
  .grid-topic .column-wide {
    float: right;
    width: 520px; }
  .grid-topic .column-small {
    float: left;
    width: 302px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.4949rem; }

.grid-blog .article-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.68rem; }
.grid-blog .article-column-both {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.1994rem; }
.grid-blog .column-wide {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.1994rem;
  float: right;
  width: 520px; }
.grid-blog .column-small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.599rem;
  float: left;
  width: 302px; }

.grid-topic > .module-box,
.grid-article > .module-box {
  border-bottom: 3px double #e6e6e6;
  padding: 20px 0; }

.column-both .asset-box,
.column-both .module-box {
  border-bottom: 3px double #e6e6e6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px; }
.column-both .asset-title,
.column-both .module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin-bottom: 10px; }
.column-both .teaser-first {
  border-bottom: 3px double #e6e6e6;
  border-top: 0 none;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px; }

.column-wide .asset-box,
.column-wide .module-box,
.column-wide .wrapad {
  border-top: 3px double #e6e6e6;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 15px 0 0; }
.column-wide .asset-title,
.column-wide .module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin-bottom: 10px; }
.column-wide .teaser:first-child,
.column-wide .teaser-first:first-child {
  border-top: 0 none;
  padding-top: 0; }

.column-small .asset-box,
.column-small .module-box,
.column-small .wrapad {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px; }
.column-small .asset-title,
.column-small .module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin-bottom: 10px; }
.link-right {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
  .link-right:after {
    border-color: transparent transparent transparent black;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 -0.65em 0 0.4em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  .link-right .ie-after {
    color: black;
    padding-left: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

.link-left {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .link-left:before {
    border-color: transparent black transparent transparent;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0.4em 0 -0.65em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  .link-left .ie-before {
    color: black;
    padding-right: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25C0' ); }

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

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

.display-block {
  display: block; }

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

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

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

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

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

.row {
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%; }
  .row .radio {
    margin-right: 5px;
    width: auto; }
  .row.separate {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 10px; }
  .row label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.56rem;
    display: block;
    font-weight: bold; }
    .row label.radiolabel {
      display: inline;
      width: auto; }
  .row.privacy label {
    float: right;
    font-weight: normal;
    width: 445px; }
    .row.privacy label a {
      font-weight: bold; }
  .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; }

#feedback-form-popup #feedback-form .formblock {
  margin-top: 20px; }
  #feedback-form-popup #feedback-form .formblock:first-child {
    margin-top: 0; }
  #feedback-form-popup #feedback-form .formblock .blockheadline {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0; }
  #feedback-form-popup #feedback-form .formblock .comment {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.56rem;
    margin: 5px 0 15px 0; }
#feedback-form-popup #feedback-form .row {
  margin: 0 0 10px;
  overflow: hidden;
  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: 8px; }
  #feedback-form-popup #feedback-form .row select.error, #feedback-form-popup #feedback-form .row textarea.error, #feedback-form-popup #feedback-form .row input.error {
    background-color: #ffbbbb; }
  #feedback-form-popup #feedback-form .row textarea {
    width: 100%;
    height: 165px; }
  #feedback-form-popup #feedback-form .row label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.56rem;
    display: block;
    width: 120px;
    font-weight: normal;
    float: left; }
    #feedback-form-popup #feedback-form .row label.checkbox {
      width: 555px;
      float: right; }

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

.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: 12px;
    font-size: 1.2rem;
    background-color: maroon;
    display: block;
    margin: 0 0 0 30px;
    padding: 0; }
    .error-box ul li {
      color: white;
      padding: 5px; }

.messagebox {
  border-radius: 5px;
  padding: 5px;
  margin: 10px 0;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  .messagebox.error {
    border: 2px solid red; }
  .messagebox.ok {
    border: 2px solid #00aa00; }
  .messagebox strong {
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }

.zebra-table th, .zebra-table td {
  border-color: #cccccc transparent;
  border-style: solid none;
  border-width: 1px 0;
  vertical-align: top; }
.zebra-table .table-row0, .zebra-table .table-row2 {
  background-color: #f6f6f6; }
.zebra-table .table-row1 {
  background-color: white; }
.zebra-table .spTabellesyskopf {
  color: #666666;
  font-weight: bold;
  border: 0 none;
  padding: 0 0 15px 0; }
.zebra-table .spTablesysRowHead {
  text-align: left;
  background-color: #f6f6f6;
  font-weight: bold; }
.zebra-table .spResultTableRow2 {
  background-color: #f6f6f6; }

table.spTabellesys {
  border-style: hidden hidden none; }
  table.spTabellesys td {
    border: 1px solid #cccccc;
    padding: 0.2em 4px; }

.warning-red {
  font-size: 10px;
  font-size: 1rem;
  background: red;
  color: white;
  font-weight: bold;
  text-align: center; }

.warning-yellow {
  font-size: 15px;
  font-size: 1.5rem;
  background: yellow;
  color: black;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 2px 0; }

.small-info {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  margin: 5px 0 0; }
.header-top {
  overflow: hidden;
  width: 100%; }

.nav-main {
  float: left;
  margin-left: 2px; }
  .nav-main ul {
    margin: 0; }
    .nav-main ul li {
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      margin: 0;
      padding: 0 3px 9px 0; }
      .nav-main ul li a {
        border-left: 1px solid #cccccc;
        color: #666666;
        display: block;
        font-weight: bold;
        padding-left: 5px; }
        .nav-main ul li a:hover, .nav-main ul li a:active, .nav-main ul li a:focus {
          text-decoration: none; }
      .nav-main ul li:first-child a {
        border-left: 0;
        padding-left: 0; }
      .nav-main ul li:hover, .nav-main ul li:active, .nav-main ul li:focus {
        background: url(/static/sys/v10/bg/bg_nav_main_arrow.png) bottom center no-repeat transparent; }

.nav-service {
  float: right; }
  .nav-service ul {
    margin: 0; }
    .nav-service ul li {
      display: inline-block;
      line-height: 14px;
      line-height: 1.413rem;
      margin: 0;
      padding-right: 3px; }
      .nav-service ul li a {
        border-left: 1px solid #cccccc;
        color: #333333;
        display: block;
        padding-left: 5px; }
        .nav-service ul li a img {
          float: left;
          margin-left: 2px; }
      .nav-service ul li:first-child a {
        border-left: 0; }
      .nav-service ul li > .nav-service-sub {
        -webkit-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        background-color: white;
        border: 2px solid #cccccc;
        display: none;
        position: absolute;
        top: 28px;
        right: 0;
        width: auto; }
      .nav-service ul li:hover > .nav-service-sub, .nav-service ul li:active > .nav-service-sub, .nav-service ul li:focus > .nav-service-sub {
        display: block;
        z-index: 1000002; }
      .nav-service ul li ul > li {
        font-size: 10px;
        font-size: 1rem;
        display: block;
        margin: 0;
        min-width: 100px;
        padding: 0;
        white-space: nowrap; }
        .nav-service ul li ul > li a {
          border: 0 none;
          padding: 4px 6px; }
        .nav-service ul li ul > li:hover, .nav-service ul li ul > li:active, .nav-service ul li ul > li:focus {
          background: #efefef;
          text-decoration: underline; }

.header-main {
  background: url("/static/sys/v10/bg/bg_header_sprite_2.png") 0 -15px repeat-x;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .header-main .header-logo {
    float: left;
    margin: 19px 0 0 12px; }
    .header-main .header-logo img {
      border: 1px solid #e1e1e1;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .header-main .channel-name {
    font-size: 25px;
    font-size: 2.5rem;
    color: white;
    display: block;
    float: left;
    font-weight: bold;
    margin: 19px 0 0 10px;
    text-transform: uppercase; }
    .header-main .channel-name a {
      color: white; }
    .header-main .channel-name:hover {
      text-decoration: none; }
  .header-main .login-links {
    margin: 5px 0 0;
    position: absolute;
    top: 0;
    right: 8px; }
    .header-main .login-links li {
      color: white;
      display: inline;
      margin: 0; }
    .header-main .login-links a {
      color: white;
      padding: 0 4px; }

#auto .header-main {
  background-position: 0 -219px;
  background-color: #5888ab; }

#forum .header-main {
  background-position: 0 -117px;
  background-color: #395a6d; }

#gesundheit .header-main {
  background-position: 0 -1851px;
  background-color: #b4c893; }

#kultur .header-main {
  background-position: 0 -321px;
  background-color: #f38030; }

#netzwelt .header-main {
  background-position: 0 -423px;
  background-color: #556f77; }

#panorama .header-main {
  background-position: 0 -525px;
  background-color: #ff724b; }

#politik .header-main {
  background-position: 0 -627px;
  background-color: #b10027; }

#reise .header-main {
  background-position: 0 -729px;
  background-color: #ff9900; }

#schulspiegel .header-main {
  background-position: 0 -831px;
  background-color: #cc3300; }

#spam .header-main {
  background-position: 0 -1749px;
  background-color: #1a1a1a; }

#spiegel .header-main {
  background-position: 0 -1035px;
  background-color: #ea4100; }

#suche .header-main {
  background-position: 0 -1035px;
  background-color: #ea4100; }

#sport .header-main {
  background-position: 0 -1137px;
  background-color: #528264; }

#sptv .header-main {
  background-position: 0 -1239px;
  background-color: #000066; }

#unispiegel .header-main {
  background-position: 0 -1341px;
  background-color: #ff4b00; }

#video .header-main {
  background: transparent; }

#wetter .header-main {
  background-position: 0 -1545px;
  background-color: #357ecc; }

#wirtschaft .header-main {
  background-position: 0 -1647px;
  background-color: #34537c; }

#wissenschaft .header-main {
  background-position: 0 -933px;
  background-color: #7d9f89; }

#stil .header-main {
  background-position: 0 -2040px;
  background-color: #b48e12; }

#einestages .header-main,
#suche.einestages .header-main,
#impressum.einestages .header-main {
  background-position: 0 -1938px;
  background-color: #394249; }

#home .channel-name,
#spiegel .channel-name,
#meinspiegel .channel-name {
  display: none; }

.header-search {
  position: absolute;
  top: 24px;
  right: 12px; }

.nav-channel {
  background: url(/static/sys/v10/bg/bg_mainnav.png) repeat-x scroll center 4px white;
  height: 32px; }
  .nav-channel ul {
    margin: 0; }
    .nav-channel ul li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 14px;
      line-height: 1.4rem;
      float: left;
      margin: 0 1px 0 0;
      position: relative;
      *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
      .nav-channel ul li:before, .nav-channel ul li .ie-before {
        background: #cccccc;
        content: " ";
        height: 16px;
        left: -1px;
        position: absolute;
        top: 8px;
        width: 1px; }
      .nav-channel ul li .ie-before {
        display: block;
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\00A0' ); }
      .nav-channel ul li:first-child:before, .nav-channel ul li:first-child .ie-before {
        display: none; }
      .nav-channel ul li a {
        color: #333333;
        display: block;
        padding: 8px 5px 7px 4px; }
        .nav-channel ul li a:hover, .nav-channel ul li a:active, .nav-channel ul li a:focus, .nav-channel ul li a:hover .ie-before, .nav-channel ul li a:active .ie-before, .nav-channel ul li a:focus .ie-before {
          text-decoration: none; }
      .nav-channel ul li .active:after, .nav-channel ul li .active:before,
      .nav-channel ul li .nav-channel-name:hover:after, .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:after, .nav-channel ul li .nav-channel-name.js-hover:before {
        border-color: transparent;
        border-style: solid inset;
        bottom: 0;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0; }
      .nav-channel ul li .nav-channel-name:hover:after, .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:after, .nav-channel ul li .nav-channel-name.js-hover:before {
        z-index: 1000002; }
      .nav-channel ul li .nav-channel-name.active:after {
        border-bottom-color: white;
        border-width: 4px;
        margin-left: -4px; }
      .nav-channel ul li .nav-channel-name:hover:after,
      .nav-channel ul li .nav-channel-name.js-hover:after,
      .nav-channel ul li .nav-channel-name.active:hover:after {
        border-bottom-color: white;
        border-width: 6px;
        margin-left: -6px; }
      .nav-channel ul li .nav-channel-name.active:before {
        border-width: 8px;
        margin-left: -8px; }
      .nav-channel ul li.channel-border-bottom .active:before {
        border-bottom-color: #e1e1e1; }
      .nav-channel ul li.channel-auto-border-bottom .nav-channel-name {
        border-bottom: 3px solid #5888ab; }
      .nav-channel ul li.channel-auto-border-bottom .active:before {
        border-bottom-color: #5888ab; }
      .nav-channel ul li.channel-einestages-border-bottom .nav-channel-name {
        border-bottom: 3px solid #aaaaaa; }
      .nav-channel ul li.channel-einestages-border-bottom .active:before {
        border-bottom-color: #aaaaaa; }
      .nav-channel ul li.channel-gesundheit-border-bottom .nav-channel-name {
        border-bottom: 3px solid #b4c893; }
      .nav-channel ul li.channel-gesundheit-border-bottom .active:before {
        border-bottom-color: #b4c893; }
      .nav-channel ul li.channel-karriere-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ac000b; }
      .nav-channel ul li.channel-karriere-border-bottom .active:before {
        border-bottom-color: #ac000b; }
      .nav-channel ul li.channel-kultur-border-bottom .nav-channel-name {
        border-bottom: 3px solid #f38030; }
      .nav-channel ul li.channel-kultur-border-bottom .active:before {
        border-bottom-color: #f38030; }
      .nav-channel ul li.channel-stil-border-bottom .nav-channel-name {
        border-bottom: 3px solid #b48e12; }
      .nav-channel ul li.channel-stil-border-bottom .active:before {
        border-bottom-color: #b48e12; }
      .nav-channel ul li.channel-netzwelt-border-bottom .nav-channel-name {
        border-bottom: 3px solid #556f77; }
      .nav-channel ul li.channel-netzwelt-border-bottom .active:before {
        border-bottom-color: #556f77; }
      .nav-channel ul li.channel-panorama-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff724b; }
      .nav-channel ul li.channel-panorama-border-bottom .active:before {
        border-bottom-color: #ff724b; }
      .nav-channel ul li.channel-politik-border-bottom .nav-channel-name {
        border-bottom: 3px solid #b10027; }
      .nav-channel ul li.channel-politik-border-bottom .active:before {
        border-bottom-color: #b10027; }
      .nav-channel ul li.channel-sport-border-bottom .nav-channel-name {
        border-bottom: 3px solid #528264; }
      .nav-channel ul li.channel-sport-border-bottom .active:before {
        border-bottom-color: #528264; }
      .nav-channel ul li.channel-reise-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff9900; }
      .nav-channel ul li.channel-reise-border-bottom .active:before {
        border-bottom-color: #ff9900; }
      .nav-channel ul li.channel-schulspiegel-border-bottom .nav-channel-name {
        border-bottom: 3px solid #cc3300; }
      .nav-channel ul li.channel-schulspiegel-border-bottom .active:before {
        border-bottom-color: #cc3300; }
      .nav-channel ul li.channel-unispiegel-border-bottom .nav-channel-name {
        border-bottom: 3px solid #ff4b00; }
      .nav-channel ul li.channel-unispiegel-border-bottom .active:before {
        border-bottom-color: #ff4b00; }
      .nav-channel ul li.channel-wirtschaft-border-bottom .nav-channel-name {
        border-bottom: 3px solid #34537c; }
      .nav-channel ul li.channel-wirtschaft-border-bottom .active:before {
        border-bottom-color: #34537c; }
      .nav-channel ul li.channel-wissenschaft-border-bottom .nav-channel-name {
        border-bottom: 3px solid #7d9f89; }
      .nav-channel ul li.channel-wissenschaft-border-bottom .active:before {
        border-bottom-color: #7d9f89; }
      .nav-channel ul li .nav-channel-name.active:hover:before,
      .nav-channel ul li .nav-channel-name.active.js-hover:before,
      .nav-channel ul li .nav-channel-name:hover:before,
      .nav-channel ul li .nav-channel-name.js-hover:before {
        border-bottom-color: #999999;
        border-width: 8px;
        bottom: 1px;
        margin-left: -8px; }
      .nav-channel ul li .nav-channel-name.js-hover {
        border-bottom-color: transparent; }
      .nav-channel ul li .nav-channel-sub {
        -webkit-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        background-color: white;
        background-color: rgba(255, 255, 255, 0.95);
        filter: alpha(opacity=95);
        border: 2px solid #999999;
        display: none;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        left: 0;
        padding: 5px 0;
        position: absolute;
        top: 29px;
        width: 450px; }
        .nav-channel ul li .nav-channel-sub.auto-width {
          width: auto; }
        .nav-channel ul li .nav-channel-sub.pos-right {
          left: auto;
          right: 0; }
      .nav-channel ul li:hover {
        z-index: 1000003; }
      .nav-channel ul li:hover > .nav-channel-sub, .nav-channel ul li:active > .nav-channel-sub, .nav-channel ul li:focus > .nav-channel-sub {
        display: block; }
      .nav-channel ul li ul {
        float: left;
        min-width: 130px;
        white-space: nowrap; }
        .nav-channel ul li ul li {
          font-size: 10px;
          font-size: 1rem;
          border: 0 none;
          display: block;
          float: none;
          margin: 0;
          padding: 0; }
          .nav-channel ul li ul li a {
            border: 0 none;
            padding: 4px 6px; }
            .nav-channel ul li ul li a .nav-channel-sub-entry {
              color: #990000;
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: bold; }
            .nav-channel ul li ul li a:before, .nav-channel ul li ul li a .ie-before {
              display: none; }
          .nav-channel ul li ul li:hover, .nav-channel ul li ul li:active, .nav-channel ul li ul li:focus {
            background: #efefef;
            text-decoration: underline; }
            .nav-channel ul li ul li:hover:before, .nav-channel ul li ul li:hover:after, .nav-channel ul li ul li:active:before, .nav-channel ul li ul li:active:after, .nav-channel ul li ul li:focus:before, .nav-channel ul li ul li:focus:after {
              display: none; }
          .nav-channel ul li ul li:first-child a:before, .nav-channel ul li ul li:first-child .ie-before {
            display: none; }

.nav-channel-sub-assets {
  float: right;
  overflow: hidden;
  padding-right: 6px;
  width: 249px; }
  .nav-channel-sub-assets div {
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 10px; }
  .nav-channel-sub-assets .asset {
    display: none; }
  .nav-channel-sub-assets .top {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    font-weight: bold;
    margin-bottom: 10px; }
  .nav-channel-sub-assets .load-icon {
    border: 0 none;
    display: block;
    margin: 5px 0 0 5px; }
  .nav-channel-sub-assets .nav-channel-sub-asset-box {
    border: 0 none;
    margin-top: 10px;
    padding: 0; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box:first-child {
      margin-top: 0; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box img {
      float: left; }
    .nav-channel-sub-assets .nav-channel-sub-asset-box a {
      font-size: 12px;
      font-size: 1.2rem;
      border: 0 none;
      color: #990000;
      line-height: normal;
      margin: 0 0 0 100px;
      padding: 0 5px 0 0; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a:hover, .nav-channel-sub-assets .nav-channel-sub-asset-box a:active, .nav-channel-sub-assets .nav-channel-sub-asset-box a:focus {
        text-decoration: underline; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a:before, .nav-channel-sub-assets .nav-channel-sub-asset-box a .ie-before {
        display: none; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a span {
        font-size: 11px;
        font-size: 1.1rem; }
      .nav-channel-sub-assets .nav-channel-sub-asset-box a .asset-headline-intro {
        font-weight: bold; }

#breadcrumb {
  background-color: white;
  border-bottom: 3px double #e6e6e6;
  clear: both;
  overflow: hidden;
  padding: 10px 0 15px;
  position: relative;
  width: 100%; }
  #breadcrumb .date {
    float: left;
    margin-right: 10px; }
  #breadcrumb .nav-toptopics {
    float: left; }
    #breadcrumb .nav-toptopics .toptopics-title {
      font-size: 10px;
      font-size: 1rem;
      background: url(/static/sys/v10/bg/icon_nadel_themencrumb_8.png) 0 0 no-repeat transparent;
      color: #666666;
      cursor: pointer;
      display: inline;
      font-weight: normal;
      min-height: 20px;
      margin: 0;
      padding: 2px 0 12px 16px; }
    #breadcrumb .nav-toptopics ul {
      display: inline; }
      #breadcrumb .nav-toptopics ul li {
        color: black;
        display: inline; }
  #breadcrumb .nav-extra {
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 5%, white 100%);
    padding-left: 1em;
    position: absolute;
    right: 0; }
    #breadcrumb .nav-extra .breadcrumb-social {
      float: left;
      margin: 0 0 0 20px; }
      #breadcrumb .nav-extra .breadcrumb-social span {
        display: block;
        float: left;
        padding: 0 5px 0 0; }
      #breadcrumb .nav-extra .breadcrumb-social a {
        display: inline; }
        #breadcrumb .nav-extra .breadcrumb-social a img {
          padding: 0 3px 0 0; }
    #breadcrumb .nav-extra #subchannel_reiter_1 {
      margin-left: 20px !important;
      float: left; }
  #breadcrumb .breadcrumb-history {
    color: #999999;
    float: left;
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    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: #999999; }
      #breadcrumb .breadcrumb-history li.invisible {
        display: none; }
  #breadcrumb .so-hdln {
    font-size: 10px;
    font-size: 1rem;
    display: inline;
    font-weight: normal; }

.biga-head {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border-bottom: 1px solid #e6e6e6;
  height: 50px; }
  .biga-head .biga-logo {
    margin: 14px; }
    .biga-head .biga-logo .biga-head-logo {
      float: left;
      width: 180px; }
      .biga-head .biga-logo .biga-head-logo img {
        height: 22px;
        width: 164px; }
    .biga-head .biga-logo .channel-name {
      color: #666666;
      font-size: 17px;
      font-size: 1.7rem;
      margin: 0; }
    .biga-head .biga-logo h2 {
      display: none; }
.footer-partner-bar {
  clear: both;
  overflow: hidden;
  position: relative; }
  .footer-partner-bar h4 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666666;
    background: transparent url("/static/sys/v10/bg/bg_maincontainer_line.gif") bottom repeat-x;
    padding-bottom: .6em; }
  .footer-partner-bar ul {
    float: left;
    margin: 1em 0 1px;
    padding: 0;
    width: 144px; }
    .footer-partner-bar ul li {
      line-height: 11px;
      line-height: 1.1rem; }
      .footer-partner-bar ul li h5 {
        font-size: 11px;
        font-size: 1.1rem;
        color: #666666;
        padding: 0 0 5px; }
      .footer-partner-bar ul li a {
        background: transparent url(/static/sys/v10/bg/bg_footer-partner-sprite.png) 0 -1px no-repeat;
        color: #666666;
        display: block;
        min-height: 25px;
        padding: 4px 0 1px 31px; }

.footer-main-nav {
  background: #f6f6f6 url("/static/sys/v10/bg/bg_maincontainer_line.gif") top repeat-x;
  height: 20px;
  margin: 0 0 15px 0;
  padding: 3px 0 0; }
  .footer-main-nav li {
    float: left;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0; }
    .footer-main-nav li a {
      font-size: 11px;
      font-size: 1.1rem;
      color: #666666; }

.footer-sub-nav {
  background: transparent url(/static/sys/v10/bg/bg_maincontainer_line.gif) top repeat-x;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px; }
  .footer-sub-nav ul {
    font-size: 10px;
    font-size: 1rem;
    line-height: 11px;
    line-height: 1.1rem;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    width: 132px; }
    .footer-sub-nav ul:first-child {
      padding: 0; }
    .footer-sub-nav ul li {
      color: #666666;
      line-height: 16px;
      line-height: 1.6rem;
      margin: 0;
      padding: 0; }
      .footer-sub-nav ul li a {
        color: #666666; }

#spFooterMagazinBox {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 30px;
  width: 876px; }
  #spFooterMagazinBox ul {
    float: left;
    margin: 0;
    padding: 0 0 0 17px;
    width: 160px; }
    #spFooterMagazinBox ul:first-child {
      padding: 0; }
    #spFooterMagazinBox ul li h4 {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666666;
      padding-bottom: 10px;
      text-transform: none; }
    #spFooterMagazinBox ul li img {
      padding-bottom: 10px; }
    #spFooterMagazinBox ul li a {
      color: #666666; }
      #spFooterMagazinBox ul li a:hover, #spFooterMagazinBox ul li a:active, #spFooterMagazinBox ul li a:focus {
        color: #666666; }
#home #breadcrumb h1 {
  display: none; }

.hp-gradient {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -moz-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -o-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: linear-gradient(to right, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1', GradientType=1 );
  padding: 8px 0 5px;
  position: relative; }
  .hp-gradient.double-bottom-border {
    border-bottom: 5px solid white;
    *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-border" ); }
    .hp-gradient.double-bottom-border:before {
      border-bottom: 1px solid #e6e6e6;
      border-top: 1px solid #e6e6e6;
      bottom: -5px;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .hp-gradient.double-bottom-border .ie-border {
      border-bottom: 1px solid #e6e6e6;
      border-top: 1px solid #e6e6e6;
      bottom: -25px;
      content: '';
      height: 1px;
      left: 0;
      position: relative;
      width: 100%;
      *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '' ); }

.hp-hatching {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -moz-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -o-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: linear-gradient(to right, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1', GradientType=1 );
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 5px 5px; }
  .hp-hatching .hp-gradient {
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(153, 153, 153, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(153, 153, 153, 0.2) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(153, 153, 153, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(153, 153, 153, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(153, 153, 153, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(153, 153, 153, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#33999999', GradientType=1 ); }

.top-poster {
  border-bottom: 3px double #e6e6e6;
  display: none;
  margin: 0 0 15px 0; }
  .top-poster .closer {
    background: url("/static/sys/v10/buttons/btn_close_black.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 25px; }
  .top-poster .top-poster-startpage {
    display: none;
    height: 30px;
    margin-top: -15px;
    padding: 5px 0 10px;
    z-index: 1; }
    .top-poster .top-poster-startpage .top-poster-startpage-content {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 30px;
      line-height: 3.0002rem;
      padding: 0 10px 0 10px;
      position: relative;
      background: url("/static/sys/v10/bg/back_alert.png") repeat-y scroll 0 0 #e1e1e1; }
      .top-poster .top-poster-startpage .top-poster-startpage-content .top-poster-startpage-content-startpage {
        background: url("/static/sys/v10/icons/home_v2.png") no-repeat scroll 0 50% transparent;
        color: #666666;
        display: block;
        padding: 0 0 0 30px;
        float: left;
        width: 50%; }
      .top-poster .top-poster-startpage .top-poster-startpage-content .top-poster-startpage-content-notifier {
        display: none;
        background: url("/static/sys/v10/icons/alert_v2.png") no-repeat scroll 0 50% transparent;
        color: #666666;
        padding: 0 0 0 30px;
        float: left; }
      .top-poster .top-poster-startpage .top-poster-startpage-content .closer {
        right: -10px;
        top: -10px; }
  .top-poster .top-poster-redirect {
    display: none;
    margin-top: -15px;
    padding: 5px 0 10px 0;
    z-index: 1; }
    .top-poster .top-poster-redirect .top-poster-redirect-content {
      font-size: 10px;
      font-size: 1rem;
      background-color: #e1e1e1;
      max-height: 50px;
      padding: 10px;
      position: relative;
      width: 842px; }
      .top-poster .top-poster-redirect .top-poster-redirect-content a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        line-height: 2.9988rem;
        color: black;
        font-weight: bold;
        text-decoration: none; }
  .top-poster .top-poster-ai {
    padding: 10px 10px 0 10px;
    background-color: #efefef;
    margin: 0 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% white; }
    .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: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.3994rem;
        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; }
      .top-poster .top-poster-ai .top-poster-ai-content .teaser {
        border-top: 0 none;
        margin: 0;
        padding-top: 10px; }
        .top-poster .top-poster-ai .top-poster-ai-content .teaser .article-title .headline-intro {
          display: inline;
          font-size: 20px;
          font-size: 2rem;
          line-height: 27px;
          line-height: 2.666rem; }
        .top-poster .top-poster-ai .top-poster-ai-content .teaser .article-intro {
          margin: 6px 0 12px 0; }

.column-hidden {
  display: block;
  position: absolute;
  visibility: hidden; }

.grid-homepage .teaser.hp-first-article {
  border-bottom: 3px double #e6e6e6;
  border-top: none 0;
  margin: 0 0 20px;
  padding: 0 0 20px; }
.grid-homepage .teaser .article-title .headline-intro {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.25rem;
  display: block;
  margin: 0; }
.grid-homepage .teaser .article-title .headline {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.666rem; }
.grid-homepage .teaser.hp-first-article .article-title .headline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
.grid-homepage .teaser + .asset-list-box-hp-special {
  margin-top: -10px; }
.grid-homepage .module-box .teaser:first-child {
  border-top: none 0;
  padding: 0; }
.grid-homepage .article-list {
  margin: 0; }
  .grid-homepage .article-list li .headline-intro {
    font-size: 12px;
    font-size: 1.2rem;
    color: #990000;
    font-weight: bold; }
  .grid-homepage .article-list li .headline {
    font-size: 12px;
    font-size: 1.2rem;
    color: black; }
.grid-homepage .teaser.hp-first-article.pano_xxl_old {
  border-bottom: none 0;
  margin: 0;
  padding: 0; }
.grid-homepage .column-small.pano_xxl_old {
  border-top: 3px double #e6e6e6;
  padding-top: 20px; }
.grid-homepage .column-small .asset-align-center.thumbflexhp {
  margin-bottom: 0; }
.grid-homepage .column-small img[src*="thumbflexhp"] {
  height: auto;
  width: 100%; }
.grid-homepage .column-wide.pano_xxl_old .teaser:first-child {
  padding-top: 0; }
.grid-homepage .topicspecial .column-wide {
  background: none; }
  .grid-homepage .topicspecial .column-wide p {
    margin: 10px 5px 0; }
.grid-homepage .topicspecial .bg-box {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #f9f9f9), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #f9f9f9 50%, #fbfbfb 100%);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #f9f9f9 50%, #fbfbfb 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #f9f9f9 50%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #f9f9f9 50%, #fbfbfb 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #f9f9f9 50%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFFBFBFB', GradientType=0 ); }
  .grid-homepage .topicspecial .bg-box .article-title {
    padding: 10px 5px 0; }
.grid-homepage .topicspecial .column-small .image-small {
  margin-top: 15px; }
.grid-homepage .topicspecial .column-small .asset-box {
  border: 0; }
.grid-homepage .teaser .hp-first-article .topicspecial .article-intro {
  padding: 0 5px; }
.grid-homepage .teaser .hp-first-article .topicspecial .article-title {
  padding: 0 5px 10px; }
.grid-homepage .teaser .hp-first-article .topicspecial .column-wide {
  background-image: none; }
  .grid-homepage .teaser .hp-first-article .topicspecial .column-wide .article-image-box {
    float: none;
    padding-left: 5px; }
.grid-homepage .teaser .hp-first-article .topicspecial .column-small .asset-list-box {
  border: none 0;
  margin: 0;
  padding: 0; }

.block-bullet, .no-bullet {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0; }
  .block-bullet a, .no-bullet a {
    color: black; }

.block-bullet {
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-bullet" ); }
  .block-bullet:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 8px solid #990000;
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.125 * 1em);
    vertical-align: -webkit-calc(-0.125 * 1em);
    vertical-align: calc(-0.125 * 1em); }
  .block-bullet .ie-bullet {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 8px solid #990000;
    height: 0px;
    margin: 0 10px 1px 0;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '' ); }

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 .auto .block-bullet:before,
.grid-homepage .auto .block-bullet .ie-bullet {
  border-color: #5888ab; }
.grid-homepage .gesundheit .block-bullet:before,
.grid-homepage .gesundheit .block-bullet .ie-bullet {
  border-color: #b4c893; }
.grid-homepage .kultur .block-bullet:before,
.grid-homepage .kultur .block-bullet .ie-bullet {
  border-color: #f38030; }
.grid-homepage .stil .block-bullet:before,
.grid-homepage .stil .block-bullet .ie-bullet {
  border-color: #b48e12; }
.grid-homepage .netzwelt .block-bullet:before,
.grid-homepage .netzwelt .block-bullet .ie-bullet {
  border-color: #556f77; }
.grid-homepage .panorama .block-bullet:before,
.grid-homepage .panorama .block-bullet .ie-bullet {
  border-color: #ff724b; }
.grid-homepage .politik .block-bullet:before,
.grid-homepage .politik .block-bullet .ie-bullet {
  border-color: #b10027; }
.grid-homepage .karriere .block-bullet:before,
.grid-homepage .karriere .block-bullet .ie-bullet {
  border-color: #ac000b; }
.grid-homepage .reise .block-bullet:before,
.grid-homepage .reise .block-bullet .ie-bullet {
  border-color: #ff9900; }
.grid-homepage .spam .block-bullet:before,
.grid-homepage .spam .block-bullet .ie-bullet {
  border-color: #1a1a1a; }
.grid-homepage .sport .block-bullet:before,
.grid-homepage .sport .block-bullet .ie-bullet {
  border-color: #528264; }
.grid-homepage .uniundschule .block-bullet:before,
.grid-homepage .uniundschule .block-bullet .ie-bullet {
  border-color: #cc3300; }
.grid-homepage .unispiegel .block-bullet:before,
.grid-homepage .unispiegel .block-bullet .ie-bullet {
  border-color: #ff4b00; }
.grid-homepage .wirtschaft .block-bullet:before,
.grid-homepage .wirtschaft .block-bullet .ie-bullet {
  border-color: #34537c; }
.grid-homepage .wissenschaft .block-bullet:before,
.grid-homepage .wissenschaft .block-bullet .ie-bullet {
  border-color: #7d9f89; }
.grid-homepage .spiegel .block-bullet:before,
.grid-homepage .spiegel .block-bullet .ie-bullet {
  border-color: #ea4100; }
.grid-homepage .einestages .block-bullet:before,
.grid-homepage .einestages .block-bullet .ie-bullet {
  border-color: #aaaaaa; }

.ressort-teaser-box-nav {
  float: right;
  margin-top: 3px;
  padding-right: 5px; }
  .ressort-teaser-box-nav ul {
    margin: 0; }
    .ressort-teaser-box-nav ul li {
      border-left: 1px solid #666666;
      float: left;
      margin-right: 6px;
      padding-left: 6px; }
      .ressort-teaser-box-nav ul li:first-child {
        border-left: none 0; }
      .ressort-teaser-box-nav ul li a {
        font-size: 12px;
        font-size: 1.2rem;
        color: #666666;
        font-weight: bold; }
        .ressort-teaser-box-nav ul li a.link-more:after {
          border-color: #666666 transparent transparent transparent;
          border-style: inset solid;
          border-width: 0.75em 0.5em;
          content: "";
          display: inline-block;
          height: 0;
          margin: 0 0 -.75em .5em;
          width: 0; }
      .ressort-teaser-box-nav ul li > .ressort-box-nav-sub {
        -webkit-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.4);
        background-color: white;
        border: 2px solid #cccccc;
        display: none;
        padding: 8px 0 8px 17px;
        position: absolute;
        right: 0;
        width: 220px; }
      .ressort-teaser-box-nav ul li:hover > .ressort-box-nav-sub, .ressort-teaser-box-nav ul li:active > .ressort-box-nav-sub, .ressort-teaser-box-nav ul li:focus > .ressort-box-nav-sub {
        display: block;
        z-index: 1000002; }
      .ressort-teaser-box-nav ul li ul > li {
        background: transparent url(/static/sys/v10/icons/ic_themen_icon_klein.png) 0 6px no-repeat;
        border: 0 none;
        display: block;
        float: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19px;
        line-height: 1.8662rem;
        margin: 0;
        padding: 4px 0;
        width: auto; }
        .ressort-teaser-box-nav ul li ul > li a {
          border: none;
          padding: 0 0 0 25px; }

.ressort-teaser-box-body {
  background: transparent url("/static/sys/v10/bg/column_sep_border.png") 619px 0 repeat-y;
  margin: 30px 0;
  overflow: hidden; }
  .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: 15px;
      font-size: 1.5rem;
      line-height: 23px;
      line-height: 2.25rem;
      display: block; }
    .ressort-teaser-box-body .ressort-teaser-box-top .headline {
      font-size: 20px;
      font-size: 2rem;
      line-height: 27px;
      line-height: 2.666rem;
      color: #990000; }
  .ressort-teaser-box-body .ressort-teaser-box-top,
  .ressort-teaser-box-body .article-list {
    max-width: 610px;
    *width: 610px; }
  .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 .commonpager {
    width: 610px; }
  .ressort-teaser-box-body .commonpager-page {
    width: 630px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    .ressort-teaser-box-body .commonpager-page.first {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 17px;
      line-height: 1.6992rem; }
    .ressort-teaser-box-body .commonpager-page .list-float-left {
      height: 150px;
      margin: 0 0 0 35px;
      overflow: hidden;
      width: 180px; }
      .ressort-teaser-box-body .commonpager-page .list-float-left.first {
        margin-left: 0; }
    .ressort-teaser-box-body .commonpager-page .headline-intro {
      font-weight: bold; }
    .ressort-teaser-box-body .commonpager-page .headline {
      color: black; }
    .ressort-teaser-box-body .commonpager-page .article-title .headline-intro {
      color: black; }
    .ressort-teaser-box-body .commonpager-page .article-title .headline {
      color: #990000; }
    .ressort-teaser-box-body .commonpager-page .load-icon {
      display: block;
      margin-left: 45%;
      margin-top: 20%; }
  .ressort-teaser-box-body .commonpager-indicator {
    float: right; }
  .ressort-teaser-box-body .column-wide {
    background-image: none;
    margin-bottom: 0; }
  .ressort-teaser-box-body .column-small {
    padding-top: 0; }
    .ressort-teaser-box-body .column-small ul {
      margin: 0; }
      .ressort-teaser-box-body .column-small ul li {
        margin: 10px 0 0; }
        .ressort-teaser-box-body .column-small ul li:first-child {
          margin: 0; }
        .ressort-teaser-box-body .column-small ul li .headline-intro {
          font-weight: bold;
          margin: 0 0 5px; }
        .ressort-teaser-box-body .column-small ul li .headline {
          color: black; }
    .ressort-teaser-box-body .column-small .asset-box,
    .ressort-teaser-box-body .column-small .module-box {
      border: 0  none; }

.spam .ressort-teaser-box-body .article-list li a {
  color: black;
  font-weight: bold; }

.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: white;
      background-color: #990000;
      padding: 5px 20px; }
  .asset-debatte .asset-headline {
    color: black;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .asset-debatte .asset-copy {
    color: black;
    display: block;
    margin: 0 auto 15px;
    width: 85%; }

.grid-homepage .column-wide .asset-kolumnisten-main {
  float: left;
  width: 400px;
  padding: 15px 28px 15px 0; }
  .grid-homepage .column-wide .asset-kolumnisten-main .asset-kolumnisten-headline {
    font-weight: bold; }
    .grid-homepage .column-wide .asset-kolumnisten-main .asset-kolumnisten-headline .asset-headline {
      color: #990000;
      font-weight: bold; }
  .grid-homepage .column-wide .asset-kolumnisten-main .asset-kolumnisten-author,
  .grid-homepage .column-wide .asset-kolumnisten-main .asset-kolumnisten-headline {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    margin-bottom: 10px; }
  .grid-homepage .column-wide .asset-kolumnisten-main .asset-align-left {
    margin-right: 10px;
    margin-top: 5px; }
  .grid-homepage .column-wide .asset-kolumnisten-main p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    margin-left: 100px; }
.grid-homepage .column-wide .asset-kolumnisten-list {
  line-height: 14px;
  line-height: 1.38rem;
  float: right;
  margin-top: 41px;
  width: 190px; }
  .grid-homepage .column-wide .asset-kolumnisten-list li {
    background: url("/static/sys/v10/misc/kolumnisten_faces.png") no-repeat scroll 5px 10px transparent;
    height: 39px;
    padding: 0 0 0 50px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-augstein {
      background-position: 5px -89px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-fleischhauer {
      background-position: 5px -29px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-diez {
      background-position: 5px -210px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-berg {
      background-position: 5px -329px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-lobo {
      background-position: 5px -149px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-muenchau {
      background-position: 5px -269px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li.kolumnist-burmester {
      background-position: 5px -390px; }
    .grid-homepage .column-wide .asset-kolumnisten-list li a {
      color: black;
      display: block;
      padding: 0.5em 0 0 0; }
      .grid-homepage .column-wide .asset-kolumnisten-list li a span {
        color: #990000; }

.asset-hp-special .hp-gradient {
  padding: 0; }
.asset-hp-special .column-wide {
  border-right: 12px solid white;
  margin-bottom: 0;
  padding-right: 0;
  width: 618px; }
.asset-hp-special .column-small {
  border-left: 12px solid white;
  margin-left: -12px; }

.asset-augenblick .archive-link-box {
  border-top: 0 none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  padding-top: 0;
  text-transform: none; }
  .asset-augenblick .archive-link-box .link-right {
    color: black;
    padding-right: 0.1em; }
    .asset-augenblick .archive-link-box .link-right:after {
      border-left-color: black; }
.asset-augenblick img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%; }

.asset-mixed-imagetypes .hp-gradient.double-bottom-border:before {
  content: none; }
.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: #666666;
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 30px;
  padding: 0 0 30px; }

.hpmeinungbox {
  margin-bottom: 40px; }
  .hpmeinungbox .hpmeinungbox-body {
    overflow: hidden; }
  .hpmeinungbox .hpmeinungbox-footer {
    margin-top: 15px; }
  .hpmeinungbox .hpmeinungbox-aufmacher {
    overflow: hidden;
    margin: 30px 0;
    width: 90%; }
    .hpmeinungbox .hpmeinungbox-aufmacher .headline-intro {
      display: block;
      font-size: 1.5rem;
      line-height: 2.25rem;
      color: #000; }
    .hpmeinungbox .hpmeinungbox-aufmacher .headline {
      font-size: 2rem;
      line-height: 2.666rem; }
  .hpmeinungbox .hpmeinungbox-kommentare {
    float: left;
    width: 42%; }
  .hpmeinungbox .hpmeinungbox-kolumnen {
    float: right;
    width: 55%; }
  .hpmeinungbox .hpmeinungbox-headline {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 100%; }
  .hpmeinungbox .hpmeinungbox-teaser img {
    float: left;
    height: auto;
    margin-right: 20px;
    border-radius: 50%; }
  .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser,
  .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser {
    display: inline-block;
    width: 99%; }
    .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser .headline-intro,
    .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser .headline-intro {
      color: #990000;
      font-size: 1.2rem;
      line-height: 1.5996rem;
      font-weight: normal; }
    .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser .headline,
    .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser .headline {
      color: #000;
      font-size: 1.2rem;
      line-height: 1.5996rem;
      font-weight: normal; }
  .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser {
    min-height: 57px;
    clear: left;
    margin-bottom: 15px; }
    .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser img {
      width: 54px;
      height: 54px;
      margin: 0 10px 0 0; }
    .hpmeinungbox .hpmeinungbox-kommentare .hpmeinungbox-teaser .headline-author {
      font-size: 1.5rem;
      line-height: 2.25rem;
      color: #000;
      display: block; }
  .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 5px;
    min-height: 50px; }
    .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser img {
      width: 45px;
      height: 45px;
      margin-right: 10px; }
    .hpmeinungbox .hpmeinungbox-kolumnen .hpmeinungbox-teaser .headline-author {
      margin: 8px 0 0 0;
      font-weight: bold;
      color: #000;
      display: block; }
.headline {
  color: #990000; }

#abo .headline {
  color: #ff6600; }

#auto .headline {
  color: #5888ab; }

#dossiers .headline {
  color: #f1541d; }

#forum .headline {
  color: #395a6d; }

#gesundheit .headline {
  color: #b4c893; }

#kultur .headline {
  color: #f38030; }

#stil .headline {
  color: #b48e12; }

#netzwelt .headline {
  color: #556f77; }

#reise .headline {
  color: #ff9900; }

#panorama .headline {
  color: #ff724b; }

#politik .headline {
  color: #b10027; }

#schulspiegel .headline {
  color: #cc3300; }

#shop .headline {
  color: #ff6600; }

#spiegel .headline {
  color: #ea4100; }

#sport .headline {
  color: #528264; }

#sptv .headline {
  color: #000066; }

#suche .headline {
  color: #990000; }

#unispiegel .headline {
  color: #ff4b00; }

#wetter .headline {
  color: #357ecc; }

#wirtschaft .headline {
  color: #34537c; }

#wissenschaft .headline {
  color: #7d9f89; }

#thema .headline {
  color: #990000; }

#international .headline {
  color: #c11919; }

.archive-heading {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  font-weight: bold;
  padding: 20px 0 10px;
  text-transform: uppercase; }

.teaser {
  border-top: 3px double #e6e6e6;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px 0 0 0; }
  .teaser .headline-intro {
    color: black;
    margin: 0 0 5px; }
  .teaser .article-list {
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }
    .teaser .article-list li {
      margin: 5px 0 0; }
      .teaser .article-list li:first-child {
        margin: 0; }

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

.column-both .teaser-first .article-title {
  margin-bottom: 5px; }
.column-both .teaser-first .headline-intro {
  display: inline;
  font-size: 23px;
  font-size: 2.28rem;
  line-height: 30px;
  line-height: 3.03924rem; }
.column-both .teaser-first .headline {
  display: inline;
  font-size: 23px;
  font-size: 2.28rem;
  line-height: 30px;
  line-height: 3.03924rem; }
.column-both .teaser-first .article-intro {
  float: left;
  margin-top: 0;
  width: 520px; }
  .column-both .teaser-first .article-intro.article-intro-wide {
    width: 100%; }
.column-both .teaser-first .forum-balloon {
  float: right;
  width: 302px; }

.archive-content .headline {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem; }

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

.forum-balloon-body {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  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: #999999; }

.video-forum-bracket, .video-forum-bracket a {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem; }
.article-topic-box.asset-box {
  padding: 0 0 15px; }
.article-topic-box ul {
  margin: 0; }
.article-topic-box li {
  background: url("/static/sys/v10/bg/bg_topic-head-bullet-sprite.png") no-repeat 0 -174px transparent;
  margin: 0;
  padding: 7px 0; }
  .article-topic-box li:first-child {
    background-position: 0 -314px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 20px 0 0 2px; }
  .article-topic-box li.article-topics-all {
    margin-top: 10px; }
  .article-topic-box li a {
    display: block;
    padding-left: 22px; }
.article-topic-box.topic-en li:first-child {
  background: url("/static/sys/v10/bg/bg_topicindex_en.png") no-repeat left top transparent;
  height: 20px;
  padding-top: 25px; }

.topic-glossary-box {
  background: #f6f6f6;
  padding: 10px 0 10px 10px; }
  .topic-glossary-box .is-active {
    color: #666666;
    display: block;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 7px 4px; }
  .topic-glossary-box .topic-glossary-overview {
    display: block;
    font-weight: bold;
    padding: 0.7em; }

.topic-image-header-box {
  position: relative;
  margin-bottom: 40px; }
  .topic-image-header-box .topic-image-header-box-big {
    background: #f6f6f6;
    padding: 28px 28px 12px; }
  .topic-image-header-box .topic-image-header-box-layer {
    background-color: white;
    border: 3px solid #e6e6e6;
    height: 200px;
    left: 25px;
    margin-top: -129px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 260px; }
    .topic-image-header-box .topic-image-header-box-layer .headline {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 23px;
      line-height: 2.2986rem; }

.topic-image-header-box-big + .topic-image-header-box-layer {
  left: 50px;
  margin-top: -123px; }

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

.topic-header {
  margin-bottom: 40px; }

.topic-title {
  background: transparent url("/static/sys/v10/bg/bg_topic-head-bullet-sprite.png") no-repeat 0 0;
  font-size: 23px;
  font-size: 2.28rem;
  line-height: 27px;
  line-height: 2.69268rem;
  padding: 15px 0 3px 65px; }
  .topic-title .topic-icon {
    display: none; }
  .topic-title a,
  .topic-title span {
    color: #666666; }
  .topic-title img {
    padding-left: 10px; }

.topic-header.topic-header-international .topic-title {
  background: transparent url("/static/sys/v10/bg/bg_topicindex_en.png") no-repeat top left; }

.topic-claim {
  padding: 0 0 0 65px;
  margin: 0; }
  .topic-claim a {
    color: #666666; }

.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-header-index {
  padding: 20px 0; }
  .topic-header-index .topic-title {
    background: transparent url("/static/sys/v10/bg/bg_themen_a_z.png") no-repeat 0 0;
    height: 30px; }
    .topic-header-index .topic-title span {
      display: none; }

.topic-glossary-content {
  border: 3px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 10px; }
  .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 {
        color: #990000;
        list-style-type: disc; }

.grid-topic .archive-link-box:first-child {
  border: 0;
  padding-top: 5px; }
.asset-align-center {
  clear: both;
  margin: 15px auto; }

.asset-align-left {
  float: left;
  margin: 3px 15px 15px 0; }

.asset-align-right {
  float: right;
  margin: 3px 0 15px 15px; }

.asset-title,
.module-title {
  color: black;
  font-weight: bold; }
  .asset-title a,
  .module-title a {
    color: black;
    display: inline-block;
    padding-right: 1.135em;
    *padding-right: 0;
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
    .asset-title a:after,
    .module-title a:after {
      border-color: transparent transparent transparent black;
      border-style: inset solid;
      border-width: 0.45em 0.65em;
      content: "";
      display: inline-block;
      height: 0;
      margin: 0 -0.85em 0 0.4em;
      vertical-align: inherit;
      vertical-align: -moz-calc(-0.05 * 1em);
      vertical-align: -webkit-calc(-0.05 * 1em);
      vertical-align: calc(-0.05 * 1em);
      width: 0; }
    .asset-title a .ie-after,
    .module-title a .ie-after {
      color: black;
      padding-left: 0.2em;
      *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

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

.asset-headline {
  color: #990000; }

.asset-headline-intro + .asset-headline {
  color: black;
  font-weight: normal; }

.asset-credit {
  color: #666666;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-align: right; }

.inline-pic-credit .box-position {
  position: relative; }
  .inline-pic-credit .box-position .asset-credit {
    bottom: 4px;
    color: #f6f6f6;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 10px;
    line-height: 0.972rem;
    right: 5px;
    position: absolute;
    filter: Shadow(Color=#666666, Direction=45, Strength=2), Shadow(Color=#666666, Direction=135, Strength=2), Shadow(Color=#666666, Direction=225, Strength=2), Shadow(Color=#666666, Direction=315, Strength=2);
    text-shadow: 1px 1px 2px #666666, -1px 1px 2px #666666, 1px -1px 2px #666666, -1px -1px 2px #666666;
    z-index: 1; }
    .inline-pic-credit .box-position .asset-credit a {
      color: inherit; }
  .inline-pic-credit .box-position .image-buttons {
    z-index: 2; }

.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: normal; }
  .table-vehicle td {
    border-left: 1px solid #cccccc; }

.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 #999999;
      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: #999999;
      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; }

.biga-header {
  border-bottom: 3px double #e6e6e6;
  padding: 10px 0; }
  .biga-header .biga-headline {
    color: #666666;
    float: left;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
  .biga-header .biga-date {
    float: right;
    font-size: 10px;
    font-size: 1rem; }

.biga-nav {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
  position: relative; }
  .biga-nav > .link-left,
  .biga-nav > .link-right,
  .biga-nav > .biga-map-link {
    position: absolute;
    top: 10px; }
  .biga-nav > .link-left {
    left: 0; }
  .biga-nav > .link-right {
    right: 0; }
  .biga-nav .link-left:before {
    border-color: transparent black transparent transparent; }
  .biga-nav .link-right:after {
    border-color: transparent transparent transparent black; }
  .biga-nav .biga-map-link {
    background: url("/static/sys/v10/mapview/bg_map-layout-sprite.png") no-repeat 0 -214px white;
    font-weight: bold;
    height: 20px;
    left: 0;
    padding: 1px 0 0 48px; }
  .biga-nav .biga-control {
    text-align: center; }
    .biga-nav .biga-control .link-left,
    .biga-nav .biga-control .link-right {
      display: inline-block;
      padding: 0 10px; }
      .biga-nav .biga-control .link-left:hover,
      .biga-nav .biga-control .link-right:hover {
        text-decoration: none; }
    .biga-nav .biga-control span {
      display: inline-block;
      font-weight: bold;
      min-width: 50px; }

.biga-entries {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .biga-entries .biga-image {
    margin: 0 auto; }
  .biga-entries .biga-latest-entry {
    float: left;
    padding: 0 40px 20px 0;
    width: 390px; }
    .biga-entries .biga-latest-entry .list-float {
      border-top: 3px double #e6e6e6;
      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: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.5996rem; }
      .biga-entries .biga-latest-entry .biga-latest-entry-headline .headline-intro {
        color: black; }
      .biga-entries .biga-latest-entry .biga-latest-entry-headline .headline {
        color: #990000; }

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

.biga-zitat-box {
  background: url("/static/sys/v10/bg/bg_seite2.gif") repeat-y scroll 575px 0 transparent; }
  .biga-zitat-box > div {
    float: left; }
  .biga-zitat-box .biga-zitat-box-left {
    border-right: 1px solid #e6e6e6;
    color: #666666;
    text-align: center;
    width: 575px; }
    .biga-zitat-box .biga-zitat-box-left .biga-zitat-box-content {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 29px;
      line-height: 2.88rem;
      margin: 30px; }
    .biga-zitat-box .biga-zitat-box-left .biga-zitat-box-author {
      color: black;
      margin: 20px; }
  .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 #e6e6e6;
      display: block;
      width: 100%; }
    .biga-zitat-box .biga-zitat-box-right .biga-zitat-box-description {
      padding-right: 40px; }

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

.zitat-box {
  border: 1px solid #e6e6e6;
  padding: 5px;
  position: relative; }
  .zitat-box a {
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 1.989rem;
    font-weight: bold; }
  .zitat-box .zitat-box-content {
    display: block;
    padding-right: 50px; }
  .zitat-box .zitat-box-button {
    position: absolute;
    bottom: 0;
    right: 0; }

.asset-list-box {
  overflow: hidden;
  position: relative; }
  .asset-list-box ul {
    margin: 0; }
    .asset-list-box ul li, .asset-list-box ul li:first-child {
      margin: 5px 0; }
  .asset-list-box .article-image-box a {
    position: relative; }
    .asset-list-box .article-image-box a .image-buttons {
      bottom: 9px;
      cursor: pointer;
      display: block;
      left: 9px;
      position: absolute; }
  .asset-list-box .column-box-pic {
    float: left;
    margin: 0 12px 12px 0;
    width: 122px; }
    .asset-list-box .column-box-pic a {
      position: relative; }
      .asset-list-box .column-box-pic a .image-buttons {
        bottom: 9px;
        cursor: pointer;
        display: block;
        left: 9px;
        position: absolute; }
    .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: bold; }
  .asset-list-box.asset-list-box-centerteaser ul li {
    float: left;
    padding: 0 0 0 17px;
    width: 162px; }
    .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 7px; }
  .asset-list-box.asset-list-box-hp-special {
    border-top: none;
    padding-top: 0; }
    .asset-list-box.asset-list-box-hp-special ul li {
      float: left;
      padding: 0 0 0 32px;
      width: 182px; }
      .asset-list-box.asset-list-box-hp-special ul li:first-child {
        padding: 0; }
      .asset-list-box.asset-list-box-hp-special ul li a {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 13px;
        line-height: 1.32rem; }
    .asset-list-box.asset-list-box-hp-special .article-image-box {
      margin: 0 0 7px; }

.article-section .asset-list-box {
  border-bottom: 3px double #e6e6e6;
  padding: 15px 0 5px; }
  .article-section .asset-list-box ul {
    list-style-type: none;
    margin-left: 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; }

.asset-flash-box .flash-pic {
  position: relative; }
  .asset-flash-box .flash-pic a {
    position: relative; }
    .asset-flash-box .flash-pic a .image-buttons {
      bottom: 12px;
      cursor: pointer;
      display: block;
      left: 10px;
      position: absolute; }

.button-layer {
  bottom: 12px;
  height: 44px;
  position: absolute;
  right: 12px; }
  .button-layer .button-bg-left,
  .button-layer .button-bg-middle,
  .button-layer .button-bg-right {
    background: url("/static/sys/v10/buttons/btn_piclayer-sprite.png");
    background-color: transparent;
    background-repeat: no-repeat;
    float: left;
    height: 44px; }
  .button-layer .button-bg-left {
    background-position: 0 -100px;
    width: 8px; }
  .button-layer .button-bg-middle {
    background-position: 0 0;
    background-repeat: repeat-x; }
    .button-layer .button-bg-middle .button-layer-text {
      background: transparent;
      color: white;
      display: block;
      margin: 12px 10px 0; }
  .button-layer .button-bg-right {
    background-position: 0 -200px;
    width: 36px; }

.button-layer-small {
  height: 32px; }
  .button-layer-small .button-bg-left,
  .button-layer-small .button-bg-middle,
  .button-layer-small .button-bg-right {
    background-image: url("/static/sys/v10/buttons/btn_piclayer_small-sprite.png");
    height: 32px; }
  .button-layer-small .button-bg-left {
    background-position: 0 -36px; }
  .button-layer-small .button-bg-middle .button-layer-text {
    margin: 5px; }
  .button-layer-small .button-bg-right {
    background-position: 0 -72px;
    width: 24px; }

.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 {
      bottom: 12px;
      cursor: pointer;
      display: block;
      left: 12px;
      position: absolute; }
.video-asset .hp-video-news-list {
  margin: 0;
  padding: 0; }
  .video-asset .hp-video-news-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px 0 6px; }
    .video-asset .hp-video-news-list li .headline-intro {
      font-weight: bold; }
    .video-asset .hp-video-news-list li .headline {
      color: black; }
.video-asset .link-right {
  margin: 10px 0 0;
  text-align: right; }

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

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

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

.mumelei {
  margin-bottom: 40px;
  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;
    margin: 3px 0 14px 0;
    text-align: right; }
    .mumelei .paginator-control-panel > a {
      margin-left: 3px; }
    .mumelei .paginator-control-panel > a:first-child {
      margin: 0 3px 0 0; }
    .mumelei .paginator-control-panel .paginator-control {
      color: #cccccc; }
      .mumelei .paginator-control-panel .paginator-control a {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: bold;
        margin: 0 2px; }
        .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: #990000; }
      .mumelei .paginator-control-panel .paginator-control.active a {
        color: #cccccc; }
  .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: #990000; }

.mumelei-3-pics {
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.333rem;
  background: #f6f6f6;
  overflow: hidden;
  padding: 12px 11px; }
  .mumelei-3-pics .asset-title {
    background: url(/static/sys/v10/icons/ic_ressortteaser-sprite.png) 0 -64px no-repeat;
    float: left;
    margin: 0;
    padding-left: 18px; }
  .mumelei-3-pics .paginator-page li {
    float: left;
    margin-left: 9px;
    width: 160px; }
    .mumelei-3-pics .paginator-page li:first-child {
      margin-left: 0; }
  .mumelei-3-pics .image-buttons .image-buttons {
    bottom: 12px;
    cursor: pointer;
    display: block;
    left: 12px;
    position: absolute; }

.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 {
  bottom: 12px;
  cursor: pointer;
  display: block;
  left: 12px;
  position: absolute; }

.pdf-box-content {
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 5px 10px; }
  .pdf-box-content .pdf-box-link img {
    float: right; }
  .pdf-box-content a,
  .pdf-box-content span {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.4993rem; }
  .pdf-box-content span {
    color: #666666; }

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

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

.vote-box {
  width: 100%; }
  .vote-box .asset-title {
    background: url("/static/sys/v10/icons/vote_icon.jpg") no-repeat 100% 50% transparent;
    height: 16px;
    padding: 5px 0; }
  .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 input {
        display: block;
        float: left;
        margin: 3px 5px 0 0; }
      .vote-box .vote-box-list li .radiolabel {
        display: block;
        float: left;
        width: 80%; }

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

.page-bottom-content {
  clear: both;
  border-top: 3px double #e6e6e6; }
  .page-bottom-content div.spArticleBottomBox:first-of-type {
    border-top: 0 none; }
  .page-bottom-content .archive-link-box:first-child {
    border-top: 0 none;
    margin-top: -10px;
    padding: 0; }
    .page-bottom-content .archive-link-box:first-child + .module-box {
      border-top: 3px double #e6e6e6;
      padding-top: 20px; }

.biga-square.module-box {
  border-bottom: 0 none; }
  .biga-square.module-box .biga-square-box {
    float: left;
    width: 231px; }
  .biga-square.module-box .biga-square-box-img {
    background-color: #ececec;
    display: block;
    float: left;
    position: relative; }
    .biga-square.module-box .biga-square-box-img img {
      margin: 0;
      float: left; }
    .biga-square.module-box .biga-square-box-img.img-no-3, .biga-square.module-box .biga-square-box-img.img-no-6 {
      float: right; }
    .biga-square.module-box .biga-square-box-img.img-no-1, .biga-square.module-box .biga-square-box-img.img-no-5, .biga-square.module-box .biga-square-box-img.img-no-6 {
      margin-bottom: 18px; }
    .biga-square.module-box .biga-square-box-img.img-no-2, .biga-square.module-box .biga-square-box-img.img-no-3, .biga-square.module-box .biga-square-box-img.img-no-5, .biga-square.module-box .biga-square-box-img.img-no-6 {
      font-size: 10px;
      font-size: 1rem;
      line-height: 12px;
      line-height: 1.2rem; }
    .biga-square.module-box .biga-square-box-img.img-no-4 {
      margin: 0 22px 0 23px; }
    .biga-square.module-box .biga-square-box-img:hover .biga-square-box-img-overlay {
      display: block; }
  .biga-square.module-box .biga-square-box-img-overlay {
    color: white;
    display: none;
    left: 0;
    background-color: #666666;
    background-color: rgba(102, 102, 102, 0.8);
    filter: alpha(opacity=80);
    padding: 3px;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    top: 0; }

#panorama .biga-square-box-img-overlay {
  background-color: #ff724b;
  background-color: rgba(255, 114, 75, 0.8);
  filter: alpha(opacity=80); }

#auto .biga-square-box-img-overlay {
  background-color: #5888ab;
  background-color: rgba(88, 136, 171, 0.8);
  filter: alpha(opacity=80); }

#gesundheit .biga-square-box-img-overlay {
  background-color: #b4c893;
  background-color: rgba(180, 200, 147, 0.8);
  filter: alpha(opacity=80); }

#kultur .biga-square-box-img-overlay {
  background-color: #f38030;
  background-color: rgba(243, 128, 48, 0.8);
  filter: alpha(opacity=80); }

#netzwelt .biga-square-box-img-overlay {
  background-color: #556f77;
  background-color: rgba(85, 111, 119, 0.8);
  filter: alpha(opacity=80); }

#reise .biga-square-box-img-overlay {
  background-color: #ff9900;
  background-color: rgba(255, 153, 0, 0.8);
  filter: alpha(opacity=80); }

#politik .biga-square-box-img-overlay {
  background-color: #b10027;
  background-color: rgba(177, 0, 39, 0.8);
  filter: alpha(opacity=80); }

#schulspiegel .biga-square-box-img-overlay {
  background-color: #cc3300;
  background-color: rgba(204, 51, 0, 0.8);
  filter: alpha(opacity=80); }

#sport .biga-square-box-img-overlay {
  background-color: #528264;
  background-color: rgba(82, 130, 100, 0.8);
  filter: alpha(opacity=80); }

#sptv .biga-square-box-img-overlay {
  background-color: #000066;
  background-color: rgba(0, 0, 102, 0.8);
  filter: alpha(opacity=80); }

#unispiegel .biga-square-box-img-overlay {
  background-color: #ff4b00;
  background-color: rgba(255, 75, 0, 0.8);
  filter: alpha(opacity=80); }

#wirtschaft .biga-square-box-img-overlay {
  background-color: #34537c;
  background-color: rgba(52, 83, 124, 0.8);
  filter: alpha(opacity=80); }

#wissenschaft .biga-square-box-img-overlay {
  background-color: #7d9f89;
  background-color: rgba(125, 159, 137, 0.8);
  filter: alpha(opacity=80); }

#stil .biga-square-box-img-overlay {
  background-color: #b48e12;
  background-color: rgba(180, 142, 18, 0.8);
  filter: alpha(opacity=80); }

.asset-tab-box .tabs {
  position: relative; }
  .asset-tab-box .tabs .multi-box-tabs {
    position: absolute;
    right: 0;
    top: -30px; }
    .asset-tab-box .tabs .multi-box-tabs li {
      border-left: 1px solid black;
      padding: 0 0 0 5px;
      margin: 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: black; }
  .asset-tab-box .tabs .item-number {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #999999;
    color: white;
    float: left;
    font-weight: bold;
    height: 16px;
    padding-top: 2px;
    text-align: center;
    width: 18px; }
  .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: 24px; }
  .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; }

.accordion-box .multi-box-tab {
  background-color: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  padding: 1px 0; }
  .accordion-box .multi-box-tab span {
    color: #666666;
    cursor: pointer;
    display: block;
    min-height: 23px;
    background: url("/static/sys/v10/buttons/buttonMPCTab.png") no-repeat left center;
    padding: 5px 0 1px 25px; }
    .accordion-box .multi-box-tab span:hover {
      color: #666666;
      text-decoration: underline; }
.accordion-box .ui-accordion-header-active span {
  background: url("/static/sys/v10/buttons/buttonMPCTabAktiv.png") no-repeat left center; }
.accordion-box .multi-box-content {
  border: none 0px; }
.accordion-box .multi-box-content-no-headline {
  padding: 10px; }

.column-wide .accordion-box,
.column-small .accordion-box {
  overflow: visible;
  position: relative; }
  .column-wide .accordion-box .multi-box-content,
  .column-small .accordion-box .multi-box-content {
    background-color: #f6f6f6;
    padding: 10px 3px; }

.asset-multi-tab-box .tabs {
  position: relative; }
  .asset-multi-tab-box .tabs .multi-box-tabs {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 0 10px 1px 0;
    text-align: right; }
    .asset-multi-tab-box .tabs .multi-box-tabs li {
      display: inline;
      margin: 0 0 0 4px;
      padding: 10px 0 0; }
      .asset-multi-tab-box .tabs .multi-box-tabs li a {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -khtml-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        font-size: 10px;
        font-size: 1rem;
        border-color: #e6e6e6 #e6e6e6 transparent;
        border-style: solid;
        border-width: 2px 2px 0;
        font-weight: bold;
        padding: 2px 5px; }
      .asset-multi-tab-box .tabs .multi-box-tabs li.ui-tabs-active a {
        background-color: #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        color: #666666; }
  .asset-multi-tab-box .tabs .ui-tabs-panel {
    margin-top: 15px; }
    .asset-multi-tab-box .tabs .ui-tabs-panel.fixed-height {
      height: 220px;
      overflow: auto; }

.article-section .asset-multi-tab-box .multi-box-tabs {
  padding: 0 10px 0 0;
  text-align: left; }
.article-section .asset-multi-tab-box .ui-tabs-panel {
  background: #f6f6f6;
  margin-top: 0;
  padding: 15px 0; }

.magazin-box .magazin-box-title,
.magazin-box .magazin-box-headline {
  font-weight: bold; }
.magazin-box .magazin-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }
.magazin-box .magazin-box-headline {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0 2px; }
.magazin-box .asset-headline-intro {
  display: block;
  margin-bottom: 15px; }
.magazin-box .list-float {
  display: table;
  margin: 5px 0 10px 0; }
.magazin-box .list-float-left,
.magazin-box .list-float-left:first-child {
  border-right: 1px solid black;
  margin-right: 5px;
  padding-right: 5px; }
  .magazin-box .list-float-left.last-child,
  .magazin-box .list-float-left:first-child.last-child {
    border: 0; }
.magazin-box p {
  margin: 5px 0; }
.magazin-box .asset-align-right {
  margin-left: 5px; }

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

.magazin-box-inner {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin: 20px 0;
  padding: 5px 0 15px 0; }
  .magazin-box-inner .magazin-box-background {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
    padding: 10px; }
    .magazin-box-inner .magazin-box-background .form-button {
      float: left;
      margin-bottom: 15px;
      width: 295px; }
    .magazin-box-inner .magazin-box-background .inner-list {
      float: left;
      width: 310px; }
      .magazin-box-inner .magazin-box-background .inner-list .spStoererHeadline {
        font-weight: bold; }
      .magazin-box-inner .magazin-box-background .inner-list ul {
        margin: 0 0 0 20px; }

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

.spVoteRes {
  margin-top: 20px;
  background: url("/static/sys/v10/icons/vote_icon.jpg") no-repeat scroll top right transparent; }
  .spVoteRes table.spTabellesys {
    border-style: solid hidden hidden none; }
    .spVoteRes table.spTabellesys td {
      border: 1px solid #cccccc;
      border-left: 0 none;
      font-size: 11px;
      padding: 0.2em 4px;
      vertical-align: top;
      width: 100%; }
    .spVoteRes table.spTabellesys tr.spVoteResTotal {
      background: #efefef; }
      .spVoteRes table.spTabellesys tr.spVoteResTotal td {
        padding-top: 0.5em; }
  .spVoteRes div.spVoteResBar {
    width: 100px;
    height: 13px;
    margin: 3px 0; }
    .spVoteRes div.spVoteResBar span.spVoteResBarVal {
      display: block;
      height: 100%;
      background: #395a6d url("/static/sys/v10/bg/bg_voteresbar.png") bottom left repeat-x;
      border: 0 none;
      border-right: 1px solid #395a6d;
      border-left: 1px solid #395a6d; }

.hp-boerse {
  position: relative; }
  .hp-boerse .hp-boerse-plus {
    color: #008000; }
  .hp-boerse .hp-boerse-minus {
    color: #ff0000; }
  .hp-boerse .hp-boerse-list-links {
    position: absolute;
    right: 0;
    top: 5px; }
  .hp-boerse .hp-boerse-list li {
    border-bottom: 1px solid #e6e6e6;
    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: 2em; }
  .hp-boerse .hp-boerse-more, .hp-boerse .hp-boerse-date {
    width: 50%;
    float: left;
    margin-top: 0;
    font-size: 1.1rem; }
  .hp-boerse .hp-boerse-date {
    font-weight: normal;
    text-align: right; }
  .hp-boerse .hp-boerse-searchform {
    width: 230px; }

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

.asset-instagram {
  clear: both;
  margin-bottom: 10px; }
  .asset-instagram iframe {
    background: white;
    border: 0px none;
    margin: 1px;
    max-width: 658px;
    width: calc(100% - 2px);
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 0px; }

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

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

.twitter-tweet-error {
  margin: 0 0 10px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .twitter-tweet-error:after {
    background-color: #990000;
    content: 'Dieser Tweet wurde gel\00f6scht';
    color: white;
    display: block;
    padding: 10px;
    text-indent: 0; }
  .twitter-tweet-error a, .twitter-tweet-error p {
    display: none; }
.js-article-comments-toggle-all,
.js-article-comments-box-nav a {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #990000;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.32rem;
  margin-bottom: 7px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none; }

.author {
  font-style: italic; }

.article-section {
  margin-bottom: 15px; }
  .article-section .asset-box {
    border-bottom: 3px double #e6e6e6;
    margin-bottom: 20px; }
  .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: 14px; }
  .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, .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: #990000; }
  .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-copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin: 30px 0 45px 0; }

.column-both .module-box.function-box,
.column-wide .module-box.function-box {
  overflow: visible; }
.column-both .module-box.newsletter-box a,
.column-wide .module-box.newsletter-box a {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #efefef;
  display: block;
  font-weight: bold;
  padding: 5px; }

.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 #e6e6e6;
    padding: 0 5px; }
    .article-function-box-wide ul li:first-child {
      border: 0 none;
      padding: 0 5px; }
.article-function-box-wide .feedback-item {
  border: 0 none;
  margin-left: 40px; }

.article-column-both {
  padding-top: 0; }
  .article-column-both .function-box {
    border-top: 3px double #e6e6e6;
    margin-top: 20px;
    padding-top: 20px; }

.article-social-bookmark {
  clear: both;
  position: relative;
  margin-top: 20px; }
  .article-social-bookmark iframe {
    height: 40px;
    display: block;
    width: 480px; }

.facebook-info-button {
  float: right; }

.js-facebook-info-text {
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  -o-border-radius: 10px 10px 0 10px;
  -ms-border-radius: 10px 10px 0 10px;
  -khtml-border-radius: 10px 10px 0 10px;
  border-radius: 10px 10px 0 10px;
  -webkit-box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 11px;
  font-size: 1.1rem;
  height: 62px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 32px;
  top: -78px;
  width: 450px; }

.more-social-media {
  float: right;
  position: relative; }
  .more-social-media > img {
    float: left; }
  .more-social-media p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.4949rem;
    margin: 2px 0 0 40px; }

.other-social-media {
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  height: 18px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 18px; }
  .other-social-media li {
    background-image: url("/static/sys/v10/bookmarkicons/ic-other_social_media_de.png");
    border: 1px solid #e6e6e6;
    margin: 1px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-left: 4px; }
    .other-social-media li a {
      display: inline-block;
      height: 16px;
      width: 16px; }
    .other-social-media li.xing {
      background-position: 0 0; }
    .other-social-media li.linkedin {
      background-position: 0 -16px; }
    .other-social-media li.tumblr {
      background-position: 0 -32px; }
    .other-social-media li.pinterest {
      background-position: 0 -48px; }
    .other-social-media li.delicious {
      background-position: 0 -64px; }
    .other-social-media li.digg {
      background-position: 0 -80px; }
    .other-social-media li.reddit {
      background-position: 0 -96px; }
  .other-social-media.en-icons {
    right: 5px;
    width: 225px; }
    .other-social-media.en-icons li {
      background-image: url("/static/sys/v10/bookmarkicons/ic-other_social_media_en.png"); }
      .other-social-media.en-icons li.digg {
        background-position: 0 0; }
      .other-social-media.en-icons li.stumble {
        background-position: 0 -16px; }
      .other-social-media.en-icons li.reddit {
        background-position: 0 -32px; }
      .other-social-media.en-icons li.pinterest {
        background-position: 0 -48px; }
      .other-social-media.en-icons li.delicious {
        background-position: 0 -64px; }
      .other-social-media.en-icons li.fark {
        background-position: 0 -80px; }
      .other-social-media.en-icons li.yahoo {
        background-position: 0 -96px; }
      .other-social-media.en-icons li.newsvine {
        background-position: 0 -112px; }
      .other-social-media.en-icons li.google {
        background-position: 0 -128px; }
      .other-social-media.en-icons li.myspace {
        background-position: 0 -144px; }

.article-comments-box {
  background: url("/static/sys/v10/icons/icon_forum.png") no-repeat scroll right 15px transparent; }
  .article-comments-box .is-empty {
    float: right; }

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

.article-comment {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0; }
  .article-comment:first-child {
    border-top: 1px solid #e6e6e6; }
  .article-comment .spForumQuoteText {
    display: none; }

.article-comment-title {
  font-weight: bold; }
  .article-comment-title a {
    color: black; }

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

.article-comment-user {
  background: url("/static/sys/v10/bg/blase_user.png") no-repeat scroll left 3px transparent;
  display: block;
  margin-bottom: 3px;
  padding-left: 22px; }

#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-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: #990000; }

.js-article-comments-toggle-all span,
.js-article-comments-box-nav a span {
  text-decoration: none; }
  .js-article-comments-toggle-all span:hover,
  .js-article-comments-box-nav a span:hover {
    text-decoration: none; }
.js-article-comments-toggle-all:hover,
.js-article-comments-box-nav a:hover {
  text-decoration: none; }

.js-article-comments-box-nav {
  margin: 10px 0; }
  .js-article-comments-box-nav a span {
    border-style: inset solid;
    border-width: 0.3em 0.35em;
    color: white;
    content: "";
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1px;
    line-height: 0.11111rem;
    height: 0;
    position: relative;
    vertical-align: -4px;
    width: 0; }
    .js-article-comments-box-nav a span:hover {
      text-decoration: none; }

.js-article-comments-box-page-first span,
.js-article-comments-box-page-prev span {
  border-color: transparent #990000 transparent transparent;
  margin: 0 0.4em 0 0em; }

.js-article-comments-box-page-last span,
.js-article-comments-box-page-next span {
  border-color: transparent transparent transparent #990000;
  margin: 0 0 0 0.4em; }

.js-article-comments-box-page-first:after, .js-article-comments-box-page-first:before,
.js-article-comments-box-page-last:after,
.js-article-comments-box-page-last:before {
  position: absolute; }

.js-article-comments-box-page-last span:after,
.js-article-comments-box-page-first span:before {
  background-color: #990000;
  content: "";
  display: inline-block;
  height: 0.575em;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 2px; }

.js-article-comments-box-page-last span:after {
  right: -0.15em; }

.js-article-comments-box-page-first span:before {
  left: -0.15em; }

.js-article-comments-box-page-first span:after,
.js-article-comments-box-page-last span:before {
  border-style: inset solid;
  border-width: 0.3em 0.35em;
  content: "";
  display: inline-block;
  height: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0; }

.js-article-comments-box-page-first span:after {
  border-color: transparent #990000 transparent transparent;
  right: -0.7em; }

.js-article-comments-box-page-last span:before {
  border-color: transparent transparent transparent #990000;
  left: -0.7em; }

.js-pager-right {
  float: right;
  text-align: right; }

.js-article-comments-box-page-count {
  color: #999999;
  font-weight: bold;
  margin: 0 10px; }

#js-article-comments-box-form {
  background-color: #f6f6f6;
  color: #aaaaaa;
  margin-top: 25px;
  padding: 0 15px 15px; }
  #js-article-comments-box-form label {
    float: left;
    width: 100px; }
  #js-article-comments-box-form input[type="text"] {
    width: 390px; }
  #js-article-comments-box-form textarea {
    width: 390px;
    height: 120px; }
  #js-article-comments-box-form input[type="button"] {
    margin-top: 20px; }
  #js-article-comments-box-form #js-article-comments-box-form-subject,
  #js-article-comments-box-form #js-article-comments-box-form-text {
    margin-top: 10px; }

.js-article-comments-box-form-headline {
  background: white;
  margin-left: -15px;
  margin-right: -15px; }

.article-comments-closed {
  font-weight: bold;
  padding: 8px 0;
  text-align: right; }

.article-newsfeed-box {
  color: #666666; }
  .article-newsfeed-box.module-box {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.7941rem; }
  .article-newsfeed-box > p a {
    float: right; }
  .article-newsfeed-box .article-newsfeed-twitter {
    background: url("/static/sys/v10/icons/ic_article-news-sprite.png") no-repeat scroll 0 -37px transparent;
    padding-left: 15px; }
  .article-newsfeed-box .article-newsfeed-rss {
    background: url("/static/sys/v10/icons/ic_article-news-sprite.png") no-repeat scroll 0 2px transparent;
    padding-left: 15px; }
  .article-newsfeed-box dl {
    background-color: #f6f6f6;
    width: 520px; }
  .article-newsfeed-box dt,
  .article-newsfeed-box dd {
    border-top: 1px solid #e6e6e6;
    padding: 5px; }
    .article-newsfeed-box dt.first-child,
    .article-newsfeed-box dd.first-child {
      border: 0 none; }
  .article-newsfeed-box dt {
    float: left;
    width: 300px; }
  .article-newsfeed-box dd {
    margin-left: 310px;
    text-align: right; }

.multi-pager-control {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  float: right;
  font-weight: bold;
  position: relative; }
  .multi-pager-control li {
    padding-left: 5px; }
    .multi-pager-control li .link-right {
      margin-left: 3px; }
    .multi-pager-control li .link-left {
      margin-right: 5px; }
    .multi-pager-control li .is-active {
      color: #666666; }

.multi-pager-headlines {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 10px; }
  .multi-pager-headlines li {
    padding-top: 5px; }
    .multi-pager-headlines li .is-active {
      color: #666666; }

.article-image-description p {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.44rem;
  margin: 0; }
.article-image-description.article-description-background {
  background-color: #f6f6f6; }
  .article-image-description.article-description-background p {
    color: black;
    padding: 3px; }

.column-wide .article-photo-gallery {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin-bottom: 20px;
  padding: 15px 0 20px; }
  .column-wide .article-photo-gallery .photo-counter {
    float: right; }

.quiz-tool {
  margin-bottom: 40px; }
  .quiz-tool .asset-align-left + .quiz-question {
    float: left;
    margin-top: 0; }
  .quiz-tool .archive-link-box {
    margin-bottom: 0; }

.quiz-tool-column-small {
  margin-top: 20px; }

.magazin-header {
  border-bottom: 3px double #e6e6e6;
  color: #b7b7b7;
  font-size: 19px;
  font-size: 1.92rem;
  line-height: 16px;
  line-height: 1.59936rem;
  margin-bottom: 10px;
  padding: 8px 0; }
  .magazin-header .magazin-title {
    float: left; }
  .magazin-header .magazin-date {
    float: right; }

.panoV9 img.spPanoPlayerTeaserPic,
.panoV9 img.spPanoGalleryTeaserPic,
.panoV9 img.spPanoImageTeaserPic,
.panoV9 img[src*="breitwandaufmacher"] {
  height: auto;
  width: 520px; }

.flash-content .module-box {
  border-bottom: 0; }
.flash-content .archive-link-box {
  border: 0 none;
  margin: 0;
  padding: 0; }

.article-function-box {
  border-bottom: 3px double #e6e6e6;
  padding: 0 0 15px;
  margin-top: 5px; }
  .article-function-box li {
    background-image: url("/static/sys/v10/buttons/btn_article_functions_block_sprite_black.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 7px 0 7px 25px; }
  .article-function-box .article-function-social-media {
    background-image: none;
    overflow: hidden;
    padding-left: 0; }

.column-small .article-function-box {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin-top: 0;
  padding: 15px 0 25px; }

.article-function-date {
  background-position: 0 6px; }

.article-functions {
  background-position: 0 -25px; }
  .article-functions.article-feedback {
    background-position: 0 -58px; }
  .article-functions a {
    border-left: 1px solid black;
    padding: 0 3px; }
    .article-functions a:first-child, .article-functions a.has-no-border {
      border: 0 none;
      padding: 0; }

.article-function-forum {
  background-position: 0 -87px; }

.social-media-box {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 10px 0; }
  .social-media-box .list-float-left {
    height: 21px;
    margin: 0; }
    .social-media-box .list-float-left.module-title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-right: 10px; }
  .social-media-box iframe {
    float: left;
    height: 20px; }

.fb-twitter-bar-bottom > ul:first-child {
  margin-bottom: 15px; }

.archive-link-box + .social-media-box {
  margin-top: 20px; }

.social-media-box + #spRecommendations {
  margin-top: 45px; }

.article-print {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin: 20px 15px;
  width: 92%; }
  .article-print h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 1.54rem;
    margin-bottom: 20px; }
  .article-print .headline {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.3994rem; }
  .article-print h3 {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px; }
  .article-print .article-print-more li {
    margin-bottom: 5px; }
    .article-print .article-print-more li > a:first-child {
      color: black; }

#sptv .column-wide .teaser-first {
  margin-top: 20px; }
#sptv .page-bottom-content .archive-link-box {
  border: 0 none;
  padding: 0; }

.kalooga {
  position: relative;
  cursor: pointer; }
  .kalooga .kalooga_post {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    background-size: 133px 72px;
    width: 133px;
    height: 72px;
    display: block;
    background: url("/static/sys/v10/buttons/kalooga_small.png") no-repeat;
    opacity: 0.5;
    position: absolute;
    top: -33%;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
  .kalooga.kalooga-small .kalooga_post {
    background-size: 100px 50px;
    width: 100px;
    height: 50px; }
  .kalooga .kalooga_text {
    display: block;
    right: 0;
    top: 33%;
    width: 133px;
    height: 66px;
    position: absolute;
    padding-top: 42px;
    color: #3c3c3c;
    opacity: 0;
    font-size: 15px;
    white-space: nowrap;
    text-align: right;
    padding-right: 22px;
    box-sizing: border-box;
    border-bottom-left-radius: 7px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    z-index: 2; }
  .kalooga.kalooga-small .kalooga_text {
    width: 100px;
    padding-top: 38px;
    padding-left: 5px; }
  .kalooga:hover .kalooga_text, .kalooga:hover .kalooga_post {
    opacity: 1; }
  .kalooga .kalooga_post {
    opacity: .8; }
    .kalooga .kalooga_post:hover {
      opacity: 1; }
.article-functions.home-link {
  background: url("/static/sys/v10/icons/ic_start-home-icon.png") no-repeat scroll -2px 4px transparent; }

.module-box.home-link-box {
  border: 0 none;
  padding-top: 0;
  overflow: hidden; }
  .module-box.home-link-box .article-functions.home-link {
    background-position: 0 -1px;
    color: black;
    display: block;
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    min-height: 20px;
    padding-left: 35px; }
#article-overscroll-area {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 2;
  margin: -6px 0 -50px 0;
  border-top: 6px solid rgba(255, 255, 255, 0.2); }

#article-overscroll-area-outer {
  background-color: #fff;
  padding-bottom: 100px; }

#article-overscroll-area-inner {
  width: 860px;
  margin-left: 5px;
  padding: 150px 19px 0 20px;
  background: url("/static/sys/v10/misc/overscroll-navigation.jpg") no-repeat 20px 0;
  opacity: 0.2;
  cursor: default !important;
  pointer-events: none;
  border: 1px solid #cccccc;
  box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 0 none;
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
  font-size: 1.2rem;
  line-height: 1.6992rem; }
  #article-overscroll-area-inner .headline-intro {
    display: block;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0;
    color: black;
    margin: 0 0 5px; }
  #article-overscroll-area-inner .headline {
    color: #990000;
    font-size: 2.4rem;
    line-height: 3rem; }

#article-overscroll-area-level {
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 3px 0px 15px #222;
  left: 380px;
  position: absolute;
  top: -80px;
  font-weight: bold;
  cursor: pointer;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #fff; }

#article-overscroll-area-level-text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #880000;
  width: 110px;
  height: 110px;
  padding: 20px;
  position: absolute;
  background: url("/static/sys/v10/misc/overscroll-level-pfeil.png") no-repeat 55px 75%; }

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

#article-overscroll-area.sticky #article-overscroll-area-level {
  position: fixed; }

#article-overscroll-area-level.active #article-overscroll-area-level-indicator {
  background: #88BA00; }
#article-overscroll-area-level.active #article-overscroll-area-level-text {
  color: white;
  line-height: 10rem; }
#sponMap {
  background-color: #f6f6f6; }
  #sponMap .olControlZoomPanel div {
    background: url("/static/sys/v10/mapview/ic_mapzoom-sprite.png") no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.65);
    height: 30px;
    width: 30px; }
  #sponMap .olControlZoomPanel .olControlZoomInItemInactive {
    background-position: 0 0; }
  #sponMap .olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    background-position: 0 -60px;
    top: 30px; }
  #sponMap .olControlZoomPanel .olControlZoomOutItemInactive {
    background-position: 0 -120px;
    top: 60px; }
  #sponMap fieldset {
    border: 0 none; }
  #sponMap .spButton {
    margin-bottom: 12px;
    padding-left: 1.2em;
    padding-right: 1.2em;
    width: auto; }
  #sponMap .olPopupCloseBox {
    background: url("/static/sys/v10/buttons/close_rund.png") no-repeat scroll 0 0 transparent; }
  #sponMap #sponMapSubmitMarkerPosition {
    float: right; }
  #sponMap #sponMapConfirmMarkerPosition {
    clear: both;
    margin: 0 0 0 28em; }

.spMapError {
  background-color: #990000;
  color: white;
  padding: 0.15em 0.3em !important;
  width: auto; }

#js-global-geo-coding-result .spMapError {
  display: block;
  margin: 1em; }

.sponMapMarkerDialog {
  background: url("/static/sys/v10/mapview/ic_mapcontrol-sprite.png") no-repeat scroll -204px -597px white;
  border: 2px solid black;
  display: none;
  font-size: 11px;
  font-weight: bold;
  min-height: 80px;
  padding: 10px 10px 20px 40px;
  position: absolute;
  width: 435px;
  z-index: 10000; }
  .sponMapMarkerDialog p {
    margin: 0;
    padding: 0.4em 0 0; }
  .sponMapMarkerDialog #spGeoCodingForm .spButton {
    margin-bottom: 0; }

.sponMapWarningDialog {
  background-color: white;
  border: 2px solid black;
  display: none;
  font-size: 11px;
  font-weight: bold;
  min-height: 80px;
  padding: 20px 10px 20px 40px;
  position: absolute;
  width: 310px;
  z-index: 10000; }

#sponMapGotoMarker {
  left: 40px;
  position: absolute;
  top: 10em; }

a.closeMapDialog {
  background-image: url("/static/sys/v10/buttons/close_rund.png");
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  height: 42px;
  width: 42px; }

#sponMapGeoCodingResult {
  clear: both;
  font-weight: normal;
  padding-top: 2em;
  text-align: left; }
  #sponMapGeoCodingResult ul {
    list-style: none outside none;
    margin: 0 0 0 17em;
    padding: 0; }

#sponMapPlaceMarkerDialog fieldset {
  padding: 0;
  margin: 0; }

.spMapSearchField {
  display: inline;
  float: none;
  vertical-align: middle; }

.spButton:focus, .spButton:active {
  outline: 0; }

.usercontentform {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0; }

#js-global-geo-coding-result {
  background-color: white;
  border: 2px solid black;
  -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);
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1; }
  #js-global-geo-coding-result ul {
    list-style: none outside none;
    margin: 1em;
    min-width: 194px;
    padding: 0;
    text-align: left; }

.sponMapUserNotificationDialog {
  display: none;
  z-index: 3000000;
  position: absolute;
  width: 400px;
  background-color: white;
  border: 2px solid black;
  padding: 10px;
  -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); }
  .sponMapUserNotificationDialog #sponMapUserNotificationForm {
    color: black;
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.333em; }
    .sponMapUserNotificationDialog #sponMapUserNotificationForm p {
      color: #666666; }
    .sponMapUserNotificationDialog #sponMapUserNotificationForm #sponMapReasonText {
      border: 1px solid #cccccc;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: verdana,arial,helvetica,geneva,sans-serif;
      font-size: 12px;
      resize: none;
      width: 100%; }
    .sponMapUserNotificationDialog #sponMapUserNotificationForm #sponMapSubmitUserNotification {
      margin-top: 10px; }

.sponMapUserGalleryDialog {
  background-color: white;
  border: 1px solid black;
  -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; }

#sponMapGalleryContainer {
  height: auto; }

.sponMapSingleGallery {
  margin: 25px auto 0 auto;
  position: relative;
  width: 850px; }

.spoMapGalleryNav {
  bottom: 25px;
  font-weight: bold;
  position: absolute;
  width: 25%; }

.spoMapGalleryNav span {
  color: #990000;
  cursor: pointer; }

#sponMapGalleryPrev {
  left: 0;
  text-align: left; }

#sponMapGalleryPosition {
  left: 37.5%;
  text-align: center; }

#sponMapGalleryNext {
  right: 0;
  text-align: right; }

#sponMapGalleryContainer .scrollable {
  position: relative;
  overflow: hidden;
  width: 850px;
  height: 600px;
  margin: 15px auto 0 auto;
  padding-bottom: 50px; }
  #sponMapGalleryContainer .scrollable .pics {
    clear: both;
    height: 600px;
    overflow: hidden;
    position: absolute;
    width: 5950px; }
    #sponMapGalleryContainer .scrollable .pics div {
      float: left;
      cursor: pointer;
      width: 850px;
      height: 600px;
      margin: 0px; }

#js-global-geo-coding-search {
  margin-bottom: 10px;
  position: relative; }
  #js-global-geo-coding-search .global-geo-coding-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 16px;
    line-height: 1.5984rem;
    float: left;
    font-weight: bold;
    margin: 0; }
  #js-global-geo-coding-search .search-form-single {
    float: right; }
    #js-global-geo-coding-search .search-form-single #js-global-geo-coding-input {
      border: 1px solid #cccccc; }

#js-map-control {
  background-color: #f6f6f6;
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0 5px; }
  #js-map-control p {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    margin: 0.5em 0 0.5em 0.2em;
    overflow: hidden;
    padding: 0; }
  #js-map-control fieldset {
    float: left;
    font-size: 12px;
    font-size: 1.2rem; }
    #js-map-control fieldset label span.spMapControlTitle {
      background: transparent url("/static/sys/v10/mapview/ic_mapcontrol-sprite.png") no-repeat scroll -213px -607px;
      display: block;
      min-height: 36px;
      padding-left: 40px;
      padding-top: 9px; }
    #js-map-control fieldset.spMaplayer_article label span.spMapControlTitle {
      background-position: -211px -151px; }
    #js-map-control fieldset.spMaplayer_photo label span.spMapControlTitle {
      background-position: -209px -301px; }
    #js-map-control fieldset.spMaplayer_advert label span.spMapControlTitle {
      background-position: -213px -753px; }
  #js-map-control input {
    margin: 0;
    padding: 0; }
  #js-map-control label {
    cursor: pointer;
    margin: 0;
    min-height: 20px; }
  #js-map-control #js-map-control-submit {
    background: url("/static/sys/v10/mapview/ic_mapcontrol-sprite.png") no-repeat scroll 100% -456px transparent;
    border: 0 none;
    font-size: 15px;
    height: 45px;
    text-transform: uppercase;
    width: 255px; }
  #js-map-control #js-map-control-submit {
    background-position: 0 -410px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 31px;
    margin: 10px 5px 10px 0;
    padding-left: 18px;
    text-transform: none;
    width: 177px; }

.column-wide #js-map-control p {
  float: left;
  margin-top: 17px; }

.controls_category label {
  color: #666666 !important; }
  .controls_category label span {
    background: transparent url("/static/sys/v10/mapview/ic_mapcontrol-category-sprite.png") no-repeat scroll 0 0;
    min-height: 28px;
    display: block;
    padding-left: 30px;
    padding-top: 3px; }
.controls_category .layer_user_category_1 label span {
  background-position: 5px -29px; }
.controls_category .layer_user_category_2 label span {
  background-position: 5px -60px; }
.controls_category .layer_user_category_3 label span {
  background-position: 5px 2px; }

#js-map-control fieldset {
  padding-top: 0; }

#js-map-control input[type="checkbox"] {
  padding-right: 1em;
  position: absolute;
  clip: rect(0, 0, 0, 0); }

#js-map-control input[type="checkbox"] + label {
  background: transparent url("/static/sys/v10/mapview/ic_mapcheckboxes-sprite.png") no-repeat 0 -167px; }

#js-map-control input[type="checkbox"]:checked + label {
  background-position: 0 0; }

.controls_category input[type="checkbox"] + label {
  background: transparent url("/static/sys/v10/mapview/ic_mapcheckboxes-sprite_small.png") no-repeat 8px -112px !important; }

.controls_category input[type="checkbox"]:checked + label {
  background-position: 8px 0 !important; }

#js-map-control label {
  display: block;
  padding-left: 33px;
  padding-right: 20px; }

#js-toggle-map-view {
  border-top: 3px double #e6e6e6;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden; }
  #js-toggle-map-view a {
    background: url("/static/sys/v10/mapview/bg_map-layout-sprite.png") no-repeat scroll 10px -205px #ececec;
    display: block;
    float: left;
    margin: 0 1em;
    padding: 10px 10px 10px 58px; }

#sponMap .spMapZoomInfo {
  font-size: 11px;
  line-height: 1.333em;
  display: block; }
#sponMap .olFramedCloudPopupContent[style] {
  height: auto !important;
  width: auto !important; }
#sponMap #sponMapPopupContent {
  background: url("/static/sys/v10/icons/ic_load-ani.gif") no-repeat scroll center center white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem; }
#sponMap .spCustomScrollbars {
  margin-bottom: 49px; }
#sponMap #sponMapPopupContent[style] {
  overflow: hidden; }
#sponMap #sponMapPopupContent .spMapUserContent,
#sponMap #sponMapPopupContent hr {
  overflow: hidden;
  width: 220px; }
#sponMap .spMapUserName {
  font-weight: bold; }
#sponMap .spMapPostingText {
  clear: both;
  margin-top: 0; }
#sponMap .spMapUserPostingImage {
  display: block;
  float: left;
  padding-left: 15px; }
#sponMap .spMapUserPicNmbr0 {
  padding-left: 0 !important; }
#sponMap .spMapUserPostingImage img {
  border: 1px solid #666666;
  height: 100px;
  width: 100px; }
#sponMap #sponMapPopupContent .spClear {
  background: white;
  border: 0 none;
  height: 1px;
  margin: 0;
  padding: 5px 0; }
#sponMap .spMapPostingFb {
  background: url("/static/sys/v10/bg/bg_bessernutzen_sprite.png") no-repeat scroll -8px -455px white;
  display: block;
  float: left;
  height: 15px;
  text-indent: 100%;
  width: 15px; }
#sponMap .spMapPostingTw {
  background: url("/static/sys/v10/bg/bg_bessernutzen_sprite.png") no-repeat scroll -8px -478px white;
  display: block;
  float: left;
  height: 15px;
  margin-left: 0.5em;
  text-indent: 100%;
  width: 15px; }
#sponMap .spMapPostingMissuse {
  display: block;
  float: right; }

.loadAdvert {
  background: url("/static/sys/v10/icons/ani-loader_small.gif") no-repeat scroll center center transparent !important; }

.spMapUserContent hr {
  clear: both; }

.spMapFixPosButton {
  background-color: white;
  clear: both;
  height: 38px;
  margin-top: -49px;
  overflow: hidden;
  padding-top: 10px; }

#sponMap .spAsset {
  font-size: 11px;
  line-height: 1.36em; }
#sponMap .spAsset .spAssetHdln {
  color: #666666 !important;
  font-size: 12px !important;
  padding: 0.65em 0 0.68em; }
  #sponMap .spAsset .spAssetHdln ul {
    clear: both;
    list-style: none outside none;
    margin: 0 auto;
    min-width: 305.5px;
    overflow: hidden;
    padding: 0;
    width: auto; }
#sponMap .spPhotoGallery ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 5px; }
  #sponMap .spPhotoGallery ul li.spFirst {
    padding-left: 0; }
#sponMap span.spArticleTopic {
  color: #990000;
  font-weight: bold; }
#sponMap span.spArticleHeadline {
  font-weight: bold; }
#sponMap .spAssetAlignleft {
  display: block;
  margin: 5px 15px 0.25em 0 !important; }
#sponMap .spAssetAlignleft img {
  border: 1px solid #666666; }

#sponMap .spPhotoGallery,
.spArticle .column-wide #sponMap .spPhotoGallery {
  border: 0 none;
  padding: 0;
  width: 305.5px !important; }

.spArticle #sponMap span.spArticleTopic, .spArticle #sponMap span.spArticleHeadline {
  color: #990000;
  font-weight: bold; }
.spArticle #sponMap .spAssetAlignleft {
  display: block;
  margin: 5px 15px 0.25em 0 !important; }
  .spArticle #sponMap .spAssetAlignleft img {
    border: 1px solid #666666; }

.olControlPanel {
  margin-top: 20px;
  right: 20px; }
  .olControlPanel div {
    display: block;
    position: relative;
    float: right; }
  .olControlPanel .buttonBaseLayerSatelliteItemInactive,
  .olControlPanel .buttonBaseLayerRoadmapItemInactive,
  .olControlPanel .buttonBaseLayerTerrainItemInactive {
    background: url("/static/sys/v10/mapview/bg_map-layout-sprite.png") no-repeat white;
    border: 2px solid #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    height: 20px; }
  .olControlPanel .buttonBaseLayerSatelliteItemActive,
  .olControlPanel .buttonBaseLayerRoadmapItemActive,
  .olControlPanel .buttonBaseLayerTerrainItemActive {
    background: url("/static/sys/v10/mapview/bg_map-layout-sprite.png") no-repeat #cccccc;
    border: 2px solid #666666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    height: 20px; }
  .olControlPanel .buttonBaseLayerSatelliteItemInactive,
  .olControlPanel .buttonBaseLayerSatelliteItemActive {
    background-position: 8px -67px;
    width: 59px; }
  .olControlPanel .buttonBaseLayerRoadmapItemInactive,
  .olControlPanel .buttonBaseLayerRoadmapItemActive {
    background-position: 8px 5px;
    width: 47px; }
  .olControlPanel .buttonBaseLayerTerrainItemInactive,
  .olControlPanel .buttonBaseLayerTerrainItemActive {
    background-position: 8px -139px;
    width: 65px; }

.olControlAttribution div {
  padding-left: 4px;
  padding-right: 4px;
  background: rgba(255, 255, 255, 0.7); }
  .olControlAttribution div a {
    color: black;
    text-decoration: none; }
    .olControlAttribution div a.mapbox-improve-map {
      font-weight: bold; }

.spMapCpBox {
  border-top: 3px double #e6e6e6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px 0 0; }
  .spMapCpBox h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin-bottom: 10px; }
  .spMapCpBox div[class^="spMapCpBox"] {
    float: left;
    width: 410px; }
    .spMapCpBox div[class^="spMapCpBox"] .spRecentMapPosts li {
      background: url("/static/sys/v10/bg/map_mini_pin.png") no-repeat scroll left 15% transparent;
      font-weight: bold;
      padding-bottom: 8px;
      padding-left: 25px; }
      .spMapCpBox div[class^="spMapCpBox"] .spRecentMapPosts li span {
        color: black;
        font-weight: normal; }
    .spMapCpBox div[class^="spMapCpBox"] .spRecentForumThreads li {
      background: url("/static/sys/v10/bg/blase_user.png") no-repeat scroll left top transparent;
      margin-bottom: 8px;
      padding-left: 25px; }
  .spMapCpBox .spMapCpBoxLeft {
    margin-right: 40px; }
  .spMapCpBox .asset-align-center {
    margin: 0; }
  .spMapCpBox .spWetterbox {
    border-top: 1px solid #cccccc;
    float: left;
    margin: 0 0 0 10px;
    width: 200px; }
    .spMapCpBox .spWetterbox td {
      border-bottom: 1px solid #cccccc;
      padding: 0 4px; }

.column-wide #sponMap {
  background-color: white;
  border-top: 3px double #e6e6e6;
  padding: 30px 0 0 0 !important; }

.spMaplayer_advert {
  float: right !important;
  margin-right: 10px !important;
  padding-top: 3.5em !important; }

.spMaplayer_user .spMapControlTitle {
  padding-left: 30px !important; }

#sponMapUserContentDialog {
  background-color: white;
  border: 1px solid #666666;
  -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: 500px;
  z-index: 3000000;
  font-size: 0.90em; }
  #sponMapUserContentDialog #sponMapUserContentForm textarea {
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 12px;
    resize: none;
    width: 100%; }
  #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist {
    margin-top: 10px; }
    #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist label {
      display: inline-block;
      min-height: 40px;
      padding-left: 30px;
      padding-top: 5px;
      font-weight: bold; }
    #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist span.sponMapCategory_1 label {
      background: url("/static/sys/v10/mapview/icons/marker_solo_essen.png") no-repeat; }
    #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist span.sponMapCategory_2 {
      margin-left: 30px; }
      #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist span.sponMapCategory_2 label {
        background: url("/static/sys/v10/mapview/icons/marker_solo_schlafen.png") no-repeat; }
    #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist span.sponMapCategory_3 {
      margin-left: 30px; }
      #sponMapUserContentDialog #sponMapUserContentForm #sponMapCategorylist span.sponMapCategory_3 label {
        background: url("/static/sys/v10/mapview/icons/marker_solo_erleben.png") no-repeat; }
  #sponMapUserContentDialog #sponMapUserContentOK p {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5em; }
  #sponMapUserContentDialog #sponMapUserContentOK a {
    display: block;
    float: left;
    height: 31px;
    line-height: 28px;
    padding-left: 40px; }
  #sponMapUserContentDialog #sponMapUserContentOK .spMapPostingFb {
    background: url("/static/sys/v10/mapview/icons/ic_fb-tw-send-sprite.png") no-repeat scroll 0 0 white; }
  #sponMapUserContentDialog #sponMapUserContentOK .spMapPostingTw {
    background: url("/static/sys/v10/mapview/icons/ic_fb-tw-send-sprite.png") no-repeat scroll 0 -50px white;
    margin-left: 40px; }
  #sponMapUserContentDialog #sponMapUserContentOK .spMapPostingSend {
    background: url("/static/sys/v10/mapview/icons/ic_fb-tw-send-sprite.png") no-repeat scroll 0 -96px white;
    margin-left: 40px;
    margin-bottom: 50px; }

.sponMapUserUpload #file-uploader {
  float: left;
  margin-top: 1em;
  color: black; }
  .sponMapUserUpload #file-uploader #sponMapUploadButton {
    color: #900;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 5px 5px 2px #ccc;
    display: inline-block;
    font-weight: bold;
    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 white; }
    .sponMapUserUpload #file-uploader #sponMapUploadButton input {
      cursor: pointer;
      font-size: 200px;
      margin: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .sponMapUserUpload #file-uploader .bar {
    background: none repeat scroll 0 0 #900;
    border-radius: 3px;
    height: 5px;
    margin-top: 8px; }
.sponMapUserUpload #uploadedImages {
  float: left;
  margin-top: 1em;
  width: 329px; }
  .sponMapUserUpload #uploadedImages div[id^="sponMapImageUpload"] {
    margin: 0 0 10px 9px;
    position: relative;
    float: left;
    width: 100px; }
    .sponMapUserUpload #uploadedImages div[id^="sponMapImageUpload"] 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; }
  .sponMapUserUpload #uploadedImages .uploadthumb {
    margin: 0 0 10px 9px;
    position: relative;
    float: left;
    width: 100px; }
    .sponMapUserUpload #uploadedImages .uploadthumb img {
      border: 0 none; }
    .sponMapUserUpload #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; }
#news-archive .nav-channel {
  display: none; }
#news-archive .column-small .list-float-left {
  padding: 3px 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: black;
    content: "|";
    display: inline-block;
    float: right; }
#news-archive .column-wide {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  #news-archive .column-wide > ul {
    border-top: 3px double #e6e6e6;
    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: black; }
  #news-archive .column-wide .headline-date {
    color: #666666; }
  #news-archive .column-wide a:visited .news-archive-headline-intro,
  #news-archive .column-wide a:visited .news-archive-headline {
    color: #666666; }

.news-archive-gradient {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -moz-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -o-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: -ms-linear-gradient(left, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  background: linear-gradient(to right, white 0%, #f3f3f3 50%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1', GradientType=1 );
  padding: 5px 10px 5px 0; }
  .news-archive-gradient .article-title {
    display: inline-block; }
  .news-archive-gradient ul {
    float: right; }
  .news-archive-gradient li {
    border-left: 1px solid #666666;
    margin-left: 10px;
    padding-left: 6px; }
    .news-archive-gradient li:first-child {
      border-left: none 0; }
    .news-archive-gradient li a {
      color: #666666;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
      .news-archive-gradient li a.is-active {
        color: black; }

.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: #cccccc;
      transition: all 0.3s ease-in-out 0s; }
  .news-archive-table .today a {
    background: #cccccc;
    font-weight: bold; }
/*
 * 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: #cccccc;
  border-radius: 10px; }

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

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

.jspDrag {
  background-color: #cccccc;
  background-image: url("/static/sys/v10/icons/ic_scroll-drag.png") !important;
  background-repeat: no-repeat;
  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; }
.search-paginator {
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 10px; }
  .search-paginator .link-gradient-button-box {
    font-size: 10px;
    font-size: 1rem;
    float: right; }
    .search-paginator .link-gradient-button-box .search-paginator-label {
      display: block;
      margin: 0.7em 0 0; }
    .search-paginator .link-gradient-button-box .is-active {
      color: #666666; }

.spSearchResultsTeaser {
  border-bottom: 3px double #e6e6e6;
  margin: 0;
  padding: 0 0 20px; }
  .spSearchResultsTeaser .asset-headline-intro {
    font-weight: normal; }

.search-result-topic {
  border-bottom: 3px double #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .search-result-topic .search-result-item {
    background: url("/static/sys/v10/bg/bg_themensuche.png") no-repeat 500px 20px #f6f6f6;
    padding: 10px 140px 10px 10px;
    min-height: 80px;
    position: relative; }
    .search-result-topic .search-result-item .link-right {
      position: absolute;
      bottom: 10px;
      right: 10px; }
    .search-result-topic .search-result-item ul {
      list-style-type: square;
      margin-left: 20px; }
    .search-result-topic .search-result-item.magazin-item {
      background-image: none;
      padding-right: 10px; }
      .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 {
  border-bottom: 3px double #e6e6e6;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .search-teaser .article-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }
  .search-teaser .source-date,
  .search-teaser .article-intro {
    margin: 0; }
  .search-teaser .source-date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1.6rem; }
  .search-teaser .headline-intro {
    color: black; }

.search-form-box {
  border-top: 3px double #e6e6e6;
  padding-top: 20px; }
  .search-form-box .search-form-multiple {
    background-color: #f6f6f6;
    padding: 10px; }
    .search-form-box .search-form-multiple .article-title {
      margin-bottom: 20px; }
    .search-form-box .search-form-multiple select {
      height: 20px;
      height: 2rem;
      margin: 0 0 10px;
      width: 100%; }
    .search-form-box .search-form-multiple .search-form-checkboxes {
      font-weight: bold; }
      .search-form-box .search-form-multiple .search-form-checkboxes input[type="checkbox"] {
        margin: 5px 5px 0 0; }
    .search-form-box .search-form-multiple .search-form-from-date,
    .search-form-box .search-form-multiple .search-form-to-date {
      float: left; }
      .search-form-box .search-form-multiple .search-form-from-date input,
      .search-form-box .search-form-multiple .search-form-to-date input {
        width: 80px; }
    .search-form-box .search-form-multiple .search-form-from-date {
      margin-right: 15px; }
    .search-form-box .search-form-multiple .search-form-submit div {
      color: #666666;
      float: left;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      padding-top: 10px;
      text-transform: uppercase; }
    .search-form-box .search-form-multiple .search-form-submit input {
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      height: auto;
      margin: 0;
      padding: 0 5px 0 7px; }
.schlagzeilen a:visited .schlagzeilen-headline-intro,
.schlagzeilen a:visited .schlagzeilen-headline {
  color: #666666; }

.schlagzeilen {
  margin-bottom: 40px;
  padding-bottom: 20px; }
  .schlagzeilen.schlagzeilen-topics {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }
  .schlagzeilen.schlagzeilen-photo {
    margin-left: auto;
    margin-right: auto;
    width: 848px; }
  .schlagzeilen .schlagzeilen-date-headline {
    border-bottom: 3px double #e6e6e6;
    margin-top: 20px; }
  .schlagzeilen .schlagzeilen-content {
    padding: 20px 0; }
    .schlagzeilen .schlagzeilen-content .teaser:first-child {
      border: 0; }
    .schlagzeilen .schlagzeilen-content .schlagzeilen-headline {
      color: black; }
    .schlagzeilen .schlagzeilen-content .headline-date {
      color: #666666; }

.schlagzeilen .teaser .headline-intro,
.schlagzeilen-3-min .teaser .headline-intro {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem; }
.schlagzeilen .teaser .headline,
.schlagzeilen-3-min .teaser .headline {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.666rem; }

.schlagzeilen-nav-box {
  border: 1px solid #e6e6e6;
  float: left;
  padding: 5px 10px;
  margin-right: 10px; }
  .schlagzeilen-nav-box h5 {
    color: #666666; }
  .schlagzeilen-nav-box ul {
    margin-top: 5px; }
    .schlagzeilen-nav-box ul li {
      border-left: 1px solid black;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 15px;
      line-height: 1.4949rem;
      padding: 0 5px; }
      .schlagzeilen-nav-box ul li:first-child {
        border: none;
        padding-right: 5px; }
      .schlagzeilen-nav-box ul li .is-active {
        color: black;
        font-weight: bold; }
  .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: #f6f6f6;
  height: 310px;
  position: relative;
  width: 500px; }
  .schlagzeilen-3-min .schlagzeilen-3-min-header,
  .schlagzeilen-3-min .schlagzeilen-3-min-footer {
    font-size: 10px;
    font-size: 1rem; }
  .schlagzeilen-3-min .schlagzeilen-3-min-header {
    background: #c11919; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header img {
      border: 1px solid white;
      margin: 3px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header h1 {
      color: white;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.5996rem;
      left: 120px;
      position: absolute;
      top: 7px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-header .schlagzeilen-3-min-date {
      background: #efefef;
      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;
      padding: 0; }
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser .headline {
        font-size: 18px;
        font-size: 1.8rem; }
      .schlagzeilen-3-min .schlagzeilen-3-min-news .teaser .headline-intro {
        margin-bottom: 0; }
  .schlagzeilen-3-min .schlagzeilen-3-min-footer {
    background: #e1e1e1;
    bottom: 0;
    position: absolute;
    text-align: right;
    width: 500px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-footer a {
      color: #666666;
      display: inline;
      text-transform: uppercase; }
    .schlagzeilen-3-min .schlagzeilen-3-min-footer .link-left {
      padding-left: 25px; }
    .schlagzeilen-3-min .schlagzeilen-3-min-footer .link-right {
      margin-right: 20px; }
#spiegel .header-logo {
  margin-top: 20px; }
  #spiegel .header-logo img {
    border: 0; }
#spiegel .article-function-box-wide {
  margin: 5px 0 30px; }
#spiegel .article-section .asset-box.asset-html-box {
  padding-bottom: 15px; }
#spiegel .grid-article .column-wide .headline-intro {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.7864rem;
  display: block; }
#spiegel .grid-article .column-wide .headline {
  color: #ea4100;
  font-size: 1.8rem;
  line-height: 2.2986rem;
  margin-top: 18px;
  display: block; }

.grid-spiegel .form-button {
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  width: 256px; }
.grid-spiegel .link-right:after {
  float: right;
  margin-top: 3px;
  padding-right: 10px; }

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

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

.epub-content {
  margin-top: 40px;
  text-decoration: none; }
  .epub-content .epub-rubric-headline {
    background: #ea4100;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center; }
  .epub-content .epub-article {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, white 0%, white 5%, #efefef 100%);
    background: -moz-linear-gradient(top, white 0%, white 5%, #efefef 100%);
    background: -o-linear-gradient(top, white 0%, white 5%, #efefef 100%);
    background: -ms-linear-gradient(top, white 0%, white 5%, #efefef 100%);
    background: linear-gradient(to bottom, white 0%, white 5%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF', GradientType=0 );
    border-bottom: 1px solid #e6e6e6;
    clear: right;
    padding: 10px; }
    .epub-content .epub-article a {
      display: inline-block;
      color: black;
      width: 470px; }
    .epub-content .epub-article .link-right {
      float: right; }
  .epub-content #js-epub-content-hidden {
    display: none; }
  .epub-content #js-epub-content-toggle {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: bold;
    text-align: center; }
    .epub-content #js-epub-content-toggle a {
      color: #990000; }

#content-main .spiegel-contents {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem; }
  #content-main .spiegel-contents > .article-title {
    color: #990000;
    margin-top: 28px;
    font-weight: bold; }
  #content-main .spiegel-contents .module-title {
    margin-top: 15px; }
  #content-main .spiegel-contents dl {
    clear: both;
    padding: 3px 0 5px;
    border-bottom: 1px solid #e6e6e6; }
  #content-main .spiegel-contents dd {
    float: left;
    font-weight: bold;
    margin: 0; }
  #content-main .spiegel-contents dt {
    margin-left: 40px; }
    #content-main .spiegel-contents dt.content-intro {
      margin: 0; }

.magazin-info {
  border-bottom: 3px double #e6e6e6;
  margin-top: 25px;
  padding-bottom: 10px; }
  .magazin-info form {
    float: right; }

#spiegel .vorab-headline-intro {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.7864rem; }

.vorab-headline {
  color: #990000;
  margin-top: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.2986rem; }

.spiegel-vorab-list li {
  background: url("/static/sys/v10/pfeile/pfeil_rechts_small.gif") no-repeat scroll 0 0.5em transparent;
  margin: 0;
  padding: 0 0 5px 7px; }

.spiegel-title-gallery .module-box:first-child {
  border: 0; }

.spiegel-gallery-item-box,
.spiegel-archive-box {
  border-top: 3px double #e6e6e6;
  margin-bottom: 20px;
  padding-top: 20px; }
  .spiegel-gallery-item-box:first-child,
  .spiegel-archive-box:first-child {
    border: 0;
    padding: 0; }

.spiegel-gallery-item-box li {
  width: 120px;
  margin-right: 10px; }
  .spiegel-gallery-item-box li:first-child {
    margin-right: 10px; }
  .spiegel-gallery-item-box li .headline-intro {
    margin-bottom: 10px; }
    .spiegel-gallery-item-box li .headline-intro span {
      display: none; }
.spiegel-gallery-item-box .spiegel-gallery-item-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem; }
  .spiegel-gallery-item-box .spiegel-gallery-item-title a strong {
    color: #000; }
.spiegel-gallery-item-box .archiv-item {
  padding-right: 3px; }

.grid-spiegel .column-small .module-box .form-button {
  margin: 20px auto;
  padding-left: 20px;
  text-align: left; }

.column-small .spiegel-magazin-title {
  margin: 30px 0 5px 0; }
.column-small.spiegel-asset-box .link-right {
  display: inline-block;
  float: none;
  height: auto;
  margin: 10px 0;
  padding: 5px; }
.column-small.spiegel-asset-box .asset-tab-box li.is-hidden {
  display: block; }
.column-small .spiegel-article-pdf > a {
  background: url("/static/sys/v10/icons/ic_pdf.gif") no-repeat scroll right top transparent;
  float: left;
  padding-right: 35px;
  width: 85px; }
.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: 3px double #e6e6e6;
    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; }
#spOasTop {
  margin: 0 auto;
  min-height: 5px;
  width: 1210px; }

#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 > #wallpaper.adition {
    left: -120px;
    overflow: hidden;
    position: absolute;
    width: 120px; }

.spArticleBottomBox {
  border-top: 3px double #e6e6e6; }
  .spArticleBottomBox br:first-child {
    display: block; }

.nav-channel li ul > li.spDivideNaviAd {
  padding: 7px 6px 6px 7px; }
  .nav-channel li ul > li.spDivideNaviAd div {
    background-color: #cccccc;
    height: 1px; }

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

#einestages .spInfoBox {
  border: 0 none;
  margin: 0;
  padding: 0; }
#einestages .column-float-right .wrapad {
  margin-bottom: 20px; }

.spTeaserCPAdd {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin-bottom: 40px; }

body .spTeaserCPAdd h5 {
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0 0 5px;
  text-align: right;
  text-transform: uppercase; }

.spQCInfoBox {
  background-color: #f6f6f6; }

#spPartnerBar {
  margin-bottom: 70px; }

#footer-content #spPartnerBar {
  clear: both;
  font-size: 10px;
  font-size: 1rem;
  line-height: 11px;
  line-height: 1.1rem;
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden; }
  #footer-content #spPartnerBar h4 {
    font-size: 12px;
    font-size: 1.2rem;
    background: url(/static/sys/v10/bg/bg_maincontainer_line.gif) left bottom repeat-x;
    color: #666666;
    padding-bottom: .6em; }
  #footer-content #spPartnerBar ul {
    float: left;
    height: auto;
    margin: 1em 0 1px 0;
    padding: 0;
    width: 144px; }
    #footer-content #spPartnerBar ul li {
      line-height: 11px;
      line-height: 1.1rem;
      float: left;
      width: 144px;
      padding: 0 0 3px 5px; }

.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: bold;
  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;
    z-index: 9999999; }
  .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 {
    font-weight: bold; }

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

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

.adition div[id*="adition-frame"] {
  display: none !important; }
.adition .wrapad {
  clear: both;
  overflow: hidden;
  text-align: center; }
  .adition .wrapad.qc-borderbottom0 {
    border-bottom: 0 none !important;
    padding-bottom: 0 !important; }
  .adition .wrapad.qc-borderbottom1 {
    border-bottom: 3px double #e6e6e6 !important;
    padding-bottom: 15px !important; }
  .adition .wrapad.qc-noborders {
    border: 0 none !important;
    padding: 0 !important; }
  .adition .wrapad.qc-bordertop0 {
    border-top: 0 none !important;
    padding-top: 0 !important; }
  .adition .wrapad.qc-bordertop1 {
    border-top: 3px double #e6e6e6 !important;
    padding-top: 15px !important; }
  .adition .wrapad .innerwrapad {
    background-color: #f6f6f6;
    clear: both;
    display: inline-block;
    margin: 0 auto;
    min-height: 66px; }
    .adition .wrapad .innerwrapad:before {
      color: black;
      content: 'Anzeige';
      display: block;
      font-size: 10px !important;
      line-height: 14px;
      padding: 0 0 5px;
      text-align: right;
      text-decoration: none !important;
      text-transform: uppercase;
      width: 100%; }
    .adition .wrapad .innerwrapad.qc-nolabel:before {
      content: '' !important;
      display: none !important; }
    .adition .wrapad .innerwrapad:empty {
      display: none; }

body#international .adition .wrapad .innerwrapad:before {
  content: 'Advertisement'; }

.adition .wrapad.billboard_1 {
  border-bottom: 3px double #e6e6e6; }
.adition .wrapad[class*="billboard_hp"] {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  margin: 0 0 30px;
  padding: 15px 0; }

.grid-article .column-small:not(.quiz-tool-column-small) .adition:first-child#subchannel_teaser .wrapad {
  border: 0 none;
  padding-bottom: 0; }

.article-section .adition#content_ad_1, .article-section .adition#content_ad_2, .article-section .adition#spezial_teaser {
  clear: right;
  float: right; }
.article-section .adition .wrapad.content_ad_1, .article-section .adition .wrapad.content_ad_2, .article-section .adition .wrapad.spezial_teaser {
  border-bottom: 3px double #e6e6e6;
  margin-left: 15px;
  padding-bottom: 15px; }
.article-section .adition .wrapad.subchannel_advetorial {
  margin-top: -30px; }
  .article-section .adition .wrapad.subchannel_advetorial .innerwrapad {
    background-color: white; }
    .article-section .adition .wrapad.subchannel_advetorial .innerwrapad:before {
      content: ''; }

.article-column-both .adition .wrapad.footer_ad {
  border-bottom: 3px double #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 15px; }
.article-column-both .blog-pager + #footer_ad.adition .wrapad.footer_ad {
  border-top: 3px double #e6e6e6;
  margin-top: 20px;
  padding-top: 15px; }

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

.page-bottom-content .adition#footer_ad:first-of-type .wrapad.footer_ad {
  border-top: 0 none; }
.page-bottom-content .adition .wrapad.footer_ad {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  padding: 15px 0; }

#karriere .adition .wrapad.billboard_1 {
  background: transparent url("/static/sys/karriere/linie.png") left bottom repeat-x;
  border-bottom: 0 none;
  padding-bottom: 1px; }
#karriere .adition#footer_ad .wrapad {
  background: transparent url("/static/sys/karriere/linie.png") 0 0 repeat-x;
  margin: 0 auto 10px;
  padding: 50px 0 0; }
  #karriere .adition#footer_ad .wrapad .innerwrapad {
    background-color: white;
    width: 100%; }
#karriere .article-section .wrapad {
  background-image: url("/static/sys/karriere/linie.png"), url("/static/sys/karriere/linie.png");
  background-position: 0 top, 0 bottom;
  background-repeat: repeat-x;
  border: 0 none;
  margin-bottom: 20px;
  padding: 10px 0; }

#einestages .column-both .adition .wrapad.footer_ad {
  border-top: 3px double #e6e6e6;
  padding: 15px 0; }
#einestages .einestages-content-wrapper .adition .wrapad .innerwrapad {
  padding-bottom: 10px;
  width: 100%; }
#einestages .archive-content .column-small .adition .wrapad {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 20px;
  padding: 0 0 20px; }
#einestages .archive-content .column-wide .adition .wrapad {
  border-top: 3px double #e6e6e6;
  margin: 0 0 20px;
  padding: 20px 0 0; }
#einestages .article-content .column-float-right .adition .wrapad {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 15px;
  padding: 0 0 15px; }
#einestages .article-content .column-float-right .adition:first-child .wrapad {
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding-top: 15px; }
#einestages .article-content .adition .wrapad.footer_ad {
  border-top: 1px solid #e6e6e6;
  margin-top: 25px;
  padding-top: 30px; }
#einestages .article-section .adition {
  margin-right: -220px; }
  #einestages .article-section .adition .wrapad {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 15px; }

#spSponsoredBy {
  text-align: right; }

#spVright1ContentDest {
  background-color: white;
  border: 0;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0; }
  #spVright1ContentDest a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    padding: 15px 0; }
    #spVright1ContentDest a img {
      margin: 0; }

#video #content-main .adition .wrapad,
#video-iframe-player .adition .wrapad {
  border-top: 3px double #e6e6e6;
  clear: both;
  margin: 15px 0 0;
  padding: 10px 0;
  text-align: center; }

div[id^="adBanner_"][style*="inline-block"] {
  display: block !important;
  overflow: hidden; }

div[id^="obaButton_"] {
  clear: both; }

a[id^="adlnk_"] {
  display: block;
  overflow: hidden; }
@media screen and (min-width: 1030px) {
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden; }

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

  #article-overscroll-area-inner {
    margin-left: 125px; }

  #article-overscroll-area-level {
    left: 500px; } }
.form-button {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -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: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
  color: #990000;
  cursor: pointer;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.3992rem;
  height: 25px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none; }

.form-button-no-shadow {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #990000;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.32rem;
  margin-bottom: 7px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none; }

@font-face {
  font-family: 'SpiegelSansWeb';
  font-weight: normal;
  src: url("/static/sys/webfont/spiegel/Spiegel-Regular.eot");
  src: url("/static/sys/webfont/spiegel/Spiegel-Regular.eot?#iefix") format("embedded-opentype"), url("/static/sys/webfont/spiegel/Spiegel-Regular.woff") format("woff"), url("/static/sys/webfont/spiegel/Spiegel-Regular.ttf") format("truetype"), url("/static/sys/webfont/spiegel/Spiegel-Regular.svg#Spiegel-Regular") format("svg"); }
@font-face {
  font-family: 'SpiegelSansWebBold';
  font-weight: bold;
  src: url("/static/sys/webfont/spiegel/Spiegel-Bold.eot");
  src: url("/static/sys/webfont/spiegel/Spiegel-Bold.eot?#iefix") format("embedded-opentype"), url("/static/sys/webfont/spiegel/Spiegel-Bold.woff") format("woff"), url("/static/sys/webfont/spiegel/Spiegel-Bold.ttf") format("truetype"), url("/static/sys/webfont/spiegel/Spiegel-Bold.svg#Spiegel-Bold") format("svg"); }
.link-gradient-button-box .link-gradient-button {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
  background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  margin: 0.455em 0.273em;
  min-height: 1.4em;
  min-width: 1em;
  padding: 0.1em 0.4em;
  text-align: center; }

.form-button.disabled, .form-button.disabled:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop("", ""));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0 );
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.125);
  color: #b7b7b7;
  cursor: default; }

.form-button-no-shadow.disabled, .form-button-no-shadow.disabled:hover {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop("", ""));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0 );
  color: #b7b7b7;
  cursor: default; }

.top-anchor.link-gradient-button-box {
  clear: both;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 10px;
  line-height: 0.99rem;
  overflow: hidden;
  padding: 10px 0 20px;
  margin-top: 30px;
  position: relative;
  width: 100%; }
  .top-anchor.link-gradient-button-box a {
    float: right;
    padding: 4px 6px 1px 26px;
    position: relative; }
    .top-anchor.link-gradient-button-box a:hover, .top-anchor.link-gradient-button-box a:active, .top-anchor.link-gradient-button-box a:focus, .top-anchor.link-gradient-button-box a:hover span, .top-anchor.link-gradient-button-box a:active span, .top-anchor.link-gradient-button-box a:focus span {
      text-decoration: none; }
    .top-anchor.link-gradient-button-box a span {
      color: #990000;
      display: block; }
      .top-anchor.link-gradient-button-box a span:after {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.65);
        filter: alpha(opacity=65);
        bottom: 0;
        content: "";
        display: block;
        height: 12px;
        height: 1.2rem;
        left: 19px;
        position: absolute;
        width: 2px; }
      .top-anchor.link-gradient-button-box a span:before {
        border-color: transparent transparent #666666;
        border-style: solid;
        border-width: 7px 4px;
        content: "";
        display: inline-block;
        left: 6px;
        position: absolute;
        top: -1px; }

.close-button {
  cursor: pointer; }

#footer-content .top-anchor {
  background: transparent url(/static/sys/v10/bg/bg_maincontainer_line.gif) left top repeat-x;
  margin: 15px 0 25px;
  padding: 15px 0 0; }

.image-buttons-panel {
  display: inline-block;
  position: relative; }
  .image-buttons-panel .image-buttons {
    bottom: 9px;
    cursor: pointer;
    display: block;
    left: 12px;
    position: absolute; }

.archive-link-box {
  border-top: 3px double #e6e6e6;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.1996rem;
  font-weight: bold;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: 100%; }
  .archive-link-box:last-child {
    border-bottom: 3px double #e6e6e6;
    padding-bottom: 20px; }
  .archive-link-box .link-left {
    display: block;
    float: left; }
  .archive-link-box .link-right {
    display: block;
    float: right; }

a.spCelink {
  background: none;
  border: 0 none;
  color: orange;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  padding-left: 0.5em; }
  a.spCelink:after, a.spCelink:before {
    content: none !important; }
  a.spCelink:hover {
    text-shadow: 0 0 5px orange; }
  a.spCelink .ie-after {
    display: none; }

.qc-oas-pos {
  border: 1px solid black;
  display: inline;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin: 1px;
  padding: 1px;
  text-decoration: blink;
  white-space: nowrap; }

.search-form-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
  border-color: white #afafaf white #afafaf;
  border-color: rgba(95, 95, 95, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(95, 95, 95, 0.5);
  border-style: solid;
  border-width: 1px;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 1px 1px 1px 0 rgba(255, 255, 255, 0.5), -1px -1px 1px 0 rgba(0, 0, 0, 0.25);
  height: 22px;
  position: relative;
  width: 216px; }
  .search-form-single input {
    font-size: 11px;
    font-size: 1.1rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 24px;
    padding: 3px 25px 4px 6px;
    width: 100%; }
    .search-form-single input:focus {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .search-form-single .search-options input[type="radio"] {
    display: inline;
    height: auto;
    padding: 0;
    width: auto; }
  .search-form-single .search-options label {
    color: white;
    margin-right: 7px; }
    .search-form-single .search-options label a span {
      color: white; }
  .search-form-single .search-form-submit {
    background: transparent url(/static/sys/v10/icons/ic_search_magnifier.png) 0 3px no-repeat;
    display: block;
    filter: none;
    height: 24px;
    position: absolute;
    right: 0;
    text-indent: -1000em;
    top: 0;
    width: 17px;
    margin: 0;
    padding: 0; }

.popup {
  background-color: white;
  padding: 0; }
  .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 {
    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: 100px;
    top: 120px;
    width: 630px;
    z-index: 1000003; }
    #js-popup-layer.send-form-popup-layer iframe {
      border-top: 3px double #e6e6e6;
      height: 600px;
      margin: 0 20px;
      padding-top: 15px;
      position: relative;
      width: 580px; }
  #js-popup-layer.ms-login-popup-layer {
    display: block;
    right: 19px;
    top: 95px;
    width: 540px;
    z-index: 1000003; }
    #js-popup-layer.ms-login-popup-layer iframe {
      border-top: 3px double #e6e6e6;
      height: 480px;
      margin: 0 20px;
      padding-top: 15px;
      position: relative;
      width: 490px; }
  #js-popup-layer.feedback-popup-layer {
    display: block;
    right: 100px;
    top: 120px;
    width: 630px;
    z-index: 1000003; }
    #js-popup-layer.feedback-popup-layer iframe {
      border-top: 3px double #e6e6e6;
      height: 600px;
      margin: 0 20px;
      padding-top: 15px;
      position: relative;
      width: 580px; }
  #js-popup-layer.closable .closer {
    position: absolute;
    cursor: pointer;
    text-decoration: none;
    right: -8px;
    top: -8px;
    width: 25px;
    height: 25px;
    background: url("/static/sys/v10/buttons/btn_close_black.png") no-repeat scroll 0 0 transparent; }
    #js-popup-layer.closable .closer.big {
      right: -20px;
      top: -20px;
      width: 40px;
      height: 40px;
      background: url("/static/sys/v10/buttons/btn_close_black_big_2.png") no-repeat scroll 0 0 transparent; }
  #js-popup-layer.bestseller {
    display: block; }

.popup-layer-skin {
  background: white;
  border: 5px solid #333333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px 0 black;
  -moz-box-shadow: 0 0 30px 0 black;
  box-shadow: 0 0 30px 0 black; }
  .popup-layer-skin > a {
    margin: 5px; }
  .popup-layer-skin .close-button {
    float: right; }
  .popup-layer-skin h1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 20px; }

.popup-layer-skin-light {
  background: white;
  border: 2px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 black;
  -moz-box-shadow: 0 0 15px 0 black;
  box-shadow: 0 0 15px 0 black;
  padding: 15px;
  position: absolute;
  z-index: 1; }
  .popup-layer-skin-light .close-button {
    position: absolute;
    right: -5px;
    top: -5px; }
  .popup-layer-skin-light h1 {
    border-bottom: 3px double #e6e6e6;
    padding-bottom: 10px;
    margin: 10px 20px; }

#send-form-popup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  #send-form-popup .form-items {
    margin-bottom: 20px; }
  #send-form-popup label {
    font-weight: bold; }
  #send-form-popup input[type="text"] {
    width: 400px; }
  #send-form-popup input[type="submit"] {
    width: 180px; }
  #send-form-popup textarea {
    max-height: 130px;
    min-height: 130px;
    width: 100%; }

#send-form-popup .send-form-disclaimer {
  border-top: 3px double #e6e6e6;
  font-size: 10px;
  font-size: 0.96rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #666666;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0; }
  #send-form-popup .send-form-disclaimer h5 {
    font-size: 12px;
    font-size: 1.15rem;
    line-height: 14px;
    line-height: 1.39955rem;
    background: #feff99;
    padding: 5px 0;
    display: inline-block; }
    #send-form-popup .send-form-disclaimer h5 strong {
      color: black; }

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

.source-date {
  color: #666666;
  display: block;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 12px;
  margin-top: 1.2rem; }

.launch-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin-bottom: 5px; }

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

.einestages-forum-info,
.einestages-module-title {
  display: none;
  margin: 0; }

#sharedcount {
  position: absolute;
  width: 200px;
  bottom: 20px;
  left: 20px;
  border: 1px solid black;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px; }
  #sharedcount p {
    margin: 0; }
.video-interactions .video-button {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #990000;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.32rem;
  margin-bottom: 7px;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none; }

.grid-video ul {
  margin: 0; }

#video .header-top,
#video .nav-channel {
  background: none transparent; }
#video .nav-channel .is-active {
  color: #999999;
  font-weight: bold; }
#video .nav-channel li:before,
#video .nav-channel li .ie-before {
  top: 4px; }
#video .nav-channel li a {
  padding-top: 4px; }
#video .nav-channel li:first-child a {
  padding-left: 0; }
#video .header-logo,
#video .nav-main {
  margin-left: 0; }
#video .header-search,
#video .login-links {
  right: 0; }

.video-elements {
  background-color: black;
  border: 1px solid #666666;
  height: 360px;
  position: relative; }
  .video-elements .replace-video,
  .video-elements #spVideoElements {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-elements .video-end-screen {
    background-color: black;
    height: 330px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    z-index: 50; }
    .video-elements .video-end-screen a,
    .video-elements .video-end-screen .module-title {
      color: white; }
    .video-elements .video-end-screen .list-float-left {
      max-height: 200px;
      padding: 0 0 0 64px;
      width: 160px; }
      .video-elements .video-end-screen .list-float-left:first-child {
        min-height: 90px;
        padding: 0; }
    .video-elements .video-end-screen .watch-video-again {
      border-top: 1px solid white;
      display: block;
      font-weight: bold;
      margin-top: 15px;
      padding-top: 15px;
      text-align: center; }
      .video-elements .video-end-screen .watch-video-again img {
        margin-right: 5px;
        vertical-align: middle; }

.video-interactions {
  float: right;
  margin-bottom: 10px;
  position: relative; }
  .video-interactions .video-button {
    float: right;
    margin-left: 7px;
    padding: 3px; }
    .video-interactions .video-button:hover {
      text-decoration: none; }
  .video-interactions .video-short-url {
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 260px; }
  .video-interactions .close-video {
    background-image: none;
    display: none;
    height: 18px;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 4px;
    width: 20px; }

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

.grid-video .jspPane li {
  overflow: hidden;
  height: 90px;
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6; }
  .grid-video .jspPane li a > img {
    float: right;
    display: block;
    margin-left: 10px; }

.grid-video .recommendations-box .spCustomScrollbars,
.grid-video .column-small .spCustomScrollbars {
  height: 510px; }
.grid-video .recommendations-box .module-title,
.grid-video .column-small .module-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
.grid-video .recommendations-box li,
.grid-video .column-small li {
  margin: 0 15px 0 0; }
  .grid-video .recommendations-box li:first-child,
  .grid-video .column-small li:first-child {
    padding-top: 0; }
.grid-video .recommendations-box .hitlist-box,
.grid-video .column-small .hitlist-box {
  width: 320px; }
.grid-video .recommendations-box.search-and-channel-list .jspVerticalBar,
.grid-video .column-small.search-and-channel-list .jspVerticalBar {
  margin-right: 4px; }
.grid-video .recommendations-box.search-and-channel-list li,
.grid-video .column-small.search-and-channel-list li {
  margin: 0 15px 0 5px; }
.grid-video .column-small.search-and-channel-list .spCustomScrollbars {
  height: 980px; }

.video-list-box {
  border-top: 3px double #e6e6e6;
  clear: both;
  margin: 15px 0 75px;
  overflow: hidden;
  padding: 20px 0 0; }
  .video-list-box .module-title {
    padding-left: 10px; }
  .video-list-box .jspPane ul {
    margin: 0 10px;
    width: 300px; }
  .video-list-box .jspVerticalBar {
    margin-right: 7px; }
  .video-list-box .hitlist-box li:first-child {
    min-height: 228px;
    padding: 0; }
  .video-list-box .hitlist-box li img {
    margin-top: 5px; }

.editors-pick-box ul {
  background-color: #f6f6f6;
  padding: 15px 10px 5px; }

.channels-box ul {
  margin: 25px 10px; }

.hitlist-box {
  overflow: hidden;
  width: 340px; }
  .hitlist-box .spCustomScrollbars {
    background-color: #f6f6f6;
    border-bottom: 10px #f6f6f6 solid;
    border-top: 10px #f6f6f6 solid;
    height: 965px; }

.editors-pick-box.list-float-left,
.channels-box.list-float-left {
  float: left;
  overflow: auto;
  width: 320px; }
  .editors-pick-box.list-float-left li,
  .channels-box.list-float-left li {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    overflow: hidden;
    padding: 0 0 15px;
    margin: 0 0 15px;
    height: 90px; }
    .editors-pick-box.list-float-left li:first-child,
    .channels-box.list-float-left li:first-child {
      min-height: 223px;
      padding: 0; }
      .editors-pick-box.list-float-left li:first-child img,
      .channels-box.list-float-left li:first-child img {
        margin: 0; }
    .editors-pick-box.list-float-left li img,
    .channels-box.list-float-left li img {
      display: block;
      float: left;
      margin-right: 7px; }
    .editors-pick-box.list-float-left li .asset-headline-intro strong,
    .channels-box.list-float-left li .asset-headline-intro strong {
      float: right; }

.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; }
.grid-video p {
  clear: both; }

.grid-video .asset-credit {
  color: #666666;
  overflow: hidden;
  text-align: right;
  padding-bottom: 5px; }
.grid-video .asset-credit,
.grid-video .video-date-time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem; }

.grid-video li .video-date-time {
  display: block; }
  .grid-video li .video-date-time strong {
    color: #666666;
    float: right; }

.video-headline {
  display: block;
  overflow: hidden; }
  .video-headline strong {
    color: #990000; }

.video-search-title {
  border-bottom: 3px double #e6e6e6;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  line-height: 2.299rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .video-search-title .headline {
    color: #666666; }

.video-result-list .image-buttons-panel {
  display: block;
  overflow: hidden; }
.video-result-list .image-buttons,
.video-result-list .button-large {
  display: none; }
.video-result-list .button-large {
  left: 15px;
  position: absolute;
  top: 300px; }
.video-result-list li:hover {
  background: #f6f6f6; }
  .video-result-list li:hover .image-buttons,
  .video-result-list li:hover .button-large {
    display: block; }

.grid-video .column-wide .video-result-list li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 15px 0; }
  .grid-video .column-wide .video-result-list li:first-child {
    padding-top: 0; }
.grid-video .column-wide .archive-link-box {
  border: 0; }
.grid-video .column-small .video-result-list .image-buttons {
  left: 145px;
  top: 39px; }
.grid-video .column-small .video-result-list a {
  height: 105px; }

.video-search {
  background: #cccccc;
  height: 65px;
  margin: 20px 0;
  position: relative; }
  .video-search .module-title {
    color: #666666;
    float: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 17px;
    line-height: 1.68rem;
    font-weight: bold;
    margin: 23px 0 0 20px;
    text-transform: uppercase; }
  .video-search .video-search-form {
    position: absolute;
    right: 20px;
    bottom: 20px; }

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

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

#video-iframe {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: none;
  position: absolute;
  width: 1000px;
  z-index: 1000004; }

#js-grey-box {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);
  cursor: not-allowed;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000003; }

#video-iframe-player {
  background-color: white;
  border: 1px solid black;
  padding: 10px 15px 15px;
  width: 970px; }

#video-iframe-header {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
  position: relative; }
  #video-iframe-header .video-iframe-header-logo {
    display: block;
    float: left; }
  #video-iframe-header .video-search-form {
    position: absolute;
    right: 328px;
    top: 0; }
    #video-iframe-header .video-search-form form {
      border: 1px solid #666666; }
  #video-iframe-header .close-video-iframe {
    float: right; }
    #video-iframe-header .close-video-iframe a {
      color: black;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      #video-iframe-header .close-video-iframe a:hover, #video-iframe-header .close-video-iframe a:active, #video-iframe-header .close-video-iframe a:focus {
        text-decoration: none; }
  #video-iframe-header .btn-close-video-iframe {
    margin: -1px 0 1px 4px;
    vertical-align: middle; }

.video-iframe-archive {
  border-top: 3px double #e6e6e6;
  clear: both;
  padding: 10px 0 0;
  text-align: right; }

.no-flash-player {
  background: #f6f6f6;
  font-weight: bold;
  height: 200px;
  padding: 160px 20px 0; }

#js-popup-layer.js-embed-video-popup-layer, #js-popup-layer.js-send-video-popup-layer {
  display: block;
  left: 0;
  top: 120px;
  width: 640px;
  z-index: 1000004; }
  #js-popup-layer.js-embed-video-popup-layer iframe, #js-popup-layer.js-send-video-popup-layer iframe {
    border-top: 3px double #e6e6e6;
    height: 345px;
    margin: 0 20px;
    padding-top: 20px;
    position: relative;
    width: 590px; }

#configure-video-embed-form {
  background-image: none;
  position: relative; }
  #configure-video-embed-form label {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    font-weight: bold; }
  #configure-video-embed-form textarea {
    height: 225px;
    padding: 15px;
    resize: none;
    width: 260px; }
  #configure-video-embed-form .form-items {
    float: left;
    margin: 0 0 20px;
    width: 290px; }
  #configure-video-embed-form .video-embed-configure input,
  #configure-video-embed-form .video-embed-configure select {
    display: inline;
    margin-bottom: 42px;
    width: 120px; }
  #configure-video-embed-form .video-embed-configure span {
    display: inline-block;
    text-align: center;
    width: 50px; }

#send-form-popup.js-send-video-form-popup form {
  border-right: 1px solid #ececec;
  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 .send-form-disclaimer h5 {
    background: #feff99;
    padding: 3px; }
#send-form-popup.js-send-video-form-popup input[type="text"] {
  width: 100%; }
#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 #footer-content .top-anchor {
  margin-bottom: 0;
  padding-bottom: 20px; }

#video-embed-player {
  background: url("/static/sys/v10/icons/ic_load-ani.gif") no-repeat scroll center center white; }
  #video-embed-player #video-start-screen {
    left: 0;
    position: absolute;
    top: 0; }

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

body#video-inline-player #sponiPadPlayer {
  width: 100%;
  height: 100%; }

#sponiPadPlayer {
  display: block;
  width: 640px;
  height: 360px;
  left: 0;
  position: relative;
  top: 0; }
  #sponiPadPlayer .vid {
    display: block;
    z-index: 10; }
  #sponiPadPlayer .adBtn,
  #sponiPadPlayer .startBtn,
  #sponiPadPlayer .waiting {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; }
  #sponiPadPlayer .adBtn {
    display: block;
    z-index: 20; }
  #sponiPadPlayer .startBtn {
    background: url("/static/sys/v9/icons/ic_start_ipadvideo.png") no-repeat 278px 138px;
    display: none;
    z-index: 40; }
    #sponiPadPlayer .startBtn:hover {
      opacity: 1; }
  #sponiPadPlayer .waiting {
    background: black url("/static/sys/v9/icons/ic_buffering.gif") no-repeat 304px 164px;
    display: none;
    opacity: 1;
    z-index: 50; }

.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: #1a1a1a;
  background-color: rgba(26, 26, 26, 0.8);
  filter: alpha(opacity=80);
  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: white;
    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; }
.commonpager {
  overflow: hidden;
  position: relative; }
  .commonpager .commonpager-header {
    position: relative; }
  .commonpager .commonpager-indicator span.bullet {
    color: #cccccc;
    cursor: pointer;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0 2px; }
    .commonpager .commonpager-indicator span.bullet.active {
      color: black;
      cursor: default; }
  .commonpager .commonpager-indicator span.button {
    cursor: pointer;
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline-block;
    padding: 0 5px; }
    .commonpager .commonpager-indicator span.button.inactive {
      color: #cccccc; }
    .commonpager .commonpager-indicator span.button.link-left:before {
      border-color: transparent #333333 transparent transparent;
      vertical-align: baseline; }
    .commonpager .commonpager-indicator span.button.link-left.inactive:before {
      color: #cccccc;
      border-color: transparent #cccccc transparent transparent; }
    .commonpager .commonpager-indicator span.button.link-right:after {
      border-color: transparent transparent transparent #333333;
      vertical-align: baseline; }
    .commonpager .commonpager-indicator span.button.link-right.inactive:after {
      color: #cccccc;
      border-color: transparent transparent transparent #333333; }
  .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 img[src$=".jpg"] {
        background-color: #f6f6f6; }
    .commonpager .commonpager-pages.loading {
      cursor: wait;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.8);
      filter: alpha(opacity=80); }
      .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 {
      position: absolute;
      right: 0;
      top: -6px; }
    .commonpager.mumelei-5-pics .article-image-box {
      margin-bottom: 10px;
      overflow: hidden;
      position: relative; }
.spHelpBoxList2 {
  margin: 10px 0 0;
  overflow: hidden; }
  .spHelpBoxList2 li {
    border-top: 1px solid #e6e6e6;
    float: left;
    padding: 5px 0;
    width: 49.5%; }
    .spHelpBoxList2 li a img {
      float: left;
      margin-right: 5px;
      padding: 1px; }
    .spHelpBoxList2 li .spHelpLLTxt {
      float: left;
      padding: 5px 0 0; }

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

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

.voteteaserlist-headline {
  color: #395a6d; }

.voteteaserlist .voteteaser {
  border-top: 3px double #e6e6e6;
  margin-top: 20px;
  padding-top: 20px; }
  .voteteaserlist .voteteaser:first-child {
    border: 0; }
  .voteteaserlist .voteteaser p.asset-intro {
    margin: 6px 0 20px 0; }
  .voteteaserlist .voteteaser .archive-link {
    display: block;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    line-height: 1.92rem;
    font-weight: bold;
    text-transform: uppercase; }
    .voteteaserlist .voteteaser .archive-link.link-left {
      text-align: left; }
    .voteteaserlist .voteteaser .archive-link.link-right {
      text-align: right; }

.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: bold; }
  .spKickerTickerWettbewerb a span {
    color: black; }

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

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

.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 #cccccc; }
  table.spSportalBox .spRow1 {
    background-color: #f6f6f6; }
  table.spSportalBox td {
    border-top: 1px solid #cccccc;
    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: black;
      font-weight: bold; }

.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: #666666;
  font-weight: bold;
  margin: 10px 0; }

.column-small .asset-box .source-date {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 12px;
  line-height: 1.1997rem;
  font-weight: normal;
  margin: 6px 0 0 0; }

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

.wetterboxhp {
  margin-bottom: 30px; }
  .wetterboxhp .module-title {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin-bottom: 0;
    margin-top: 0; }
  .wetterboxhp .list-float {
    float: right;
    margin-right: 10px;
    width: 88%; }
    .wetterboxhp .list-float .list-float-left {
      display: block;
      margin: 0 5px 0 0;
      padding: 0; }
      .wetterboxhp .list-float .list-float-left a {
        background: url("/static/sys/v10/icons/wetter_icons.png") no-repeat 0 -3px;
        padding: 5px 0 8px 30px;
        font-size: 11px;
        font-size: 1.1rem; }
      .wetterboxhp .list-float .list-float-left.unwetter.warning-yellow a {
        background-position: 0 -132px; }
      .wetterboxhp .list-float .list-float-left.temperaturen a {
        background-position: 0 -260px; }
      .wetterboxhp .list-float .list-float-left.vorhersagen a {
        background-position: 0 -390px; }
    .wetterboxhp .list-float .suche form.search-form-single {
      margin-top: -3px;
      width: 228px; }

.column-wide .wetterboxhp .list-float {
  margin: 0 0 0 5px;
  width: auto; }
  .column-wide .wetterboxhp .list-float .suche {
    display: none; }

.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 white;
      border-bottom: 1px solid white;
      color: #666666;
      padding: 2px 3px; }
    .spBoerseBox .spMPCTabs .spMPCTab a {
      background: url("/static/sys/v10/bg/bg_multipartnav.png") repeat scroll 0 100% #ececec;
      border: 1px solid #cccccc;
      font-weight: bold;
      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; }

.boersenboxhp {
  margin-bottom: 30px; }
  .boersenboxhp.hp-gradient {
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(30%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(left, white 0%, #f0f0f0 30%, #f0f0f0 100%);
    background: -moz-linear-gradient(left, white 0%, #f0f0f0 30%, #f0f0f0 100%);
    background: -o-linear-gradient(left, white 0%, #f0f0f0 30%, #f0f0f0 100%);
    background: -ms-linear-gradient(left, white 0%, #f0f0f0 30%, #f0f0f0 100%);
    background: linear-gradient(to right, white 0%, #f0f0f0 30%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0', GradientType=1 ); }
  .boersenboxhp .boersenbox-header {
    margin-bottom: 15px; }
  .boersenboxhp .module-title {
    float: left;
    font-size: 18px;
    font-size: 1.8rem; }
  .boersenboxhp .boersenbox-suche {
    position: absolute;
    top: 10px;
    left: 409px; }
    .boersenboxhp .boersenbox-suche form.search-form-single {
      width: 160px; }
  .boersenboxhp .boersenbox-table {
    font-size: 11px;
    font-size: 1.08rem;
    line-height: 18px;
    line-height: 1.79928rem;
    float: left;
    height: 115px; }
    .boersenboxhp .boersenbox-table table {
      width: 295px; }
      .boersenboxhp .boersenbox-table table tr {
        border-bottom: 1px solid #cccccc; }
      .boersenboxhp .boersenbox-table table tr.data {
        background-color: white; }
        .boersenboxhp .boersenbox-table table tr.data.active {
          background-color: #e1e1e1; }
          .boersenboxhp .boersenbox-table table tr.data.active .last {
            background: url("/static/sys/v10/bg/bg_neg_arrow.png") no-repeat scroll 100% 50% #e1e1e1; }
      .boersenboxhp .boersenbox-table table td, .boersenboxhp .boersenbox-table table th {
        padding-right: 15px;
        overflow: hidden; }
        .boersenboxhp .boersenbox-table table td.last, .boersenboxhp .boersenbox-table table th.last {
          padding-right: 40px; }
      .boersenboxhp .boersenbox-table table th {
        color: #666666;
        line-height: 16px;
        text-align: right; }
        .boersenboxhp .boersenbox-table table th.time {
          font-weight: normal;
          text-align: left; }
      .boersenboxhp .boersenbox-table table td a {
        font-weight: bold; }
  .boersenboxhp .boersenbox-chart {
    float: left;
    width: 315px;
    overflow: hidden; }
    .boersenboxhp .boersenbox-chart img {
      margin: 10px 0 0 0; }
  .boersenboxhp .boersenbox-links {
    float: left;
    margin-left: 20px;
    width: 230px; }
    .boersenboxhp .boersenbox-links ul {
      margin: 0; }

.spNumberNegative {
  color: #f00; }

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

.fbtickerboxhp {
  margin-bottom: 20px; }
  .fbtickerboxhp .module-title {
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  .fbtickerboxhp .module-title:before {
    background: url("/static/sys/v10/icons/ball.png") no-repeat scroll 100% 50% transparent;
    content: "";
    display: inline-block;
    float: left;
    height: 28px;
    width: 28px; }
  .fbtickerboxhp ul {
    list-style: none outside none;
    margin: 0; }
    .fbtickerboxhp ul.fbtickerboxhp-nav-left {
      float: left;
      margin-left: 20px; }
    .fbtickerboxhp ul.fbtickerboxhp-nav-right {
      float: right;
      margin-right: 20px; }
    .fbtickerboxhp ul li {
      float: left;
      margin: 3px;
      padding-left: 6px;
      border-left: 1px solid black; }
      .fbtickerboxhp ul li:first-child {
        border-left: 0; }
      .fbtickerboxhp ul li.liveticker a:after {
        content: ' \25BC';
        color: #999999; }
  .fbtickerboxhp .fbtickerboxhpcontent {
    border-radius: 0;
    padding: 0 15px 27px;
    width: 330px;
    z-index: 50; }
    .fbtickerboxhp .fbtickerboxhpcontent .wettbewerb-headline {
      margin: 15px 0 8px;
      font-size: 13px;
      font-size: 1.333rem; }
    .fbtickerboxhp .fbtickerboxhpcontent table {
      width: 100%;
      border-top: 1px solid #cccccc;
      margin-bottom: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
      .fbtickerboxhp .fbtickerboxhpcontent table tr {
        border-bottom: 1px solid #cccccc; }
        .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;
        height: 24px;
        text-align: center;
        padding: 0 3px; }
        .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 {
          font-weight: bold;
          color: #800;
          font-size: 13px;
          font-size: 1.3rem; }
          .fbtickerboxhp .fbtickerboxhpcontent table td.ergebnis .ergebnis-zusatz {
            display: block;
            font-size: 10px;
            font-size: 1rem;
            line-height: 10px;
            line-height: 1rem;
            font-weight: normal;
            color: black; }
    .fbtickerboxhp .fbtickerboxhpcontent .kickerlink {
      position: absolute;
      right: 0;
      bottom: 0; }
      .fbtickerboxhp .fbtickerboxhpcontent .kickerlink p {
        float: left;
        line-height: 27px;
        margin: 0;
        font-size: 9px;
        font-size: 0.9rem;
        color: #b7b7b7; }

.hpheftkasten {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  letter-spacing: 0.025em;
  padding: 0; }
  .hpheftkasten a, .hpheftkasten b {
    color: #ea4100;
    font-weight: bold; }
  .hpheftkasten .hpheftkasten-head {
    color: white;
    background-color: #ea4100;
    display: block;
    font-size: 18px;
    font-size: 1.76rem;
    line-height: 30px;
    line-height: 2.99904rem;
    height: 30px;
    padding: 0 10px; }
    .hpheftkasten .hpheftkasten-head a {
      color: white; }
    .hpheftkasten .hpheftkasten-head .logo {
      float: left;
      margin: 6px 8px 0 0; }
  .hpheftkasten .hpheftkasten-left {
    float: left;
    position: relative;
    width: 679px;
    border-right: 1px solid white; }
    .hpheftkasten .hpheftkasten-left .hpheftkasten-inner {
      padding: 10px 0; }
    .hpheftkasten .hpheftkasten-left .hpheftkasten-pager {
      float: left;
      width: 500px;
      position: relative;
      overflow: hidden;
      min-height: 312px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .commonpager-page {
        width: 500px; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .picwithoverlay img {
        display: block; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .hpheftkasten-teaser {
        position: absolute;
        bottom: 0;
        width: 484px;
        padding: 8px;
        background-color: #efefef;
        background-color: rgba(239, 239, 239, 0.9);
        filter: alpha(opacity=90);
        display: block; }
      .hpheftkasten .hpheftkasten-left .hpheftkasten-pager .picwithoverlay {
        position: relative;
        min-height: 312px; }
      .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 {
          font-size: 15px;
          font-size: 1.54rem;
          background-color: white;
          border: 1px solid #efefef;
          display: table;
          font-weight: bold;
          height: 55px;
          line-height: normal;
          margin-bottom: 2px;
          overflow: hidden;
          padding: 5px;
          width: 100%; }
          .hpheftkasten .hpheftkasten-left .hpheftkasten-left-index ul li.active {
            color: #ea4100;
            background-color: #f6f6f6;
            border-color: #e1e1e1; }
          .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: black;
      display: block;
      font-weight: normal;
      margin-top: 10px; }
      .hpheftkasten .hpheftkasten-right .hpheftkasten-right-title b {
        color: #ea4100;
        margin: 8px 0 4px 0;
        font-weight: bold; }
    .hpheftkasten .hpheftkasten-right .hpheftkasten-right-links {
      margin: 8px 0 0 0; }

.spAutoDBbox {
  width: auto;
  margin: 0 auto;
  padding: 3px 0 3px 3px;
  border: 1px solid #cccccc;
  overflow: hidden; }
  .spAutoDBbox .spAutoDBboxElement {
    float: left;
    width: 142px;
    padding: 4px 0 4px 4px; }
    .spAutoDBbox .spAutoDBboxElement select {
      float: left;
      width: 142px;
      margin: 2px 0;
      font-size: 1em; }
      .spAutoDBbox .spAutoDBboxElement select.inactive {
        color: #cccccc;
        background-color: #efefef; }
      .spAutoDBbox .spAutoDBboxElement select option.all {
        color: #999999; }
    .spAutoDBbox .spAutoDBboxElement label {
      width: 142px;
      white-space: nowrap;
      overflow: hidden; }
    .spAutoDBbox .spAutoDBboxElement input {
      float: left;
      width: 138px;
      margin: 2px 0; }
    .spAutoDBbox .spAutoDBboxElement a {
      cursor: pointer; }
  .spAutoDBbox .spAutoDBboxSubmit {
    text-align: right;
    overflow: hidden;
    width: 288px; }
    .spAutoDBbox .spAutoDBboxSubmit a {
      font-weight: bold;
      display: block;
      margin-right: 3px; }
  .spAutoDBbox .extended {
    display: none; }

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

.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; }

.impressum .impressum-autor {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE9E9E9', GradientType=0 );
  margin-bottom: 20px; }
  .impressum .impressum-autor .autor-name {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold; }
  .impressum .impressum-autor .author-contacts {
    margin: 10px 0; }
    .impressum .impressum-autor .author-contacts .author-contact {
      line-height: 20px;
      padding: 3px 0 3px 33px;
      position: relative; }
      .impressum .impressum-autor .author-contacts .author-contact:before {
        background: transparent url("/static/sys/v10/icons/icons_authors_v2.png") 0 0 no-repeat;
        height: 26px;
        width: 26px;
        position: absolute;
        left: 0;
        top: 0;
        content: ""; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-1:before {
        background-position: -50px  0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-2:before {
        background-position: -25px  0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-4:before {
        background-position: -100px 0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-5:before {
        background-position: -75px  0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-6:before {
        background-position: -125px 0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-7:before {
        background-position: -150px 0; }
      .impressum .impressum-autor .author-contacts .author-contact.author-contact-8:before {
        background-position: -175px 0; }
.impressum .module-headline {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold; }

.forms-processor {
  overflow: hidden;
  font-size: 0.8333em; }
  .forms-processor .formpart.optional {
    display: none; }
  .forms-processor .formpart-headline {
    font-weight: bold;
    padding: 1.5em 0 1em 0; }
  .forms-processor .formpart-info {
    margin: -5px 0 10px 0; }
  .forms-processor .infobox {
    background-color: #FFFFCC;
    line-height: 1.1em;
    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 select.error, .forms-processor textarea.error, .forms-processor input.error {
    background-color: #FFBBBB; }
  .forms-processor .formelement {
    padding: 3px 0;
    clear: both;
    overflow: hidden; }
    .forms-processor .formelement label {
      display: block;
      float: left;
      width: 24%;
      padding-right: 1%; }
      .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: yellow; }
  .forms-processor .messagebox pre {
    text-align: left; }
  .forms-processor.wait {
    opacity: 0.4; }
    .forms-processor.wait * {
      cursor: wait !important; }

#sponkontakt .forms-processor-form {
  background-color: #F6F6F6;
  padding: 5px 20px 20px 20px;
  overflow: hidden; }

.spTextSmaller {
  font-size: 10px;
  font-size: 1rem; }

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

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

.bestseller-box {
  width: 862px;
  font-size: 11.2px;
  line-height: 1.2em;
  clear: both;
  margin-bottom: 40px; }
  .bestseller-box .bestseller-type-headline {
    font-size: 21px;
    font-weight: bold;
    width: 860px;
    border-top: 1px solid #CFCFCF;
    margin-top: 40px;
    padding-top: 16px;
    position: relative;
    line-height: 19.5px;
    height: 35px; }
    .bestseller-box .bestseller-type-headline hr {
      display: none; }
    .bestseller-box .bestseller-type-headline img {
      height: 32px;
      float: right;
      display: block;
      position: absolute;
      right: 0;
      top: 10px; }
  .bestseller-box .bestseller-box-headline {
    color: #F38030;
    font-size: 15.4px;
    background-color: #FAFAFA;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    line-height: 19.5px;
    box-sizing: border-box; }
  .bestseller-box .bestseller-box-left {
    float: left;
    width: 404px; }
    .bestseller-box .bestseller-box-left .bestseller-box-headline {
      text-align: left;
      border-left: solid 1px #CFCFCF;
      border-top: solid 1px #CFCFCF;
      border-bottom: solid 1px #CFCFCF; }
    .bestseller-box .bestseller-box-left .content {
      clear: both; }
      .bestseller-box .bestseller-box-left .content .order {
        float: left;
        display: none;
        height: 107px; }
      .bestseller-box .bestseller-box-left .content .data {
        position: relative;
        width: 404px;
        float: left;
        border-left: solid 1px #CFCFCF;
        border-right: solid 1px #CFCFCF;
        border-bottom: solid 1px #CFCFCF;
        height: 107px;
        padding: 5px 50px 5px 5px;
        box-sizing: border-box;
        overflow: hidden; }
  .bestseller-box .bestseller-box-right {
    float: left; }
    .bestseller-box .bestseller-box-right .bestseller-box-headline {
      text-align: right;
      border-right: solid 1px #CFCFCF;
      border-top: solid 1px #CFCFCF;
      border-bottom: solid 1px #CFCFCF; }
    .bestseller-box .bestseller-box-right .content {
      clear: both; }
      .bestseller-box .bestseller-box-right .content .order {
        float: left;
        width: 50px;
        border-right: solid 1px #CFCFCF;
        border-bottom: solid 1px #CFCFCF;
        color: #F38030;
        font-size: 33.6px;
        text-align: center;
        height: 107px;
        line-height: 100px;
        font-weight: bold;
        box-sizing: border-box;
        background-color: #FAFAFA; }
      .bestseller-box .bestseller-box-right .content .data {
        position: relative;
        float: left;
        width: 404px;
        border-right: solid 1px #CFCFCF;
        border-bottom: solid 1px #CFCFCF;
        height: 107px;
        padding: 5px 50px 5px 5px;
        box-sizing: border-box;
        overflow: hidden; }
  .bestseller-box .cover {
    width: 55px;
    float: left;
    margin-right: 10px;
    height: 100%; }
    .bestseller-box .cover img {
      width: 100%; }
  .bestseller-box .title {
    font-weight: bold;
    color: #F38030;
    font-size: 15.4px;
    line-height: 19.5px;
    overflow: hidden;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  .bestseller-box .autor {
    font-weight: bold;
    font-size: 15.4px;
    line-height: 19.5px;
    color: black; }
  .bestseller-box .cart {
    position: absolute;
    right: 17px;
    top: 8px; }
  .bestseller-box .trend {
    position: absolute;
    right: 17px;
    bottom: 10px;
    width: 20px;
    color: #989898;
    font-weight: bold;
    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 {
    float: right;
    padding: 5px 10px;
    color: #990000;
    font-size: 12.6px;
    border-right: solid 1px #CFCFCF;
    border-bottom: solid 1px #CFCFCF;
    border-left: solid 1px #CFCFCF;
    background-color: #FAFAFA;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    box-sizing: border-box;
    margin-right: 4px; }
  .bestseller-box .bestseller-box-footer-left {
    display: none; }

.bestseller-popup-content {
  padding: 20px;
  overflow: hidden;
  font-size: 11.2px; }
  .bestseller-popup-content .bestseller-popup-headline {
    font-size: 15.4px;
    font-weight: bold;
    margin-bottom: 21px; }
  .bestseller-popup-content .bestseller-popup-shoplink {
    background-color: #FAFAFA;
    height: 35px;
    font-weight: bold;
    font-size: 15.4px;
    line-height: 19.5px;
    color: #990000;
    padding: 10px;
    position: relative; }
    .bestseller-popup-content .bestseller-popup-shoplink .bestseller-popup-shoplogo {
      margin-top: 10px;
      margin-left: 10px; }
    .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: solid 1px #CFCFCF; }
  .bestseller-popup-content .bestseller-popup-buchhandel {
    margin-bottom: 21px; }
  .bestseller-popup-content .bestseller-popup-cover {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px; }
    .bestseller-popup-content .bestseller-popup-cover img {
      width: 108px;
      height: auto; }
  .bestseller-popup-content .bestseller-popup-title {
    display: block;
    font-weight: bold;
    color: #F38030;
    font-size: 15.4px;
    line-height: 19.5px; }
  .bestseller-popup-content .bestseller-popup-autor {
    display: block;
    font-weight: bold;
    font-size: 15.4px;
    line-height: 19.5px;
    color: black; }
  .bestseller-popup-content .bestseller-popup-leseprobe {
    font-weight: bold;
    font-size: 15.4px;
    line-height: 19.5px;
    color: #990000; }
#content-main .sp4Pics .spArchive a, .spTopicMultimedia .spMoreArticles a, #spImpressum #spImpEntry p.spLinkToList a {
  font-weight: bold;
  display: block;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("span")).className="ie-after" ); }
  #content-main .sp4Pics .spArchive a:after, .spTopicMultimedia .spMoreArticles a:after, #spImpressum #spImpEntry p.spLinkToList a:after {
    border-color: transparent transparent transparent black;
    border-style: inset solid;
    border-width: 0.45em 0.65em;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 -0.65em 0 0.4em;
    vertical-align: inherit;
    vertical-align: -moz-calc(-0.05 * 1em);
    vertical-align: -webkit-calc(-0.05 * 1em);
    vertical-align: calc(-0.05 * 1em);
    width: 0; }
  #content-main .sp4Pics .spArchive a .ie-after, .spTopicMultimedia .spMoreArticles a .ie-after, #spImpressum #spImpEntry p.spLinkToList a .ie-after {
    color: black;
    padding-left: 0.2em;
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }

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

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

.spAssetHdln {
  color: black;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  font-weight: bold;
  margin-bottom: 10px; }
  .spAssetHdln a {
    color: black;
    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 {
      border-color: transparent transparent transparent black;
      border-style: inset solid;
      border-width: 0.35em 0.75em;
      content: "";
      display: inline-block;
      height: 0;
      margin: 0 -0.75em 0 0.35em;
      width: 0; }
    .spAssetHdln a .ie-after {
      color: black;
      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: 3px double #e6e6e6 !important;
  border-top: 3px double #e6e6e6 !important;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 15px 0 0; }
  .column-wide .spHtmlbox .spAssetHdln,
  .column-wide .spHtmlbox.faktenundlinks .spAssetHdln {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    line-height: 2.1rem; }

.column-small .asset-box h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin-bottom: 10px; }

.faktenundlinks p b {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem; }

.column-small .spSpiWi,
.column-small .spHtmlbox,
.column-small .spInfoBox,
.grid-einestages .spInfoBox {
  border-bottom: 3px double #e6e6e6;
  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: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin-bottom: 10px; }
    .column-small .spSpiWi h4 a,
    .column-small .spHtmlbox h4 a,
    .column-small .spInfoBox h4 a,
    .grid-einestages .spInfoBox h4 a {
      color: black;
      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 {
        border-color: transparent transparent transparent black;
        border-style: inset solid;
        border-width: 0.45em 0.65em;
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 -0.85em 0 0.4em;
        vertical-align: inherit;
        vertical-align: -moz-calc(-0.05 * 1em);
        vertical-align: -webkit-calc(-0.05 * 1em);
        vertical-align: calc(-0.05 * 1em);
        width: 0; }
      .column-small .spSpiWi h4 a .ie-after,
      .column-small .spHtmlbox h4 a .ie-after,
      .column-small .spInfoBox h4 a .ie-after,
      .grid-einestages .spInfoBox h4 a .ie-after {
        color: black;
        padding-left: 0.2em;
        *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25B6' ); }
  .column-small .spSpiWi li a,
  .column-small .spHtmlbox li a,
  .column-small .spInfoBox li a,
  .grid-einestages .spInfoBox li a {
    display: block;
    font-weight: bold;
    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:empty,
  .column-small .spHtmlbox p:empty,
  .column-small .spInfoBox p:empty,
  .grid-einestages .spInfoBox p:empty {
    display: block; }

#spToolsCP {
  clear: both;
  border-top: 3px double #e6e6e6 !important;
  margin: 0 !important;
  padding: 20px 0 0 !important; }
  #spToolsCP h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin-bottom: 10px; }
  #spToolsCP .spTools {
    margin: 0 0 20px 10px !important; }
    #spToolsCP .spTools.first {
      margin-left: 0 !important; }

#content-main #spToolsCP .spTools,
#content-main .spToolsCP .spTools {
  margin: 0 0 20px 10px; }
  #content-main #spToolsCP .spTools img,
  #content-main .spToolsCP .spTools img {
    border: 0 !important; }
  #content-main #spToolsCP .spTools.first,
  #content-main .spToolsCP .spTools.first {
    margin: 0; }
#content-main #spToolsCP h4,
#content-main .spToolsCP h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }
#content-main #spToolsCP p,
#content-main .spToolsCP p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }

.column-both .spTools {
  float: left;
  width: 285px; }
  .column-both .spTools .blk {
    color: black; }
  .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: 3px double #e6e6e6 !important;
    padding: 10px 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }

.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: 12px;
        font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.5996rem;
        font-weight: normal; }
        .sp4Pics .spCenterMuMeLei5Pics ul li .asset-headline-intro span {
          color: black; }
    .sp4Pics .spCenterMuMeLei5Pics ul li:first-child {
      padding-left: 0 !important; }

#abo .spTopicMultimedia h2 {
  color: #ff6600; }

#auto .spTopicMultimedia h2 {
  color: #5888ab; }

#dossiers .spTopicMultimedia h2 {
  color: #f1541d; }

#einestages .spTopicMultimedia h2 {
  color: #aaaaaa; }

#forum .spTopicMultimedia h2 {
  color: #395a6d; }

#gesundheit .spTopicMultimedia h2 {
  color: #b4c893; }

#kultur .spTopicMultimedia h2 {
  color: #f38030; }

#stil .spTopicMultimedia h2 {
  color: #b48e12; }

#netzwelt .spTopicMultimedia h2 {
  color: #556f77; }

#reise .spTopicMultimedia h2 {
  color: #ff9900; }

#panorama .spTopicMultimedia h2 {
  color: #ff724b; }

#politik .spTopicMultimedia h2 {
  color: #b10027; }

#schulspiegel .spTopicMultimedia h2 {
  color: #cc3300; }

#shop .spTopicMultimedia h2 {
  color: #ff6600; }

#spiegel .spTopicMultimedia h2 {
  color: #ea4100; }

#sport .spTopicMultimedia h2 {
  color: #528264; }

#sptv .spTopicMultimedia h2 {
  color: #000066; }

#suche .spTopicMultimedia h2 {
  color: #990000; }

#unispiegel .spTopicMultimedia h2 {
  color: #ff4b00; }

#wetter .spTopicMultimedia h2 {
  color: #357ecc; }

#wirtschaft .spTopicMultimedia h2 {
  color: #34537c; }

#wissenschaft .spTopicMultimedia h2 {
  color: #7d9f89; }

#thema .spTopicMultimedia h2 {
  color: #990000; }

.spTopicMultimedia {
  border-bottom: 3px double #e6e6e6;
  border-top: 3px double #e6e6e6;
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.4663rem;
  font-weight: bold;
  margin: 20px auto; }
  .spTopicMultimedia h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    margin: 15px 0 25px; }
  .spTopicMultimedia h4 {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    margin: 0;
    text-transform: uppercase; }
  .spTopicMultimedia ul {
    overflow: hidden; }
  .spTopicMultimedia li {
    float: left;
    padding-left: 15px;
    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: black;
        font-weight: normal; }
  .spTopicMultimedia .spMoreArticles {
    clear: both;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase; }
    .spTopicMultimedia .spMoreArticles a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6002rem; }

.grid-video .spTopicMultimedia li {
  padding-left: 45px; }
  .grid-video .spTopicMultimedia li:first-child {
    padding: 0; }

.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: 20px;
      font-size: 2rem;
      line-height: 27px;
      line-height: 2.666rem; }
      .spEpubTopsSecond .spEpubTopArtikel[style] h2 a {
        color: black; }

.spAssetAligncenter {
  clear: left;
  float: none;
  margin: 17px auto; }

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

.spAssetAlignright {
  float: right !important;
  margin: 0 0 15px 12px; }

.spGlossaryColumnBox ul {
  background-color: #f6f6f6;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 15px; }
  .spGlossaryColumnBox ul li {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
    background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
    border: 1px solid #cccccc;
    -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: bold;
    padding: 0.1em 0.4em;
    text-align: center; }

.spGlossaryBox {
  clear: both; }
  .spGlossaryBox ul {
    background-color: #f6f6f6;
    margin: 0 0 18px; }
    .spGlossaryBox ul li {
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, white), color-stop(100%, #cccccc));
      background: -webkit-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -moz-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -o-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: -ms-linear-gradient(top, white 0%, white 35%, #cccccc 100%);
      background: linear-gradient(to bottom, white 0%, white 35%, #cccccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFCCCCCC', GradientType=0 );
      border: 1px solid #cccccc;
      -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: bold;
      padding: 0.1em 0.4em;
      text-align: center; }
  .spGlossaryBox ul[style] {
    overflow: hidden !important;
    width: 400px !important; }

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

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

#spImpressum {
  clear: both;
  width: 856px;
  display: inline-block; }
  #spImpressum .spImpBlock {
    clear: both;
    width: 856px; }
  #spImpressum h4 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 19px;
    line-height: 1.8993rem;
    border-bottom: 1px solid #cccccc;
    clear: both;
    color: #666666;
    float: left;
    margin: 38px 0 0 50px;
    padding: 0 0 8px 0;
    text-align: right;
    text-transform: uppercase;
    width: 310px; }
  #spImpressum p {
    float: right;
    margin: 38px 0 0 0;
    padding: 0 50px 0 20px;
    text-align: left;
    width: 426px; }
  #spImpressum .text-link-int, #spImpressum .text-link-ext {
    text-decoration: none; }
    #spImpressum .text-link-int:hover, #spImpressum .text-link-int.active, #spImpressum .text-link-int:focus, #spImpressum .text-link-ext:hover, #spImpressum .text-link-ext.active, #spImpressum .text-link-ext:focus {
      color: black;
      text-decoration: underline; }
    #spImpressum .text-link-int .asset-headline-intro, #spImpressum .text-link-ext .asset-headline-intro {
      font-weight: normal; }
  #spImpressum #spImpIntro h2 {
    color: #990000;
    float: right;
    margin: 7px 0 13px;
    padding: 50px 0 20px;
    width: 26px; }
  #spImpressum #spImpIntro h4 {
    border-bottom: 0 none;
    float: right;
    margin: 0;
    padding: 0 50px 0 20px;
    text-transform: none;
    text-align: left;
    width: 426px; }
  #spImpressum #spImpIntro p {
    clear: both;
    margin: 0 0 1em 0; }
  #spImpressum #spImpOutro {
    margin: 40px 0 0 0; }
    #spImpressum #spImpOutro p {
      float: left;
      margin: 0;
      padding: 20px 1px 1px 1px;
      text-align: left;
      width: 99%; }
  #spImpressum #spImpEntry {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 856px; }
    #spImpressum #spImpEntry h4 {
      margin: 0 0 0 50px; }
    #spImpressum #spImpEntry h5 {
      float: right;
      margin: 0;
      padding: 1px 50px 0 20px;
      width: 426px; }
    #spImpressum #spImpEntry #spImpContent {
      background: transparent url("/static/sys/v10/bg/bg_impressumentry.png") 0 0;
      clear: both;
      display: inline-block;
      min-height: 320px;
      margin: 0;
      padding: 0 0 10px 0;
      width: 856px; }
      #spImpressum #spImpEntry #spImpContent p {
        margin: 30px 0 0 0; }
      #spImpressum #spImpEntry #spImpContent #spImpPic {
        clear: none;
        float: right;
        margin: 30px 10px 0 0;
        padding: 0; }
    #spImpressum #spImpEntry p.spLinkToList {
      border-top: 3px double #e6e6e6;
      font-size: 10px;
      font-size: 1rem;
      background: transparent url("/static/sys/v10/bg/bg_linktolist.png") 0 0 repeat-x;
      margin: 0 50px 0 20px;
      padding: 6px 0;
      font-weight: bold;
      text-align: right; }
      #spImpressum #spImpEntry p.spLinkToList a {
        text-decoration: none;
        text-transform: uppercase; }
        #spImpressum #spImpEntry p.spLinkToList a:hover, #spImpressum #spImpEntry p.spLinkToList a:active, #spImpressum #spImpEntry p.spLinkToList a:focus {
          color: black;
          text-decoration: underline; }
        #spImpressum #spImpEntry p.spLinkToList a.spCelink:hover, #spImpressum #spImpEntry p.spLinkToList a.spCelink:focus, #spImpressum #spImpEntry p.spLinkToList a.spCelink:active {
          color: orange;
          text-decoration: none; }
.spContentBoxesFull .spContentBoxHalf li {
  margin-bottom: 5px;
  padding-left: 0.75em;
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
  .spContentBoxesFull .spContentBoxHalf li:before {
    content: '\25AA';
    margin-left: -0.75em; }
  .spContentBoxesFull .spContentBoxHalf li .ie-before {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '\25AA' );
    margin-left: -0.75em; }

.ms-box {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #e6e6e6;
  margin: 20px 0;
  overflow: hidden;
  padding: 24px; }
  .ms-box .module-box {
    margin-top: 20px; }
  .ms-box .search-result-item {
    border-top: 3px double #e6e6e6;
    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 {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 1.9995rem; }
    .ms-box .search-result-item .article-title .headline-intro {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 1.9995rem; }

.ms-headline {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666666;
  margin: 0 0 20px; }

.ms-sub-headline {
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  margin: 15px 0; }

.ms-login-register p {
  margin: 0 120px 30px 0;
  position: relative; }
  .ms-login-register p a.form-button {
    bottom: 0;
    height: 20px;
    padding: 5px 10px 0;
    position: absolute;
    right: -120px; }

.social-networks-login {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
  padding-left: 10px;
  width: 165px;
  height: 150px;
  border-left: 1px solid #e6e6e6; }
  .social-networks-login .social-networks-login-text {
    margin-bottom: 20px; }

.ms-table {
  margin: 0 0 20px;
  width: 100%; }
  .ms-table th {
    font-size: 12px;
    font-size: 1.2rem;
    background: #e6e6e6;
    font-weight: bold;
    padding: 1px 5px;
    text-align: left;
    vertical-align: middle; }
  .ms-table td {
    border-top: 3px double #e6e6e6;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 5px;
    vertical-align: top; }
    .ms-table td .ms-abo-headline {
      font-weight: bold;
      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: bold; }

.ms-optional-fields-head {
  background: #f6f6f6 url("/static/sys/v10/buttons/buttonMPCTab.png") no-repeat left center;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  font-weight: bold;
  min-height: 23px;
  padding: 5px 0 1px 25px; }
  .ms-optional-fields-head.active {
    background: #f6f6f6 url("/static/sys/v10/buttons/buttonMPCTabAktiv.png") no-repeat left center; }

.ms-optional-fields {
  display: none;
  margin: 0 0 20px; }

.meinspiegel-logo {
  border: none;
  margin: 0;
  padding-bottom: 20px; }

.help-box-list.mein-spiegel-box {
  margin: 0;
  padding: 0; }
  .help-box-list.mein-spiegel-box li {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 10px 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; }

.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: 3px double #e6e6e6;
    margin: 0 0 20px; }
    .ms-form .accordion-box .multi-box-content {
      padding: 10px; }

a.form-button {
  float: right;
  height: 20px;
  padding: 5px 10px 0; }
  a.form-button:hover, a.form-button:active, a.form-button:focus {
    color: #990000;
    text-decoration: none; }

.ms-login {
  border-bottom: 3px double #e6e6e6;
  margin: 0 0 20px; }
  .ms-login .ms-form {
    width: 292px; }
  .ms-login .row input {
    width: 275px; }
  .ms-login .row.autologin .checkbox {
    margin-right: 5px;
    width: auto; }
  .ms-login .row.autologin label {
    display: inline; }
  .ms-login .row .form-button {
    margin: -42px 16px 0 0;
    position: absolute;
    right: 0;
    width: auto; }
  .ms-login .small-info.right {
    text-align: right;
    margin-right: 18px; }
  .ms-login .small-info {
    margin: 2px 0 0 20px;
    text-align: left;
    width: auto; }

.ms-login-register .login-phrase {
  font-weight: bold; }
.ms-login-register p {
  margin: 0 120px 30px 0;
  position: relative; }
  .ms-login-register p a.form-button {
    bottom: 0;
    height: 20px;
    padding: 5px 10px 0;
    position: absolute;
    right: -120px; }

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

.spContentBoxesFull {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  margin-top: 20px; }
  .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; }

#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: red; }
    #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: white; }
  #passwordStrength #strengthText {
    float: right; }
#forum .threadTitle {
  font-size: 14pt;
  font-weight: bold; }

#postList, #threadlist, #forumlist {
  margin-top: 15px; }
  #postList .forumButton, #threadlist .forumButton, #forumlist .forumButton {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    -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: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    color: #990000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    height: 20px;
    line-height: 1.3992rem;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 5px 10px 0;
    text-align: center;
    text-decoration: none;
    float: right; }

#forumlist .forumbit {
  background-image: url("http://www.spiegel.de/static/forum/images/statusicon/forum_old.gif");
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-top: 5px;
  border-bottom: 1px solid #e6e6e6; }
  #forumlist .forumbit a:first-child {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.5rem; }
  #forumlist .forumbit .lastThreadInfo {
    display: block;
    margin-left: 150px; }
    #forumlist .forumbit .lastThreadInfo a:first-child {
      float: none; }

#forum .forumTop {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 25px; }
  #forum .forumTop .topLeft {
    margin-left: 15px; }
  #forum .forumTop .topRight {
    margin-left: 100px; }

#threadlist .threadbit {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }
  #threadlist .threadbit a {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 25px;
    padding-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 0 4px; }
  #threadlist .threadbit span {
    margin-left: 25px;
    display: block; }

.forumPaginatorSeo,
.threadPaginatorSeo {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }
  .forumPaginatorSeo a,
  .threadPaginatorSeo a {
    background: url("/static/sys/v9/bg/bg_mainnav.jpg") repeat-x scroll left bottom #e9e9e9;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font: 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    margin-left: 1px;
    padding: 2px 3px;
    text-decoration: none; }
    .forumPaginatorSeo a span,
    .threadPaginatorSeo a span {
      display: inline-block;
      text-align: center;
      min-width: 18px; }
  .forumPaginatorSeo a:hover, .forumPaginatorSeo a:hover span,
  .threadPaginatorSeo a:hover,
  .threadPaginatorSeo a:hover span {
    text-decoration: none !important; }
  .forumPaginatorSeo a:hover,
  .threadPaginatorSeo a:hover {
    border: 1px solid #999999; }
  .forumPaginatorSeo .first span,
  .threadPaginatorSeo .first span {
    background: url("/static/sys/pfeilnavi/erste.png") no-repeat scroll center center transparent; }
  .forumPaginatorSeo .last span,
  .threadPaginatorSeo .last span {
    background: url("/static/sys/pfeilnavi/letzte.png") no-repeat scroll center center transparent; }
  .forumPaginatorSeo .next span,
  .threadPaginatorSeo .next span {
    background: url("/static/sys/pfeilnavi/vor.png") no-repeat scroll center center transparent; }
  .forumPaginatorSeo .prev span,
  .threadPaginatorSeo .prev span {
    background: url("/static/sys/pfeilnavi/zurueck.png") no-repeat scroll center center transparent; }
  .forumPaginatorSeo .left,
  .threadPaginatorSeo .left {
    float: left;
    width: 150px;
    min-height: 1px;
    text-align: left; }
    .forumPaginatorSeo .left:before,
    .threadPaginatorSeo .left:before {
      float: right; }
  .forumPaginatorSeo .right,
  .threadPaginatorSeo .right {
    float: right;
    width: 150px;
    min-height: 1px;
    text-align: right; }
    .forumPaginatorSeo .right:before,
    .threadPaginatorSeo .right:before {
      float: left; }
  .forumPaginatorSeo .left:before, .forumPaginatorSeo .right:before,
  .threadPaginatorSeo .left:before,
  .threadPaginatorSeo .right:before {
    content: "";
    width: 75px; }

.forumPaginator,
.threadPaginator {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6; }
  .forumPaginator a,
  .threadPaginator a {
    background: url("/static/sys/v9/bg/bg_mainnav.jpg") repeat-x scroll left bottom #e9e9e9;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin-left: 1px;
    padding: 0 3px 2px;
    text-decoration: none; }
    .forumPaginator a span,
    .threadPaginator a span {
      display: inline-block;
      text-align: center;
      min-width: 18px; }
  .forumPaginator span,
  .threadPaginator span {
    font: 12px Tahoma,Calibri,Verdana,Geneva,sans-serif; }
  .forumPaginator a:hover, .forumPaginator a:hover span,
  .threadPaginator a:hover,
  .threadPaginator a:hover span {
    text-decoration: none !important; }
  .forumPaginator a:hover,
  .threadPaginator a:hover {
    border: 1px solid #999999; }
  .forumPaginator .currentPage,
  .threadPaginator .currentPage {
    display: block;
    float: left;
    padding-top: 3px; }
  .forumPaginator .pagination,
  .threadPaginator .pagination {
    text-align: right; }
  .forumPaginator .first span,
  .threadPaginator .first span {
    background: url("/static/sys/pfeilnavi/erste.png") no-repeat scroll center center transparent; }
  .forumPaginator .last span,
  .threadPaginator .last span {
    background: url("/static/sys/pfeilnavi/letzte.png") no-repeat scroll center center transparent; }
  .forumPaginator .next span,
  .threadPaginator .next span {
    background: url("/static/sys/pfeilnavi/vor.png") no-repeat scroll center center transparent; }
  .forumPaginator .prev span,
  .threadPaginator .prev span {
    background: url("/static/sys/pfeilnavi/zurueck.png") no-repeat scroll center center transparent; }

#threadHead,
#memberHead {
  display: block;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  #threadHead a,
  #memberHead a {
    font-weight: bold; }

.sysopPost {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .sysopPost #sysopImage {
    float: left;
    margin-right: 15px;
    margin-top: 6px; }
    .sysopPost #sysopImage img {
      margin-bottom: 5px; }
    .sysopPost #sysopImage span {
      display: block; }
  .sysopPost #sysopText {
    font-weight: bold;
    font-size: 13px; }
  .sysopPost .forumButton {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    -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: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    color: #990000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    height: 20px;
    line-height: 1.3992rem;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 5px 10px 0;
    text-align: center;
    text-decoration: none; }
  .sysopPost .quotePostLink {
    float: right; }

#postList .postbit {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font: 12px verdana,arial,helvetica,geneva,sans-serif; }
  #postList .postbit .postcounter {
    margin-right: 10px;
    font-weight: bold; }
  #postList .postbit h2 {
    margin-top: 5px;
    font-size: 14px; }
  #postList .postbit p {
    font-size: 13px;
    line-height: 1.9rem; }
    #postList .postbit p .quote {
      display: block;
      background-color: #e9e9e9;
      padding: 5px 10px;
      margin-bottom: 5px;
      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 #e9e9e9 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: #555;
        font-style: italic;
        font-size: 1.2rem; }
  #postList .postbit .quotePostLink {
    float: right; }
  #postList .postbit .reportPostLink {
    float: left !important; }
  #postList .postbit #imageContainer {
    margin-bottom: 10px; }
    #postList .postbit #imageContainer img {
      max-width: 200px; }

#memberInfo {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }
  #memberInfo span {
    display: block; }

#mapPosts {
  margin-top: 10px; }
  #mapPosts > :first-child {
    display: block;
    margin-bottom: 5px; }
  #mapPosts a {
    display: block; }

#mostdiscussedThread li.mostdiscussedbit {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  #mostdiscussedThread li.mostdiscussedbit .postcount {
    background-image: url("http://www.spiegel.de/static/forum/images/misc/forum-meistdiskutiert.gif");
    background-position: 58px center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    color: black;
    display: block;
    float: left;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 25px;
    padding-top: 2px;
    text-align: right;
    width: 50px; }
  #mostdiscussedThread li.mostdiscussedbit .theme {
    margin-left: 85px; }
    #mostdiscussedThread li.mostdiscussedbit .theme a {
      color: #000000 !important;
      font-size: 11px;
      font-weight: normal; }
      #mostdiscussedThread li.mostdiscussedbit .theme a .themeprefix {
        color: #96001E;
        float: left;
        font-weight: bold; }

#memberPostList .memberPost {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  #memberPostList .memberPost .memberPostTime {
    font-size: 0.85em;
    display: block; }
  #memberPostList .memberPost .threadTitle {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0; }
  #memberPostList .memberPost .memberPostTitle {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 5px; }
  #memberPostList .memberPost .memberPostText {
    margin-top: 5px; }
  #memberPostList .memberPost .postLink {
    font-size: 0.85em; }

#chooser {
  position: relative;
  margin-bottom: 10px; }
  #chooser #chooserButton {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(5%, white), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, white 0%, white 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, white 0%, white 5%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    -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: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    color: #990000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.2rem;
    font-weight: bold;
    height: 20px;
    line-height: 1.3992rem;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 5px 10px 0;
    text-align: center;
    text-decoration: none; }
  #chooser ul {
    display: none;
    position: absolute;
    right: 0;
    width: 160px;
    background-color: white;
    border: 1px solid #C4C4C4;
    display: none;
    padding: 2px;
    top: 22px;
    z-index: 1000; }
    #chooser ul li {
      margin-bottom: 3px; }
    #chooser ul .chooserbit a,
    #chooser ul .chooserOverview a {
      color: black;
      display: block;
      font: 11px verdana,arial,helvetica,geneva,sans-serif;
      padding: 4px 10px;
      text-align: left;
      text-decoration: none;
      white-space: nowrap; }
      #chooser ul .chooserbit a:hover,
      #chooser ul .chooserOverview a:hover {
        background-color: #f6f6f6; }
    #chooser ul .chooserDivider {
      font: bold 11px verdana,arial,helvetica,geneva,sans-serif;
      padding: 4px 10px; }

#js-article-comments-box-form-quote {
  margin-top: 10px; }

#forumNewThreadDialog, #reportPostDialog {
  display: none;
  background-color: white;
  border: 1px solid #666666;
  -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);
  padding: 10px;
  position: absolute;
  width: 500px;
  z-index: 1000002;
  font-size: 0.95em; }
  #forumNewThreadDialog a.closeDialog, #reportPostDialog a.closeDialog {
    background-image: url("/static/sys/v10/buttons/close_rund.png");
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    height: 42px;
    width: 42px; }
  #forumNewThreadDialog .formContainer textarea, #reportPostDialog .formContainer textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: verdana,arial,helvetica,geneva,sans-serif;
    font-size: 12px;
    resize: none;
    width: 100%;
    margin-bottom: 10px; }
  #forumNewThreadDialog .formContainer label, #reportPostDialog .formContainer label {
    font-weight: bold; }
  #forumNewThreadDialog .formContainer #threadTitleInput, #forumNewThreadDialog .formContainer #threadContentInput, #reportPostDialog .formContainer #threadTitleInput, #reportPostDialog .formContainer #threadContentInput {
    margin: 5px 0; }
  #forumNewThreadDialog .result, #reportPostDialog .result {
    display: none; }
    #forumNewThreadDialog .result .error, #reportPostDialog .result .error {
      font-weight: bold;
      color: red; }

#forumNewThreadDialog input[type="text"], #forumNewThreadDialog textarea {
  width: 100%; }

#threadUserUpload {
  padding: 10px 0; }
  #threadUserUpload #file-uploader {
    float: left;
    margin-top: 1em;
    color: black; }
    #threadUserUpload #file-uploader #threadUploadButton {
      color: #900;
      cursor: pointer;
      border: 1px solid #999;
      border-radius: 4px;
      box-shadow: 5px 5px 2px #ccc;
      display: inline-block;
      font-weight: bold;
      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 white; }
      #threadUserUpload #file-uploader #threadUploadButton input {
        cursor: pointer;
        font-size: 200px;
        margin: 0;
        opacity: 0;
        filter: 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;
      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: white;
  border: 1px solid black;
  -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/v10/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: bold;
        position: absolute;
        width: 25%; }
        .postGalleryDialog #postGalleryContainer .postGallery .postGalleryNav span {
          color: #990000;
          cursor: pointer; }
/* Slick allg. */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* eigenes */
.mumelei-2pics .mumelei-header {
  position: relative;
  margin-bottom: 1em; }
  .mumelei-2pics .mumelei-header .mumelei-pager {
    position: absolute;
    right: 0;
    top: 0.5rem; }
    .mumelei-2pics .mumelei-header .mumelei-pager span.button {
      font-size: 1.6rem;
      cursor: pointer;
      position: absolute;
      top: 0; }
      .mumelei-2pics .mumelei-header .mumelei-pager span.button.back {
        left: 0; }
      .mumelei-2pics .mumelei-header .mumelei-pager span.button.fwd {
        right: 0; }
    .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots {
      display: inline-block;
      text-align: center;
      padding: 0 1.6rem;
      margin: 0; }
      .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer; }
        .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li span.slick-dot {
          border: 0;
          background: transparent;
          display: block;
          height: 20px;
          outline: none;
          line-height: 0;
          font-size: 0;
          color: transparent;
          padding: 0;
          cursor: pointer; }
          .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li span.slick-dot:hover, .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li span.slick-dot:focus {
            outline: none; }
          .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li span.slick-dot:before {
            content: "\2022";
            height: 20px;
            font-size: 27px;
            line-height: 10px;
            color: black;
            opacity: 0.25;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        .mumelei-2pics .mumelei-header .mumelei-pager .slick-dots li.slick-active span.slick-dot:before {
          color: black;
          opacity: 0.75; }
.mumelei-2pics .mumelei-pics a {
  display: block; }
  .mumelei-2pics .mumelei-pics a:hover {
    text-decoration: none; }
    .mumelei-2pics .mumelei-pics a:hover span {
      text-decoration: none; }
  .mumelei-2pics .mumelei-pics a .video-bu {
    color: #000;
    display: none;
    padding: 5px; }
.mumelei-2pics .mumelei-pics .video-headline {
  font-weight: bold;
  color: #800;
  display: block;
  margin-bottom: 5px; }
  .mumelei-2pics .mumelei-pics .video-headline span {
    color: #000; }
.mumelei-2pics .mumelei-pics .slick-slide {
  width: 320px;
  margin-right: -95px;
  padding-left: 105px; }
  .mumelei-2pics .mumelei-pics .slick-slide .image-buttons-panel .image-buttons {
    display: none; }
  .mumelei-2pics .mumelei-pics .slick-slide.slick-active .video-bu {
    display: block; }
  .mumelei-2pics .mumelei-pics .slick-slide.slick-active .image-buttons-panel .image-buttons {
    bottom: 65px;
    left: 150px;
    display: block; }
.mumelei-2pics .mumelei-pics .button {
  cursor: pointer;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3); }
  .mumelei-2pics .mumelei-pics .button.link-left {
    left: 0;
    padding: 75px 30px 75px 10px; }
    .mumelei-2pics .mumelei-pics .button.link-left:before {
      border-color: transparent white transparent transparent;
      border-width: 1.45em 2.65em; }
  .mumelei-2pics .mumelei-pics .button.link-right {
    right: 0;
    padding: 75px 10px 75px 30px; }
    .mumelei-2pics .mumelei-pics .button.link-right:after {
      border-color: transparent transparent transparent white;
      border-width: 1.45em 2.65em; }
.ce-warning {
  border: 2px solid red;
  font-weight: bold;
  color: red; }

.ce-warning-1 {
  background-image: url("/static/sys/v10/heft/heftkasten.png");
  width: 298px;
  height: 396px;
  position: relative; }
  .ce-warning-1 span {
    color: #ffff00;
    font-size: 1.25em;
    line-height: 1.4em;
    text-align: center;
    width: 200px;
    margin: 60px 28px;
    padding: 20px;
    background-color: red;
    background-color: rgba(255, 0, 0, 0.85);
    border: 2px solid #ffff00;
    border-radius: 5px;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em black; }
