.accordion .acc-section-content ul, .tabs .tabs-container .tab-section.dotted ul, .topicsfocus .all-topics-list {
  list-style-type: disc;
  margin-left: 20px; }
  .accordion .acc-section-content ul li, .tabs .tabs-container .tab-section.dotted ul li, .topicsfocus .all-topics-list li {
    margin: 0 0 5px 0; }

.contrast-headline {
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  line-height: 4.2rem;
  color: #00a0f0;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500; }

.article-section .article-title .article-date {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  color: #000;
  margin-bottom: 10px; }

#service {
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  height: 26px; }
  #service .date {
    display: inline-block;
    vertical-align: middle;
    float: left; }
  #service .meta-nav {
    display: inline-block;
    vertical-align: middle;
    float: right; }
    #service .meta-nav li {
      line-height: 11px;
      line-height: 1.1rem;
      display: inline-block; }
      #service .meta-nav li a {
        display: inline-block;
        padding: 2px 8px 4px 8px; }
        #service .meta-nav li a:hover, #service .meta-nav li a:active, #service .meta-nav li a:focus {
          color: #00a0f0;
          text-decoration: none; }
        #service .meta-nav li a.btn-gold {
          display: block;
          margin: 0 0 10px;
          padding: 10px; }
      #service .meta-nav li.sep:after, #service .meta-nav li.newsletter:after {
        content: "\007C"; }
      #service .meta-nav li.meinmmo-link.login {
        text-transform: uppercase; }
        #service .meta-nav li.meinmmo-link.login a {
          color: #8c8c8c;
          padding-right: 0; }

#header {
  padding-top: 28px; }
  #header .main-logo {
    margin-bottom: 16px; }
    #header .main-logo a {
      background: url(/static/sys/v10/sprites/sprite_logo.svg) 5px -22px no-repeat;
      background-size: 410px 228px;
      display: block;
      height: 60px;
      text-indent: -2000em; }
  #header .set-startpage,
  #header .schlagzeilen-header {
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem; }
  #header .set-startpage {
    right: 202px;
    position: absolute;
    top: 57px; }
  #header .schlagzeilen-header {
    position: absolute;
    right: 116px;
    top: 57px; }
  #header .main-nav {
    background: #1a1a1a;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    position: relative;
    margin-left: -1px;
    width: 100%;
    z-index: 10002; }
    #header .main-nav .sticky-logo {
      display: none;
      float: left;
      margin: 8px 0 0 10px; }
      #header .main-nav .sticky-logo a {
        background: url(/static/sys/v10/sprites/sprite_logo.svg) 0 -54px no-repeat;
        background-size: 155px 86px;
        display: block;
        height: 25px;
        text-indent: -2000em;
        width: 160px; }
    #header .main-nav .main-nav-items {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      line-height: 3rem;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 400;
      letter-spacing: 0.6px; }
      #header .main-nav .main-nav-items li {
        float: left;
        position: relative; }
        #header .main-nav .main-nav-items li.static:first-child a {
          padding-left: 16px; }
        #header .main-nav .main-nav-items li a {
          color: #fff;
          display: block;
          padding: 6px;
          text-transform: uppercase; }
        #header .main-nav .main-nav-items li.caret a {
          padding: 6px 7px 6px 15px; }
          #header .main-nav .main-nav-items li.caret a:after {
            content: "";
            left: 3px;
            position: absolute;
            top: 18px;
            background: url(/static/sys/v10/sprites/sprite_icons.svg) -40px -8px no-repeat;
            background-size: 114px 88px;
            width: 10px;
            height: 10px; }
        #header .main-nav .main-nav-items li .premium-item {
          position: relative; }
          #header .main-nav .main-nav-items li .premium-item:before {
            content: '';
            background: transparent url(/static/sys/v10/logos/premium_banner_sprite.svg) 0 0 no-repeat;
            height: 7px;
            width: 13px;
            background-size: 36px 7px;
            position: absolute;
            top: 5px;
            left: calc(50% - 7px); }
          #header .main-nav .main-nav-items li .premium-item:hover:before {
            background-position: -23px 0; }
        #header .main-nav .main-nav-items li .sub-nav-items {
          font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
          font-weight: 500;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 28px;
          line-height: 2.8125rem;
          background: #333333;
          display: none;
          float: left;
          left: 0;
          margin: 0;
          min-width: 120px;
          position: absolute;
          top: 42px;
          white-space: nowrap; }
          #header .main-nav .main-nav-items li .sub-nav-items li {
            border-bottom: 1px solid #1a1a1a;
            float: none;
            margin: 0; }
            #header .main-nav .main-nav-items li .sub-nav-items li:last-child {
              border: 0; }
            #header .main-nav .main-nav-items li .sub-nav-items li a {
              color: #fff;
              padding: 3px 10px;
              text-transform: uppercase; }
              #header .main-nav .main-nav-items li .sub-nav-items li a:hover, #header .main-nav .main-nav-items li .sub-nav-items li a:active, #header .main-nav .main-nav-items li .sub-nav-items li a:focus {
                background: #82c8f0;
                text-decoration: none; }
              #header .main-nav .main-nav-items li .sub-nav-items li a:after {
                display: none; }
        #header .main-nav .main-nav-items li:hover {
          z-index: 10001; }
        #header .main-nav .main-nav-items li:hover > .sub-nav-items, #header .main-nav .main-nav-items li:active > .sub-nav-items, #header .main-nav .main-nav-items li:focus > .sub-nav-items {
          display: block; }
        #header .main-nav .main-nav-items li:hover, #header .main-nav .main-nav-items li:active, #header .main-nav .main-nav-items li:focus, #header .main-nav .main-nav-items li.active {
          background: #00a0f0;
          text-decoration: none; }
          #header .main-nav .main-nav-items li:hover a, #header .main-nav .main-nav-items li:active a, #header .main-nav .main-nav-items li:focus a, #header .main-nav .main-nav-items li.active a {
            color: #fff;
            text-decoration: none; }
    #header .main-nav ul .sticky-logo + li {
      margin-left: -1px; }
    #header .main-nav.scroll-active .sticky-logo {
      display: block; }
    #header .main-nav.scroll-active .main-nav-items li {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 30px;
      line-height: 2.99rem;
      letter-spacing: 0.6px;
      margin: 0; }
      #header .main-nav.scroll-active .main-nav-items li.channel-first {
        margin-left: 0; }
        #header .main-nav.scroll-active .main-nav-items li.channel-first a {
          padding-left: 10px; }
      #header .main-nav.scroll-active .main-nav-items li a {
        padding: 6px 7px; }
      #header .main-nav.scroll-active .main-nav-items li.caret a {
        padding: 6px 3px 6px 12px; }
        #header .main-nav.scroll-active .main-nav-items li.caret a:after {
          left: 2px;
          top: 16px; }
      #header .main-nav.scroll-active .main-nav-items li .sub-nav-items {
        top: 41px; }
        #header .main-nav.scroll-active .main-nav-items li .sub-nav-items li a {
          padding: 3px 10px; }
    #header .main-nav.scroll-active .search a {
      background-position: -24px -25px;
      background-size: 350px 270px;
      right: 5px; }
      #header .main-nav.scroll-active .search a.is-active {
        background-position: 0 -26px; }
  #header .top-topics {
    float: left;
    padding: 6px 0 10px 0; }
    #header .top-topics .top-topics-title {
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      display: inline;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 17px;
      line-height: 1.65rem;
      margin-right: 10px; }
  #header .search {
    position: relative; }
    #header .search a {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -27px -28px no-repeat;
      background-size: 380px 293px;
      display: block;
      height: 22px;
      position: absolute;
      right: 10px;
      text-indent: -2000em;
      top: 10px;
      width: 22px; }
      #header .search a.is-active {
        background-position: 0 -28px; }

#header-compact {
  position: relative; }
  #header-compact .main-nav {
    background: #1a1a1a;
    height: 41px;
    position: relative;
    z-index: 10002; }
  #header-compact .mobile-button {
    background: url(/static/sys/v10/sprites/sprite_menu.svg) -60px 0 no-repeat;
    background-size: 120px 42px;
    cursor: pointer;
    height: 41px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 60px; }
    #header-compact .mobile-button:hover, #header-compact .mobile-button:focus {
      background-position: 0 0; }
  #header-compact .search {
    display: block;
    height: 27px;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px; }
    #header-compact .search a {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -27px -28px no-repeat;
      background-size: 380px 293px;
      display: block;
      height: 22px;
      width: 22px; }
      #header-compact .search a:hover, #header-compact .search a:focus {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=100); }
      #header-compact .search a.is-active {
        background-position: 0 -28px; }
  #header-compact .logo {
    background: url(/static/sys/v10/sprites/sprite_logo.svg) 3px -53px no-repeat;
    background-size: 155px 86px;
    display: block;
    height: 25px;
    left: 75px;
    display: block;
    position: absolute;
    top: 7px;
    width: 160px; }
  #header-compact .mobile-menu {
    background: rgba(0, 0, 0, 0.35);
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 41px;
    z-index: 10005; }
    #header-compact .mobile-menu li {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 25px;
      line-height: 2.47rem;
      background: #333333;
      display: block;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500;
      letter-spacing: 0.2px; }
    #header-compact .mobile-menu > li:first-child {
      padding-top: 7px; }
    #header-compact .mobile-menu > li:last-child {
      padding-bottom: 7px; }
    #header-compact .mobile-menu a {
      color: #fff;
      display: block;
      padding: 0 11px;
      text-transform: uppercase; }
      #header-compact .mobile-menu a:hover, #header-compact .mobile-menu a:active, #header-compact .mobile-menu a:focus, #header-compact .mobile-menu a.active {
        color: #00a0f0;
        text-decoration: none; }
  #header-compact .mobile-menu-shown {
    display: block; }

#header .search-overlay, #header-compact .search-overlay {
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: none;
  left: -1px;
  padding: 25px 10px 20px;
  position: absolute;
  top: 41px;
  width: calc(100% + 2px);
  z-index: 10003; }
  #header .search-overlay fieldset, #header-compact .search-overlay fieldset {
    padding: 0; }
  #header .search-overlay #searchform, #header-compact .search-overlay #searchform {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
    line-height: 2.79993rem;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0 10px; }
    #header .search-overlay #searchform input[type=radio], #header-compact .search-overlay #searchform input[type=radio] {
      display: none; }
    #header .search-overlay #searchform input[type=radio] + label:before, #header-compact .search-overlay #searchform input[type=radio] + label:before {
      display: inline-block;
      height: 15px;
      width: 15px;
      margin-right: 10px; }
    #header .search-overlay #searchform input[type=radio] + label:before, #header-compact .search-overlay #searchform input[type=radio] + label:before {
      content: "";
      border: 2px #fff solid;
      border-radius: 15px; }
    #header .search-overlay #searchform input[type=radio]:checked + label:before, #header-compact .search-overlay #searchform input[type=radio]:checked + label:before {
      content: "";
      background: #82c8f0;
      border: 2px #fff solid;
      border-radius: 15px; }
    #header .search-overlay #searchform .form-col, #header-compact .search-overlay #searchform .form-col {
      padding: 5px 0; }
    #header .search-overlay #searchform .form-col.radio, #header-compact .search-overlay #searchform .form-col.radio {
      margin: 0;
      padding-top: 7px; }
      #header .search-overlay #searchform .form-col.radio:first-child, #header-compact .search-overlay #searchform .form-col.radio:first-child {
        margin-right: 15px; }
    #header .search-overlay #searchform .form-col input[type=text], #header-compact .search-overlay #searchform .form-col input[type=text] {
      background: transparent;
      color: #fff;
      border-top: 0;
      border-left: 0;
      border-right: 0; }
    #header .search-overlay #searchform #search-term, #header-compact .search-overlay #searchform #search-term {
      border: 0;
      border-bottom: 1px solid #fff;
      font-family: "Oswald", Tahoma, sans-serif;
      font-weight: 300;
      float: left;
      margin-left: 125px;
      width: 465px; }
    #header .search-overlay #searchform #search-submit, #header-compact .search-overlay #searchform #search-submit {
      margin: 5px 0 0 10px; }
  #header .search-overlay .cpy-breadcrumb, #header-compact .search-overlay .cpy-breadcrumb {
    color: #4d4d4d;
    float: right;
    margin: 0;
    width: 576px; }
    #header .search-overlay .cpy-breadcrumb .top-topics, #header-compact .search-overlay .cpy-breadcrumb .top-topics {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 19px;
      line-height: 1.8662rem;
      padding: 0; }
      #header .search-overlay .cpy-breadcrumb .top-topics a, #header-compact .search-overlay .cpy-breadcrumb .top-topics a {
        color: #cccccc; }
        #header .search-overlay .cpy-breadcrumb .top-topics a:hover, #header-compact .search-overlay .cpy-breadcrumb .top-topics a:hover {
          color: #fff;
          text-decoration: none; }
#header .search-overlay .top-topics, #header-compact .search-overlay .top-topics {
  font-family: "NotoSerif", Georgia, serif;
  font-size: 11px;
  font-size: 1.1rem; }
  #header .search-overlay .top-topics .top-topics-title, #header-compact .search-overlay .top-topics .top-topics-title {
    color: #cccccc; }
#header .top-topics ul, #header .breadcrumb .breadcrumb-items, #header-compact .breadcrumb #header .breadcrumb-items, #header-compact #header .top-topics ul, #header .top-topics #header-compact ul, #header .breadcrumb #header-compact .breadcrumb-items, #header-compact .breadcrumb .breadcrumb-items {
  display: inline; }
  #header .top-topics ul li, #header .breadcrumb .breadcrumb-items li, #header-compact .breadcrumb #header .breadcrumb-items li, #header-compact #header .top-topics ul li, #header .top-topics #header-compact ul li, #header .breadcrumb #header-compact .breadcrumb-items li, #header-compact .breadcrumb .breadcrumb-items li {
    display: inline; }
    #header .top-topics ul li:before, #header .breadcrumb .breadcrumb-items li:before, #header-compact .breadcrumb #header .breadcrumb-items li:before, #header-compact #header .top-topics ul li:before, #header .top-topics #header-compact ul li:before, #header .breadcrumb #header-compact .breadcrumb-items li:before, #header-compact .breadcrumb .breadcrumb-items li:before {
      content: "\2022"; }
    #header .top-topics ul li:first-child:before, #header .breadcrumb .breadcrumb-items li:first-child:before, #header-compact .breadcrumb #header .breadcrumb-items li:first-child:before, #header-compact #header .top-topics ul li:first-child:before, #header .top-topics #header-compact ul li:first-child:before, #header .breadcrumb #header-compact .breadcrumb-items li:first-child:before, #header-compact .breadcrumb .breadcrumb-items li:first-child:before {
      content: ""; }
    #header .top-topics ul li a, #header .breadcrumb .breadcrumb-items li a, #header-compact .breadcrumb #header .breadcrumb-items li a, #header .top-topics ul li .so-hdln, #header .breadcrumb .breadcrumb-items li .so-hdln, #header-compact .breadcrumb #header .breadcrumb-items li .so-hdln, #header-compact #header .top-topics ul li a, #header .top-topics #header-compact ul li a, #header .breadcrumb #header-compact .breadcrumb-items li a, #header-compact .breadcrumb .breadcrumb-items li a, #header-compact #header .top-topics ul li .so-hdln, #header .top-topics #header-compact ul li .so-hdln, #header .breadcrumb #header-compact .breadcrumb-items li .so-hdln, #header-compact .breadcrumb .breadcrumb-items li .so-hdln {
      display: inline-block;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 10px 4px 7px 10px; }
    #header .top-topics ul li:first-child a, #header .breadcrumb .breadcrumb-items li:first-child a, #header-compact .breadcrumb #header .breadcrumb-items li:first-child a, #header-compact #header .top-topics ul li:first-child a, #header .top-topics #header-compact ul li:first-child a, #header .breadcrumb #header-compact .breadcrumb-items li:first-child a, #header-compact .breadcrumb .breadcrumb-items li:first-child a {
      padding-left: 0; }
#header .breadcrumb, #header-compact .breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
  overflow: hidden;
  margin: 0 5px;
  position: relative; }
  #header .breadcrumb .breadcrumb-items, #header-compact .breadcrumb .breadcrumb-items {
    display: block;
    max-width: 765px;
    overflow: hidden; }
  #header .breadcrumb .invisible, #header-compact .breadcrumb .invisible {
    display: none; }
  #header .breadcrumb .schlagzeilen-header-gallery, #header-compact .breadcrumb .schlagzeilen-header-gallery {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0px;
    width: 100px;
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0px 0 5px 5px;
    margin: 0; }

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

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

.asset-align-center {
  clear: both;
  margin: 10px auto 20px;
  text-align: left; }

.asset-box {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  border-top: 1px solid #000;
  margin-bottom: 20px;
  padding-top: 5px; }
  .asset-box .asset-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 37px;
    line-height: 3.7324rem;
    border-bottom: 1px solid #000;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 5px;
    position: relative;
    letter-spacing: 0.2px; }
    .asset-box .asset-title a {
      color: #000;
      display: inline-block;
      text-decoration: none;
      padding-right: 0.4em; }
      .asset-box .asset-title a:hover, .asset-box .asset-title a:active, .asset-box .asset-title a:focus {
        text-decoration: none; }
      .asset-box .asset-title a.spCelink {
        bottom: 0;
        left: -22px;
        position: absolute; }
      .asset-box .asset-title a:after {
        background: url(/static/sys/v10/sprites/sprite_icons.svg) -117px -52px no-repeat;
        background-size: 400px 308px;
        content: '';
        display: inline-block;
        height: 25px;
        text-indent: -2000em;
        width: 20px; }
  .asset-box a {
    color: #00a0f0;
    text-decoration: none; }
    .asset-box a:hover, .asset-box a:active, .asset-box a:focus {
      color: inherit;
      text-decoration: underline; }
    .article-section .asset-box a {
      text-decoration: none; }
  .asset-box.accordion .asset-title {
    margin: 0; }
  .asset-box.photobar {
    border-top: none;
    padding-top: 0; }
  .asset-box.tabs .asset-title {
    border: none;
    margin: 0; }
  .asset-box.photovideo {
    border-top: none; }
    .asset-box.photovideo .tabs-container {
      border-width: 0 0 1px 0; }
  .asset-box .more-link {
    display: block;
    margin: 8px 0 0; }
  .asset-box .person {
    display: block;
    font-weight: 700;
    text-transform: uppercase; }
  .asset-box .img-dscr {
    display: block;
    margin: 0 0 10px; }
    .asset-box .img-dscr .title {
      color: #000; }
  .asset-box.topicbox ul {
    margin: 0 0 10px; }
    .asset-box.topicbox ul li {
      margin: 0 0 5px; }
  .asset-box.topicbox .more {
    position: relative;
    padding-right: 15px; }
    .asset-box.topicbox .more:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 0 no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 6px;
      right: 0; }
    .article-section .asset-box.topicbox .more {
      color: #000;
      text-decoration: none; }
      .article-section .asset-box.topicbox .more:hover, .article-section .asset-box.topicbox .more:active, .article-section .asset-box.topicbox .more:focus {
        text-decoration: underline; }
  .asset-box .article-info {
    float: left; }
  .asset-box.table-box {
    border: 0; }

.article-section .asset-box {
  width: 302px; }
.article-section .pano-player {
  margin: 8px 0 20px 0; }
.article-section .photobar {
  margin-top: 5px; }
.article-section .asset-box.youtube-asset {
  width: 100%; }
.article-section .asset-box.asset-list-box, .article-section .asset-box.ilink-box, .article-section .asset-box.xlink-box, .article-section .asset-box.multibox, .article-section .asset-box.heft, .article-section .asset-box.quote-box, .article-section .asset-box.asset-html-box {
  float: left;
  margin: 4px 15px 20px 0; }

.center .column-wide .asset-box {
  border-bottom: 1px solid #000;
  border-top: 0;
  margin: 0 0 25px;
  padding: 0 0 15px 5px; }
  .center .column-wide .asset-box .asset-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 52px;
    line-height: 5.2rem;
    border: none;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0; }
  .center .column-wide .asset-box.accordion {
    border-bottom: 0; }
    .center .column-wide .asset-box.accordion.realestate {
      border-bottom: 1px solid #000; }
  .center .column-wide .asset-box.tabs .tabs-container {
    border: 0; }

.column-small .asset-box {
  box-sizing: border-box;
  margin: 0 0 40px;
  overflow: hidden;
  margin-right: 5px; }
  .column-small .asset-box.is-first {
    border-top: 0; }
  .column-small .asset-box.meinmmo-logo {
    margin: 0 0 20px; }
  .column-small .asset-box.ranking, .column-small .asset-box.thumbs {
    overflow: visible; }
  .column-small .asset-box .img-dscr {
    margin-right: 5px; }
  .column-small .asset-box.ranking, .column-small .asset-box.thumbs {
    overflow: initial; }

.asset-list-box {
  overflow: hidden;
  position: relative; }
  .asset-list-box .asset-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    margin: 0 0 10px; }
  .asset-list-box ul {
    margin: 0 0 10px; }
    .asset-list-box ul li {
      margin-bottom: 5px; }
  .asset-list-box.picnavi li {
    clear: both; }
  .asset-list-box.topic-links li {
    border-top: 1px solid #000;
    padding-top: 5px; }
    .asset-list-box.topic-links li:first-child {
      border-top: none;
      padding: 0; }
  .asset-list-box li a .topic {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    color: #000; }
  .asset-list-box li a .headline {
    color: #000; }
  .asset-list-box li a:hover, .asset-list-box li a:focus, .asset-list-box li a:active {
    text-decoration: underline; }
  .asset-list-box .more {
    display: block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase; }
    .asset-list-box .more:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 3px;
      right: 0; }

.image-box {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  position: relative; }
  .image-box.breitwand {
    width: 890px; }
  .image-box .image-box-inner, .image-box .image-buttons-panel {
    clear: both;
    overflow: hidden;
    position: relative; }
    .image-box .image-box-inner a, .image-box .image-buttons-panel a {
      display: block; }
  .image-box .pic-zoom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 10px;
    position: absolute;
    left: 10px; }
    .image-box .pic-zoom a {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -24px -23px no-repeat;
      background-size: 422px 325px;
      display: block;
      height: 20px;
      padding: 9px;
      text-indent: -2000em;
      width: 20px; }
  .image-box .image-buttons {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    bottom: 10px;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    position: absolute;
    left: 10px;
    text-transform: uppercase;
    letter-spacing: 0; }
    .image-box .image-buttons a {
      background-color: rgba(0, 0, 0, 0.65);
      color: #fff;
      display: block;
      float: left;
      padding: 8px 38px;
      position: relative;
      margin-left: 10px;
      text-decoration: none; }
      .image-box .image-buttons a:hover, .image-box .image-buttons a:active, .image-box .image-buttons a:focus {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.9); }
      .image-box .image-buttons a:first-child {
        margin-left: 0; }
      .image-box .image-buttons a:after {
        content: "";
        right: 11px;
        position: absolute;
        top: 10px;
        background: url(/static/sys/v10/sprites/sprite_icons.svg) -35px -12px no-repeat;
        background-size: 167px 129px;
        width: 10px;
        height: 10px; }
  .image-box .credit {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.32rem;
    bottom: 5px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 4px;
    text-align: right; }
  .image-box .image-description {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.73329rem;
    padding: 5px 0; }
  .image-box.videoplayer-inline .image-buttons {
    background-color: transparent;
    width: 60px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40%; }
    .image-box.videoplayer-inline .image-buttons a {
      background-color: rgba(0, 0, 0, 0.65);
      border-radius: 5px;
      height: 60px;
      padding: 0;
      text-indent: -2000em;
      width: 60px; }
      .image-box.videoplayer-inline .image-buttons a:after {
        background-position: -99px -31px;
        background-size: 500px 385px;
        width: 40px;
        height: 40px; }
      .image-box.videoplayer-inline .image-buttons a:hover, .image-box.videoplayer-inline .image-buttons a:active, .image-box.videoplayer-inline .image-buttons a:focus {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.9); }

.accordion a {
  text-decoration: underline; }
.accordion .acc-section-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-weight: 700;
  padding: 1px 0; }
  .accordion .acc-section-title span {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    cursor: pointer;
    display: block;
    min-height: 24px;
    padding: 10px 2px 10px 30px;
    position: relative; }
    .accordion .acc-section-title span:before {
      font-family: "NotoSerif", Georgia, serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 18px;
      content: '\002b';
      color: #000;
      display: block;
      position: absolute;
      height: 18px;
      width: 18px;
      left: 0;
      border: 1px solid #000; }
  .accordion .acc-section-title.ui-state-active span {
    color: #00a0f0; }
    .accordion .acc-section-title.ui-state-active span:before {
      content: '\2212'; }
.accordion .acc-section-content {
  padding: 10px 0; }
  .accordion .acc-section-content ul.paginator-page {
    list-style-type: none; }
.accordion.realestate .acc-section-title, .accordion.realestate .acc-section-content {
  border-bottom: none; }

.tabs .tabs-container {
  border: 1px solid #000;
  border-width: 0 0 1px 1px; }
  .tabs .tabs-container .tabs-nav li {
    background-color: #fff;
    float: left;
    position: relative; }
    .tabs .tabs-container .tabs-nav li a {
      border-right: 1px #000 solid;
      margin: 5px 0;
      font-size: 13px;
      font-size: 1.3rem;
      display: block;
      padding: 1px 10px 0px; }
      .tabs .tabs-container .tabs-nav li a:hover, .tabs .tabs-container .tabs-nav li a:active, .tabs .tabs-container .tabs-nav li a:focus {
        color: #00a0f0;
        text-decoration: none; }
    .tabs .tabs-container .tabs-nav li.ui-state-active a {
      color: #00a0f0; }
    .tabs .tabs-container .tabs-nav li:last-child a {
      border: none; }
  .tabs .tabs-container .tab-section {
    border-top: 1px solid #000;
    overflow: hidden;
    padding: 20px 10px 10px; }
    .tabs .tabs-container .tab-section.fixed-height {
      height: 220px;
      overflow: auto; }

.photobar .photobar-content {
  margin: 0 0 5px;
  position: relative; }
  .photobar .photobar-content .photos li {
    float: left;
    margin: 0 0 0 5px; }
    .photobar .photobar-content .photos li:first-child {
      margin: 0; }
.photobar .photobar-footer a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  display: block;
  text-decoration: none; }
  .photobar .photobar-footer a:hover, .photobar .photobar-footer a:active, .photobar .photobar-footer a:focus {
    text-decoration: underline; }
  .photobar .photobar-footer a .asset-headline-intro {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700; }

.article-section .gallery-slider {
  width: 100%; }

.ilink-box ul, .xlink-box ul {
  margin: 0 0 10px; }
  .ilink-box ul .image-box.asset-align-left, .xlink-box ul .image-box.asset-align-left {
    margin: 4px 15px 10px 0; }
.ilink-box a .ilink-topic, .xlink-box a .ilink-topic {
  color: #000; }
.ilink-box a .ilink-headline, .xlink-box a .ilink-headline {
  color: #000; }
.ilink-box a .link-suffix, .xlink-box a .link-suffix {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  display: inline-block; }
.ilink-box .credit, .xlink-box .credit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  border-top: 1px solid #000;
  padding-top: 5px; }

.xlink-box ul li {
  margin: 0 0 8px; }

.heft-article-details {
  width: 100% !important; }
  .heft-article-details.asset-box .asset-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500; }
  .heft-article-details .image-box {
    margin-right: 20px; }
  .heft-article-details .headline {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.5992rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    margin: 15px 0 25px; }
  .heft-article-details .link-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem; }
    .heft-article-details .link-list li {
      margin: 0 0 5px; }
    .heft-article-details .link-list a {
      display: inline-block;
      padding: 4px 10px; }
      .heft-article-details .link-list a span:after {
        border-color: transparent transparent transparent #fff;
        border-style: inset solid;
        border-width: 0.4em;
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 -0.2em 0 0.4em;
        vertical-align: calc(-0.05 * 1em);
        width: 0; }
      .heft-article-details .link-list a:hover, .heft-article-details .link-list a:active, .heft-article-details .link-list a:focus {
        background: #00a0f0;
        color: #fff;
        text-decoration: none; }

.photovideo {
  border-bottom: 1px solid #000;
  margin: 0 0 25px 5px;
  padding: 0 0 20px 0; }
  .photovideo .photovideo-nav .photovideo-title {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.56rem;
    margin-bottom: 9px;
    text-transform: uppercase; }
  .photovideo .photovideo-nav li {
    float: left;
    margin: 0 8px 0 0; }
  .photovideo .photovideo-nav a {
    background: #d4d8dd;
    display: inline-block;
    padding: 7px 23px 7px 16px;
    position: relative; }
    .photovideo .photovideo-nav a span:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 9px;
      right: 12px; }
    .photovideo .photovideo-nav a:hover, .photovideo .photovideo-nav a:active, .photovideo .photovideo-nav a:focus {
      text-decoration: none; }
    .photovideo .photovideo-nav a.is-active {
      background: #ccecfc;
      color: #000; }
      .photovideo .photovideo-nav a.is-active span:after {
        border-left-color: #000; }
  .photovideo .photovideo-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #333333;
    overflow: hidden;
    padding: 7px 10px;
    width: 100%; }
  .photovideo .photo-box {
    display: none; }
  .photovideo .video-box li {
    list-style: none; }
  .photovideo .video-box .multimedialeiste-video {
    position: relative; }
    .photovideo .video-box .multimedialeiste-video .play-button {
      background: url(/static/sys/v10/sprites/sprite-general.png) -322px -456px no-repeat;
      height: 30px;
      left: 45px;
      position: absolute;
      top: 25px;
      width: 30px; }
  .photovideo .paginator-page {
    background: #333333;
    float: left;
    margin: 0 10px;
    overflow: hidden; }
  .photovideo .page-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    float: left;
    padding: 15px;
    width: 145px; }
    .photovideo .page-item a {
      color: #fff; }
  .photovideo .thumb {
    text-align: center; }
  .photovideo .prev, .photovideo .next {
    background-image: url(/static/sys/v10/sprites/sprite_icons.svg);
    background-repeat: no-repeat;
    background-size: 608px 469px;
    height: 42px;
    margin-top: 10px;
    text-indent: -2000em;
    width: 22px;
    float: left; }
  .photovideo .prev {
    background-position: -139px -126px; }
  .photovideo .next {
    background-position: -182px -126px; }
  .photovideo .small-social {
    color: #fff;
    display: block;
    margin: 5px 0;
    text-align: center; }
    .photovideo .small-social a {
      margin: 0 5px; }
  .photovideo .dscr {
    border-top: 1px solid #717b89;
    font-weight: 700;
    padding-top: 5px;
    text-align: center; }
  .photovideo .topic {
    display: block;
    font-weight: 300; }

.ranking .asset-title {
  margin: 0; }

.ranking-list li {
  border-bottom: 1px solid #000; }
  .ranking-list li:first-child .list-index {
    color: #000; }
.ranking-list .item-details {
  border-left: 1px solid #000;
  float: left;
  padding-left: 10px;
  margin: 15px 0;
  width: 249px; }
.ranking-list .item-title {
  margin: 0 0 15px; }
  .ranking-list .item-title a {
    color: #000; }
    .ranking-list .item-title a .topic {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.56rem;
      display: inline-block;
      letter-spacing: 0.1px;
      margin-bottom: 5px;
      text-decoration: inherit; }
    .ranking-list .item-title a .headline {
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem;
      line-height: 23px;
      line-height: 2.28rem;
      display: inline-block;
      letter-spacing: 0;
      text-decoration: inherit; }
.ranking-list .list-index {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 37px;
  line-height: 3.7rem;
  color: #d8d8d8;
  float: left;
  display: block;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  padding-top: 12px;
  text-align: left;
  width: 45px; }
.ranking-list .article-info {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  font-weight: 700; }
  .ranking-list .article-info li {
    border-bottom: 0; }
    .ranking-list .article-info li:first-child {
      border-left: none; }
    .ranking-list .article-info li.share {
      margin-left: 0; }

.article-section .article-footer-box {
  border-top: 1px solid #000; }
  .article-section .article-footer-box .column-left {
    width: 355px;
    float: left; }
  .article-section .article-footer-box .column-right {
    margin: 0 0 0 25px;
    width: 300px;
    float: left; }
  .article-section .article-footer-box.asset-box {
    width: 100%;
    float: none; }
    .article-section .article-footer-box.asset-box.ilink-box li {
      margin-bottom: 15px; }
    .article-section .article-footer-box.asset-box.ilink-box a {
      color: #000;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 21px;
      line-height: 2.1rem;
      letter-spacing: 0;
      text-decoration: none; }
      .article-section .article-footer-box.asset-box.ilink-box a:hover, .article-section .article-footer-box.asset-box.ilink-box a:active, .article-section .article-footer-box.asset-box.ilink-box a:focus {
        text-decoration: underline; }
      .article-section .article-footer-box.asset-box.ilink-box a .ilink-topic {
        font-family: "Bitter", Georgia, serif;
        font-weight: 700; }
      .article-section .article-footer-box.asset-box.ilink-box a:hover, .article-section .article-footer-box.asset-box.ilink-box a:focus, .article-section .article-footer-box.asset-box.ilink-box a:active {
        color: #000; }
    .article-section .article-footer-box.asset-box.topicbox .topic-list {
      margin: 0 0 15px 0; }
      .article-section .article-footer-box.asset-box.topicbox .topic-list li {
        display: inline-block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 21px;
        line-height: 2.1rem; }
        .article-section .article-footer-box.asset-box.topicbox .topic-list li a {
          color: #000;
          text-decoration: none; }
          .article-section .article-footer-box.asset-box.topicbox .topic-list li a:hover, .article-section .article-footer-box.asset-box.topicbox .topic-list li a:active, .article-section .article-footer-box.asset-box.topicbox .topic-list li a:focus {
            text-decoration: underline; }
        .article-section .article-footer-box.asset-box.topicbox .topic-list li:after {
          content: "\01C0";
          padding: 0 8px 0 0;
          margin: 0 0 0 8px; }
        .article-section .article-footer-box.asset-box.topicbox .topic-list li:last-child:after {
          content: "";
          padding: 0;
          margin: 0; }

.topicsfocus a {
  color: #000; }
.topicsfocus.tabs .tabs-container {
  border: none; }
.topicsfocus.tabs .tab-section {
  padding: 0; }
.topicsfocus.tabs .tabs-container .tabs-nav {
  border-top: 1px solid #000; }
  .topicsfocus.tabs .tabs-container .tabs-nav li {
    border-width: 0 0 0 1px; }
    .topicsfocus.tabs .tabs-container .tabs-nav li:first-child {
      border-left-width: 0; }
      .topicsfocus.tabs .tabs-container .tabs-nav li:first-child a {
        padding-left: 0; }
  .topicsfocus.tabs .tabs-container .tabs-nav a {
    font-size: 11px;
    font-size: 1.1rem; }
.topicsfocus .item-list li {
  border-bottom: 1px solid #000;
  padding: 10px 0; }
  .topicsfocus .item-list li:hover, .topicsfocus .item-list li.hover {
    background-color: #edeef1; }
.topicsfocus .item-title {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.92rem;
  letter-spacing: 0;
  margin: 0 0 15px; }
.topicsfocus .all-topics-container {
  height: 450px;
  overflow: hidden;
  padding: 10px 5px; }
.topicsfocus .custom-scrollbar {
  height: 440px; }

.article-footer-topicbox .topicsfocus.asset-box {
  position: relative;
  width: 680px; }
  .article-footer-topicbox .topicsfocus.asset-box .asset-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #00a0f0;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500; }
  .article-footer-topicbox .topicsfocus.asset-box .tabs-nav {
    position: absolute;
    right: 0;
    top: -1px; }
    .article-footer-topicbox .topicsfocus.asset-box .tabs-nav li {
      border-width: 0 1px 0 0; }
      .article-footer-topicbox .topicsfocus.asset-box .tabs-nav li:first-child {
        border-left-width: 1px; }
      .article-footer-topicbox .topicsfocus.asset-box .tabs-nav li a {
        padding: 14px 6px 9px; }
  .article-footer-topicbox .topicsfocus.asset-box .item-list li {
    border: 1px solid #000;
    border-width: 1px 0 0; }
    .article-footer-topicbox .topicsfocus.asset-box .item-list li:first-child {
      border-width: 0; }
  .article-footer-topicbox .topicsfocus.asset-box .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.16rem; }

.heft {
  padding: 0 2px 0 0; }
  .heft a {
    color: #000; }
  .heft .asset-title {
    margin: 0 0 15px;
    padding: 0; }
  .heft .title {
    float: left;
    margin-top: 5px; }
  .heft .edition {
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    border-left: 1px solid #000;
    float: right;
    padding: 5px 3px 0 3px;
    height: 54px;
    text-align: center;
    width: 46px; }
    .heft .edition .number {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 29px;
      line-height: 2.88rem;
      display: block; }
    .heft .edition .year {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 14px;
      line-height: 1.44rem;
      display: block; }
  .heft .cover {
    float: left;
    margin: 0 10px 10px 0; }
  .heft .link-list {
    width: 140px; }
  .heft .link-details {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px; }
  .heft .block-link {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 25px;
    line-height: 2.5327rem;
    border: 1px solid #000;
    color: #000;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    clear: both;
    display: block;
    margin: 0 0 5px;
    padding: 7px 10px;
    text-align: center; }
    .heft .block-link:hover, .heft .block-link:active, .heft .block-link:focus {
      background: #00a0f0;
      color: #fff;
      text-decoration: none; }
      .article-section .heft .block-link:hover, .article-section .heft .block-link:active, .article-section .heft .block-link:focus {
        text-decoration: none; }

.magazin-box-content .magazin-box-title,
.magazin-box-content .magazin-box-subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  display: block;
  letter-spacing: 0;
  margin-bottom: 5px; }
.magazin-box-content .magazin-box-title {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700; }

.asset-box.heftbox-inhalt .asset-title {
  border-bottom: 0 none; }

.thumbs .asset-title {
  margin: 0; }
.thumbs a {
  color: #000; }
.thumbs .teaser-item {
  border-bottom: 1px solid #000;
  padding: 10px 5px 10px 0;
  position: relative; }
  .thumbs .teaser-item:hover {
    background-color: #edeef1; }
.thumbs .dscr {
  display: block;
  margin: 0 0 20px; }
  .thumbs .dscr .headline-intro {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.68rem;
    letter-spacing: 0;
    margin-bottom: 3px; }
  .thumbs .dscr .headline {
    display: block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.92rem;
    letter-spacing: 0; }
.thumbs .article-info {
  float: right;
  width: 100%; }
  .thumbs .article-info li:first-child {
    border-left: 0; }
.thumbs .more {
  display: block;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  margin-top: 10px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase; }
  .thumbs .more:after {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0; }

.icn-thumb {
  background-image: url(/static/sys/v10/sprites/sprite-general.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 40px;
  width: 43px;
  height: 43px; }
  .icn-thumb.thumbup {
    background-position: -332px -315px; }
  .icn-thumb.thumbdown {
    background-position: -281px -315px; }
  .icn-thumb.thumbeven {
    background-position: -382px -315px; }

.article-top-asset .icn-thumb {
  bottom: auto;
  top: -20px;
  right: 20px;
  height: 85px;
  width: 85px; }
  .article-top-asset .icn-thumb.thumbup {
    background-position: -262px -188px; }
  .article-top-asset .icn-thumb.thumbdown {
    background-position: -359px -188px; }
  .article-top-asset .icn-thumb.thumbeven {
    background-position: -457px -188px; }

.cp-icn-thumb {
  background-image: url(/static/sys/v10/sprites/sprite-general.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin: -16px 10px -30px auto;
  z-index: 100;
  width: 43px;
  height: 43px; }
  .cp-icn-thumb.thumbup {
    background-position: -332px -315px; }
  .cp-icn-thumb.thumbdown {
    background-position: -281px -315px; }
  .cp-icn-thumb.thumbeven {
    background-position: -382px -315px; }

.nl-form-box .nl-form {
  background: #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 3%;
  margin: 0 0 10px; }
  .nl-form-box .nl-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0; }
  .nl-form-box .nl-form .button-submit {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    min-width: auto; }
    .nl-form-box .nl-form .button-submit:hover, .nl-form-box .nl-form .button-submit:active, .nl-form-box .nl-form .button-submit:focus {
      background: #8c8c8c; }
  .nl-form-box .nl-form .address {
    background-color: #fff;
    font-family: "NotoSerif", Georgia, serif;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    padding: 0 5px; }
.nl-form-box .more {
  color: #00a0f0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  letter-spacing: 0px;
  margin: 10px 0 0 0; }
  .nl-form-box .more:hover, .nl-form-box .more:active, .nl-form-box .more:focus {
    text-decoration: underline; }

.asset-box.newsletter {
  width: auto; }
  .article-section .asset-box.newsletter {
    padding-top: 20px; }

.center .column-wide .asset-box.newsletter {
  padding-left: 0;
  width: auto; }

.follow-mmo .socialicons {
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding: 0 0 10px; }
  .follow-mmo .socialicons li {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
    background-size: 530px 409px;
    background-color: #D8D8D8;
    border-radius: 5px;
    display: inline-block; }
    .follow-mmo .socialicons li.ml {
      background-position: -115px -191px; }
    .follow-mmo .socialicons li.fb {
      background-position: 0 -191px; }
    .follow-mmo .socialicons li.tw {
      background-position: -75px -192px; }
    .follow-mmo .socialicons li.gp {
      background-position: -267px -191px; }
    .follow-mmo .socialicons li.xi {
      background-position: -38px -191px; }
    .follow-mmo .socialicons li.li {
      background-position: -229px -191px; }
    .follow-mmo .socialicons li.pi {
      background-position: -190px -192px; }
    .follow-mmo .socialicons li.rss {
      background-position: -306px -191px; }
    .follow-mmo .socialicons li:hover, .follow-mmo .socialicons li.is-active {
      background-color: #82C8F0; }
    .follow-mmo .socialicons li a {
      display: block;
      height: 30px;
      text-indent: -2000em;
      width: 30px; }
.follow-mmo .nl-form-box {
  display: none; }
.follow-mmo .nl-form {
  background: #fff;
  position: relative; }
  .follow-mmo .nl-form:after, .follow-mmo .nl-form:before {
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 17px;
    pointer-events: none;
    position: absolute;
    top: -16px;
    width: 0; }
  .follow-mmo .nl-form:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px; }
  .follow-mmo .nl-form:before {
    border-color: rgba(212, 216, 221, 0);
    border-top-color: #000;
    border-width: 8px;
    margin-left: -8px; }

.column-small .follow-mmo .asset-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.1992rem; }

.vote .asset-sub-title {
  font-size: 20px;
  font-size: 2rem;
  color: #8c8c8c;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  letters-spacing: 0;
  margin-bottom: 10px; }
.vote .vote-question {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  letter-spacing: 0; }
#wrapper-content .vote table {
  border: none; }
.vote table label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.25rem;
  letter-spacing: 0; }
#wrapper-content .vote table input[type="radio"] {
  margin-top: 5px; }
.vote .button-submit {
  color: #000;
  float: left;
  min-width: auto;
  text-decoration: none;
  text-transform: none;
  width: 144px; }
  .vote .button-submit:hover, .vote .button-submit:active, .vote .button-submit:focus {
    color: #fff;
    text-decoration: none; }
  .vote .button-submit + .button-submit {
    margin-left: 10px; }

.vote-result .back-to-article {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 20px; }
  .vote-result .back-to-article:before {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px 0 no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0; }

.person-details img {
  display: block;
  margin: 0 0 5px; }
.person-details .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase; }
  .person-details .name:hover {
    text-decoration: underline; }
.person-details .more {
  display: block;
  margin: 10px 0 0; }
.person-details .js-tooltip-opener .tooltip-container {
  left: 20px;
  top: 10px; }
.person-details .person-contact {
  padding: 15px 10px 10px;
  top: 30px; }
  .person-details .person-contact .name-popup {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2px;
    line-height: 0.17329rem;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .person-details .person-contact li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7329rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
    overflow: hidden; }
    .person-details .person-contact li a {
      color: #8d95a1;
      display: block; }
      .person-details .person-contact li a .icn {
        background-image: url(/static/sys/v10/sprites/sprite-general.png);
        background-repeat: no-repeat;
        float: left;
        height: 24px;
        margin-right: 5px;
        width: 24px; }
        .person-details .person-contact li a .icn.ml {
          background-position: 0 -894px; }
        .person-details .person-contact li a .icn.fb {
          background-position: -25px -894px; }
        .person-details .person-contact li a .icn.tw {
          background-position: -50px -894px; }
        .person-details .person-contact li a .icn.gp {
          background-position: -75px -894px; }
        .person-details .person-contact li a .icn.xi {
          background-position: -100px -894px; }
        .person-details .person-contact li a .icn.rss {
          background-position: -125px -894px; }
        .person-details .person-contact li a .icn.fl {
          background-position: -150px -894px; }
        .person-details .person-contact li a .icn.ins {
          background-position: -175px -894px; }
        .person-details .person-contact li a .icn.blog {
          background-position: -200px -894px; }
        .person-details .person-contact li a .icn.www {
          background-position: -225px -894px; }
        .person-details .person-contact li a .icn.li {
          background-position: -250px -894px; }
        .person-details .person-contact li a .icn.pi {
          background-position: -275px -894px; }
      .person-details .person-contact li a:hover .icn.ml, .person-details .person-contact li a.is-active .icn.ml {
        background-position: 0 -918px; }
      .person-details .person-contact li a:hover .icn.fb, .person-details .person-contact li a.is-active .icn.fb {
        background-position: -25px -918px; }
      .person-details .person-contact li a:hover .icn.tw, .person-details .person-contact li a.is-active .icn.tw {
        background-position: -50px -918px; }
      .person-details .person-contact li a:hover .icn.gp, .person-details .person-contact li a.is-active .icn.gp {
        background-position: -75px -918px; }
      .person-details .person-contact li a:hover .icn.xi, .person-details .person-contact li a.is-active .icn.xi {
        background-position: -100px -918px; }
      .person-details .person-contact li a:hover .icn.rss, .person-details .person-contact li a.is-active .icn.rss {
        background-position: -125px -918px; }
      .person-details .person-contact li a:hover .icn.fl, .person-details .person-contact li a.is-active .icn.fl {
        background-position: -150px -918px; }
      .person-details .person-contact li a:hover .icn.ins, .person-details .person-contact li a.is-active .icn.ins {
        background-position: -175px -918px; }
      .person-details .person-contact li a:hover .icn.blog, .person-details .person-contact li a.is-active .icn.blog {
        background-position: -200px -918px; }
      .person-details .person-contact li a:hover .icn.www, .person-details .person-contact li a.is-active .icn.www {
        background-position: -225px -918px; }
      .person-details .person-contact li a:hover .icn.li, .person-details .person-contact li a.is-active .icn.li {
        background-position: -250px -918px; }
      .person-details .person-contact li a:hover .icn.pi, .person-details .person-contact li a.is-active .icn.pi {
        background-position: -275px -918px; }
      .person-details .person-contact li a:hover .type, .person-details .person-contact li a.is-active .type {
        text-decoration: underline; }
      .person-details .person-contact li a .type {
        display: inline-block;
        margin: 3px 5px 0 0; }

.quote-box {
  border-top: none; }
  .quote-box .quote {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 28px;
    line-height: 2.76rem;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    margin: 0 0 14px 0;
    position: relative; }
    .quote-box .quote:before {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -492px -475px no-repeat;
      background-size: 850px 655px;
      content: '';
      height: 40px;
      position: absolute;
      left: -45px;
      top: 6px;
      width: 40px; }
  .quote-box .quote-src {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    letter-spacing: 0; }

.toggle-image li {
  padding: 0 0 10px; }
  .toggle-image li .image-box {
    display: none; }
  .toggle-image li.is-active .image-box {
    display: block;
    margin-bottom: 0; }
  .toggle-image li a {
    color: #000; }
    .toggle-image li a .asset-headline-intro {
      font-family: "Bitter", Georgia, serif;
      font-weight: 700; }

#wrapper-content #embeddedContent {
  width: 100%; }

#wrapper-content #embeddedContent table {
  margin: 0 auto; }

.image-box-inner-hp-koepfe img.bluescale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

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

.asset-social-media {
  display: block;
  float: none;
  width: 500px;
  margin: 0.5em 0; }

.topics .topic-header {
  padding: 0 5px;
  position: relative; }
.topics .topic-title {
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 52px;
  line-height: 5.1987rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 680px; }
  .topics .topic-title .topic-rss {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -359px -270px no-repeat;
    background-size: 624px 481px;
    display: inline-block;
    height: 36px;
    text-indent: -2000em;
    width: 36px;
    vertical-align: middle; }
.topics .topic-claim, .topics .topic-claim a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2px; }
  .topics .topic-claim a, .topics .topic-claim a a {
    text-decoration: underline; }
.topics.center .teaser .image-box.asset-align-left {
  margin-bottom: 15px; }
.topics .topic-intro {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  margin: 15px 0 25px; }
  .topics .topic-intro .headline {
    font-family: "Bitter", Georgia, serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 15px 0 5px 0; }
.topics h2.topic-title {
  margin: 0 6px 20px 6px; }
.topics .topic-glossary-list {
  margin: 0 0 20px; }
  .topics .topic-glossary-list > li {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500; }
    .topics .topic-glossary-list > li a {
      border: 1px solid #000;
      color: #1a1a1a;
      display: block;
      margin: 0 7px 5px 0;
      padding: 2px 7px; }
      .topics .topic-glossary-list > li a:hover, .topics .topic-glossary-list > li a:focus {
        background-color: #82c8f0;
        color: #000;
        text-decoration: none; }
      .topics .topic-glossary-list > li a:active, .topics .topic-glossary-list > li a.is-active {
        background-color: #d8d8d8;
        color: #000;
        text-decoration: none; }
.topics .topic-glossary-content {
  padding: 0 5px; }
  .topics .topic-glossary-content .topic-glossary-items > li {
    float: left;
    width: 33%; }
    .topics .topic-glossary-content .topic-glossary-items > li ul {
      list-style-type: disc;
      margin-left: 18px; }
      .topics .topic-glossary-content .topic-glossary-items > li ul li {
        color: #000;
        margin: 0 0 5px; }

.gallery-section .gallery-header {
  margin: 0 0 20px; }
  .gallery-section .gallery-header .headline-intro {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #fff; }
    .gallery-section .gallery-header .headline-intro .topic {
      color: #00a0f0;
      margin-left: 5px; }
  .gallery-section .gallery-header .headline {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.84rem;
    color: #edeef1;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700; }
.gallery-section .gallery-control {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  text-transform: uppercase;
  padding: 0 5px; }
  .gallery-section .gallery-control .gallery-backlink, .gallery-section .gallery-control .gallery-morelink {
    position: relative; }
    .gallery-section .gallery-control .gallery-backlink a, .gallery-section .gallery-control .gallery-morelink a {
      display: inline-block;
      font-weight: 700;
      min-width: 150px;
      padding: 9px 5px 12px 15px; }
  .gallery-section .gallery-control .gallery-backlink:before {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px 0 no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 13px; }
  .gallery-section .gallery-control .gallery-morelink:after {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 0 no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 0; }
.gallery-section .gallery-navbar {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 10px -15px;
  /* extend line end-to-end (legit) */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .gallery-section .gallery-navbar .article-meta {
    display: inline;
    margin: 0;
    width: auto; }
    .gallery-section .gallery-navbar .article-meta .article-info {
      margin: 13px 0 0 7px; }
      .gallery-section .gallery-navbar .article-meta .article-info .views {
        color: #fff; }
        .gallery-section .gallery-navbar .article-meta .article-info .views span:before {
          background-position: -216px -32px; }
      .gallery-section .gallery-navbar .article-meta .article-info .share {
        background: url(/static/sys/v10/sprites/sprite_icons.svg) -135px -22px no-repeat;
        background-size: 320px 247px; }
      .gallery-section .gallery-navbar .article-meta .article-info li + li {
        border-right: 1px solid #fff; }
  .gallery-section .gallery-navbar .gallery-stats {
    border-left: 1px solid #717b89;
    display: block;
    float: left;
    height: 22px;
    min-width: 50px; }
  .gallery-section .gallery-navbar .sprite-overview, .gallery-section .gallery-navbar .gallery-pagination, .gallery-section .gallery-navbar .gallery-prev, .gallery-section .gallery-navbar .gallery-next {
    display: block;
    float: right;
    height: 46px;
    width: 46px; }
  .gallery-section .gallery-navbar .sprite-overview {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -88px -128px no-repeat;
    background-size: 624px 481px;
    cursor: pointer;
    height: 46px;
    text-indent: -2000em;
    width: 46px; }
    .gallery-section .gallery-navbar .sprite-overview:hover, .gallery-section .gallery-navbar .sprite-overview:active, .gallery-section .gallery-navbar .sprite-overview:focus {
      background-color: rgba(255, 255, 255, 0.25); }
  .gallery-section .gallery-navbar .gallery-pagination {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 44px;
    line-height: 4.4rem;
    color: #fff;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 20px;
    width: auto;
    white-space: nowrap; }
  .gallery-section .gallery-navbar .gallery-prev, .gallery-section .gallery-navbar .gallery-next {
    border-left: 1px solid #fff;
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -88px -128px no-repeat;
    background-size: 624px 481px;
    display: inline-block;
    height: 46px;
    text-indent: -2000em;
    width: 47px; }
    .gallery-section .gallery-navbar .gallery-prev:hover, .gallery-section .gallery-navbar .gallery-prev:active, .gallery-section .gallery-navbar .gallery-prev:focus, .gallery-section .gallery-navbar .gallery-next:hover, .gallery-section .gallery-navbar .gallery-next:active, .gallery-section .gallery-navbar .gallery-next:focus {
      background-color: rgba(255, 255, 255, 0.25); }
  .gallery-section .gallery-navbar .gallery-prev {
    background-position: -133px -128px; }
  .gallery-section .gallery-navbar .gallery-next {
    background-position: -172px -128px; }
.gallery-section .gallery-image {
  background: #1a1a1a;
  color: white;
  margin: 0 0 10px;
  padding: 15px; }
  .gallery-section .gallery-image .gallery-image-inner {
    margin: 0 auto;
    text-align: center; }
  .gallery-section .gallery-image .home-link-box {
    margin: 30px 0 10px; }
    .gallery-section .gallery-image .home-link-box .home-link {
      color: #fff; }
      .gallery-section .gallery-image .home-link-box .home-link:before {
        background-position: -22px -11px; }
.gallery-section .gallery-text {
  display: block;
  margin-top: 10px; }
  .gallery-section .gallery-text a {
    color: #00a0f0; }
.gallery-section .gallery-image-credit {
  white-space: nowrap; }
.gallery-section .gallery-image-type-3 .gallery-image-block, .gallery-section .gallery-image-type-5 .gallery-image-block {
  float: left;
  width: 48%; }
.gallery-section .gallery-image-type-3 .gallery-text, .gallery-section .gallery-image-type-5 .gallery-text {
  float: right;
  width: 48%; }
.gallery-section .gallery-image-type-3 .gallery-image-credit, .gallery-section .gallery-image-type-5 .gallery-image-credit {
  clear: both;
  display: block; }
.gallery-section .gallery-content-block {
  position: relative; }
  .gallery-section .gallery-content-block .gallery-overview {
    border-bottom: 1px solid #fff;
    display: none;
    background: #000;
    color: #fff;
    left: -15px;
    padding: 0 0 15px 25px;
    position: absolute;
    top: 0;
    width: 870px;
    z-index: 10001; }
    .gallery-section .gallery-content-block .gallery-overview li {
      display: block;
      float: left;
      height: 115px;
      width: 145px; }
    .gallery-section .gallery-content-block .gallery-overview a {
      display: block;
      height: 115px;
      position: relative;
      width: 145px; }
      .gallery-section .gallery-content-block .gallery-overview a:hover .gallery-image-border, .gallery-section .gallery-content-block .gallery-overview a:active .gallery-image-border, .gallery-section .gallery-content-block .gallery-overview a:focus .gallery-image-border {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.38) inset;
        -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.38) inset;
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.38) inset; }
    .gallery-section .gallery-content-block .gallery-overview img, .gallery-section .gallery-content-block .gallery-overview .gallery-image-border {
      display: block;
      left: 0;
      position: absolute;
      top: 0; }
    .gallery-section .gallery-content-block .gallery-overview .gallery-image-border {
      -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.38) inset;
      -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.38) inset;
      box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.38) inset;
      height: 90px;
      width: 120px; }
    .gallery-section .gallery-content-block .gallery-overview .no-image {
      background: #4b5564;
      height: 90px;
      width: 120px; }

.galleries-latest {
  margin: 40px 0 0 110px;
  width: 680px; }
  .galleries-latest .more-galleries-header {
    border: 1px solid #000;
    border-width: 1px 0;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 43px;
    line-height: 4.25rem;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 0 45px;
    padding: 5px 0; }
  .galleries-latest .photobar {
    float: left;
    margin-left: 84px;
    width: 298px; }
    .galleries-latest .photobar:first-child {
      margin-left: 0; }
  .galleries-latest .gallery-row {
    margin: 0 0 50px; }
  .galleries-latest .photobar-content {
    margin: 0; }
  .galleries-latest .photo-counter .number {
    line-height: 1.3rem; }
  .galleries-latest .photobar-footer {
    min-height: 55px; }

.gallery-image-block .galleries-latest {
  margin: 10px auto 0; }
  .gallery-image-block .galleries-latest .more-galleries-header {
    border-color: #000;
    border-width: 0 0 1px;
    color: #fff; }
  .gallery-image-block .galleries-latest .photobar-footer {
    background-color: #4b5564; }
    .gallery-image-block .galleries-latest .photobar-footer a {
      color: #fff; }

.galleries-launch-date {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
  line-height: 2.666rem;
  border-bottom: 1px solid #000;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  margin: 25px 0 10px 5px;
  padding: 0 0 5px; }

#galleries .teaser-small .teaser .article-title .headline-intro {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  display: block; }
  #galleries .teaser-small .teaser .article-title .headline-intro:after {
    content: ""; }

.videoplayer-inline .video-credit {
  height: 20px; }

.grid-video .video-title .headline-intro {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.82rem;
  color: #000;
  display: block;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-left: 3px; }
  .grid-video .video-title .headline-intro span {
    -webkit-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
    -moz-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
    box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
    background-color: #d9d9d9;
    box-decoration-break: clone; }
.grid-video .video-title .headline {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 33px;
  line-height: 3.335rem;
  color: #000;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0; }
.grid-video .video-elements, .grid-video .not-available {
  background-color: #000;
  border: 1px solid #000;
  height: 360px;
  position: relative;
  width: 640px; }
#video-inline-player .grid-video .video-elements {
  width: auto;
  height: auto;
  border: 0;
  margin-bottom: 4px; }
.grid-video .not-available {
  background-color: #f4f5f6;
  text-align: center; }
  .grid-video .not-available p {
    padding-top: 160px; }
.grid-video .credit {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.32rem;
  color: #000;
  text-align: right; }
.grid-video .video-article-link {
  text-align: right; }
  .grid-video .video-article-link a {
    display: block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase; }
    .grid-video .video-article-link a:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 3px;
      right: 0; }
.grid-video .social-bar-wrapper {
  float: left;
  margin-bottom: 10px; }
  .grid-video .social-bar-wrapper + .video-teaser {
    clear: both; }
  .grid-video .social-bar-wrapper .social-bar .share {
    margin-top: 0; }

.video-player-error {
  background-color: #f4f5f6;
  display: none;
  height: 200px;
  padding: 160px 20px 0;
  text-align: center; }

.video-end-screen {
  display: none;
  overflow: hidden;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px 50px 15px 15px;
  position: absolute;
  z-index: 50; }
  .video-end-screen.jw-after-postroll {
    padding: 15px; }
  .video-end-screen .watch-video-again {
    display: block;
    font-weight: bold;
    margin-top: 150px;
    text-align: center;
    color: #000; }
    .video-end-screen .watch-video-again:hover {
      text-decoration: none; }
    .video-end-screen .watch-video-again:before {
      content: "\e610";
      font-family: 'jw-spon-icons';
      font-size: 40px;
      vertical-align: middle; }
  .video-home-container .video-end-screen {
    width: 280px;
    padding: 15px; }
    .video-home-container .video-end-screen .watch-video-again {
      margin-top: 60px; }

.video-recommendations {
  border-top: 1px solid #000;
  height: 357px;
  overflow: hidden;
  padding-top: 5px; }
  .video-recommendations .recommendations-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 37px;
    line-height: 3.7324rem;
    border-bottom: 1px solid #000;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 5px; }
  .video-recommendations .custom-scrollbar {
    height: 303px; }
  .video-recommendations .video-teaser {
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 160px; }
    .video-recommendations .video-teaser > a {
      display: block; }
    .video-recommendations .video-teaser .teaser-img {
      border: 1px solid #000; }
    .video-recommendations .video-teaser .video-date-duration {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 12px;
      line-height: 1.2rem;
      color: #000;
      margin-bottom: 5px; }
      .video-recommendations .video-teaser .video-date-duration .date {
        color: #cccccc;
        float: left; }
      .video-recommendations .video-teaser .video-date-duration .time {
        float: right; }
    .video-recommendations .video-teaser .current-video-headline {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem; }
      .video-recommendations .video-teaser .current-video-headline .topic {
        font-family: "Bitter", Georgia, serif;
        font-weight: 700; }
      .video-recommendations .video-teaser .current-video-headline .headline {
        color: #333333; }

#video-home-headline .topic {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.56rem;
  display: inline-block;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
  text-decoration: inherit; }
#video-home-headline .headline {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 25px;
  line-height: 2.47rem;
  display: inline-block;
  letter-spacing: 0;
  text-decoration: inherit; }

#video-home-social .article-meta {
  margin: 0;
  z-index: 9999;
  min-height: 32px;
  /* avoid jumps */ }
  #video-home-social .article-meta .article-info {
    display: none;
    border-top: 6px solid white;
    margin-bottom: 0; }

.video-home-container {
  min-height: 178px;
  /* avoid layout jumps due to delayed loading */
  position: relative; }

.video-home-player-pane {
  background-color: #000; }

.video-home-startscreen {
  height: 178px;
  width: 309px;
  background-color: #fff;
  position: relative; }

.video-home-startscreen a img {
  position: absolute;
  top: 5px;
  left: 5px; }

.video-home-player-noflash {
  display: none; }

#video-home-player-credit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  text-align: right; }

/* the entire video player + video selection zone in the sidebar */
#wrapper .video-home-player {
  overflow: visible; }

/* the toggle button to show/hide the list of videos */
a.video-home-player-toggle {
  display: block;
  background-color: #ccecfc;
  margin: 4px 0 0;
  padding: 2px 4px;
  border: 1px solid #000;
  cursor: pointer;
  /* use .tabs-nav style: */
  color: #000 !important;
  font-size: 20px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-family: "Oswald", Tahoma, sans-serif;
  text-align: center; }
  a.video-home-player-toggle span {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -141px -50px no-repeat;
    background-size: 400px 308px;
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    text-indent: -2000em;
    width: 20px; }
  a.video-home-player-toggle:hover, a.video-home-player-toggle:active, a.video-home-player-toggle:focus {
    text-decoration: none; }

/* if open, invert fold-open arrows*/
.video-home-player-open a.video-home-player-toggle span {
  background-position: -170px -50px; }

/* list of available videos */
#video-home-player-bottom {
  display: none;
  /* assume for now, lifted by js */ }

/* the list of videos */
#video-home-player-list {
  display: block; }
  #video-home-player-list a.js-video-hp-starter {
    border-bottom: 1px solid #000;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 10px 0;
    color: #000;
    cursor: pointer; }
    #video-home-player-list a.js-video-hp-starter:hover, #video-home-player-list a.js-video-hp-starter:active, #video-home-player-list a.js-video-hp-starter:focus {
      background-color: #e9ebee;
      text-decoration: none; }
    #video-home-player-list a.js-video-hp-starter .video-home-text {
      padding-right: 140px;
      display: block; }
      #video-home-player-list a.js-video-hp-starter .video-home-text .topic {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.56rem;
        display: inline-block;
        letter-spacing: 0.1px;
        margin-bottom: 5px;
        text-decoration: inherit; }
      #video-home-player-list a.js-video-hp-starter .video-home-text .headline {
        font-family: "Bitter", Georgia, serif;
        font-weight: 700;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 25px;
        line-height: 2.47rem;
        display: inline-block;
        letter-spacing: 0;
        text-decoration: inherit; }
    #video-home-player-list a.js-video-hp-starter img {
      display: block;
      position: absolute;
      top: 10px;
      right: 0; }
    #video-home-player-list a.js-video-hp-starter.video-home-now-playing {
      background-color: #f4f5f6; }

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

.jspPane {
  position: absolute; }

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

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%; }
  .jspHorizontalBar * {
    margin: 0;
    padding: 0; }
  .jspHorizontalBar .jspCap {
    float: left; }
  .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%; }
  .jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px; }
    .jspHorizontalBar .jspArrow:focus {
      outline: none; }

.jspCap {
  display: none; }

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

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

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

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

* html .jspCorner {
  margin: 0 -3px 0 0; }

.jspHorizontalBar, .jspVerticalBar {
  background: none; }

.jspTrack {
  background: #000;
  border-radius: 10px; }

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

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

.jspDrag {
  background-color: #000;
  background-image: url("/static/sys/v10/icons/icn-scroll-drag.png") !important;
  background-repeat: no-repeat;
  border-radius: 3px; }

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

.jspArrow,
.jspArrow.jspDisabled {
  background: url(/static/sys/v10/sprites/sprite_icons.svg) -65px 0 no-repeat;
  background-size: 230px 177px; }

.jspArrowUp {
  background-position: -65px 0 !important; }

.jspArrowDown {
  background-position: -82px 2px !important; }

.jspArrowLeft {
  background-position: -33px 0 !important; }

.jspArrowRight {
  background-position: -49px 0 !important; }

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

#bottom-section {
  width: 900px; }
  #bottom-section .bottom-social {
    padding: 15px 0 8px 0;
    border-top: 1px #000 solid; }
    #bottom-section .bottom-social .bottom-logo {
      float: left;
      background: url(/static/sys/v10/sprites/sprite_logo.svg) 0 -7px no-repeat;
      background-size: 155px 86px;
      display: block;
      height: 25px;
      text-indent: -2000em;
      width: 421px; }
    #bottom-section .bottom-social .social-share {
      float: right;
      margin: 0; }
  #bottom-section .footer-nav {
    border-top: 1px solid #000;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 3.3rem; }
    #bottom-section .footer-nav .footer-nav-items.left {
      float: left; }
    #bottom-section .footer-nav .footer-nav-items.right {
      float: right;
      padding: 0 0 0 15px; }
    #bottom-section .footer-nav .footer-nav-items li {
      display: inline-block; }
      #bottom-section .footer-nav .footer-nav-items li a {
        display: block;
        margin: 0 0 0 18px;
        padding: 6px 0 10px 0;
        text-transform: uppercase; }
        #bottom-section .footer-nav .footer-nav-items li a:hover, #bottom-section .footer-nav .footer-nav-items li a:active, #bottom-section .footer-nav .footer-nav-items li a:focus {
          color: #00a0f0;
          text-decoration: none; }
      #bottom-section .footer-nav .footer-nav-items li:first-child a {
        margin: 0; }
  #bottom-section .footer-note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.16rem; }
    #bottom-section .footer-note .more {
      text-decoration: underline; }

.meinmmo {
  padding: 0 0 0 5px; }
  .meinmmo .meinmmo-intro {
    margin-bottom: 23px;
    letter-spacing: 0; }
  .meinmmo .meinmmo-headline {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 48px;
    line-height: 4.8rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .meinmmo .meinmmo-sub-headline {
    margin: 0 0 15px; }
  .meinmmo .row.left {
    width: auto; }
  .meinmmo .row .block-label {
    float: left;
    width: 200px; }
  .meinmmo .login {
    margin: 0 0 14px;
    padding-bottom: 20px; }
  .meinmmo .register {
    margin: 0 0 20px;
    padding-bottom: 20px; }
    .meinmmo .register .register-headline {
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      font-size: 15px;
      font-size: 1.5rem;
      margin: 0 0 6px; }
    .meinmmo .register .register-submit {
      margin: 20px 0 40px 0; }
  .meinmmo .more-info {
    text-decoration: underline; }
  .meinmmo .size-full {
    height: 45px; }
  .meinmmo input[type=checkbox] {
    display: none; }
  .meinmmo input[type=checkbox] + label {
    padding-left: 30px;
    position: relative; }
  .meinmmo input[type=checkbox] + label:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0; }
  .meinmmo input[type=checkbox] + label:before {
    content: "";
    border: 1px #000 solid; }
  .meinmmo input[type=checkbox]:checked + label:before {
    border: 1px #000 solid; }
  .meinmmo input[type=checkbox]:checked + label:after {
    content: "";
    background: #000;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 3px;
    top: 3px; }
  .meinmmo .small-info {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    display: block;
    letter-spacing: 0.2px;
    margin-top: 10px;
    text-decoration: underline; }
  .meinmmo .infobox-list li {
    margin: 0 0 10px; }
    .meinmmo .infobox-list li a {
      color: #000; }
      .meinmmo .infobox-list li a:hover, .meinmmo .infobox-list li a:active, .meinmmo .infobox-list li a:focus {
        text-decoration: underline; }
    .meinmmo .infobox-list li .infobox-icon {
      float: left;
      margin: 0 10px 10px 0; }
  .meinmmo .meinmmo-teaser-area {
    margin: 25px 0 0;
    padding: 16px; }
    .meinmmo .meinmmo-teaser-area .teaser {
      float: left;
      overflow: hidden;
      width: 234px; }
      .meinmmo .meinmmo-teaser-area .teaser.left {
        padding-right: 20px; }
      .meinmmo .meinmmo-teaser-area .teaser .button-link {
        display: block;
        margin: 0 0 10px; }
      .meinmmo .meinmmo-teaser-area .teaser p {
        margin-bottom: 10px; }
  .meinmmo .meinmmo-table {
    margin: 0 0 20px;
    width: 100%; }
    .meinmmo .meinmmo-table th {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 8px 5px;
      text-align: left;
      vertical-align: middle; }
    .meinmmo .meinmmo-table td {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 5px;
      vertical-align: top; }
      .meinmmo .meinmmo-table td .hbm-abo-headline {
        margin-bottom: 5px; }
      .meinmmo .meinmmo-table td ul {
        margin: 0; }
    .meinmmo .meinmmo-table tr:first-child td {
      border-top: none 0; }
    .meinmmo .meinmmo-table .meinmmo-shop-table-price {
      padding-right: 20px;
      text-align: right;
      width: 15%; }
    .meinmmo .meinmmo-table .meinmmo-shop-table-purchasedate {
      text-align: right;
      width: 20%; }
  .meinmmo .meinmmo-list li {
    margin: 0 0 10px; }

.meinmmo-logo {
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  text-transform: lowercase; }
  .meinmmo-logo .mm-logo {
    background: url(/static/sys/v10/sprites/sprite_logo.svg) 0 -45px no-repeat;
    background-size: 220px 123px;
    display: block;
    height: 38px;
    margin: 0 auto;
    text-indent: -2000em;
    width: 220px; }
  .meinmmo-logo:hover {
    text-decoration: none; }

.meinmmo-nav-items li {
  margin: 0 0 10px; }
  .meinmmo-nav-items li a {
    color: #000;
    text-decoration: underline; }

.meinmmo-cols .col2 {
  float: left;
  margin-bottom: 20px;
  width: 250px; }
  .meinmmo-cols .col2.col-left {
    margin-right: 20px; }
.meinmmo-cols .login-col-img {
  margin: 0 0 5px; }
.meinmmo-cols ul li {
  margin: 0 0 4px; }
.meinmmo-cols a {
  text-decoration: underline; }

.popup .meinmmo .meinmmo-headline {
  margin-bottom: 10px; }

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

#meinmm .column-small .asset-box {
  border: 0; }
  #meinmm .column-small .asset-box .asset-title {
    border: 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.86rem; }

@font-face {
  font-family: "Oswald";
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Light.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Light.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Oswald";
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Oswald";
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Medium.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Medium.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Medium.ttf") format("truetype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Medium.svg?#OswaldMedium") format("svg");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Oswald";
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Semibold.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Semibold.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Semibold.ttf") format("truetype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Semibold.svg?#OswaldSemibold") format("svg");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "NotoSerif";
  src: url("/static/sys/v10/webfonts/Noto/Noto-Regular.eot");
  src: url("/static/sys/v10/webfonts/Noto/Noto-Regular.woff") format("woff"), url("/static/sys/v10/webfonts/Noto/Noto-Regular.ttf") format("truetype"), url("/static/sys/v10/webfonts/Noto/Noto-Regular.svg?#NotoSerif") format("svg");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "NotoSerif";
  src: url("/static/sys/v10/webfonts/Noto/Noto-Bold.eot");
  src: url("/static/sys/v10/webfonts/Noto/Noto-Bold.woff") format("woff"), url("/static/sys/v10/webfonts/Noto/Noto-Bold.ttf") format("truetype"), url("/static/sys/v10/webfonts/Noto/Noto-Bold.svg?#NotoBold") format("svg");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "NotoSerif";
  src: url("/static/sys/v10/webfonts/Noto/Noto-Italic.eot");
  src: url("/static/sys/v10/webfonts/Noto/Noto-Italic.woff") format("woff"), url("/static/sys/v10/webfonts/Noto/Noto-Italic.ttf") format("truetype"), url("/static/sys/v10/webfonts/Noto/Noto-Italic.svg?#NotoSerifItalic") format("svg");
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: "Bitter";
  src: url("/static/sys/v10/webfonts/Bitter/Bitter-Bold.eot");
  src: url("/static/sys/v10/webfonts/Bitter/Bitter-Bold.woff") format("woff"), url("/static/sys/v10/webfonts/Bitter/Bitter-Bold.ttf") format("truetype"), url("/static/sys/v10/webfonts/Bitter/Bitter-Bold.svg?#BitterBold") format("svg");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/sys/v10/webfonts/FontAwesome/fontawesome-webfont.eot?v=4.2.0");
  src: url("/static/sys/v10/webfonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/static/sys/v10/webfonts/FontAwesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/static/sys/v10/webfonts/FontAwesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/static/sys/v10/webfonts/FontAwesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

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

body {
  background-color: #fff;
  color: #000;
  font-family: "NotoSerif", Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin: 0;
  overflow-anchor: none;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

*:focus {
  outline: 0; }

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

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    outline: 0; }
  a img {
    border: 0 none; }

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

b, strong {
  font-weight: 700; }

p {
  margin: 0 0 10px; }

blockquote {
  margin: 0 0 25px 25px; }

dfn {
  font-style: italic; }

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

li {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

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

img.hbmImgNoBorder {
  border: none !important; }

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"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  display: block; }

select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.44rem;
  background-color: #fff;
  border: 1px solid #000; }
  select option {
    background-color: #fff; }

textarea {
  height: auto; }

hr {
  background-color: transparent;
  border-color: #000;
  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;
  font-weight: 400; }

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

.clear {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  /* no more than that, so .clear blocks remain usable, no height reduction */ }

.hideme {
  left: -1000em;
  position: absolute;
  text-indent: -2000em;
  top: -1000em; }

.nobr {
  white-space: nowrap; }

.no-margin {
  margin: 0 !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.no-image {
  background: #d4d8dd;
  text-indent: -2000em; }
  .no-image.crop90x120 {
    height: 90px;
    width: 120px; }
  .no-image.crop122x210 {
    height: 122px;
    width: 210px; }

.contrast-font {
  color: #00a0f0; }

.warning-red {
  background: #c00;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 5px;
  text-align: center; }

.small-info {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.4663rem; }

.fadebox {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff), color-stop(40%, #fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 40%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 40%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 40%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 40%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 40%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1 );
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 40px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

#body .jsOnly {
  display: none !important; }

#body.js .jsOnly {
  display: block !important; }

#body .jsNever {
  display: block !important; }

#body span.jsNever {
  display: inline !important; }

#body.js .jsNever {
  display: none !important; }

.printonly {
  display: none !important; }

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

  .neverprint {
    display: none !important; }

  /* specific tweaks here ... */ }
body {
  padding: 0; }

#service {
  padding: 5px 4px 0 6px;
  position: relative;
  width: 900px;
  background-color: #fff; }

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

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

#wrapper-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #fff;
  position: relative;
  width: 900px; }

#bottom-section {
  margin-top: 40px; }

#footer {
  background: #e9ebee;
  margin: 17px 0 0;
  position: relative; }
  #footer #footer-content {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    line-height: 1.43rem;
    overflow: hidden;
    padding: 13px 5px 0 5px;
    letter-spacing: 0.1px;
    text-align: justify;
    width: 900px; }
    #footer #footer-content:after {
      content: "";
      display: inline-block;
      font-size: 0;
      line-height: 0;
      vertical-align: middle;
      width: 100%; }
    #footer #footer-content span {
      display: inline-block;
      vertical-align: middle; }

#content-main {
  padding: 0 0 50px;
  position: relative; }
  #content-main.center {
    padding: 15px 0 50px; }

.grid-default, .grid-article {
  width: 900px; }

.grid-default {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9488rem; }
  .grid-default .column-both {
    width: 900px; }
  .grid-default .column-wide {
    float: left;
    padding: 0 55px 0 0;
    width: 525px; }
  .grid-default .column-small {
    float: right;
    width: 310px; }

.grid-article {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5007rem; }
  .grid-article .column-both {
    padding: 20px 0 50px;
    width: 900px; }
  .grid-article .column-wide {
    float: right;
    padding: 20px 5px 0;
    width: 780px; }
  .grid-article .column-small {
    float: left;
    padding: 20px 0 0 5px;
    width: 105px; }
  .grid-article .article-section {
    width: 680px; }

.grid-video {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9488rem; }
  .grid-video .column-both {
    width: 900px;
    padding: 20px 5px 0 5px; }
  .grid-video .column-wide {
    float: left;
    padding: 20px 0 0 5px;
    width: 645px; }
  .grid-video .column-small {
    float: right;
    padding: 20px 5px 0 10px;
    width: 230px; }

.grid-asset-preview {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9488rem; }
  .grid-asset-preview#content-main {
    padding: 10px 5px; }
  .grid-asset-preview .column-both {
    padding: 20px 0 0;
    width: 900px; }
  .grid-asset-preview .column-wide {
    padding: 20px 55px 0 0;
    width: 525px; }
  .grid-asset-preview .column-small {
    padding: 20px 0 0;
    width: 310px; }
  .grid-asset-preview .article-section {
    padding: 0 5px;
    width: 780px; }

.social-share {
  float: right;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  margin-top: 6px; }
  .breadcrumb .social-share {
    margin-top: 10px; }
  .social-share .btn-share {
    display: inline-block;
    margin: 0 0 0 2px;
    position: relative; }
    .social-share .btn-share:first-child {
      margin-left: 0; }
    .social-share .btn-share .icn {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
      background-size: 472px 364px;
      float: left;
      height: 25px;
      text-indent: -2000em;
      width: 25px;
      padding: 1px; }
      .breadcrumb .social-share .btn-share .icn, #bottom-section .social-share .btn-share .icn {
        background-color: #D8D8D8;
        border-radius: 5px; }
        .breadcrumb .social-share .btn-share .icn.share-fb, #bottom-section .social-share .btn-share .icn.share-fb {
          background-position: 0px -170px; }
        .breadcrumb .social-share .btn-share .icn.share-tw, #bottom-section .social-share .btn-share .icn.share-tw {
          background-position: -67px -171px; }
        .breadcrumb .social-share .btn-share .icn.share-gp, #bottom-section .social-share .btn-share .icn.share-gp {
          background-position: -238px -170px; }
        .breadcrumb .social-share .btn-share .icn.share-mail, #bottom-section .social-share .btn-share .icn.share-mail {
          background-position: -102px -170px; }
        .breadcrumb .social-share .btn-share .icn.share-xi, #bottom-section .social-share .btn-share .icn.share-xi {
          background-position: -34px -170px; }
        .breadcrumb .social-share .btn-share .icn:hover, #bottom-section .social-share .btn-share .icn:hover {
          background-color: #82C8F0; }
      .social-share .btn-share .icn.share-fb {
        background-position: 0 -136px; }
      .social-share .btn-share .icn.share-tw {
        background-position: -68px -136px; }
      .social-share .btn-share .icn.share-gp {
        background-position: -238px -136px; }
      .social-share .btn-share .icn.share-mail {
        background-position: -102px -136px; }
      .social-share .btn-share .icn.share-xi {
        background-position: -34px -136px; }
    .social-share .btn-share .cnt {
      display: none;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 25px;
      line-height: 2.52rem;
      background: #fff;
      border: 1px solid #000;
      color: #000;
      float: left;
      height: 22px;
      margin-left: 7px;
      padding: 0 5px;
      position: relative;
      vertical-align: middle; }
      .social-share .btn-share .cnt:after, .social-share .btn-share .cnt:before {
        border: solid transparent;
        content: " ";
        height: 0;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0; }
      .social-share .btn-share .cnt:after {
        border-color: transparent;
        border-right-color: #fff;
        border-width: 4px;
        margin-top: -4px; }
      .social-share .btn-share .cnt:before {
        border-color: rgba(212, 216, 221, 0);
        border-right-color: #000;
        border-width: 6px;
        margin-top: -6px; }

.article-info {
  float: right; }
  .article-info li {
    float: right;
    padding: 0 10px;
    margin: 0 5px; }
    .article-info li.views {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem;
      color: #000;
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      padding: 2px 0 0 30px;
      position: relative; }
      .article-info li.views span:before {
        content: '';
        background: url(/static/sys/v10/sprites/sprite_icons.svg) -216px -1px no-repeat;
        background-size: 426px 328px;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 18px; }
    .article-info li.comments a {
      background: url(/static/sys/v10/sprites/sprite-general.png) 10px -88px no-repeat;
      display: inline-block;
      padding-left: 35px; }
      .article-info li.comments a:hover, .article-info li.comments a:active, .article-info li.comments a:focus {
        text-decoration: none; }
    .article-info li.share {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -135px 3px no-repeat;
      background-size: 320px 247px;
      height: 22px;
      position: relative;
      width: 22px;
      padding: 0 5px 0 0; }
      .article-info li.share .border-tooltip {
        left: 4px;
        top: 28px; }
    .article-info li + li {
      border-right: 1px solid #000; }

.photo-counter {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0; }
  .asset-box.photobar .photo-counter {
    right: 4px; }

.video-play {
  background: transparent url(/static/sys/v10/sprites/sprite-general.png) -130px -436px no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: rgba(255, 255, 255, 0.6);
  height: 62px;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 600;
  left: 50%;
  margin-left: -31px;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  width: 62px; }

.get-newsletter {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  background: #d4d8dd url(/static/sys/v10/sprites/sprite-general.png) 15px -956px no-repeat;
  margin: 0 0 30px;
  padding: 5px 5px 5px 60px;
  width: 330px; }
  .get-newsletter a {
    background: #000;
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 5px 10px; }
    .get-newsletter a .title {
      float: left;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 600; }
    .get-newsletter a .btn {
      float: right;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500; }
  .get-newsletter.center {
    margin: 0 auto 30px; }

.js-tooltip-opener .tooltip-container, .js-author-lines .tooltip-container {
  background: transparent;
  display: none;
  left: -60px;
  padding: 0 70px 80px;
  position: absolute;
  top: 0;
  z-index: 10; }
  .gallery-navbar .js-tooltip-opener .tooltip-container, .gallery-navbar .js-author-lines .tooltip-container {
    left: -20px; }
  .js-tooltip-opener .tooltip-container.hover, .js-author-lines .tooltip-container.hover {
    display: block;
    height: 100%;
    z-index: 11; }

.js-author-lines .tooltip-container {
  padding: 0 125px 210px; }

.js-tooltip-opener {
  cursor: pointer; }
  .js-tooltip-opener:hover .tooltip-container {
    display: block; }
  .js-tooltip-opener:hover .tooltip-container iframe {
    display: block;
    height: 100%;
    z-index: 11; }
  .js-tooltip-opener div {
    cursor: default; }

.js-author-lines .js-author-link {
  position: relative; }
  .js-author-lines .js-author-link:hover .tooltip-container.show-author-info {
    display: block; }
.js-author-lines .tooltip-container {
  left: -80px; }

.border-tooltip {
  background-color: rgba(0, 0, 0, 0.85);
  left: 0;
  padding: 6px 20px 4px 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 10011; }
  .border-tooltip::after, .border-tooltip::before {
    bottom: 100%;
    left: calc(50% - 8px);
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10012; }
    .gallery-navbar .border-tooltip::after, .gallery-navbar .border-tooltip::before {
      left: 20px; }
  .border-tooltip::before {
    border-bottom-color: rgba(0, 0, 0, 0.85);
    border-width: 8px;
    margin-left: 2px; }
  .border-tooltip .col-left {
    float: left;
    margin-right: 20px; }
  .border-tooltip .col-right {
    float: right;
    width: 250px; }
  .border-tooltip .social-share {
    float: none;
    margin: 0; }

.form-col {
  float: left;
  margin: 0 0 0 10px; }
  .form-col:first-child {
    margin: 0; }
  .form-col.radio, .form-col.radio:first-child {
    margin-top: 5px; }

.row {
  margin: 0 0 23px;
  overflow: hidden; }
  .row label, .row input, .row select, .row option, .row textarea, .row p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.82rem; }
  .row label {
    display: block; }
    .row label.label-short {
      display: inline;
      width: auto; }
  .row.privacy label {
    float: right;
    font-weight: normal;
    width: 480px; }
  .row.separate {
    border-top: 2px solid #000;
    margin-top: 20px;
    padding-top: 10px; }
  .row input, .row textarea {
    background-color: #edeef1;
    border-color: #edeef1;
    padding: 4px; }
  .row select {
    color: #8d95a1;
    padding: 3px; }
  .row .checkbox {
    background-color: #fff;
    margin-right: 5px;
    width: 19px; }
  .row .size-xs {
    width: 60px; }
  .row .size-s {
    width: 120px; }
  .row .size-m {
    width: 250px; }
  .row .size-l {
    width: 300px; }
  .row .size-xl {
    width: 320px; }
  .row .size-full {
    width: 534px; }
  .row .form-block {
    float: left;
    margin-right: 10px; }

.popup .row .size-xl {
  width: 400px; }

.error-box {
  min-height: 30px;
  margin: 0 0 15px; }
  .error-box ul {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #c00;
    display: block;
    margin: 0;
    padding: 0; }
    .error-box ul li {
      color: #fff;
      padding: 5px; }

.btn-gold {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  background: #c1aa77;
  color: #fff;
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  padding: 10px; }

input[type="submit"],
.button-submit,
.row .button-submit,
input[type="reset"] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  background: #fff;
  border: 1px #000 solid;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  min-width: 215px;
  padding-bottom: 3px;
  text-align: center;
  text-decoration: none !important; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
  .button-submit:hover,
  .button-submit:active,
  .button-submit:focus,
  .row .button-submit:hover,
  .row .button-submit:active,
  .row .button-submit:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    background: #00a0f0;
    color: #fff;
    text-decoration: none; }

.button-submit-dark {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  min-width: 215px;
  padding-bottom: 3px;
  text-align: center;
  text-decoration: none !important; }
  .button-submit-dark:hover, .button-submit-dark:active, .button-submit-dark:focus {
    background: #8c8c8c;
    color: #000;
    text-decoration: none; }
  .asset-box .button-submit-dark {
    color: #fff; }

.home-link {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 6px 0 0 0;
  position: relative; }
  .home-link:before {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px 0 no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 10px;
    left: -20px; }
  .article-section .home-link {
    text-decoration: none; }
    .article-section .home-link:hover, .article-section .home-link:active, .article-section .home-link:focus {
      text-decoration: underline; }

a.spCelink {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-left: 5px;
  text-decoration: none; }
  a.spCelink:after, a.spCelink:before {
    content: none !important; }
  a.spCelink:hover, a.spCelink:active, a.spCelink:focus {
    text-decoration: none; }

.stocklink {
  background: url(/static/sys/v10/sprites/sprite_icons.svg) -293px -247px no-repeat;
  background-size: 500px 385px;
  display: inline-block;
  text-indent: -2000em;
  width: 20px; }

.popup {
  background-color: #fff;
  padding: 0; }
  .popup #wrapper,
  .popup #content-main {
    background-image: none;
    margin: 0;
    padding: 0;
    width: auto; }
  .popup .small-info {
    display: inline-block;
    margin: 5px 0 0; }
  .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 #wrapper-content .column-both {
      padding: 0; }

.author-layer-box {
  left: 0;
  padding: 10px;
  position: absolute;
  top: 25px;
  width: 225px;
  z-index: 10011; }
  .article-meta .author-layer-box {
    font-style: normal; }
  .author-layer-box.has-image .author-image {
    float: left; }
    .author-layer-box.has-image .author-image img {
      height: 57px;
      width: 57px; }
  .author-layer-box.has-image .author-details {
    margin: 0 0 10px 67px; }
  .author-layer-box.move-right {
    left: 30px; }
    .author-layer-box.move-right .border-tooltip {
      left: 0;
      top: 40px;
      width: 280px; }
  .author-layer-box .author-details {
    margin: 0 0 10px; }
    .author-layer-box .author-details .name {
      color: #fff;
      display: block;
      font-family: "Oswald", Tahoma, sans-serif;
      font-weight: 600;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.5996rem;
      margin: 0 0 10px;
      text-transform: uppercase;
      white-space: pre-wrap; }
    .author-layer-box .author-details .icn {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
      background-size: 472px 364px;
      background-color: #1a1a1a;
      border-radius: 5px;
      float: left;
      margin-right: 5px;
      height: 25px;
      width: 25px; }
      .author-layer-box .author-details .icn.tw {
        background-position: -68px -205px; }
      .author-layer-box .author-details .icn.fb {
        background-position: -1px -205px; }
      .author-layer-box .author-details .icn.mail {
        background-position: -103px -204px; }
      .author-layer-box .author-details .icn.www {
        background-position: -340px -204px; }
      .author-layer-box .author-details .icn.gp {
        background-position: -239px -204px; }
      .author-layer-box .author-details .icn.inst {
        background-position: -443px -204px; }
      .author-layer-box .author-details .icn.blog {
        background-position: -374px -205px; }
      .author-layer-box .author-details .icn.flcr {
        background-position: -306px -205px; }
    .author-layer-box .author-details .author-contact {
      font-size: 10px;
      font-size: 1rem;
      line-height: 12px;
      line-height: 1.2rem; }
      .author-layer-box .author-details .author-contact li {
        margin: 0 0 5px;
        overflow: hidden; }
        .author-layer-box .author-details .author-contact li a:hover .type, .author-layer-box .author-details .author-contact li a:focus .type {
          text-decoration: underline; }
        .author-layer-box .author-details .author-contact li a:hover .icn, .author-layer-box .author-details .author-contact li a:focus .icn {
          background-color: #000; }
      .author-layer-box .author-details .author-contact .type {
        color: #fff;
        float: left;
        margin: 8px 5px 0 0; }
  .author-layer-box .more-articles {
    clear: both;
    color: #fff;
    display: block;
    font-style: italic;
    font-size: 10px;
    font-size: 1rem;
    line-height: 13px;
    line-height: 1.3rem;
    padding-left: 67px;
    white-space: initial; }
    .article-section .author-layer-box .more-articles {
      text-decoration: none; }
      .article-section .author-layer-box .more-articles:hover, .article-section .author-layer-box .more-articles:active, .article-section .author-layer-box .more-articles:focus {
        text-decoration: underline; }
    .author .author-layer-box .more-articles {
      color: #fff; }

.article-section .author-layer-box {
  left: -20px;
  top: 26px; }

.js-click {
  cursor: pointer; }

#wrapper-content table {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.4663rem;
  margin: 0; }
  #wrapper-content table td {
    background: #fff;
    border: 0;
    padding: 5px; }
    #wrapper-content table td input[type="text"] {
      display: inline; }
    #wrapper-content table td input[type="radio"] {
      margin: 0 3px; }
  #wrapper-content table .even td {
    background: #d9d9d9; }
  #wrapper-content table .even .mmTabellesyskopf {
    background: #fff;
    font-family: "Oswald", Tahoma, sans-serif;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 31px;
    line-height: 3.0659rem;
    padding: 10px 0; }
  #wrapper-content table .mmTablesysRowHead {
    background: #ccecfc;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0; }
  #wrapper-content table .mmTableLastRow {
    background: #fff; }
  #wrapper-content table .vote-head td {
    background: #c8d5e5;
    font-weight: 700; }
  #wrapper-content table .vote-row-head td {
    border-bottom: 1px solid #000;
    font-weight: 700; }
  #wrapper-content table .vote-row-foot td {
    background: #c8d5e5;
    border-top: 2px solid #fff;
    font-weight: 700; }
#wrapper-content .asset-box.table-box {
  border-top: 1px solid #000; }

.breaking-news {
  background: #c00;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  color: #fff;
  display: inline-block;
  margin: 5px 0 20px;
  padding: 10px; }

.article-icon:before {
  content: "";
  float: none; }

.article-icon.nativead:before {
  background: transparent url("/static/sys/v10/icons/native-icon.png") no-repeat scroll 0 0/100% 100%;
  height: 17px;
  width: 53px;
  margin: 0 0.35em 0 0; }
.article-icon.mmpremium .topic,
.article-icon.mmpremium .ilink-topic,
.article-icon.mmpremium .headline-intro {
  color: #00a0f0; }
.article-icon.mmpremium:before {
  display: inline-block;
  background: transparent url(/static/sys/v10/logos/premium_banner_small.svg) top left no-repeat;
  height: 13px;
  width: 24px;
  margin-right: 5px;
  background-size: 24px 13px; }
.article-icon.mmpremium:hover {
  color: #00a0f0 !important; }

.article-section > p .article-icon.mmpremium {
  color: #00a0f0; }
.article-section > p .article-icon.mmpremium:before {
  margin-left: 5px; }

h2.article-title .article-icon.mmpremium {
  display: block;
  padding-right: 80px;
  position: relative; }
  h2.article-title .article-icon.mmpremium:hover {
    color: #000 !important; }
h2.article-title .article-icon.mmpremium:before {
  background: transparent url("/static/sys/v10/logos/premium_banner.svg") top left no-repeat;
  background-size: 66px 32px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 66px; }

.center .teaser {
  border-bottom: 1px solid #000;
  margin: 0 0 20px 5px; }
  .center .teaser .article-title {
    margin: 0 0 10px; }
    .center .teaser .article-title a .headline-intro {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 18px;
      line-height: 1.82rem;
      color: #000;
      display: block;
      letter-spacing: 0;
      margin-bottom: 5px;
      margin-left: 3px; }
      .center .teaser .article-title a .headline-intro span {
        -webkit-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
        -moz-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
        box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
        background-color: #d9d9d9;
        box-decoration-break: clone; }
    .center .teaser .article-title a .headline {
      font-size: 29px;
      font-size: 2.9rem;
      line-height: 33px;
      line-height: 3.335rem;
      color: #000;
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      letter-spacing: 0; }
  .center .teaser .article-meta {
    margin: 0 0 4px; }
    .center .teaser .article-meta .author {
      margin: 4px 10px 0 0; }
  .center .teaser .image-box.asset-align-left {
    margin-bottom: 10px;
    margin-top: 0; }
    .center .teaser .image-box.asset-align-left .image-buttons {
      z-index: 3; }
  .center .teaser .teaser-cols {
    border: 1px solid #000;
    display: table;
    margin: 0 0 20px; }
    .center .teaser .teaser-cols .teaser-list {
      display: table-row; }
      .center .teaser .teaser-cols .teaser-list li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #e5e5e5;
        border-left: 1px solid #000;
        display: table-cell; }
        .center .teaser .teaser-cols .teaser-list li:first-child {
          border: none; }
        .center .teaser .teaser-cols .teaser-list li:hover, .center .teaser .teaser-cols .teaser-list li:active, .center .teaser .teaser-cols .teaser-list li:focus {
          background-color: #e9ebee;
          cursor: pointer; }
        .center .teaser .teaser-cols .teaser-list li a {
          display: block;
          padding: 15px 13px; }
          .center .teaser .teaser-cols .teaser-list li a .article-title .headline-intro {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 18px;
            line-height: 1.8rem;
            display: block; }
          .center .teaser .teaser-cols .teaser-list li a .article-title .headline {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 21px;
            line-height: 2.1rem;
            font-family: "Bitter", Georgia, serif;
            font-weight: 700;
            letter-spacing: 0; }
      .center .teaser .teaser-cols .teaser-list.col-2 li {
        width: 444px; }
      .center .teaser .teaser-cols .teaser-list.col-3 li {
        width: 296px; }
      .center .teaser .teaser-cols .teaser-list .image-box {
        margin: 0 0 10px; }
      .center .teaser .teaser-cols .teaser-list .article-title {
        margin: 0; }
.center .hp-main-teaser .teaser-wrapper {
  position: relative;
  overflow: hidden; }
  .center .hp-main-teaser .teaser-wrapper .article-title a .headline {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 47px;
    line-height: 4.68rem; }
  .center .hp-main-teaser .teaser-wrapper .article-meta {
    position: absolute;
    margin-top: 7px;
    right: 2px;
    width: auto;
    z-index: 2; }
    .center .hp-main-teaser .teaser-wrapper .article-meta .article-info li.views {
      color: rgba(255, 255, 255, 0.8); }
      .center .hp-main-teaser .teaser-wrapper .article-meta .article-info li.views span:before {
        background-position: -216px -32px;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=80); }
    .center .hp-main-teaser .teaser-wrapper .article-meta .article-info li.share {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -135px -22px no-repeat;
      background-size: 320px 247px;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=80); }
      .center .hp-main-teaser .teaser-wrapper .article-meta .article-info li.share:hover {
        background-position: -135px -21px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=100); }
    .center .hp-main-teaser .teaser-wrapper .article-meta .article-info li + li {
      border-color: rgba(255, 255, 255, 0.8); }
.center .hp-main-teaser .js-tooltip-opener .tooltip-container {
  left: -105px; }
.center .hp-main-teaser .js-tooltip-opener .border-tooltip:before {
  left: 100px; }
.center .hp-main-teaser .author {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-style: italic;
  margin-bottom: 15px;
  letter-spacing: 0; }
  .center .hp-main-teaser .author .autor-link {
    color: #8c8c8c; }
    .center .hp-main-teaser .author .autor-link .show-author-info {
      font-style: normal; }
.center.teaser-small .teaser {
  margin: 0 0 10px 5px;
  padding: 0 0 10px; }
  .center.teaser-small .teaser .article-title a .headline-intro {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.82rem;
    color: #000;
    display: block;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-left: 3px; }
    .center.teaser-small .teaser .article-title a .headline-intro span {
      -webkit-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
      -moz-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
      box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
      background-color: #d9d9d9;
      box-decoration-break: clone; }
  .center.teaser-small .teaser .article-title a .headline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #000;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0; }
  .center.teaser-small .teaser .article-meta {
    margin-bottom: 0; }
    .center.teaser-small .teaser .article-meta .author {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem; }
  .center.teaser-small .teaser .teaser-text {
    margin: 10px 0 0; }
.center .topic-list {
  margin: 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem; }
  .center .topic-list .topic-list-item {
    display: inline; }
    .center .topic-list .topic-list-item:before {
      content: "\007C";
      padding: 0 10px 0 0; }
    .center .topic-list .topic-list-item a {
      display: inline-block;
      padding: 0 4px 0 0;
      white-space: pre; }
    .center .topic-list .topic-list-item:first-child:before {
      content: "";
      padding: 0; }
.grid-article .topic-list-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem; }
.center .article-list {
  margin: 0 0 15px; }
  .center .article-list > li {
    margin: 0 0 5px; }
    .center .article-list > li a {
      color: #000;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 1.95rem; }
      .center .article-list > li a .topic {
        font-family: "Bitter", Georgia, serif;
        font-weight: 700;
        letter-spacing: 0; }
      .center .article-list > li a .headline {
        color: #8c8c8c;
        letter-spacing: 0.2px; }
      .center .article-list > li a:hover, .center .article-list > li a:focus, .center .article-list > li a:active {
        color: #000; }
.center .js-art-loader-button {
  text-align: center; }
  .center .js-art-loader-button .load-more {
    background: #d8d8d8;
    color: #000;
    display: inline-block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.44rem;
    letter-spacing: 0.3px;
    margin: 30px auto;
    padding: 10px 12px;
    text-transform: uppercase; }
    .center .js-art-loader-button .load-more:hover, .center .js-art-loader-button .load-more:focus {
      background: #b0b0b0;
      text-decoration: none; }
  .center .js-art-loader-button .loadicon {
    display: none;
    margin: 30px auto; }

.center .column-both .hp-teaser-list .teaser {
  margin: 0 5px 20px 5px; }

.teaser-intro-tag {
  background: #c00;
  color: #fff;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 600;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.archive-header {
  border-bottom: 1px solid #000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 27px;
  line-height: 2.73rem;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  margin: 0 0 25px 5px;
  padding-bottom: 3px; }

.archive-link {
  display: block;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  margin: 10px 0 20px 0;
  padding-right: 20px;
  position: relative;
  text-align: right;
  text-transform: uppercase; }
  .archive-link:after {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
    background-size: 152px 117px;
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0; }

.prev-next-box {
  padding: 0 5px;
  margin-bottom: 30px; }
  .prev-next-box.top {
    margin: 0 0 25px; }
  .prev-next-box .prev,
  .prev-next-box .next {
    display: block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    margin-top: 10px;
    position: relative;
    text-align: right;
    text-transform: uppercase; }
  .prev-next-box .prev {
    float: left;
    padding-left: 20px; }
    .prev-next-box .prev:before {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 3px;
      left: 0; }
  .prev-next-box .next {
    float: right;
    padding-right: 20px; }
    .prev-next-box .next:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 3px;
      right: 0; }

.magazine-header {
  border-bottom: 1px solid #000;
  margin: 19px 0 15px 5px; }
  .magazine-header.nomargin {
    border-bottom: 0 none;
    margin: 19px 0 0 5px; }
  .magazine-header .edition {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    color: #00a0f0;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    padding: 0 10px 4px; }
  .magazine-header .edition-select form {
    float: right; }
    .magazine-header .edition-select form label {
      display: inline;
      width: auto;
      margin-left: 2em; }

.epaper .article-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9326rem;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  margin: 5px 0 10px; }

.goto-epaper {
  margin: 0 0 20px 5px; }
  .goto-epaper.text-right .button-submit {
    padding: 3px 20px; }

.epub-contents {
  margin: 0 0 30px 5px; }

.epub-contents-hidden {
  display: none; }

.epub-section {
  margin-top: 15px; }
  .epub-section .epub-section-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    padding: 8px 5px; }
  .epub-section .epub-article {
    border-top: 1px solid #000; }
    .epub-section .epub-article:first-child {
      border: none; }
    .epub-section .epub-article a {
      display: block;
      padding: 8px 5px; }
      .epub-section .epub-article a:hover, .epub-section .epub-article a:active, .epub-section .epub-article a:focus {
        background: #edeef1; }
    .epub-section .epub-article .topic {
      display: block; }

.js-show-epub-contents-hidden {
  border-top: 1px solid #000;
  margin: 15px 0 0;
  padding-top: 10px; }

.magazine-gallery-title {
  display: block;
  font-weight: 700;
  margin: 0 0 10px; }

.magazine-gallery li:nth-of-type(4n+1) {
  clear: left; }

.magazine-gallery {
  margin: 0 0 15px 5px; }
  .magazine-gallery li {
    border-top: 1px solid #000;
    float: left;
    margin: 0 0 10px;
    padding: 15px 0px 5px 10px;
    width: 120px; }
    .magazine-gallery li .magazine-edition {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 19px;
      line-height: 1.8662rem;
      font-family: "Oswald", Tahoma, sans-serif;
      font-weight: 300;
      margin: 0 0 5px; }

.gallery-other-years {
  margin: 10px 10px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #000; }
  .gallery-other-years .other-years-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1328rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    margin: 0 0 10px; }
  .gallery-other-years .other-years-list li {
    border-right: 1px solid #000;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px 0 0; }
    .gallery-other-years .other-years-list li.current {
      font-weight: 700; }

.contents-heading {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9326rem;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  margin: 0 10px 15px; }

.epub-content {
  margin: 0 10px; }
  .epub-content .category-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1328rem;
    border-bottom: 1px solid #000;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    margin: 10px 0; }
  .epub-content .epub-article {
    margin: 0 0 15px; }

.article-section a {
  text-decoration: underline; }
.article-section .headline-date {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.82rem;
  display: block;
  margin-bottom: 3px; }
.article-section .article-title .article-topic {
  -webkit-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
  -moz-box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
  box-shadow: 3px 0 0 #d9d9d9, -3px 0 0 #d9d9d9;
  background-color: #d9d9d9;
  box-decoration-break: clone;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.82rem;
  float: left;
  margin-bottom: 5px; }
.article-section .article-title .article-headline {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 41px;
  line-height: 4.08rem;
  color: #000;
  display: block;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 0px;
  clear: both; }
  #impressum .article-section .article-title .article-headline, #extra .article-section .article-title .article-headline {
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 37px;
    line-height: 3.7324rem; }
.article-section .article-top-asset {
  margin: 0 0 30px;
  position: relative; }
.article-section > ul {
  list-style-type: disc;
  margin-left: 25px; }
  .article-section > ul li {
    margin: 0 0 10px; }
.article-section > ol {
  margin-left: 25px; }
  .article-section > ol li {
    margin: 0 0 10px; }
.article-section #article-topic-header {
  display: none; }
  .article-section #article-topic-header .topic-header {
    clear: both;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    color: #000;
    border-bottom: 1px solid #000; }
    .article-section #article-topic-header .topic-header a {
      color: #000; }
    .article-section #article-topic-header .topic-header .articleSponsorLogo {
      float: right; }
    .article-section #article-topic-header .topic-header .topic-title {
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500;
      font-size: 39px;
      font-size: 3.9rem;
      line-height: 52px;
      line-height: 5.1987rem;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
      text-transform: uppercase;
      width: 680px; }
      .article-section #article-topic-header .topic-header .topic-title .topic-rss {
        background: url(/static/sys/v10/sprites/sprite_icons.svg) -359px -270px no-repeat;
        background-size: 624px 481px;
        display: inline-block;
        height: 36px;
        text-indent: -2000em;
        vertical-align: middle;
        width: 36px; }
    .article-section #article-topic-header .topic-header .topic-claim {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.2px; }
      .article-section #article-topic-header .topic-header .topic-claim a {
        text-decoration: underline; }
    .article-section #article-topic-header .topic-header #mmSponsoredBy {
      position: absolute;
      right: 0;
      bottom: 15px;
      font-size: 0.45em;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-variant: normal; }
      .article-section #article-topic-header .topic-header #mmSponsoredBy .mmcologo {
        padding: 0;
        font-size: 1.2rem; }

.article-functions {
  margin-bottom: 30px;
  min-height: 30px;
  position: relative; }
  .article-functions .author-info {
    float: left;
    margin-right: 10px;
    max-width: 400px; }
    .article-functions .author-info .author-layer-box {
      font-style: normal; }
    .article-functions .author-info > .author-image {
      display: none;
      float: left;
      margin-right: 10px; }
    .article-functions .author-info .author-thumb {
      float: left;
      margin-right: 10px; }
    .article-functions .author-info .author-name {
      font-style: italic;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px;
      line-height: 1.8rem;
      float: left;
      margin-top: 6px; }
      .article-functions .author-info .author-name > a {
        color: #8c8c8c;
        text-decoration: none; }
        .article-functions .author-info .author-name > a:hover, .article-functions .author-info .author-name > a:active, .article-functions .author-info .author-name > a:focus {
          text-decoration: underline; }

.article-meta {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%; }
  .article-meta .author {
    font-style: italic;
    float: left;
    margin: 0 10px 10px 0; }
    .article-meta .author a {
      color: #8c8c8c; }

.article-functions.article-meta + .social-bar-wrapper {
  margin-top: -25px; }

.article-functions.article-meta {
  border-bottom: 1px solid #000; }
.article-functions .social-bar-wrapper {
  border-right: 1px solid #000;
  float: right;
  margin: 0 10px 0 0;
  padding-right: 10px; }

.social-bar-wrapper .social-bar {
  position: relative; }
  .social-bar-wrapper .social-bar .share {
    font-family: "NotoSerif", Georgia, serif;
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    margin: 5px 14px 0 0;
    margin-right: 14px; }
  .social-bar-wrapper .social-bar a {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
    background-size: 350px 270px;
    cursor: pointer;
    display: block;
    float: left;
    height: 21px;
    margin-left: 1px;
    width: 21px;
    text-indent: -2000em; }
    .social-bar-wrapper .social-bar a.social-button-facebook {
      background-position: 0 -101px;
      margin-left: 0px; }
    .social-bar-wrapper .social-bar a.social-button-xing {
      background-position: -25px -101px; }
    .social-bar-wrapper .social-bar a.social-button-twitter {
      background-position: -50px -101px; }
    .social-bar-wrapper .social-bar a.social-button-email {
      background-position: -75px -101px; }
    .social-bar-wrapper .social-bar a.social-button-gplus {
      background-position: -177px -101px; }
    .social-bar-wrapper .social-bar a.social-button-linkedin {
      background-position: -152px -101px; }
    .social-bar-wrapper .social-bar a.social-button-tumblr {
      background-position: -302px -101px; }
    .social-bar-wrapper .social-bar a.social-button-pinterest {
      background-position: -126px -101px; }
  .social-bar-wrapper .social-bar div.social-button-more {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -174px -75px no-repeat;
    background-size: 350px 270px;
    background-color: #b3b3b3;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 3px;
    width: 20px; }
  .social-bar-wrapper .social-bar .social-bar-expandx {
    background-color: transparent;
    cursor: pointer;
    display: none;
    height: 200px;
    right: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 52; }
    .social-bar-wrapper .social-bar .social-bar-expandx:hover:before {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -194px -75px no-repeat;
      background-size: 350px 270px;
      background-color: #b3b3b3;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      content: '';
      display: block;
      height: 20px;
      position: absolute;
      width: 20px; }
    .social-bar-wrapper .social-bar .social-bar-expandx .social-diverse {
      background-color: #b3b3b3;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      left: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 16px;
      width: 100%;
      z-index: 51; }
      .social-bar-wrapper .social-bar .social-bar-expandx .social-diverse a {
        display: block;
        overflow: hidden;
        margin: 3px 0 0 0; }

.social-bar-small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 3px;
  padding-top: 2px; }
  .social-bar-small a {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
    background-size: 400px 308px;
    cursor: pointer;
    display: block;
    float: left;
    height: 21px;
    margin: 0 2px;
    text-indent: -2000em;
    width: 21px; }
    .social-bar-small a.facebook-button {
      background-position: -3px -175px; }
    .social-bar-small a.twitter-button {
      background-position: -59px -174px; }
    .social-bar-small a.gplus-button {
      background-position: -202px -174px; }

.article-toolbar {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  width: 48px;
  z-index: 10001; }
  .article-toolbar .article-toolbar-top {
    background: #000 url(/static/sys/v10/sprites/sprite-article-toolbar-icons.png) 0 0 no-repeat;
    cursor: pointer;
    height: 16px;
    text-indent: -2000em; }
    .article-toolbar .article-toolbar-top.open {
      background-position: 0 0; }
    .article-toolbar .article-toolbar-top.close {
      background-position: 0 -16px; }
  .article-toolbar li {
    background-color: #D8D8D8;
    border-top: 1px solid #000; }
    .article-toolbar li a {
      font-size: 20px;
      font-size: 2rem;
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -27px -28px no-repeat;
      background-size: 624px 481px;
      display: block;
      height: 42px;
      text-indent: -2000em; }
      .article-toolbar li a:hover, .article-toolbar li a:focus {
        background-color: #82C8F0; }
    .article-toolbar li.fb a {
      background-position: 6px -224px; }
    .article-toolbar li.tw a {
      background-position: -83px -222px; }
    .article-toolbar li.gp a {
      background-position: -309px -222px; }
    .article-toolbar li.more a {
      background-position: -333px -94px; }
    .article-toolbar li.xi a {
      background-position: -39px -222px; }
    .article-toolbar li.in a {
      background-position: -264px -222px; }
    .article-toolbar li.pi a {
      background-position: -217px -223px; }
    .article-toolbar li.comm a {
      background-position: 0 -224px; }
    .article-toolbar li.print a {
      background-position: -39px -86px; }
    .article-toolbar li.mail a {
      background-position: -129px -221px; }
    .article-toolbar li.rss a {
      background-position: -355px -221px; }
    .article-toolbar li.lever a {
      background-position: -214px -131px; }
    .article-toolbar li.search a {
      background-position: -39px -41px; }
  .article-toolbar .more {
    position: relative; }
    .article-toolbar .more > a {
      background-size: 680px 524px; }
    .article-toolbar .more .more-social {
      display: none;
      left: 48px;
      position: absolute;
      top: -1px; }
      .article-toolbar .more .more-social li {
        -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid #000;
        border-width: 1px 1px 1px 0;
        float: left;
        height: 42px;
        width: 48px; }
        .article-toolbar .more .more-social li:first-child {
          border-width: 1px; }
        .article-toolbar .more .more-social li a {
          display: inline-block;
          height: 42px;
          width: 48px; }
  .article-toolbar .search {
    position: relative; }
    .article-toolbar .search .toolbar-search {
      display: none;
      left: 49px;
      position: absolute;
      top: -1px; }
    .article-toolbar .search:hover .toolbar-search, .article-toolbar .search:active .toolbar-search, .article-toolbar .search:focus .toolbar-search {
      display: block; }
    .article-toolbar .search #toolbar-search-term {
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      height: 48px;
      padding: 5px;
      width: 440px;
      text-transform: uppercase; }
      .article-toolbar .search #toolbar-search-term.hasdefault {
        color: #d4d8dd; }
  .article-toolbar .misc li {
    margin-top: 1px; }
    .article-toolbar .misc li a {
      background-color: #000;
      color: #fff;
      height: 46px; }
      .article-toolbar .misc li a:hover, .article-toolbar .misc li a:focus {
        background-color: #1a1a1a;
        color: #fff; }
  .article-toolbar.short li:first-child {
    border-top: 0;
    margin-top: 0; }

.toolbar-tooltip {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.59994rem;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  max-width: 200px;
  padding: 10px;
  text-transform: uppercase;
  z-index: 10001; }

.paginate {
  font-family: "Oswald", Tahoma, sans-serif;
  margin: 45px 0; }
  .paginate .pages {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    margin: 0 0 20px; }
  .paginate .part .part-num {
    color: #000; }
  .paginate .headlines li {
    font-weight: 500; }
    .paginate .headlines li a {
      text-decoration: none;
      font-weight: 300; }
      .paginate .headlines li a:hover, .paginate .headlines li a:active, .paginate .headlines li a:focus {
        text-decoration: underline; }
      .article-section .paginate .headlines li a {
        color: #000; }

.related-topics {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #000;
  border-width: 1px 0;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  margin: 0 0 45px;
  padding: 10px 0; }
  .related-topics .label {
    color: #8d95a1; }
  .related-topics .topic-list {
    display: inline; }
    .related-topics .topic-list .item {
      display: inline; }
      .related-topics .topic-list .item:before {
        content: "\2022"; }
      .related-topics .topic-list .item a {
        color: #000;
        display: inline-block;
        padding: 0 5px; }
      .related-topics .topic-list .item:first-child:before {
        content: ""; }

.article-section .article-asset-area {
  margin: 0 0 40px;
  width: 680px; }
  .article-section .article-asset-area .asset-box {
    float: none; }

.article-assets-2col {
  margin: 0 -55px 40px;
  position: relative;
  width: 850px; }
  .article-assets-2col .col-asset {
    float: left;
    width: 410px; }
    .article-assets-2col .col-asset.left {
      margin-right: 19px; }
    .article-assets-2col .col-asset .asset-box {
      margin-top: 0; }

.article-home-link-box {
  border-top: 1px solid #000;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  margin: 45px 0; }
  .article-home-link-box .box-header {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 5px; }
  .article-home-link-box .item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1328rem;
    margin: 0 0 5px; }
    .article-home-link-box .item .topic {
      color: #8d95a1; }
    .article-home-link-box .item .headline {
      color: #000; }
  .article-home-link-box.homelink {
    border-top: 0 none; }
    .article-home-link-box.homelink .box-header {
      border-bottom: 0 none; }

.article-copyright {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  border-top: 3px solid #000;
  clear: both;
  color: #000;
  margin: 20px 0 50px;
  padding: 5px 0 0; }
  .article-section .article-copyright a {
    color: #000; }

.article-fullsize-img {
  background: #1a1a1a;
  color: #fff;
  margin-top: -1px;
  padding-bottom: 40px; }
  .article-fullsize-img .image-box .image-description {
    color: #fff; }
    .article-fullsize-img .image-box .image-description a {
      color: #fff; }

.article-fullsize-nav {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.69rem;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin: 0 0 15px;
  min-height: 46px;
  position: relative; }
  .article-fullsize-nav > a {
    color: #fff; }
  .article-fullsize-nav .link-to-article, .article-fullsize-nav .spCelink {
    display: block;
    float: left;
    margin: 15px 0 0 15px;
    padding-left: 15px;
    position: relative; }
    .article-fullsize-nav .link-to-article:before, .article-fullsize-nav .spCelink:before {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px -10px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 4px;
      left: 0; }
  .article-fullsize-nav .paginate {
    float: right;
    margin: 0; }
    .article-fullsize-nav .paginate .img-cnt {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 44px;
      line-height: 4.4rem;
      color: #fff;
      float: left;
      font-family: "Oswald", Tahoma, sans-serif;
      font-weight: 300;
      margin: 0 10px 0 0;
      padding: 0 8px;
      width: auto;
      white-space: nowrap; }
    .article-fullsize-nav .paginate > a {
      border-left: 1px solid #fff;
      background-image: url(/static/sys/v10/sprites/sprite_icons.svg);
      background-size: 624px 481px;
      background-repeat: no-repeat;
      display: inline-block;
      height: 46px;
      text-indent: -2000em;
      width: 47px; }
      .article-fullsize-nav .paginate > a:hover, .article-fullsize-nav .paginate > a:active, .article-fullsize-nav .paginate > a:focus {
        background-color: rgba(255, 255, 255, 0.25); }
      .article-fullsize-nav .paginate > a.link-back {
        background-position: -133px -128px; }
      .article-fullsize-nav .paginate > a.link-fwd {
        background-position: -172px -128px; }

.back-to-spon {
  border: 1px solid #000;
  border-width: 1px 0;
  margin: 0 0 10px;
  padding: 5px 0; }
  .back-to-spon a {
    display: block; }

.quiz {
  padding-bottom: 60px; }
  .article-section .quiz a {
    color: #00a0f0;
    text-decoration: none; }
    .article-section .quiz a:hover, .article-section .quiz a:active, .article-section .quiz a:focus {
      text-decoration: underline; }
    .article-section .quiz a.button-submit {
      color: #000; }
      .article-section .quiz a.button-submit:hover, .article-section .quiz a.button-submit:active, .article-section .quiz a.button-submit:focus {
        color: #fff;
        text-decoration: none; }
  .quiz a.home-link {
    color: #000; }
  .quiz ul {
    list-style-type: disc;
    margin-left: 25px; }
    .quiz ul li {
      margin: 0 0 10px; }
  .quiz .questions-count, .quiz .summary-headline {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px; }
  .quiz .quiz-more {
    border-bottom: 1px solid #000;
    margin-bottom: 30px; }
  .quiz .summary-headline {
    margin-bottom: 30px;
    text-transform: uppercase; }
  .quiz .image-box {
    margin-bottom: 20px; }
  .quiz .quiz-question {
    margin: 0 0 20px; }
  .quiz .quiz-nav {
    margin: 20px 0 0; }
  .quiz .answer-row {
    margin: 0 0 40px; }
    .quiz .answer-row .answer-row-heading {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 1.9995rem;
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      margin-bottom: 5px; }
      .quiz .answer-row .answer-row-heading .points.red {
        color: #c00; }
      .quiz .answer-row .answer-row-heading .points.green {
        color: #093; }
    .quiz .answer-row .answer-row-question {
      margin: 0 0 10px; }
    .quiz .answer-row .answer-row-details li {
      margin: 0 0 5px; }
      .quiz .answer-row .answer-row-details li .label {
        font-weight: 700; }

.article-section .article-comments-box {
  margin-bottom: 50px;
  width: 680px; }
  .article-section .article-comments-box .asset-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #00a0f0;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500; }
    .article-section .article-comments-box .asset-title a:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -117px -53px no-repeat;
      background-size: 400px 308px;
      content: '';
      display: inline-block;
      height: 25px;
      text-indent: -2000em;
      width: 20px; }
  .article-section .article-comments-box .comments-bubble {
    background: url(/static/sys/v10/sprites/sprite-general.png) -83px -85px no-repeat;
    height: 25px;
    margin-top: 5px;
    position: relative;
    width: 29px; }
    .article-section .article-comments-box .comments-bubble span {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.5996rem;
      color: #000;
      left: 0;
      position: absolute;
      text-align: center;
      top: 3px;
      width: 29px; }
  .article-section .article-comments-box .login-link {
    color: #000;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
.article-section .article-comments-form-head {
  margin: 0 0 5px; }
.article-section .info-message {
  color: #000;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500; }
.article-section .blog-comment-form {
  margin: 0 0 20px; }
  .article-section .blog-comment-form .row .size-full {
    width: 680px; }
.article-section .posting-guidelines-head {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  margin: 0 0 3px;
  text-transform: uppercase; }
.article-section .js-pager-right {
  float: right;
  margin: 0 0 20px; }
  .article-section .js-pager-right .comments-box-page-count {
    float: left;
    margin: 4px 10px 0; }
  .article-section .js-pager-right .comments-box-nav-button {
    float: left; }
    .article-section .js-pager-right .comments-box-nav-button.first, .article-section .js-pager-right .comments-box-nav-button.prev {
      margin-right: 5px; }
    .article-section .js-pager-right .comments-box-nav-button.next, .article-section .js-pager-right .comments-box-nav-button.last {
      margin-left: 5px; }
    .article-section .js-pager-right .comments-box-nav-button a {
      background: #025eb3;
      color: #fff;
      display: block;
      padding: 2px 6px; }
      .article-section .js-pager-right .comments-box-nav-button a:hover, .article-section .js-pager-right .comments-box-nav-button a:focus {
        background: #245797; }
.article-section .article-comment {
  margin: 0 0 20px; }
  .article-section .article-comment .article-comment-head {
    background: #edeef1;
    margin-bottom: 5px;
    padding: 3px 5px; }
    .article-section .article-comment .article-comment-head .user {
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500; }
    .article-section .article-comment .article-comment-head .head {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem; }

.article-sub-headline {
  font-family: "Oswald", Tahoma, sans-serif;
  font-weight: 300;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 31px;
  line-height: 3.0659rem;
  margin-bottom: 10px; }

.article-meta-headline {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  line-height: 2.55rem;
  letter-spacing: 0;
  margin-bottom: 1px; }

.contact {
  margin-bottom: 20px; }
  .contact a {
    color: #00a0f0;
    text-decoration: none; }

.search-results-teaser {
  margin: 10px 0 25px;
  padding: 0 0 0 5px; }
  .search-results-teaser .search-heading {
    margin: 0 0 15px; }
    .search-results-teaser .search-heading .search-title {
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 600;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.3994rem; }
    .search-results-teaser .search-heading .search-term {
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 600;
      font-size: 40px;
      font-size: 4rem;
      line-height: 52px;
      line-height: 5.2rem; }

.search-paginate {
  border-bottom: 1px solid #000;
  margin: 0 0 25px;
  padding: 0 0 25px 5px; }
  .search-paginate .page-label {
    display: inline-block;
    font-weight: 700;
    margin: 0 10px 0 0; }
  .search-paginate .page-list {
    display: inline; }
  .search-paginate .page-arrow {
    display: inline-block;
    padding: 0 5px; }
  .search-paginate .page-num {
    display: inline-block; }
    .search-paginate .page-num > a {
      padding: 0 5px; }

.search-result-item {
  border-bottom: 1px solid #000;
  margin: 0 0 25px;
  padding: 0 0 25px 5px; }
  .search-result-item .article-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    display: inline-block;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    margin: 0 0 5px; }
  .search-result-item .euro {
    font-weight: 700;
    white-space: nowrap; }
  .search-result-item .search-result-source {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7329rem;
    margin: 0 0 5px; }
  .search-result-item .more {
    display: block;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    margin-top: 10px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase; }
    .search-result-item .more:after {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -32px 1px no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 3px;
      right: 0; }

.search-box .search-form-input, .search-box .search-select {
  width: 100%; }

.asset-box.legal {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 23px;
  line-height: 2.2661rem;
  float: none;
  width: 100%; }
  .asset-box.legal .row {
    margin: 0 0 5px; }
  .asset-box.legal .left {
    float: left;
    font-weight: 700;
    text-align: right;
    width: 30%; }
  .asset-box.legal .right {
    float: right;
    width: 65%; }

.author {
  position: relative; }
  .author .author-title {
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    margin-bottom: 20px; }
    .author .author-title .position {
      display: block;
      font-weight: 400;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 31px;
      line-height: 3.0659rem; }
    .author .author-title .name {
      display: block;
      font-weight: 500;
      font-size: 30px;
      font-size: 3rem;
      line-height: 40px;
      line-height: 3.999rem; }
  .author .author-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .author .author-wrapper .author-info {
      margin-right: 10px; }
      .author .author-wrapper .author-info a {
        color: #00a0f0; }
    .author .author-wrapper .author-contact {
      margin-top: 15px; }
  .author .autor-link {
    position: relative; }
  .author .author-image {
    margin: 0 10px 0 0; }
  .author .author-details {
    margin: 0 0 15px; }
  .author .icn {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) top left no-repeat;
    background-size: 350px 270px;
    display: inline-block;
    margin: 3px 5px 0 0;
    height: 21px;
    width: 21px; }
    .author .icn.tw {
      background-position: -50px -101px; }
    .author .icn.fb {
      background-position: 0 -101px; }
    .author .icn.mail {
      background-position: -75px -101px; }
    .author .icn.www {
      background-position: -251px -101px; }
    .author .icn.gp {
      background-position: -177px -101px; }
    .author .icn.inst {
      background-position: -327px -101px; }
    .author .icn.blog {
      background-position: -276px -101px; }
    .author .icn.flcr {
      background-position: -226px -277px; }
  .author .author-contact li {
    margin: 0 0 10px;
    overflow: hidden; }
    .author .author-contact li a {
      display: block; }
      .author .author-contact li a:hover .link, .author .author-contact li a:focus .link {
        text-decoration: underline; }
      .author .author-contact li a:hover .icn, .author .author-contact li a:focus .icn {
        background-color: none; }
    .author .author-contact li span {
      float: left; }
  .author .author-contact .type {
    color: #000;
    margin-right: 5px; }
  .author .author-contact .link {
    color: #00a0f0; }
  .author .backlink {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.69rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-left: 15px;
    margin-bottom: 20px; }
    .author .backlink:before {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -22px 0 no-repeat;
      background-size: 152px 117px;
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      top: 4px;
      left: 0; }
  .author .article-list {
    width: 410px;
    float: left; }
  .author .author-article-list-header {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 43px;
    line-height: 4.25rem;
    font-family: "Oswald", Tahoma, sans-serif;
    font-weight: 300;
    border: 1px solid #000;
    border-width: 1px 0;
    margin: 0 0 20px;
    padding: 5px 0; }
  .author .author-ad-column {
    float: right;
    padding: 0 5px 0 0;
    width: 305px; }

.grid-article.the-day .column-wide {
  padding-right: 0; }

.the-day-section {
  width: 680px; }

.the-day .the-day-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 3.999rem;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px; }
.the-day .the-day-teaser {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  border-width: 1px 0;
  margin: 5px 0 20px;
  position: relative; }
  .the-day .the-day-teaser .dscr {
    float: left;
    padding-top: 6px;
    width: 530px; }
  .the-day .the-day-teaser .article-info {
    width: 250px; }
  .the-day .the-day-teaser .share {
    margin-top: 15px; }
  .the-day .the-day-teaser .info {
    float: right;
    padding: 0;
    width: 46px; }
    .the-day .the-day-teaser .info a {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 48px;
      line-height: 4.7988rem;
      color: #8c8c8c;
      display: block;
      font-family: "Bitter", Georgia, serif;
      font-weight: 700;
      text-align: center;
      width: 46px; }
      .the-day .the-day-teaser .info a:hover, .the-day .the-day-teaser .info a:active, .the-day .the-day-teaser .info a:focus {
        color: #000;
        text-decoration: none; }
.the-day .date-paginate {
  margin: 0 0 15px; }
  .the-day .date-paginate .date {
    font-size: 20px;
    font-size: 2rem;
    color: #8c8c8c;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    letters-spacing: 0; }
.the-day .box-header {
  margin: 0 0 25px;
  position: relative; }
  .the-day .box-header .the-day-headline {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 400;
    letters-spacing: 0; }
  .the-day .box-header .src-spon {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 0;
    position: absolute;
    right: 0; }
    .the-day .box-header .src-spon:hover, .the-day .box-header .src-spon:active, .the-day .box-header .src-spon:focus {
      color: #000;
      text-decoration: none; }
.the-day .teaser-list .teaser-item {
  float: left;
  margin: 0 0 25px 25px;
  min-height: 235px;
  position: relative;
  width: 210px; }
  .the-day .teaser-list .teaser-item:first-child {
    margin-left: 0; }
  .the-day .teaser-list .teaser-item .headline-intro {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.68rem;
    display: block;
    letter-spacing: 0.1px; }
  .the-day .teaser-list .teaser-item .headline {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    color: #000;
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0; }
  .the-day .teaser-list .teaser-item .dscr {
    display: block; }
  .the-day .teaser-list .teaser-item .spCelink {
    position: absolute;
    right: 5px;
    bottom: 5px; }
.the-day .teaser-list .image-box {
  margin: 0 0 10px; }
.the-day .teaser-list .image-box-inner {
  position: static; }
.the-day .teaser-list .no-image {
  background: #edeef1;
  margin: 0 0 10px; }

.stockcharts {
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  padding-top: 0; }
  .stockcharts .asset-title {
    margin: 0 0 5px;
    padding: 0;
    position: relative; }
    .stockcharts .asset-title a {
      color: #000; }
    .stockcharts .asset-title .left {
      float: left;
      margin-top: 5px; }
      .stockcharts .asset-title .left a {
        padding-right: 0; }
    .stockcharts .asset-title .right {
      float: right; }
      .stockcharts .asset-title .right .more {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        float: left;
        margin: 16px 5px 0 15px;
        padding: 0; }
        .stockcharts .asset-title .right .more:first-child {
          margin-left: 0; }
        .stockcharts .asset-title .right .more:after {
          display: none; }
        .stockcharts .asset-title .right .more:hover, .stockcharts .asset-title .right .more:active, .stockcharts .asset-title .right .more:focus {
          text-decoration: underline; }
      .stockcharts .asset-title .right .status {
        border-left: 1px solid #000;
        float: left;
        height: 42px;
        padding: 0 3px;
        margin: 0 0 5px 15px;
        text-align: center;
        width: 40px; }
        .stockcharts .asset-title .right .status .label {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 23px;
          line-height: 2.28rem;
          display: block;
          text-transform: uppercase; }
        .stockcharts .asset-title .right .status .time {
          font-size: 20px;
          font-size: 2rem;
          line-height: 16px;
          line-height: 1.6rem;
          display: block; }
        .stockcharts .asset-title .right .status:hover {
          background: url(/static/sys/v10/sprites/sprite_icons.svg) -414px -100px no-repeat;
          background-size: 624px 481px; }
          .stockcharts .asset-title .right .status:hover .label, .stockcharts .asset-title .right .status:hover .time {
            display: none; }
        .stockcharts .asset-title .right .status:after {
          display: none; }
  .stockcharts .stockcharts-list {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    margin: 15px 0; }
    .stockcharts .stockcharts-list a {
      color: #000;
      display: block;
      overflow: hidden;
      padding: 9px 0;
      position: relative; }
      .stockcharts .stockcharts-list a:hover, .stockcharts .stockcharts-list a:focus {
        background-color: #edeef1; }
        .stockcharts .stockcharts-list a:hover .stock, .stockcharts .stockcharts-list a:focus .stock {
          text-decoration: underline; }
        .stockcharts .stockcharts-list a:hover .fadebox, .stockcharts .stockcharts-list a:focus .fadebox {
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 238, 241, 0)), color-stop(100%, #edeef1), color-stop(40%, #edeef1));
          background: -webkit-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -moz-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -o-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -ms-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: linear-gradient(to right, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EDEEF1', endColorstr='#FFEDEEF1', GradientType=1 ); }
    .stockcharts .stockcharts-list .stock {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17px;
      line-height: 1.68rem;
      float: left;
      overflow: hidden;
      position: relative;
      white-space: nowrap;
      width: 110px; }
    .stockcharts .stockcharts-list .status {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      line-height: 1.4rem;
      padding: 0 0 0 35px;
      position: relative; }
      .stockcharts .stockcharts-list .status .value {
        display: inline-block;
        margin-right: 10px;
        min-width: 60px; }
      .stockcharts .stockcharts-list .status .perc {
        display: inline-block; }
      .stockcharts .stockcharts-list .status:before {
        background-image: url(/static/sys/v10/sprites/sprite_icons.svg);
        background-repeat: no-repeat;
        background-size: 624px 481px;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        display: block;
        height: 25px;
        width: 25px; }
      .stockcharts .stockcharts-list .status.plus:before {
        background-position: -441px -20px; }
        .stockcharts .stockcharts-list .status.plus:before .perc {
          color: #007268; }
      .stockcharts .stockcharts-list .status.minus:before {
        background-position: -414px -20px; }
        .stockcharts .stockcharts-list .status.minus:before .perc {
          color: #d95c6e; }
      .stockcharts .stockcharts-list .status.equal:before {
        background-position: -470px -20px; }
        .stockcharts .stockcharts-list .status.equal:before .perc {
          color: #aab1bb; }
  .stockcharts .stockcharts-subheader {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.56rem;
    border-top: 1px solid #000;
    margin-bottom: 7px; }
    .stockcharts .stockcharts-subheader .title a {
      color: #000;
      float: left;
      margin-top: 10px;
      text-transform: uppercase; }
      .stockcharts .stockcharts-subheader .title a:after {
        content: " \f054";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: .6em;
        margin-left: 0.2em;
        vertical-align: middle; }
    .stockcharts .stockcharts-subheader .stockcharts-search {
      background: url(/static/sys/v10/sprites/sprite_icons.svg) -414px -56px no-repeat;
      background-size: 624px 481px;
      float: right;
      height: 26px;
      text-indent: -2000em;
      width: 25px; }
      .stockcharts .stockcharts-subheader .stockcharts-search:hover {
        background-position: -441px -56px; }
  .stockcharts .top-flop {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    float: left; }
    .stockcharts .top-flop.left {
      border-right: 1px solid #000;
      margin-right: 15px;
      padding-right: 15px;
      width: 140px; }
    .stockcharts .top-flop a {
      display: block;
      padding: 4px 0; }
      .stockcharts .top-flop a .stock {
        color: #000;
        float: left;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        width: 82px; }
      .stockcharts .top-flop a .perc {
        float: right; }
        .stockcharts .top-flop a .perc.plus {
          color: #007268; }
        .stockcharts .top-flop a .perc.minus {
          color: #d95c6e; }
        .stockcharts .top-flop a .perc.equal {
          color: #aab1bb; }
      .stockcharts .top-flop a:hover, .stockcharts .top-flop a:focus {
        background-color: #edeef1; }
        .stockcharts .top-flop a:hover .stock, .stockcharts .top-flop a:focus .stock {
          text-decoration: underline; }
        .stockcharts .top-flop a:hover .fadebox, .stockcharts .top-flop a:focus .fadebox {
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 238, 241, 0)), color-stop(100%, #edeef1), color-stop(40%, #edeef1));
          background: -webkit-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -moz-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -o-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: -ms-linear-gradient(left, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          background: linear-gradient(to right, rgba(237, 238, 241, 0) 0%, #edeef1 100%, #edeef1 40%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EDEEF1', endColorstr='#FFEDEEF1', GradientType=1 ); }
    .stockcharts .top-flop span {
      display: inline-block; }
  .stockcharts .sponsored-by {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.44rem;
    color: #8d95a1;
    display: block;
    margin: 15px 40px 0 0;
    text-align: right;
    text-transform: uppercase; }

.preview-intro-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  padding: 20px 10px; }

.preview-header {
  background: #1a1a1a;
  color: #fff;
  padding: 10px; }
  .preview-header a {
    color: #fff; }

.site-info {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 10px; }

body#schlagzeilen .column-both {
  width: 860px;
  margin: 0 20px;
  overflow: hidden; }
  body#schlagzeilen .column-both .schlagzeilen-content .schlagzeilen-date {
    border-bottom: 1px solid #000;
    display: block;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem;
    margin: 20px 0 5px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    width: 100%; }
  body#schlagzeilen .column-both .schlagzeilen-content a {
    color: #00a0f0; }
    body#schlagzeilen .column-both .schlagzeilen-content a span {
      color: #000; }
    body#schlagzeilen .column-both .schlagzeilen-content a:hover, body#schlagzeilen .column-both .schlagzeilen-content a:active, body#schlagzeilen .column-both .schlagzeilen-content a:focus {
      text-decoration-color: #000; }
  body#schlagzeilen .column-both .schlagzeilen-content .article-date {
    font-size: 12px;
    font-size: 1.2rem; }

.schlagzeilen-nav-box {
  background-color: #f2f1ec;
  border: 1px solid #e2ddd1;
  float: left;
  padding: 5px 10px;
  margin-right: 10px; }
  .schlagzeilen-nav-box ul {
    font-size: rem-calc(14px);
    margin-top: 5px; }
    .schlagzeilen-nav-box ul li {
      display: inline-block;
      border-left: 1px solid #000;
      padding: 0 5px; }
      .schlagzeilen-nav-box ul li:first-child {
        border: none;
        padding-right: 5px; }
      .schlagzeilen-nav-box ul li .is-active {
        color: #000;
        font-weight: 700; }

.bestseller-box {
  margin: 0;
  font-size: 1.3rem; }
  .bestseller-box .bestseller-type-headline {
    font-size: rem-calc(20px);
    padding-bottom: 15px; }
    .bestseller-box .bestseller-type-headline img {
      float: right; }
  .bestseller-box .bestseller-box-column {
    float: left;
    width: 340px;
    border-top: 1px solid #CFCFCF; }
    .bestseller-box .bestseller-box-column .content .order {
      background-color: #edeef1;
      border-left: 1px solid #CFCFCF;
      border-bottom: 1px solid #CFCFCF;
      height: 110px;
      font-size: 37px;
      font-size: 3.7rem;
      line-height: 37px;
      line-height: 3.7rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
      font-weight: 500;
      float: left;
      padding-top: 35px;
      text-align: center;
      width: 50px; }
    .bestseller-box .bestseller-box-column .content .data {
      border-bottom: 1px solid #CFCFCF;
      border-right: 1px solid #CFCFCF;
      height: 110px;
      padding: 5px 50px 5px 5px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      position: relative; }
  .bestseller-box .bestseller-box-right .content .order {
    border-left: 0 none; }
  .bestseller-box .shoplink {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8em;
    line-height: 1.2em; }
  .bestseller-box .cover {
    float: left;
    margin-right: 15px;
    width: 55px; }
    .bestseller-box .cover img {
      height: auto;
      width: 100%; }
  .bestseller-box .title,
  .bestseller-box .autor {
    font-family: "Bitter", Georgia, serif;
    font-weight: 700;
    display: block;
    line-height: 1.2em;
    font-size: 1em;
    margin-bottom: 3px; }
  .bestseller-box a {
    text-decoration: none; }
  .bestseller-box .autor {
    color: #000;
    margin-bottom: 5px; }
  .bestseller-box .verlag,
  .bestseller-box .preis {
    font-size: 0.8em;
    line-height: 1.2em; }

#article-overscroll-area {
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  margin: -6px 0 -50px 0;
  padding: 0;
  position: relative;
  width: 100%; }
  #article-overscroll-area.sticky #article-overscroll-area-level {
    position: fixed; }

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

#article-overscroll-area-inner {
  background: #fff url("/static/sys/v10/backgrounds/overscroll-navigation_18.png") no-repeat 0 10px;
  cursor: default !important;
  margin-left: 5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
  filter: alpha(opacity=20);
  padding: 260px 0 0 0;
  pointer-events: none;
  width: 900px; }

#article-overscroll-area-level {
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
  -moz-box-shadow: 0 0 10px 0 #b3b3b3;
  box-shadow: 0 0 10px 0 #b3b3b3;
  cursor: pointer;
  height: 150px;
  left: 380px;
  position: absolute;
  text-align: center;
  top: -80px;
  width: 150px;
  z-index: 10; }
  #article-overscroll-area-level.active #article-overscroll-area-level-text {
    background: url("/static/sys/v10/backgrounds/overscroll-ani-spinner.gif") no-repeat 48% 100%; }

#article-overscroll-area-level-text {
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: 500;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 28px;
  line-height: 2.76rem;
  height: 110px;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 85px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  #article-overscroll-area-level-text:after {
    background: url(/static/sys/v10/sprites/sprite_icons.svg) -339px -112px no-repeat;
    background-size: 800px 617px;
    content: '';
    display: block;
    height: 45px;
    left: 50px;
    position: absolute;
    width: 45px; }

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

@media screen and (min-width: 1030px) {
  #article-overscroll-area-inner {
    margin-left: 125px; }

  #article-overscroll-area-level {
    left: 500px; } }
@media screen and (max-width: 1030px) {
  .js-author-lines .tooltip-container {
    left: 20px; }
  .js-author-lines .border-tooltip:after, .js-author-lines .border-tooltip:before {
    left: 15px; }

  .js-tooltip-opener .tooltip-container {
    left: -60px; } }
#article-print {
  background: #fff;
  margin: 30px 15px 20px 20px; }

#print-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 1.96rem; }
  #print-wrapper .print-logo {
    margin: 0 0 25px; }
    #print-wrapper .print-logo a {
      background: url(/static/sys/v10/sprites/sprite_logo_x2.png) 0px -16px no-repeat;
      background-size: 300px 167px;
      display: block;
      height: 45px;
      width: 305px; }
  #print-wrapper .print-head {
    border-bottom: 3px solid #000;
    margin: 0 0 15px;
    padding: 0 0 5px; }
    #print-wrapper .print-head > div {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem;
      margin: 0 0 5px; }
      #print-wrapper .print-head > div a {
        color: #000; }
        #print-wrapper .print-head > div a:hover, #print-wrapper .print-head > div a:active, #print-wrapper .print-head > div a:focus {
          text-decoration: underline; }
      #print-wrapper .print-head > div.article-print-functions a {
        color: #c00; }
  #print-wrapper .article-section {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem; }
    #print-wrapper .article-section .article-intro {
      margin: 0 0 15px; }
    #print-wrapper .article-section .article-title {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 33px;
      line-height: 3.3325rem; }
    #print-wrapper .article-section .article-copyright {
      border-color: #000;
      color: #000; }
    #print-wrapper .article-section .ilink-box li, #print-wrapper .article-section .xlink-box li {
      margin-top: 5px;
      padding-bottom: 5px; }
      #print-wrapper .article-section .ilink-box li:first-child, #print-wrapper .article-section .xlink-box li:first-child {
        margin-top: 0; }
      #print-wrapper .article-section .ilink-box li a, #print-wrapper .article-section .xlink-box li a {
        color: #000; }
      #print-wrapper .article-section .ilink-box li .ilink-topic, #print-wrapper .article-section .xlink-box li .ilink-topic {
        display: inline; }
      #print-wrapper .article-section .ilink-box li .url, #print-wrapper .article-section .xlink-box li .url {
        color: #000;
        font-weight: normal; }
        #print-wrapper .article-section .ilink-box li .url:hover, #print-wrapper .article-section .ilink-box li .url:active, #print-wrapper .article-section .ilink-box li .url:focus, #print-wrapper .article-section .xlink-box li .url:hover, #print-wrapper .article-section .xlink-box li .url:active, #print-wrapper .article-section .xlink-box li .url:focus {
          text-decoration: underline; }

.manuskript {
  background: #fff; }
  .manuskript .manuskript-header {
    background: #edeef1;
    margin: 0 0 25px;
    padding: 10px; }
    .manuskript .manuskript-header table {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 15px;
      line-height: 1.4663rem;
      border: 1px solid #000;
      border-width: 1px 0 0 1px;
      float: left;
      margin: 0 5px 20px 0;
      width: 45%; }
      .manuskript .manuskript-header table th {
        width: 30%; }
      .manuskript .manuskript-header table th, .manuskript .manuskript-header table td {
        background: #fff;
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        padding: 2px;
        text-align: left; }
  .manuskript .manuskript-content {
    margin: 0 100px;
    text-align: justify; }
    .manuskript .manuskript-content .article-title, .manuskript .manuskript-content .article-functions {
      text-align: left; }
  .manuskript .image-box {
    display: none; }

@media print {
  .article-print-functions,
  .spCelink {
    display: none; }

  .manuskript .manuskript-header table {
    width: 100%; } }
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cc-window.cc-banner {
  max-width: 910px; }

@media screen and (min-width: 1030px) {
  .cc-window.cc-banner {
    margin: 0 0 0 120px; } }
.test {
  color: blue; }

.article-section .article-title .article-date {
  display: inline-block;
  margin-right: 10px; }

.mmTop {
  color: #000;
  margin: 0 0 10px;
  text-align: right; }
  .mmTop:after {
    content: " \f077";
    font-family: "FontAwesome";
    vertical-align: middle; }
.ads-showpos {
  min-height: 1.7rem;
  position: relative; }
  .ads-showpos.GujAdHidden, .ads-showpos[style*="display"] {
    display: block !important; }
  .ads-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);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    content: attr(id);
    font-size: 1rem;
    left: 0;
    padding: 0.02rem 0.25rem;
    position: absolute;
    top: 0;
    z-index: 9999999; }
  .ads-showpos.ads-ok:after {
    background: none repeat scroll 0 0 rgba(0, 255, 0, 0.5); }
  .ads-showpos.ads-error:after {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.5); }
  .ads-showpos.ads-suppressed:after {
    background: none repeat scroll 0 0 rgba(0, 0, 255, 0.5); }
  .ads-showpos:hover:after {
    font-weight: bold;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }
  .ads-showpos.interstitial {
    display: block !important;
    height: auto !important;
    left: auto !important; }

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

#guj-ad-trace-button {
  opacity: 0.5; }

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

.gujAd .emsOuter {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
  text-align: center; }
  .gujAd .emsOuter:after {
    border-bottom: 1px solid #000;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%; }
  .gujAd .emsOuter .emsAnzeige {
    color: #000;
    display: block;
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 19px;
    margin: 0 auto;
    padding: 0 0 2px 0;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%; }
    .gujAd .emsOuter .emsAnzeige[style] {
      margin-top: 0 !important;
      max-width: 100% !important; }
  .gujAd .emsOuter > .emsInner {
    clear: both;
    display: inline-block;
    margin: 0 auto; }

.gujAd .emsOuter[style*="inline-block"], .gujAd .emsOuter[style*="inline"],
.gujAd .emsInner[style*="inline-block"],
.gujAd .emsInner[style*="inline"] {
  display: block !important; }
.gujAd .emsOuter[style*="margin"],
.gujAd .emsInner[style*="margin"] {
  margin-bottom: 20px !important; }
.gujAd .emsOuter[style*="vertical-align"],
.gujAd .emsInner[style*="vertical-align"] {
  vertical-align: unset !important; }

#mmTopAd {
  margin: 0 auto;
  min-height: 5px;
  width: 1210px; }
  #mmTopAd .emsOuter {
    margin: 0;
    padding: 0; }
    #mmTopAd .emsOuter:after {
      border: 0 none; }

#mmColumnAd {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1; }
  #mmColumnAd > #skyscraper_1.gujAd {
    left: 910px;
    position: absolute;
    top: 0; }
    #mmColumnAd > #skyscraper_1.gujAd .emsOuter {
      margin: 0;
      padding: 0; }
      #mmColumnAd > #skyscraper_1.gujAd .emsOuter:after {
        border: 0 none; }

.gujAd#oben_1 iframe {
  display: block; }
.gujAd > .emsOuter.billboard {
  border-bottom: 1px solid #000; }
  .gujAd > .emsOuter.billboard .emsInner {
    margin: 13px auto 15px; }
.gujAd#integration_1 + .article-functions {
  margin-top: 10px; }
.gujAd#mitte_1 .emsOuter .emsAnzeige, .gujAd#mitte_1 .emsOuter .emsAnzeige[style] {
  max-width: calc(100% - 10px) !important; }
.grid-default .gujAd#unten_1 {
  max-width: 525px;
  overflow: hidden; }
  .grid-default .gujAd#unten_1 > .emsOuter {
    padding-top: 20px; }
#home .gujAd#unten_1 {
  max-width: 900px;
  overflow: hidden; }
  #home .gujAd#unten_1 > .emsOuter {
    padding-top: 20px;
    margin: 20px auto 0; }
    #home .gujAd#unten_1 > .emsOuter:before {
      width: 900px; }
    #home .gujAd#unten_1 > .emsOuter:after {
      width: 900px; }
.gujAd#unten_1 > .emsOuter:before {
  border-top: 1px solid #000;
  content: '';
  display: block;
  height: 0;
  left: 6px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.column-both .gujAd > .emsOuter .emsAnzeige,
.column-both .gujAd > .emsOuter .emsAnzeige[style],
.column-wide .gujAd > .emsOuter .emsAnzeige,
.column-wide .gujAd > .emsOuter .emsAnzeige[style] {
  max-width: calc(100% - 10px) !important; }

.column-small .gujAd:not(:first-child) .emsOuter {
  clear: both;
  margin: 0 0 40px;
  overflow: hidden;
  padding: 5px 0 10px; }
  .column-small .gujAd:not(:first-child) .emsOuter:after {
    border: 0 none;
    margin: 0;
    padding: 0; }
  .column-small .gujAd:not(:first-child) .emsOuter:before {
    border-top: 1px solid #000;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.article-content .gujAd#mitte_1 > .emsOuter {
  padding-top: 10px; }

.article-section .gujAd#integration_1 > .emsOuter {
  margin-bottom: 0;
  padding-bottom: 0; }
  .article-section .gujAd#integration_1 > .emsOuter:after {
    border: 0 none;
    clear: both;
    margin: 0;
    padding: 0; }
  .article-section .gujAd#integration_1 > .emsOuter:before {
    border-top: 1px solid #000;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
.article-section .gujAd#mitte_2, .article-section .gujAd#mitte_3, .article-section .gujAd#slider_1 {
  clear: right;
  float: right;
  max-width: 520px; }
  .article-section .gujAd#mitte_2 > .emsOuter, .article-section .gujAd#mitte_3 > .emsOuter, .article-section .gujAd#slider_1 > .emsOuter {
    margin-left: 20px;
    margin-top: 0.3em;
    padding-top: 10px; }
    .article-section .gujAd#mitte_2 > .emsOuter:before, .article-section .gujAd#mitte_3 > .emsOuter:before, .article-section .gujAd#slider_1 > .emsOuter:before {
      border-top: 1px solid #000;
      content: '';
      display: block;
      height: 0;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  .article-section .gujAd#mitte_2.billboard, .article-section .gujAd#mitte_3.billboard, .article-section .gujAd#slider_1.billboard {
    clear: both;
    float: none;
    margin-left: -115px;
    margin-right: -115px;
    max-width: 900px;
    width: 900px; }
    .article-section .gujAd#mitte_2.billboard > .emsOuter, .article-section .gujAd#mitte_3.billboard > .emsOuter, .article-section .gujAd#slider_1.billboard > .emsOuter {
      margin-left: 0;
      margin-top: 1em; }
      .article-section .gujAd#mitte_2.billboard > .emsOuter:after, .article-section .gujAd#mitte_2.billboard > .emsOuter:before, .article-section .gujAd#mitte_3.billboard > .emsOuter:after, .article-section .gujAd#mitte_3.billboard > .emsOuter:before, .article-section .gujAd#slider_1.billboard > .emsOuter:after, .article-section .gujAd#slider_1.billboard > .emsOuter:before {
        width: 890px; }
      .article-section .gujAd#mitte_2.billboard > .emsOuter > .emsAnzeige, .article-section .gujAd#mitte_3.billboard > .emsOuter > .emsAnzeige, .article-section .gujAd#slider_1.billboard > .emsOuter > .emsAnzeige {
        max-width: 780px !important; }
.article-section .gujAd#unten_1 {
  max-width: 680px;
  overflow: hidden; }
  .article-section .gujAd#unten_1.billboard {
    margin-left: -115px;
    margin-right: -115px;
    max-width: 900px; }
  .article-section .gujAd#unten_1 > .emsOuter {
    padding-top: 10px; }
    .article-section .gujAd#unten_1 > .emsOuter > .emsAnzeige {
      max-width: 780px !important; }
.article-section .gujAd#outstream_1 > .emsOuter {
  padding-top: 10px; }
  .article-section .gujAd#outstream_1 > .emsOuter:before {
    border-top: 1px solid #000;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
.article-section #mmSponsoredBy {
  position: static;
  float: right; }

.column-right .gujAd.promotionad .emsOuter {
  margin-bottom: 0;
  padding-bottom: 0; }
  .column-right .gujAd.promotionad .emsOuter:after {
    border: 0 none;
    clear: both;
    margin: 0;
    padding: 0; }

.gallery-content .gujAd#mitte_1 > .emsOuter {
  margin-top: 20px; }

#spRecommendations > iframe {
  max-width: 100%; }

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

  #wrapper,
  #mmTopAd,
  #service,
  #footer-content {
    margin: 0 0 0 120px; }

  #mmColumnAd > #skyscraper_1.gujAd {
    left: 1030px; } }
 
	.async-hide { opacity: 0 !important}
