#service {
  height: 26px;
  line-height: 0;
  text-align: justify; }
  #service:after {
    content: "";
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
    zoom: 1; }
  #service .date, #service .meta-nav {
    display: inline-block;
    vertical-align: middle; }
  #service .date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 15px;
    line-height: 1.54rem; }
  #service .meta-nav li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 15px;
    line-height: 1.54rem;
    display: inline-block;
    font-family: "Oswald";
    position: relative; }
    #service .meta-nav li a {
      color: #9e804f;
      display: inline-block;
      padding: 2px 8px 4px; }
      #service .meta-nav li a:hover, #service .meta-nav li a:active, #service .meta-nav li a:focus {
        background: #9e804f;
        color: #fff;
        text-decoration: none; }
      #service .meta-nav li a.btn-gold {
        color: #fff;
        display: block;
        margin: 0 0 10px;
        padding: 10px; }
    #service .meta-nav li.sep:after {
      color: #9e804f;
      content: "\2022"; }
    #service .meta-nav li.newsletter a {
      color: #4b5564;
      padding-right: 20px; }
    #service .meta-nav li.meinmmo-link a {
      padding-right: 5px;
      color: #4b5564; }
    #service .meta-nav li.meinmmo-link.login a {
      background: url(/static/sys/v10/icons/icn-login-lock.png) left no-repeat;
      padding-left: 18px; }
    #service .meta-nav li.newsletter a:hover, #service .meta-nav li.newsletter a:active, #service .meta-nav li.newsletter a:focus, #service .meta-nav li.meinmmo-link a:hover, #service .meta-nav li.meinmmo-link a:active, #service .meta-nav li.meinmmo-link a:focus {
      background-color: inherit;
      color: inherit;
      text-decoration: underline; }

#header .main-logo {
  font-size: 40px;
  font-size: 4rem;
  line-height: 52px;
  line-height: 5.2rem;
  font-family: "Oswald Bold", sans-serif; }
  #header .main-logo a {
    background: url(/static/sys/v10/logos/logo-mmo-2014.jpg) top left no-repeat;
    color: #025eb3;
    display: block;
    height: 76px;
    text-indent: -2000em;
    width: 411px; }
#header .set-startpage {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #717b89;
  left: 415px;
  position: absolute;
  top: 37px; }
#header .main-nav {
  background: #245797;
  position: relative;
  width: 100%;
  z-index: 10002; }
  #header .main-nav .sticky-logo {
    display: none;
    float: left;
    margin: 8px 10px 0 0; }
  #header .main-nav .main-nav-items {
    margin-right: 50px; }
    #header .main-nav .main-nav-items li {
      float: left;
      margin: 0;
      position: relative; }
      #header .main-nav .main-nav-items li.static a {
        background: #2f6ab4; }
      #header .main-nav .main-nav-items li.static:first-child a {
        padding-left: 16px; }
      #header .main-nav .main-nav-items li.channel-first {
        margin-left: 32px; }
      #header .main-nav .main-nav-items li.caret a:after {
        font-size: 15px;
        font-size: 1.5rem;
        bottom: 3px;
        color: #729bce;
        content: "\f0d7";
        font-family: "FontAwesome";
        line-height: 1;
        position: absolute;
        right: 10px; }
      #header .main-nav .main-nav-items li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        line-height: 3rem;
        color: #fff;
        display: block;
        font-family: 'Oswald';
        padding: 7px 10px 10px;
        text-transform: uppercase; }
      #header .main-nav .main-nav-items li .sub-nav-items {
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
        background: #fff;
        border: 1px solid #d4d8dd;
        border-width: 0 1px 1px;
        display: none;
        float: left;
        left: 0;
        margin: 0;
        min-width: 120px;
        position: absolute;
        top: 47px;
        white-space: nowrap; }
        #header .main-nav .main-nav-items li .sub-nav-items li {
          float: none; }
          #header .main-nav .main-nav-items li .sub-nav-items li a {
            color: #4b5564;
            padding: 2px 10px 2px 10px;
            text-transform: none; }
            #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: #e9ebee;
              color: inherit;
              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 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 {
        background: #fff;
        color: #4b5564;
        margin-top: 2px;
        padding-top: 5px;
        text-decoration: none; }
  #header .main-nav.scroll-active {
    -webkit-box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4); }
    #header .main-nav.scroll-active .sticky-logo {
      display: block; }
    #header .main-nav.scroll-active .main-nav-items li.channel-first a {
      padding-left: 10px; }
    #header .main-nav.scroll-active .main-nav-items li.caret a:after {
      display: none; }
    #header .main-nav.scroll-active .main-nav-items li a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 30px;
      line-height: 2.99992rem;
      padding: 7px 5px; }
    #header .main-nav.scroll-active .main-nav-items li:hover a, #header .main-nav.scroll-active .main-nav-items li:active a, #header .main-nav.scroll-active .main-nav-items li:focus a, #header .main-nav.scroll-active .main-nav-items li.active a {
      padding-top: 5px; }
    #header .main-nav.scroll-active .main-nav-items li .sub-nav-items {
      top: 43px; }
    #header .main-nav.scroll-active .search-overlay {
      top: 44px; }
#header .top-topics {
  float: left;
  padding-left: 5px; }
  #header .top-topics .top-topics-title {
    display: inline;
    font-size: inherit;
    font-weight: 400; }
#header .search {
  position: relative; }
  #header .search a {
    font-size: 22px;
    font-size: 2.2rem;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    background: url(/static/sys/v10/sprites/sprite-general.png) -127px -46px no-repeat;
    color: #fff;
    display: block;
    height: 25px;
    position: absolute;
    right: 10px;
    text-indent: -2000em;
    top: 10px;
    width: 26px; }
    #header .search a:hover, #header .search a:focus {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100); }
    #header .search a.is-active {
      background-position: -127px 5px; }

#header-compact {
  position: relative; }
  #header-compact .main-nav {
    background: #245797;
    height: 27px;
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 10002; }
    #header-compact .main-nav.scroll-active {
      -webkit-box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.4); }
  #header-compact .mobile-button {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    background: url(/static/sys/v10/sprites/sprite-general.png) -157px -46px no-repeat;
    cursor: pointer;
    float: left;
    height: 34px;
    overflow: hidden;
    width: 38px; }
    #header-compact .mobile-button:hover, #header-compact .mobile-button:focus {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=100); }
  #header-compact .search {
    display: block;
    height: 27px;
    position: absolute;
    right: 6px;
    top: 9px;
    width: 34px; }
    #header-compact .search a {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=70);
      background: url(/static/sys/v10/sprites/sprite-general.png) -123px -46px no-repeat;
      display: block;
      height: 27px;
      width: 34px; }
      #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: -127px 5px; }
  #header-compact .logo {
    background: purple url("/static/sys/v10/logos/logo-mmo-small-nav.jpg") no-repeat;
    display: block;
    float: left;
    height: 27px;
    width: 180px; }
  #header-compact .mobile-menu {
    background: gray;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 46px;
    z-index: 10005; }
    #header-compact .mobile-menu li {
      font-size: 14px;
      font-size: 1.4rem;
      background: white;
      display: block;
      font-family: "Oswald", sans-serif; }
    #header-compact .mobile-menu a {
      color: #8d95a1;
      display: block;
      padding: 6px 14px;
      text-transform: uppercase; }
  #header-compact .mobile-menu-shown {
    display: block; }

#header .search-overlay, #header-compact .search-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #323b49;
  background-color: rgba(50, 59, 73, 0.95);
  color: #fff;
  display: none;
  left: 0;
  padding: 35px 10px 15px;
  position: absolute;
  top: 47px;
  width: 100%;
  z-index: 10003; }
  #header .search-overlay fieldset, #header-compact .search-overlay fieldset {
    padding: 0; }
  #header .search-overlay #searchform, #header-compact .search-overlay #searchform {
    float: right;
    overflow: hidden;
    position: relative; }
    #header .search-overlay #searchform label, #header-compact .search-overlay #searchform label {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.39994rem; }
    #header .search-overlay #searchform #search-term, #header-compact .search-overlay #searchform #search-term {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 21px;
      line-height: 2.13328rem;
      border-color: #fff;
      float: left;
      font-family: 'Droid Serif', serif;
      margin-left: 20px;
      padding: 5px 10px;
      width: 540px; }
    #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 {
    float: right;
    margin: 20px 0 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: #fff; }
#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: inherit;
      font-weight: 400;
      padding: 10px 4px 7px 10px; }
#header .breadcrumb, #header-compact .breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  border-bottom: 1px solid #d4d8dd;
  color: #2f6ab4;
  overflow: hidden;
  padding: 0 5px; }
.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; }

.asset-box.topicbox .more, .asset-list-box .more, .thumbs .more {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold.png) right 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase; }

.vote-result .back-to-article {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold-back.png) left 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-left: 26px;
  text-transform: uppercase; }

.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 #d4d8dd;
  color: #717b89;
  font-family: "Droid Sans", sans-serif;
  margin-bottom: 20px;
  padding-top: 5px; }
  .asset-box .asset-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    border-bottom: 1px solid #d4d8dd;
    font-family: "Oswald", sans-serif;
    margin: 0 0 10px;
    padding: 0 0 5px;
    position: relative; }
    .asset-box .asset-title a {
      color: #717b89;
      display: inline-block;
      padding-right: 1.135em; }
      .asset-box .asset-title a:after {
        content: "\00a0\f054";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: .6em;
        height: 34px;
        vertical-align: .1em; }
      .asset-box .asset-title a.spCelink {
        bottom: 0;
        left: -22px;
        position: absolute; }
  .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: #323b49; }
  .asset-box.topicbox ul {
    margin: 0 0 10px; }
    .asset-box.topicbox ul li {
      margin: 0 0 5px; }
  .asset-box.topicbox .more {
    display: block;
    text-align: right; }

.article-section .asset-box {
  width: 302px; }
.article-section .pano-player {
  margin: 8px 0 20px 0; }
.article-section .photobar {
  margin-top: 20px; }
.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 #d4d8dd;
  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;
    color: #4b5564;
    font-family: "Oswald Bold", sans-serif;
    margin: 0 0 15px;
    padding: 0; }
  .center .column-wide .asset-box.photovideo .asset-title {
    font-family: "Droid Sans", sans-serif; }
  .center .column-wide .asset-box.accordion {
    border-bottom: 0; }
    .center .column-wide .asset-box.accordion.realestate {
      border-bottom: 1px solid #d4d8dd; }
  .center .column-wide .asset-box.tabs .tabs-container {
    border: 0; }

.column-small .asset-box {
  margin: 0 0 40px;
  padding-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 .asset-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 43px;
    line-height: 4.25rem;
    color: #9e804f;
    font-family: "Oswald", sans-serif;
    margin-right: -5px; }
    .column-small .asset-box .asset-title a {
      color: #9e804f; }
  .column-small .asset-box .img-dscr {
    margin-right: 5px; }

.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;
    color: #717b89;
    font-family: "Droid Sans",sans-serif;
    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 #d4d8dd;
    padding-top: 5px; }
    .asset-list-box.topic-links li:first-child {
      border-top: none;
      padding: 0; }
  .asset-list-box a .topic {
    color: #717b89;
    font-weight: 700; }
  .asset-list-box a .headline {
    color: #2f6ab4; }
  .asset-list-box a:hover, .asset-list-box a:focus, .asset-list-box a:active {
    color: inherit; }
  .asset-list-box .more {
    display: block;
    text-align: right; }

.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 {
    bottom: 8px;
    height: 66px;
    position: absolute;
    right: 8px;
    width: 66px; }
    .image-box .pic-zoom a {
      background: url(/static/sys/v10/sprites/sprite-general.png) 0 -168px no-repeat;
      display: block;
      height: 66px;
      text-indent: -2000em;
      width: 66px; }
      .image-box .pic-zoom a:hover, .image-box .pic-zoom a:active, .image-box .pic-zoom a:focus {
        background-position: 0 -235px; }
  .image-box .image-buttons {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    bottom: 20px;
    font-family: "Oswald Bold", sans-serif;
    position: absolute;
    right: 20px; }
    .image-box .image-buttons a {
      color: #323b49;
      display: block;
      float: left;
      height: 66px;
      text-indent: -2000em;
      width: 120px; }
      .image-box .image-buttons a.img {
        background: url(/static/sys/v10/sprites/sprite-general.png) 0 -300px no-repeat; }
        .image-box .image-buttons a.img:hover, .image-box .image-buttons a.img:active, .image-box .image-buttons a.img:focus {
          background-position: 0 -365px; }
      .image-box .image-buttons a.blog {
        background: url(/static/sys/v10/sprites/sprite-general.png) -136px -300px no-repeat; }
        .image-box .image-buttons a.blog:hover, .image-box .image-buttons a.blog:active, .image-box .image-buttons a.blog:focus {
          background-position: -136px -365px; }
      .image-box .image-buttons a.video {
        background: url(/static/sys/v10/sprites/sprite-general.png) 0 -432px no-repeat; }
        .image-box .image-buttons a.video:hover, .image-box .image-buttons a.video:active, .image-box .image-buttons a.video:focus {
          background-position: 0 -499px; }
  .image-box .credit {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 13px;
    line-height: 1.32rem;
    filter: Shadow(Color=#717b89, Direction=45, Strength=2), Shadow(Color=#717b89, Direction=135, Strength=2), Shadow(Color=#717b89, Direction=225, Strength=2), Shadow(Color=#717b89, Direction=315, Strength=2);
    text-shadow: 1px 1px 2px #717b89, -1px 1px 2px #717b89, 1px -1px 2px #717b89, -1px -1px 2px #717b89;
    bottom: 5px;
    color: #fff;
    font-family: "Droid Sans", sans-serif;
    position: absolute;
    right: 4px;
    text-align: right; }
  .image-box .image-description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.73329rem;
    background: #f4f5f6;
    color: #4b5564;
    font-family: "Droid Sans", sans-serif;
    padding: 5px 10px; }
  .image-box.videoplayer-inline .image-buttons {
    bottom: auto;
    left: 290px;
    right: auto;
    top: 30%; }
    .image-box.videoplayer-inline .image-buttons a {
      height: 100px;
      width: 100px; }
      .image-box.videoplayer-inline .image-buttons a.video-play-pano {
        background: url(/static/sys/v10/sprites/sprite-general.png) -211px -433px no-repeat; }
    .image-box.videoplayer-inline .image-buttons .label {
      font-size: 30px;
      font-size: 3rem;
      line-height: 40px;
      line-height: 3.999rem;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=80);
      color: #fff;
      display: none;
      margin: 35px 0 0 120px;
      text-transform: uppercase;
      white-space: nowrap; }
  .image-box.videoplayer-inline:hover .label, .image-box.videoplayer-inline:active .label, .image-box.videoplayer-inline:focus .label {
    display: block; }

.accordion .acc-section-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d8dd;
  color: #2f6ab4;
  font-weight: 700;
  padding: 1px 0; }
  .accordion .acc-section-title span {
    background: url(/static/sys/v10/icons/icn-accordion-plus.png) left center no-repeat;
    cursor: pointer;
    display: block;
    min-height: 24px;
    padding: 10px 2px 10px 34px; }
    .accordion .acc-section-title span:hover {
      text-decoration: underline; }
  .accordion .acc-section-title.ui-state-active {
    border: none; }
    .accordion .acc-section-title.ui-state-active span {
      background-image: url(/static/sys/v10/icons/icn-accordion-minus.png); }
.accordion .acc-section-content {
  border-bottom: 1px solid #d4d8dd;
  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 #d4d8dd;
  border-width: 0 0 1px 1px; }
  .tabs .tabs-container .tabs-nav li {
    background-color: #fff;
    border: 1px solid #d4d8dd;
    border-width: 1px 1px 0 0;
    float: left;
    position: relative; }
    .tabs .tabs-container .tabs-nav li a {
      font-size: 13px;
      font-size: 1.3rem;
      color: #717b89;
      display: block;
      padding: 4px 8px 3px; }
      .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: #9e804f;
        text-decoration: none; }
    .tabs .tabs-container .tabs-nav li.ui-state-active {
      margin-bottom: -1px;
      padding-bottom: 1px; }
      .tabs .tabs-container .tabs-nav li.ui-state-active a {
        color: #9e804f; }
  .tabs .tabs-container .tab-section {
    border-top: 1px solid #d4d8dd;
    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 {
  background: #edeef1; }
  .photobar .photobar-footer a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #323b49;
    display: block;
    padding: 5px 5px 8px; }
    .photobar .photobar-footer a .asset-headline-intro {
      font-weight: 700; }

.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: #2f6ab4; }
.ilink-box a .ilink-headline, .xlink-box a .ilink-headline {
  color: #323b49; }
.ilink-box a:hover, .ilink-box a:focus, .ilink-box a:active, .xlink-box a:hover, .xlink-box a:focus, .xlink-box a:active {
  color: inherit; }
.ilink-box a .link-suffix, .xlink-box a .link-suffix {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  color: #717b89;
  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 #d4d8dd;
  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", sans-serif; }
  .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;
    color: #4b5564;
    font-family: "Oswald", sans-serif;
    margin: 15px 0 25px; }
  .heft-article-details .link-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem;
    font-family: "Droid Sans Bold", sans-serif; }
    .heft-article-details .link-list li {
      margin: 0 0 5px; }
    .heft-article-details .link-list a {
      color: #4b5564;
      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: #9e804f;
        color: #fff;
        text-decoration: none; }

.photovideo {
  border-bottom: 1px solid #d4d8dd;
  padding: 0 0 25px 5px; }
  .photovideo .photovideo-nav .asset-title {
    border: none;
    margin: 0 0 0 15px; }
    .photovideo .photovideo-nav .asset-title a:after {
      display: none; }
  .photovideo .photovideo-nav li {
    float: left;
    margin: 0 15px 0 0; }
  .photovideo .photovideo-nav a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.3994rem;
    color: #717b89;
    display: inline-block;
    padding: 2px 10px; }
    .photovideo .photovideo-nav 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; }
    .photovideo .photovideo-nav a:hover {
      background: #9e804f;
      color: #fff; }
    .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: #d4d8dd;
      color: #323b49; }
      .photovideo .photovideo-nav a.is-active span:after {
        border-left-color: #323b49; }
  .photovideo .photovideo-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #323b49;
    overflow: hidden;
    padding: 20px 10px;
    width: 100%; }
  .photovideo .photo-box {
    display: 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: #4b5564;
    float: left;
    margin: 0 5px;
    overflow: hidden; }
  .photovideo .page-item {
    -webkit-box-sizing: border-box;
    -moz-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-general.png");
    background-repeat: no-repeat;
    height: 46px;
    margin-top: 40px;
    text-indent: -2000em;
    width: 25px;
    float: left; }
  .photovideo .prev {
    background-position: -120px -128px; }
  .photovideo .next {
    background-position: -165px -128px; }
  .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 #d4d8dd; }
  .ranking-list li:hover, .ranking-list li.hover {
    background-color: #edeef1; }
.ranking-list .item-details {
  border-right: 1px solid #d4d8dd;
  display: block;
  float: left;
  padding: 10px 5px 15px;
  width: 250px; }
.ranking-list .item-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Oswald", sans-serif;
  margin: 0 0 15px; }
  .ranking-list .item-title a {
    color: #4b5564; }
.ranking-list .list-index {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #9ba2ac;
  font-family: "Oswald", sans-serif;
  padding-top: 8px;
  text-align: center; }
.ranking-list .article-info {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  float: none;
  font-weight: 700; }
  .ranking-list .article-info li {
    border-bottom: 0; }
    .ranking-list .article-info li:first-child {
      border-left: none; }

.article-footer-hitlist .ranking.asset-box {
  width: 390px; }
  .article-footer-hitlist .ranking.asset-box .asset-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
    color: #9e804f;
    font-family: "Oswald", sans-serif; }
.article-footer-hitlist .ranking .ranking-list .item-details {
  border: none;
  float: none;
  width: 100%; }
.article-footer-hitlist .ranking .ranking-list .list-item3, .article-footer-hitlist .ranking .ranking-list .list-item4, .article-footer-hitlist .ranking .ranking-list .list-index {
  display: none; }

.topicsfocus.tabs .tabs-container {
  border: none; }
.topicsfocus.tabs .tab-section {
  padding: 10px 0; }
.topicsfocus.tabs .tabs-container .tabs-nav {
  border-top: 1px solid #d4d8dd; }
  .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 a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.9995rem;
    font-family: "Oswald", sans-serif;
    padding: 10px 6px 9px; }
.topicsfocus .item-list li {
  border-bottom: 1px solid #d4d8dd;
  padding: 5px 5px 0 0; }
  .topicsfocus .item-list li:hover, .topicsfocus .item-list li.hover {
    background-color: #edeef1; }
.topicsfocus .item-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #4b5564;
  font-family: "Oswald", sans-serif;
  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: #9e804f;
    font-family: "Oswald", sans-serif; }
  .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 #d4d8dd;
    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 .asset-title {
    margin: 0 0 15px;
    padding: 0; }
  .heft .title {
    float: left;
    margin-top: 5px; }
    .heft .title a {
      color: #9e804f; }
  .heft .edition {
    border-left: 1px solid #d4d8dd;
    color: #717b89;
    float: right;
    height: 53px;
    padding: 0 3px;
    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;
      font-family: "Oswald Light", sans-serif; }
  .heft .cover {
    float: left;
    margin: 0 10px 10px 0; }
  .heft .link-details {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.3994rem;
    font-family: "Oswald", sans-serif;
    margin: 0 0 6px; }
    .heft .link-details a {
      color: #4b5564; }
  .heft .block-link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.3994rem;
    background: #c1aa77;
    clear: both;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 7px 10px; }
    .heft .block-link:hover, .heft .block-link:active, .heft .block-link:focus {
      background: #b99a54;
      text-decoration: none; }

.article-section .heft .title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 45px;
  line-height: 4.5322rem;
  font-family: "Oswald", sans-serif; }
.article-section .heft .edition {
  height: 59px; }

.thumbs .asset-title {
  margin: 0; }
.thumbs .teaser-item {
  border-bottom: 1px solid #d4d8dd;
  padding: 10px 5px 10px 0;
  position: relative; }
  .thumbs .teaser-item:hover {
    background-color: #edeef1; }
.thumbs .dscr {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  color: #4b5564;
  display: block;
  font-family: "Oswald", sans-serif;
  margin: 0 0 10px; }
.thumbs .article-info li:first-child {
  border-left: 0; }
.thumbs .more {
  display: block;
  margin: 10px 5px 0 0;
  text-align: right; }

/* Thumb Icons */
.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;
  /* otherwise z-index takes no effect */
  margin: -16px 10px -30px auto;
  /* shift up what follows, also shift up itself (for headline alignment) */
  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 {
  margin: 0 0 10px; }
  .nl-form-box .nl-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 7px 10px; }
  .nl-form-box .nl-form .address {
    background-color: #e9ebee;
    border: none;
    float: left;
    width: 195px; }
    .nl-form-box .nl-form .address.hasdefault {
      color: #9ba2ac; }
.nl-form-box .more {
  background: transparent url(/static/sys/v10/icons/icn-arrow-blue.png) right 3px no-repeat;
  color: #025eb3;
  display: block;
  margin: 0 37px 0 0;
  padding-right: 26px;
  text-align: right; }

.follow-mmo .socialicons {
  border-bottom: 1px solid #d4d8dd;
  margin: 0 0 15px;
  padding: 0 0 10px; }
  .follow-mmo .socialicons li {
    background-image: url(/static/sys/v10/sprites/sprite-general.png);
    background-repeat: no-repeat;
    display: inline-block; }
    .follow-mmo .socialicons li.ml {
      background-position: 0 -822px; }
    .follow-mmo .socialicons li.fb {
      background-position: -31px -822px; }
    .follow-mmo .socialicons li.tw {
      background-position: -62px -822px; }
    .follow-mmo .socialicons li.gp {
      background-position: -93px -822px; }
    .follow-mmo .socialicons li.xi {
      background-position: -124px -822px; }
    .follow-mmo .socialicons li.li {
      background-position: -155px -822px; }
    .follow-mmo .socialicons li.pi {
      background-position: -186px -822px; }
    .follow-mmo .socialicons li.rss {
      background-position: -217px -822px; }
    .follow-mmo .socialicons li:hover.ml, .follow-mmo .socialicons li.is-active.ml {
      background-position: 0 -852px; }
    .follow-mmo .socialicons li:hover.fb, .follow-mmo .socialicons li.is-active.fb {
      background-position: -31px -852px; }
    .follow-mmo .socialicons li:hover.tw, .follow-mmo .socialicons li.is-active.tw {
      background-position: -62px -852px; }
    .follow-mmo .socialicons li:hover.gp, .follow-mmo .socialicons li.is-active.gp {
      background-position: -93px -852px; }
    .follow-mmo .socialicons li:hover.xi, .follow-mmo .socialicons li.is-active.xi {
      background-position: -124px -852px; }
    .follow-mmo .socialicons li:hover.li, .follow-mmo .socialicons li.is-active.li {
      background-position: -155px -852px; }
    .follow-mmo .socialicons li:hover.pi, .follow-mmo .socialicons li.is-active.pi {
      background-position: -186px -852px; }
    .follow-mmo .socialicons li:hover.rss, .follow-mmo .socialicons li.is-active.rss {
      background-position: -217px -852px; }
    .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: #d4d8dd;
    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: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  color: #717b89;
  font-family: "Oswald", sans-serif;
  margin: 0 0 10px; }
.vote .vote-question {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  color: #2f6ab4;
  font-family: "Oswald", sans-serif; }

.vote-result .back-to-article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  font-family: "Droid Sans", sans-serif; }

.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", sans-serif;
  color: #2f6ab4;
  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 .js-tooltip-opener .border-tooltip:after, .person-details .js-tooltip-opener .border-tooltip:before {
  left: 50px; }
.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;
    color: #4b5564;
    display: block;
    font-family: "Droid Sans Bold", sans-serif;
    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", sans-serif;
    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;
  color: #4b5564; }
  .quote-box .quote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    background: url(/static/sys/v10/sprites/sprite-general.png) 0 -1046px no-repeat;
    font-family: "Oswald", sans-serif;
    margin: 0 0 5px -55px;
    padding: 0 0 0 55px; }
  .quote-box .quote-src {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem; }

.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 .asset-headline-intro {
  color: #717b89;
  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;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0 0 0.8 0 0 0 0 1 0 0 0 0 1 0.1 0 -1 0 0 1 0' /></filter></svg>#greyscale"); }
.topics .topic-title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 67px;
  line-height: 6.665rem;
  color: #4b5564;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px; }

.topics .topic-header {
  padding: 0 5px;
  position: relative; }
.topics .topic-title {
  width: 680px; }
  .topics .topic-title > a {
    color: #4b5564; }
  .topics .topic-title .topic-rss {
    background: url(/static/sys/v10/sprites/sprite-article-toolbar-icons.png) 0 -60px no-repeat;
    display: inline-block;
    height: 56px;
    text-indent: -2000em;
    width: 36px;
    vertical-align: middle; }
.topics .topic-claim, .topics .topic-claim a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  font-family: "Droid Sans Bold", sans-serif;
  text-transform: uppercase; }
.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 {
    margin: 0 0 5px; }
    .topics .topic-intro .headline a {
      color: #4b5564; }
.topics .topic-glossary-list {
  margin: 0 0 20px; }
  .topics .topic-glossary-list > li {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    font-family: "Oswald", sans-serif; }
    .topics .topic-glossary-list > li a {
      border: 2px solid #d4d8dd;
      color: #717b89;
      display: block;
      margin: 0 7px 5px 0;
      padding: 2px 7px; }
      .topics .topic-glossary-list > li a:hover, .topics .topic-glossary-list > li a:active, .topics .topic-glossary-list > li a:focus, .topics .topic-glossary-list > li a.is-active {
        background-color: #edeef1;
        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: 15px; }
      .topics .topic-glossary-content .topic-glossary-items > li ul li {
        color: #2f6ab4;
        margin: 0 0 5px; }
.gallery-section .gallery-header {
  margin: 0 0 20px; }
  .gallery-section .gallery-header .headline-intro {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.50005rem;
    color: #fff;
    font-family: "Droid Sans Bold", sans-serif; }
  .gallery-section .gallery-header .headline {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 55px;
    line-height: 5.50011rem;
    color: #edeef1;
    font-family: "Oswald", sans-serif; }
.gallery-section .gallery-teaser {
  font-family: "Droid Serif", serif; }
.gallery-section .gallery-control .gallery-backlink a, .gallery-section .gallery-control .gallery-morelink a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  min-width: 150px;
  padding: 9px 5px 12px 15px; }
.gallery-section .gallery-control .gallery-morelink-icon {
  background: url(/static/sys/v10/sprites/sprite-general.png) no-repeat -200px -45px;
  display: block;
  float: right;
  height: 30px;
  margin-top: -7px;
  width: 64px; }
.gallery-section .gallery-navbar {
  border-bottom: 1px solid #717b89;
  border-top: 1px solid #717b89;
  margin: 10px -15px;
  /* extend line end-to-end (legit) */
  position: relative; }
  .gallery-section .gallery-navbar .article-meta {
    display: inline;
    margin: 0; }
    .gallery-section .gallery-navbar .article-meta .article-info {
      margin: 15px 0 0 15px; }
      .gallery-section .gallery-navbar .article-meta .article-info .views {
        color: #fff; }
      .gallery-section .gallery-navbar .article-meta .article-info .share {
        background-position: -51px -131px; }
  .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: transparent url(/static/sys/v10/sprites/sprite-general.png) -155px -75px no-repeat;
    cursor: pointer;
    height: 46px;
    margin: 0 10px 0 0;
    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: #c1aa77; }
  .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", sans-serif;
    padding: 0 8px;
    width: auto;
    white-space: nowrap; }
  .gallery-section .gallery-navbar .gallery-prev, .gallery-section .gallery-navbar .gallery-next {
    border-left: 1px solid #717b89;
    background-color: #323b49;
    background-image: url("/static/sys/v10/sprites/sprite-general.png");
    background-repeat: no-repeat;
    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: #4b5564; }
  .gallery-section .gallery-navbar .gallery-prev {
    background-position: -110px -128px; }
  .gallery-section .gallery-navbar .gallery-next {
    background-position: -153px -128px; }
.gallery-section .gallery-image {
  background: #323b49;
  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-text {
  display: block; }
.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 #717b89;
    display: none;
    background: #323b49;
    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 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 3.999rem;
    border: 1px solid #d4d8dd;
    border-width: 1px 0;
    color: #9e804f;
    font-family: "Oswald", sans-serif;
    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: #717b89;
    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: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  border-bottom: 1px solid #d4d8dd;
  color: #9e804f;
  font-family: "Oswald", sans-serif;
  margin: 25px 0 10px;
  padding: 0 0 5px 5px; }

#galleries .teaser-small .teaser .article-title .headline-intro {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.8662rem;
  color: #717b89;
  display: block; }
  #galleries .teaser-small .teaser .article-title .headline-intro:after {
    content: ""; }
.grid-video .video-article-link a {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold.png) right 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase; }

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

.grid-video .video-title .headline-intro {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  color: #717b89;
  display: block; }
.grid-video .video-title .headline {
  font-size: 40px;
  font-size: 4rem;
  line-height: 52px;
  line-height: 5.2rem;
  color: #4b5564;
  font-family: "Oswald Bold", sans-serif; }
.grid-video .video-elements, .grid-video .not-available {
  background-color: #000;
  border: 1px solid #d4d8dd;
  height: 360px;
  position: relative;
  width: 640px; }
.grid-video .not-available {
  background-color: #f4f5f6;
  padding-top: 50px;
  text-align: center; }
.grid-video .credit {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.32rem;
  color: #4b5564;
  font-family: "Droid Sans", sans-serif;
  text-align: right; }
.grid-video .video-article-link {
  text-align: right; }

#js-no-flash-player {
  background-color: #f4f5f6;
  display: none;
  height: 340px;
  padding: 10px;
  text-align: center; }

.video-recommendations {
  border-top: 1px solid #d4d8dd;
  height: 350px;
  overflow: hidden;
  padding-top: 5px; }
  .video-recommendations .recommendations-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    border-bottom: 1px solid #d4d8dd;
    margin: 0 0 10px;
    padding: 0 0 5px; }
  .video-recommendations .custom-scrollbar {
    height: 300px; }
  .video-recommendations .video-teaser {
    border-bottom: 1px solid #d4d8dd;
    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 #d4d8dd; }
    .video-recommendations .video-teaser .video-date-duration {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 11px;
      line-height: 1.1rem;
      color: #4b5564;
      margin-bottom: 5px; }
      .video-recommendations .video-teaser .video-date-duration .date {
        float: left; }
      .video-recommendations .video-teaser .video-date-duration .time {
        float: right; }
    .video-recommendations .video-teaser .current-video-headline {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      line-height: 1.5996rem;
      font-weight: 700; }
      .video-recommendations .video-teaser .current-video-headline .topic {
        color: #8d95a1; }
      .video-recommendations .video-teaser .current-video-headline .headline {
        color: #323b49; }

#video-home-headline {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Oswald", sans-serif;
  margin: 0 0 4px;
  color: #323b49; }

#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-button {
  position: absolute;
  bottom: 69px;
  right: 135px; }

.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: white;
  margin: 4px 0 0;
  padding: 2px 4px;
  border: 1px solid #d4d8dd;
  cursor: pointer;
  /* use .tabs-nav style: */
  color: #9e804f !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  font-family: "Oswald", sans-serif;
  padding: 10px 6px 9px; }
  a.video-home-player-toggle span {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 18px;
    background: url(/static/sys/v10/sprites/sprite-general.png) no-repeat -226px -88px; }
  a.video-home-player-toggle:hover span, a.video-home-player-toggle:active span, a.video-home-player-toggle:focus span {
    background-position: -290px -88px; }

/* if open, invert fold-open arrows*/
.video-home-player-open a.video-home-player-toggle span {
  background-position: -258px -88px; }
.video-home-player-open a.video-home-player-toggle:hover span, .video-home-player-open a.video-home-player-toggle:active span, .video-home-player-open a.video-home-player-toggle:focus span {
  background-position: -322px -88px; }

/* 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 {
    display: block;
    position: relative;
    height: 110px;
    margin: 0;
    padding: 10px 0 0 130px;
    color: #323b49;
    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 .topic {
      color: #323b49;
      font-weight: normal; }
    #video-home-player-list a.js-video-hp-starter img {
      display: block;
      position: absolute;
      top: 10px;
      left: 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: #ccc;
  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: #ccc;
  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: #ccc; }

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

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

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

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

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

/* fix tabindex-outline @ ff3.6 */
div:focus, div:active {
  outline: 0; }
#bottom-section .footer-note .more {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold.png) right 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase; }

#bottom-section {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.19996rem;
  color: #4b5564;
  width: 900px; }
  #bottom-section a {
    color: #4b5564; }
  #bottom-section .bottom-social .bottom-logo {
    float: left;
    padding-left: 6px; }
  #bottom-section .bottom-social .social-share {
    float: right;
    margin: 0; }
  #bottom-section .footer-nav {
    border: 1px solid #d4d8dd;
    border-width: 1px 0;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 15px;
    padding-left: 6px; }
    #bottom-section .footer-nav .footer-nav-items.left {
      float: left; }
    #bottom-section .footer-nav .footer-nav-items.right {
      border-left: 1px solid #d4d8dd;
      float: right;
      padding: 0 10px 0 15px; }
    #bottom-section .footer-nav .footer-nav-items li {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      display: inline-block; }
      #bottom-section .footer-nav .footer-nav-items li a {
        display: block;
        margin: 0 0 0 10px;
        padding: 10px 0;
        text-transform: uppercase; }
      #bottom-section .footer-nav .footer-nav-items li:first-child a {
        margin: 0; }
  #bottom-section .footer-note {
    padding-left: 6px; }

#footer #footer-content {
  overflow: hidden;
  padding: 15px 0 0;
  text-align: justify; }
  #footer #footer-content:after {
    content: "";
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    width: 100%; }
  #footer #footer-content span {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle; }
.meinmmo {
  padding: 0 0 0 5px; }
  .meinmmo .meinmmo-headline {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    color: #4b5564;
    font-family: "Oswald", sans-serif;
    margin: 0 0 20px; }
  .meinmmo .meinmmo-sub-headline {
    margin: 0 0 15px; }
  .meinmmo .row.left {
    width: auto; }
  .meinmmo .row .block-label {
    float: left;
    width: 200px; }
  .meinmmo .login {
    border-bottom: 1px solid #d4d8dd;
    margin: 0 0 20px;
    padding-bottom: 20px; }
  .meinmmo .register {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7329rem;
    border-bottom: 1px solid #d4d8dd;
    margin: 0 0 20px;
    padding-bottom: 20px; }
    .meinmmo .register .register-headline {
      color: #4b5564;
      font-weight: 700;
      margin: 0 0 10px; }
  .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 {
        font-weight: bold;
        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 .meinmmo-list li a {
      font-weight: bold; }

.meinmmo-claim {
  background: url(/static/sys/v10/backoffice/claim-mein-mmo.png) no-repeat;
  display: block;
  height: 38px;
  text-indent: -2000em;
  width: 302px; }

.meinmmo-nav-items li {
  margin: 0 0 10px; }
.meinmmo-nav-items .fa {
  font-size: 20px;
  font-size: 2rem;
  color: #717b89;
  float: left;
  margin-right: 15px;
  width: 20px; }

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

.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; }
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/sys/v10/webfonts/Droid_Sans/DroidSans.eot");
  src: url("/static/sys/v10/webfonts/Droid_Sans/DroidSans.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Sans/DroidSans.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Sans/DroidSans.ttf") format("truetype"), url("/static/sys/v10/webfonts/Droid_Sans/DroidSans.svg?#DroidSans") format("svg"); }
@font-face {
  font-family: 'Droid Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/static/sys/v10/webfonts/Droid_Sans/DroidSans-Bold.eot");
  src: url("/static/sys/v10/webfonts/Droid_Sans/DroidSans-Bold.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Sans/DroidSans-Bold.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Sans/DroidSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif.eot");
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif.ttf") format("truetype"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif.svg?#DroidSerif") format("svg"); }
@font-face {
  font-family: 'Droid Serif Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Bold.eot");
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Bold.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Droid Serif Italic';
  font-style: normal;
  font-weight: 400;
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Italic.eot");
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Italic.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Italic.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Droid Serif BoldItalic';
  font-style: normal;
  font-weight: 700;
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-BoldItalic.eot");
  src: url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-BoldItalic.woff") format("woff"), url("/static/sys/v10/webfonts/Droid_Serif/DroidSerif-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.ttf") format("truetype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Regular.svg?#Oswald") format("svg"); }
@font-face {
  font-family: 'Oswald Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Bold.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Bold.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Oswald Light';
  font-style: normal;
  font-weight: 400;
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Light.eot");
  src: url("/static/sys/v10/webfonts/Oswald/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("/static/sys/v10/webfonts/Oswald/Oswald-Light.woff") format("woff"), url("/static/sys/v10/webfonts/Oswald/Oswald-Light.ttf") format("truetype"); }
@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: white;
  color: #323b49;
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: anti-aliased; }

*:focus {
  outline: 0; }

button, input, select, textarea {
  font-family: 'Droid Sans', sans-serif; }

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

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

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

b, strong {
  font-weight: bold; }

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"] {
  -webkit-box-sizing: border-box;
  -moz-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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d4d8dd;
  display: block; }

select {
  -webkit-box-sizing: border-box;
  -moz-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 #d4d8dd; }
  select option {
    background-color: #fff; }

textarea {
  height: auto; }

hr {
  background-color: transparent;
  border-color: #d4d8dd;
  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; }
.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; }

.warning-red {
  background: #cc0000;
  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%, white), color-stop(40%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%, white 40%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%, white 40%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%, white 40%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%, white 40%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%, white 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 10px 0 0;
  position: relative;
  width: 900px;
  background-color: #fff; }

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

#wrapper-shadow {
  background-color: #fff;
  width: 910px; }

#wrapper-content {
  -webkit-box-shadow: 0 0 2px 0 rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 2px 0 rgba(100, 100, 100, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #efefef;
  position: relative;
  width: 900px; }

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

#footer {
  background: #e9ebee;
  margin: 20px 0 0;
  position: relative; }
  #footer #footer-content {
    width: 900px; }

#content-main {
  padding: 0 0 50px;
  position: relative; }
  #content-main.center {
    padding: 20px 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: 898px; }
  .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: 898px; }
  .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: 898px;
    padding: 20px 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: 898px; }
  .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", sans-serif;
  margin-top: 6px; }
  .social-share .btn-share {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative; }
    .social-share .btn-share:first-child {
      margin-left: 0; }
    .social-share .btn-share .icn {
      background: transparent url(/static/sys/v10/sprites/sprite-social-icons.png) left center no-repeat;
      float: left;
      height: 22px;
      text-indent: -2000em;
      width: 22px; }
      .social-share .btn-share .icn.share-fb {
        background-position: 0 0; }
      .social-share .btn-share .icn.share-tw {
        background-position: -22px 0; }
      .social-share .btn-share .icn.share-gp {
        background-position: -44px 0; }
      .social-share .btn-share .icn.share-mail {
        background: transparent url(/static/sys/v10/sprites/sprite-general.png) 0 -893px no-repeat; }
    .social-share .btn-share .cnt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 25px;
      line-height: 2.52rem;
      background: #fff;
      border: 1px solid #d4d8dd;
      color: #717b89;
      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: #d4d8dd;
        border-width: 6px;
        margin-top: -6px; }

.article-info {
  float: left; }
  .article-info.has-author {
    border-left: 1px solid #d4d8dd;
    padding-left: 10px; }
  .article-info li {
    border-left: 1px solid #d4d8dd;
    float: left;
    padding: 0 10px; }
    .article-info li.views {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem;
      background: url(/static/sys/v10/sprites/sprite-general.png) 0 -42px no-repeat;
      color: #cc0000;
      font-family: "Droid Sans Bold", sans-serif;
      padding-left: 30px; }
    .article-info li.comments a {
      background: url(/static/sys/v10/sprites/sprite-general.png) 10px -88px no-repeat;
      color: #717b89;
      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-general.png) 10px -132px no-repeat;
      height: 18px;
      position: relative;
      width: 36px; }
      .article-info li.share .border-tooltip {
        left: 0;
        top: 40px;
        width: 245px; }

.photo-counter {
  background: url(/static/sys/v10/icons/icn-photobar-number.png) no-repeat;
  height: 29px;
  position: absolute;
  right: 10px;
  top: -14px;
  width: 36px; }
  .photo-counter .number {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    color: #717b89;
    font-family: "Oswald", sans-serif;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 24px; }

.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 Bold", sans-serif;
  left: 50%;
  margin-left: -31px;
  position: absolute;
  text-transform: uppercase;
  top: 30px;
  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: #2f6ab4;
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 5px 10px; }
    .get-newsletter a .title {
      float: left;
      font-family: "Droid Serif", serif; }
    .get-newsletter a .btn {
      float: right;
      font-family: "Oswald", sans-serif; }
  .get-newsletter.center {
    margin: 0 auto 30px; }

.js-tooltip-opener .tooltip-container, .js-author-lines .tooltip-container {
  background: transparent;
  display: none;
  left: -130px;
  padding: 0 160px 120px;
  position: absolute;
  top: 0;
  z-index: 10; }
  .js-tooltip-opener .tooltip-container.hover, .js-author-lines .tooltip-container.hover {
    display: block;
    height: 100%;
    z-index: 11; }

.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: #fff;
  border: 10px solid #7f7f7f;
  left: 0;
  padding: 20px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 10011; }
  .border-tooltip::after, .border-tooltip::before {
    bottom: 100%;
    left: 140px;
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10012; }
  .border-tooltip::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px; }
  .border-tooltip::before {
    border-color: rgba(127, 127, 127, 0);
    border-bottom-color: #7f7f7f;
    border-width: 26px;
    margin-left: -26px; }
  .border-tooltip .col-left {
    float: left;
    margin-right: 20px; }
  .border-tooltip .col-right {
    float: right;
    width: 250px; }
  .border-tooltip .social-share {
    float: none;
    font-family: "Droid sans", sans-serif;
    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 10px;
  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 {
    color: #717b89;
    display: block;
    font-weight: bold; }
    .row label.label-short {
      display: inline;
      width: auto; }
  .row.privacy label {
    float: right;
    font-weight: normal;
    width: 480px; }
  .row.separate {
    border-top: 2px solid #d4d8dd;
    margin-top: 20px;
    padding-top: 10px; }
  .row input, .row textarea {
    background-color: #edeef1;
    border-color: #edeef1;
    color: #8d95a1;
    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: #cc0000;
    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: "Droid Sans Bold", sans-serif;
  padding: 10px; }

.button-submit, .row .button-submit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  background: #025eb3;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  padding: 10px; }
  .button-submit:visited, .row .button-submit:visited {
    color: white; }
  .button-submit:hover, .button-submit:active, .button-submit:focus, .row .button-submit:hover, .row .button-submit:active, .row .button-submit:focus {
    background: #245797;
    color: white;
    text-decoration: none; }

.home-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.9995rem;
  background: transparent url(/static/sys/v10/sprites/sprite-general.png) right -585px no-repeat;
  color: #4b5564;
  margin-top: 10px;
  padding: 6px 38px 0 0; }

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/icons/icn-stockmarket.png) 0 50% no-repeat;
  display: inline-block;
  text-indent: -2000em;
  width: 20px; }
  .stocklink:hover, .stocklink:active, .stocklink:focus {
    background-position: -20px 50%; }

#js-popup-layer {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 100px;
  width: 600px;
  z-index: 1000003; }
  #js-popup-layer iframe {
    border-top: 3px solid #d4d8dd;
    margin: 0 20px;
    padding-top: 15px;
    position: relative; }
  #js-popup-layer.send-form-popup-layer {
    display: block; }
    #js-popup-layer.send-form-popup-layer iframe {
      height: 580px;
      width: 550px; }
  #js-popup-layer.meinmmo-login-popup-layer {
    display: block;
    right: 19px;
    top: 95px;
    width: 540px;
    z-index: 1000003; }
    #js-popup-layer.meinmmo-login-popup-layer iframe {
      height: 550px;
      width: 490px; }

.popup-layer-skin {
  background: #fff;
  border: 5px solid #245797;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px 0 black;
  -moz-box-shadow: 0 0 30px 0 black;
  box-shadow: 0 0 30px 0 black; }
  .popup-layer-skin > a {
    margin: 5px; }
  .popup-layer-skin .close-button {
    float: right; }
  .popup-layer-skin h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.666rem;
    color: #4b5564;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin: 10px 20px 0; }

.popup .sent-message .article-sent-headline {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.3994rem;
  display: inline-block;
  margin: 0 0 20px; }
.popup .sent-message label {
  font-weight: bold; }
.popup .send-form-disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.5996rem;
  border-top: 3px solid #d4d8dd;
  color: #717b89;
  margin: 20px 0 0;
  padding-top: 10px; }
  .popup .send-form-disclaimer .disclaimer-head {
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase; }

.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 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 280px;
  z-index: 10011; }
  .author-layer-box.has-image .author-image {
    float: left; }
  .author-layer-box.has-image .author-details {
    margin: 0 0 10px 110px; }
  .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: #4b5564;
      display: block;
      font-family: "Droid Sans Bold", sans-serif;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .author-layer-box .author-details .icn {
      background-image: url(/static/sys/v10/sprites/sprite-general.png);
      background-repeat: no-repeat;
      float: left;
      margin-right: 5px;
      height: 24px;
      width: 24px; }
      .author-layer-box .author-details .icn.tw {
        background-position: -50px -894px; }
      .author-layer-box .author-details .icn.fb {
        background-position: -25px -894px; }
      .author-layer-box .author-details .icn.mail {
        background-position: 0 -894px; }
      .author-layer-box .author-details .icn.www {
        background-position: -225px -894px; }
      .author-layer-box .author-details .icn.gp {
        background-position: -75px -894px; }
      .author-layer-box .author-details .icn.inst {
        background-position: -175px -894px; }
      .author-layer-box .author-details .icn.blog {
        background-position: -200px -894px; }
      .author-layer-box .author-details .icn.flcr {
        background-position: -150px -894px; }
    .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 .tw, .author-layer-box .author-details .author-contact li a:focus .tw {
        background-position: -50px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .fb, .author-layer-box .author-details .author-contact li a:focus .fb {
        background-position: -25px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .mail, .author-layer-box .author-details .author-contact li a:focus .mail {
        background-position: 0 -918px; }
      .author-layer-box .author-details .author-contact li a:hover .www, .author-layer-box .author-details .author-contact li a:focus .www {
        background-position: -225px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .gp, .author-layer-box .author-details .author-contact li a:focus .gp {
        background-position: -75px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .inst, .author-layer-box .author-details .author-contact li a:focus .inst {
        background-position: -175px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .blog, .author-layer-box .author-details .author-contact li a:focus .blog {
        background-position: -200px -918px; }
      .author-layer-box .author-details .author-contact li a:hover .flcr, .author-layer-box .author-details .author-contact li a:focus .flcr {
        background-position: -150px -918px; }
    .author-layer-box .author-details .author-contact .type {
      color: #717b89;
      float: left;
      font-family: "Oswald", sans-serif;
      margin: 3px 5px 0 0;
      text-transform: uppercase; }
  .author-layer-box .more-articles {
    clear: both;
    display: block;
    font-family: "Droid Sans", sans-serif; }

.article-section .author-layer-box {
  top: 50px; }

.js-click {
  cursor: pointer; }

#wrapper-content table {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  color: #4b5564;
  margin: 0 0 20px; }
  #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: #e9ebee; }
  #wrapper-content table .mmTabellesyskopf {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    font-family: "Oswald", sans-serif; }
  #wrapper-content table .mmTablesysRowHead {
    background: #c8d5e5;
    font-weight: 700; }
  #wrapper-content table .mmTableLastRow {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.5996rem;
    background: #fff;
    border-top: 1px solid #d4d8dd;
    font-family: "Droid Sans", sans-serif; }
  #wrapper-content table .vote-head td {
    background: #c8d5e5;
    font-weight: 700; }
  #wrapper-content table .vote-row-head td {
    border-bottom: 1px solid #d4d8dd;
    font-weight: 700; }
  #wrapper-content table .vote-row-foot td {
    background: #c8d5e5;
    border-top: 2px solid #fff;
    font-weight: 700; }

.breaking-news {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  background: #cc0000;
  color: #fff;
  display: inline-block;
  font-family: "Droid Serif Bold", serif;
  margin: 5px 0 20px;
  padding: 10px; }

.markenpartner {
  font-family: "Droid Sans",sans-serif; }
  .markenpartner .markenpartner-kennzeichnung {
    background-color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    color: #717b89;
    font-size: 1.2rem; }
  .markenpartner .markenpartner-info {
    position: relative;
    background-color: #fff;
    color: #717b89;
    padding: 10px;
    border: 1px solid #c0c0c0;
    margin: 0; }
    .markenpartner .markenpartner-info:after, .markenpartner .markenpartner-info:before {
      top: 100%;
      left: 30%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .markenpartner .markenpartner-info:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 9px;
      margin-left: -9px; }
    .markenpartner .markenpartner-info:before {
      border-color: rgba(221, 221, 221, 0);
      border-top-color: #c0c0c0;
      border-width: 10px;
      margin-left: -10px; }
    .markenpartner .markenpartner-info .markenpartner-infotext {
      padding: 0;
      margin: 0 23px 0 0;
      line-height: 1.9488rem;
      font-size: 1.4rem; }
    .markenpartner .markenpartner-info .markenpartner-close {
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 0;
      right: 0; }
  .markenpartner .markenpartner-logo {
    background-color: #edeef2;
    padding: 10px 0 20px 0; }
    .markenpartner .markenpartner-logo img {
      vertical-align: middle;
      position: relative;
      margin-right: 10px; }
    .markenpartner .markenpartner-logo span {
      display: inline-block;
      margin-right: 20px;
      color: #717b89;
      font-weight: bold;
      font-size: 1.9rem; }
    .markenpartner .markenpartner-logo a {
      text-decoration: none;
      font-size: 0.9em; }
.center .js-art-loader-button .load-more {
  -webkit-transition: background-color 0.25s linear, color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s linear, color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s linear, color 0.25s ease-in-out;
  -o-transition: background-color 0.25s linear, color 0.25s ease-in-out;
  transition: background-color 0.25s linear, color 0.25s ease-in-out; }

.archive-link, .prev-next-box .next {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold.png) right 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase; }

.prev-next-box .prev {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold-back.png) left 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-left: 26px;
  text-transform: uppercase; }

.center .teaser {
  border-bottom: 1px solid #d4d8dd;
  margin: 0 0 20px;
  padding: 0 0 0 5px; }
  .center .teaser .article-title {
    margin: 0 0 15px; }
    .center .teaser .article-title a {
      color: #4b5564; }
      .center .teaser .article-title a .headline-intro {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.3994rem;
        color: #717b89;
        display: block; }
      .center .teaser .article-title a .headline {
        font-size: 40px;
        font-size: 4rem;
        line-height: 52px;
        line-height: 5.2rem;
        color: #4b5564;
        font-family: "Oswald Bold", sans-serif; }
  .center .teaser .article-meta {
    margin: 0 0 5px; }
    .center .teaser .article-meta .author {
      margin: 0 10px 5px 0; }
  .center .teaser .image-box.asset-align-left {
    margin-bottom: 15px; }
  .center .teaser.teaser-special {
    border-bottom: 0 none; }
    .center .teaser.teaser-special .image-box {
      margin-bottom: 0; }
      .center .teaser.teaser-special .image-box a img {
        border: 1px solid #d4d8dd;
        border-width: 1px 1px 0;
        display: block; }
  .center .teaser .teaser-cols {
    border: 1px solid #d4d8dd;
    display: table;
    margin: 0 0 20px; }
    .center .teaser .teaser-cols .teaser-list {
      display: table-row; }
      .center .teaser .teaser-cols .teaser-list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f4f5f6;
        border-left: 1px solid #d4d8dd;
        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 {
          color: #4b5564;
          display: block;
          padding: 15px 10px; }
          .center .teaser .teaser-cols .teaser-list li a .article-title .headline-intro {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 19px;
            line-height: 1.86662rem;
            color: #717b89;
            display: block; }
          .center .teaser .teaser-cols .teaser-list li a .article-title .headline {
            font-size: 20px;
            font-size: 2rem;
            line-height: 28px;
            line-height: 2.8rem;
            color: #4b5564; }
      .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 .column-both .teaser {
  padding-bottom: 0; }
.center.teaser-small .teaser {
  margin: 0 0 10px;
  padding: 0 0 10px 5px; }
  .center.teaser-small .teaser .article-title .headline-intro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem; }
  .center.teaser-small .teaser .article-title .headline {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.3994rem;
    color: #4b5564; }
  .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: 15px 0 0; }
.center .topic-list {
  margin: 0 0 15px; }
  .center .topic-list .topic-list-item {
    display: inline; }
    .center .topic-list .topic-list-item:before {
      content: "\2022";
      padding: 0 10px 0 0; }
    .center .topic-list .topic-list-item a {
      color: #4b5564;
      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 .topic {
      color: #323b49; }
    .center .article-list > li a .headline {
      color: #2f6ab4; }
    .center .article-list > li a:hover, .center .article-list > li a:focus, .center .article-list > li a:active {
      color: inherit; }
.center .js-art-loader-button {
  text-align: center; }
  .center .js-art-loader-button .load-more {
    border: 3px solid #c1aa77;
    color: #9e804f;
    display: block;
    font-family: "Droid Sans Bold", sans-serif;
    margin: 30px auto;
    padding: 15px 25px;
    text-transform: uppercase;
    width: 200px; }
    .center .js-art-loader-button .load-more:hover, .center .js-art-loader-button .load-more:focus {
      background: #c1aa77;
      color: #fff;
      text-decoration: none; }
  .center .js-art-loader-button .loadicon {
    display: none;
    margin: 30px auto; }

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

.archive-header {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.86rem;
  color: #4b5564;
  font-family: "Oswald Bold", sans-serif;
  margin: 0 0 25px;
  padding: 0 5px; }

.archive-link {
  display: block;
  margin: 0 0 0 5px;
  text-align: right; }
  .archive-link:hover, .archive-link:active, .archive-link:focus {
    color: #9e804f;
    text-decoration: underline; }

.prev-next-box {
  padding: 0 5px; }
  .prev-next-box.top {
    margin: 0 0 25px; }
  .prev-next-box .prev {
    display: block;
    float: left; }
  .prev-next-box .next {
    display: block;
    float: right; }

.magazine-header {
  border-bottom: 1px solid #d4d8dd;
  margin: 19px 0 15px 5px; }
  .magazine-header .edition {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    color: #cc0000;
    font-family: "Oswald", sans-serif;
    padding: 0 10px 4px; }

.epaper .article-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  line-height: 2.9326rem;
  font-family: "Oswald", sans-serif;
  margin: 5px 0 10px; }
  .epaper .article-title a {
    color: #4b5564; }

.goto-epaper {
  margin: 0 0 20px 5px; }

.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;
    color: #717b89;
    font-family: "Oswald", sans-serif;
    padding: 8px 5px; }
  .epub-section .epub-article {
    border-top: 1px solid #d4d8dd; }
    .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 {
      color: #717b89;
      display: block; }

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

.magazine-gallery-item-box {
  border-bottom: 1px solid #d4d8dd;
  margin: 0 0 15px; }

.magazine-gallery-item {
  float: left;
  margin: 0 0 15px 10px;
  width: 120px; }
  .magazine-gallery-item .magazine-edition {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin: 0 0 5px; }

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

.gallery-other-years {
  margin: 25px 10px 0; }
  .gallery-other-years .other-years-heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1328rem;
    color: #4b5564;
    font-family: "Oswald", sans-serif;
    margin: 0 0 10px; }
  .gallery-other-years .other-years-list li {
    border-right: 1px solid #d4d8dd;
    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;
  color: #4b5564;
  font-family: "Oswald", sans-serif;
  margin: 0 10px 15px; }

.contents {
  margin: 0 10px 0; }
  .contents .contents-item {
    margin: 0 0 15px; }
    .contents .contents-item .category-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 21px;
      line-height: 2.1328rem;
      border-bottom: 1px solid #d4d8dd;
      color: #4b5564;
      font-family: "Oswald", sans-serif;
      margin: 10px 0; }
    .contents .contents-item dd {
      color: #4b5564;
      float: left;
      font-weight: 700;
      margin: 0; }
    .contents .contents-item dt {
      margin-left: 50px; }
      .contents .contents-item dt.no-page-number {
        margin-left: 0; }
.contrast-headline {
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 5.0001rem;
  color: #9e804f;
  font-family: "Oswald", sans-serif; }

.article-section .headline-date, .article-section .article-title .article-topic {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  color: #8d95a1;
  font-family: "Droid Sans", sans-serif;
  margin-bottom: 10px; }

.article-section .article-title .article-headline {
  font-size: 50px;
  font-size: 5rem;
  line-height: 67px;
  line-height: 6.665rem;
  color: #4b5564;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px; }

.article-section {
  font-family: "Droid Serif", serif; }
  .article-section .headline-date {
    float: left;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1.1em;
    line-height: 2em; }
    .article-section .headline-date + .article-title > .article-topic {
      line-height: 2em; }
  .article-section .article-title .article-topic {
    float: left;
    margin-bottom: 5px; }
  .article-section .article-title .article-headline {
    clear: both; }
  .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-functions {
  border: 1px solid #d4d8dd;
  border-width: 1px 0;
  margin-bottom: 30px;
  min-height: 46px;
  position: relative; }
  .article-functions .author-info {
    float: left;
    line-height: 0;
    margin-right: 10px; }
    .article-functions .author-info .author-image {
      float: left;
      margin-right: 10px; }
    .article-functions .author-info .author-thumb {
      float: left;
      margin-right: 10px; }
    .article-functions .author-info .author-name {
      font-size: 14px;
      font-size: 1.4rem;
      color: #717b89;
      float: left;
      font-family: "Droid Sans Bold", sans-serif;
      margin-top: 23px; }
  .article-functions .article-info {
    margin: 15px 0 10px; }

.article-meta {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7329rem;
  color: #717b89;
  display: inline-block;
  font-family: "Droid Sans Bold", sans-serif;
  margin: 15px 0 20px;
  width: 100%; }
  .article-meta .author {
    float: left;
    margin: 0 10px 10px 0;
    text-transform: uppercase; }
    .article-meta .author a {
      color: #2f6ab4; }
  .article-meta .article-info li:first-child {
    border-left: 0; }

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

.social-bar-wrapper {
  border: 1px solid #d4d8dd;
  border-width: 1px 0;
  margin: 15px 0 25px;
  padding: 10px 0; }
  .social-bar-wrapper .social-bar {
    position: relative; }
    .social-bar-wrapper .social-bar a {
      background: transparent url("/static/sys/v10/sprites/sprite-social-buttons.png") no-repeat scroll 0 100px;
      cursor: pointer;
      display: block;
      float: left;
      height: 35px;
      margin-left: 15px;
      width: 102px; }
      .social-bar-wrapper .social-bar a.social-button-facebook {
        background-position: 0 -48px;
        margin-left: 0px; }
      .social-bar-wrapper .social-bar a.social-button-xing {
        background-position: 0 0; }
      .social-bar-wrapper .social-bar a.social-button-twitter {
        background-position: 0 -96px; }
      .social-bar-wrapper .social-bar a.social-button-email {
        background-position: 0 -144px; }
      .social-bar-wrapper .social-bar a.social-button-gplus {
        background-position: 0 -192px; }
      .social-bar-wrapper .social-bar a.social-button-linkedin {
        background-position: 0 -240px; }
      .social-bar-wrapper .social-bar a.social-button-tumblr {
        background-position: 0 -287px; }
      .social-bar-wrapper .social-bar a.social-button-pinterest {
        background-position: 0 -334px; }
    .social-bar-wrapper .social-bar div.social-button-more {
      background: transparent url("/static/sys/v10/sprites/sprite-social-buttons.png") no-repeat scroll 0 -377px;
      float: left;
      height: 35px;
      margin-left: 15px;
      width: 38px; }
    .social-bar-wrapper .social-bar .social-bar-expandx {
      background-color: transparent;
      display: none;
      height: 267px;
      left: 413px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      width: 142px;
      z-index: 52; }
      .social-bar-wrapper .social-bar .social-bar-expandx .social-diverse {
        background-color: #fff;
        border: 1px solid #d4d8dd;
        -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);
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 15px 20px 25px 10px;
        position: absolute;
        top: 45px;
        width: 110px;
        z-index: 51; }
        .social-bar-wrapper .social-bar .social-bar-expandx .social-diverse a {
          display: block;
          margin: 10px 0 0 10px;
          overflow: hidden;
          padding: 0; }

.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 #d4d8dd;
  width: 46px;
  z-index: 10001; }
  .article-toolbar .article-toolbar-top {
    background: #4b5564 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 {
    border-top: 1px solid #d4d8dd; }
    .article-toolbar li a {
      font-size: 20px;
      font-size: 2rem;
      background-color: #fff;
      background-image: url(/static/sys/v10/sprites/sprite-article-toolbar-icons.png);
      background-repeat: no-repeat;
      color: #8d95a1;
      display: block;
      height: 36px;
      text-indent: -2000em; }
      .article-toolbar li a:hover, .article-toolbar li a:focus {
        background-color: #e9ebee;
        color: #4b5564;
        text-decoration: none; }
    .article-toolbar li.fb a {
      background-position: 0 -256px; }
    .article-toolbar li.tw a {
      background-position: 0 -291px; }
    .article-toolbar li.gp a {
      background-position: 0 -328px; }
    .article-toolbar li.more a {
      background-position: 0 -220px; }
    .article-toolbar li.xi a {
      background-position: 0 -364px; }
    .article-toolbar li.in a {
      background-position: 0 -400px; }
    .article-toolbar li.pi a {
      background-position: 0 -436px; }
    .article-toolbar li.comm a {
      background-position: 0 -184px; }
    .article-toolbar li.print a {
      background-position: 0 -148px; }
    .article-toolbar li.mail a {
      background-position: 0 -112px; }
    .article-toolbar li.rss a {
      background-position: 0 -76px; }
    .article-toolbar li.lever a {
      background-position: 0 -472px; }
    .article-toolbar li.search a {
      background-position: 0 -518px; }
  .article-toolbar .more {
    position: relative; }
    .article-toolbar .more .more-social {
      display: none;
      left: 46px;
      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 #d4d8dd;
        border-width: 1px 1px 1px 0;
        float: left;
        height: 36px;
        width: 36px; }
        .article-toolbar .more .more-social li:first-child {
          border-width: 1px; }
        .article-toolbar .more .more-social li a {
          display: inline-block;
          height: 36px;
          width: 36px; }
  .article-toolbar .search {
    position: relative; }
    .article-toolbar .search .toolbar-search {
      display: none;
      left: 46px;
      position: absolute;
      top: 0; }
    .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: #909aa6;
      border: 1px solid #323b49;
      border-width: 2px 2px 2px 0;
      color: #fff;
      height: 46px;
      padding: 5px;
      width: 440px; }
      .article-toolbar .search #toolbar-search-term.hasdefault {
        color: #d4d8dd; }
  .article-toolbar .misc li {
    margin-top: 1px; }
    .article-toolbar .misc li a {
      background-color: #4b5564;
      color: #fff;
      height: 46px; }
      .article-toolbar .misc li a:hover, .article-toolbar .misc li a:focus {
        background-color: #323b49;
        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 #d4d8dd;
  color: #717b89;
  max-width: 200px;
  padding: 10px;
  text-transform: uppercase;
  z-index: 10001; }

.paginate {
  font-family: "Droid Sans", sans-serif;
  margin: 45px 0; }
  .paginate .pages {
    margin: 0 0 20px; }
  .paginate .part .part-num {
    color: #323b49; }

.related-topics {
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #d4d8dd;
  border-width: 1px 0;
  font-family: "Droid Sans Bold", sans-serif;
  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: #323b49;
        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 #d4d8dd;
  font-family: "Droid Sans Bold", sans-serif;
  margin: 45px 0; }
  .article-home-link-box .box-header {
    border-bottom: 1px solid #d4d8dd;
    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: #323b49; }

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

.article-fullsize-img {
  background: #323b49;
  color: #fff;
  padding-bottom: 40px; }
  .article-fullsize-img .image-box .image-description {
    background-color: #323b49;
    color: #fff; }
    .article-fullsize-img .image-box .image-description a {
      color: #a1bcde; }

.article-fullsize-nav {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  border-bottom: 1px solid #717b89;
  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 {
    float: left;
    font-weight: 700;
    margin: 15px 0 0 15px; }
  .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", sans-serif;
      margin: 0 10px 0 0;
      padding: 0 8px;
      width: auto;
      white-space: nowrap; }
    .article-fullsize-nav .paginate > a {
      background-color: #323b49;
      background-image: url("/static/sys/v10/sprites/sprite-general.png");
      background-repeat: no-repeat;
      border-left: 1px solid #717b89;
      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: #4b5564; }
      .article-fullsize-nav .paginate > a.link-back {
        background-position: -110px -128px; }
      .article-fullsize-nav .paginate > a.link-fwd {
        background-position: -153px -128px; }

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

.quiz {
  padding-bottom: 60px; }
  .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", sans-serif;
    margin-bottom: 20px; }
  .quiz .summary-headline {
    margin-top: 20px; }
  .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 30px; }
    .quiz .answer-row .answer-row-heading {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      line-height: 1.9995rem;
      background: #edeef1;
      font-family: "Droid Sans Bold", sans-serif;
      margin: 0 0 10px;
      padding: 5px; }
      .quiz .answer-row .answer-row-heading .points.red {
        color: #cc0000; }
      .quiz .answer-row .answer-row-heading .points.green {
        color: #009933; }
    .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: #9e804f;
    font-family: "Oswald", sans-serif; }
  .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: #717b89;
      left: 0;
      position: absolute;
      text-align: center;
      top: 3px;
      width: 29px; }
  .article-section .article-comments-box .login-link {
    color: #4b5564;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }
.article-section .article-comments-form-head {
  margin: 0 0 5px; }
.article-section .info-message {
  color: #4b5564;
  font-family: "Oswald", sans-serif; }
.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: white;
      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", sans-serif; }
    .article-section .article-comment .article-comment-head .head {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7329rem; }
.search-result-item .more {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold.png) right 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase; }

.search-results-teaser {
  margin: 0 0 25px;
  padding: 0 0 0 5px; }
  .search-results-teaser .search-heading {
    margin: 0 0 15px; }
    .search-results-teaser .search-heading .search-title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.3994rem;
      color: #717b89; }
    .search-results-teaser .search-heading .search-term {
      font-size: 40px;
      font-size: 4rem;
      line-height: 52px;
      line-height: 5.2rem;
      color: #4b5564;
      font-family: "Oswald Bold", sans-serif; }

.search-paginate {
  border-bottom: 1px solid #d4d8dd;
  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 #d4d8dd;
  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", sans-serif;
    margin: 0 0 5px; }
    .search-result-item .article-title .headline-intro {
      color: #717b89; }
    .search-result-item .article-title .headline {
      color: #2f6ab4; }
  .search-result-item .euro {
    color: #717b89;
    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;
    color: #717b89;
    margin: 0 0 5px; }

.search-box .search-form-input, .search-box .search-select {
  width: 100%; }
.author .backlink {
  background: transparent url(/static/sys/v10/icons/icn-arrow-gold-back.png) left 3px no-repeat;
  color: #9e804f;
  font-weight: 700;
  padding-left: 26px;
  text-transform: uppercase; }

.author .author-title .position {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  color: #8d95a1;
  font-family: "Droid Sans", sans-serif;
  margin-bottom: 10px; }

.author .author-title .name, .the-day .the-day-title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 67px;
  line-height: 6.665rem;
  color: #4b5564;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px; }

.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 {
    color: #4b5564;
    float: left;
    font-weight: 700;
    text-align: right;
    width: 30%; }
  .asset-box.legal .right {
    float: right;
    width: 65%; }

.author {
  position: relative; }
  .author .autor-link {
    position: relative; }
  .author .author-image {
    margin: 0 10px 0 0; }
  .author .author-details, .author .author-contact {
    font-family: "Droid Serif", serif; }
  .author .author-details {
    margin: 0 0 15px; }
  .author .icn {
    background-image: url(/static/sys/v10/sprites/sprite-general.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    height: 46px;
    width: 46px; }
    .author .icn.tw {
      background-position: -141px -726px; }
    .author .icn.fb {
      background-position: -47px -726px; }
    .author .icn.mail {
      background-position: 0 -726px; }
    .author .icn.www {
      background-position: -470px -726px; }
    .author .icn.gp {
      background-position: -94px -726px; }
    .author .icn.inst {
      background-position: -376px -726px; }
    .author .icn.blog {
      background-position: -423px -726px; }
    .author .icn.flcr {
      background-position: -329px -726px; }
  .author .author-contact {
    margin: 0 0 25px; }
    .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 .tw, .author .author-contact li a:focus .tw {
          background-position: -141px -772px; }
        .author .author-contact li a:hover .fb, .author .author-contact li a:focus .fb {
          background-position: -47px -772px; }
        .author .author-contact li a:hover .mail, .author .author-contact li a:focus .mail {
          background-position: 0 -772px; }
        .author .author-contact li a:hover .www, .author .author-contact li a:focus .www {
          background-position: -470px -772px; }
        .author .author-contact li a:hover .gp, .author .author-contact li a:focus .gp {
          background-position: -94px -772px; }
        .author .author-contact li a:hover .inst, .author .author-contact li a:focus .inst {
          background-position: -376px -772px; }
        .author .author-contact li a:hover .blog, .author .author-contact li a:focus .blog {
          background-position: -423px -772px; }
        .author .author-contact li a:hover .flcr, .author .author-contact li a:focus .flcr {
          background-position: -329px -772px; }
      .author .author-contact li span {
        float: left; }
    .author .author-contact .type, .author .author-contact .link {
      margin: 15px 5px 0; }
    .author .author-contact .type {
      color: #323b49; }
  .author .backlink {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.8662rem;
    display: block;
    margin: 0 0  25px; }
  .author .article-list {
    width: 410px;
    float: left; }
  .author .author-article-list-header {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 3.999rem;
    border: 1px solid #d4d8dd;
    border-width: 1px 0;
    color: #9e804f;
    font-family: "Oswald", sans-serif;
    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-teaser {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  border: 1px solid #d4d8dd;
  border-width: 1px 0;
  color: #717b89;
  margin: 0 0 30px;
  position: relative; }
  .the-day .the-day-teaser .dscr {
    font-family: "Droid Sans Bold", sans-serif;
    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: #9ba2ac;
      display: block;
      font-family: "Droid Serif Bold", serif;
      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: #2f6ab4;
        text-decoration: none; }
.the-day .date-paginate {
  border: 1px solid #d4d8dd;
  margin: 0 0 15px; }
  .the-day .date-paginate .date {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
    line-height: 2.9326rem;
    border-left: 1px solid #d4d8dd;
    color: #cc0000;
    float: right;
    font-family: "Oswald", sans-serif;
    padding: 8px 30px; }
.the-day .box-header {
  margin: 0 0 10px;
  position: relative; }
  .the-day .box-header .contrast-headline {
    float: left; }
  .the-day .box-header .src-spon {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 0;
    color: #4b5564;
    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: #2f6ab4;
      text-decoration: none; }
.the-day .teaser-list .teaser-item {
  background: #f4f5f6;
  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: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.79998rem;
    color: #717b89;
    display: block;
    font-family: "Droid Sans Bold", sans-serif; }
  .the-day .teaser-list .teaser-item .headline {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #4b5564;
    font-family: "Oswald Bold", sans-serif; }
  .the-day .teaser-list .teaser-item .dscr {
    display: block;
    padding: 0 5px 5px; }
    .the-day .teaser-list .teaser-item .dscr:hover, .the-day .teaser-list .teaser-item .dscr:active, .the-day .teaser-list .teaser-item .dscr:focus {
      color: inherit; }
  .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", sans-serif;
  padding-top: 0; }
  .stockcharts .asset-title {
    margin: 0 0 5px;
    padding: 0;
    position: relative; }
    .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;
        color: #717b89;
        float: left;
        margin: 19px 5px 0 10px;
        padding: 0; }
        .stockcharts .asset-title .right .more:first-child {
          margin-left: 0; }
        .stockcharts .asset-title .right .more:after {
          display: none; }
      .stockcharts .asset-title .right .status {
        border-left: 1px solid #d4d8dd;
        color: #717b89;
        float: left;
        height: 53px;
        padding: 0 3px;
        text-align: center;
        width: 46px; }
        .stockcharts .asset-title .right .status .label {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 23px;
          line-height: 2.28rem;
          display: block;
          font-family: "Droid Sans", sans-serif;
          text-transform: uppercase; }
        .stockcharts .asset-title .right .status .time {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 18px;
          line-height: 1.8rem;
          display: block; }
        .stockcharts .asset-title .right .status:hover {
          background: #c1aa77 url(/static/sys/v10/sprites/sprite-general.png) -177px 9px no-repeat; }
          .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 {
    margin: 0 0 15px; }
    .stockcharts .stockcharts-list a {
      color: #717b89;
      display: block;
      overflow: hidden;
      padding: 6px 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: 16px;
      font-size: 1.6rem;
      line-height: 19px;
      line-height: 1.92rem;
      float: left;
      overflow: hidden;
      position: relative;
      white-space: nowrap;
      width: 135px; }
    .stockcharts .stockcharts-list .status {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      line-height: 1.4rem;
      background-image: url(/static/sys/v10/chartbox/img/sprite-stockmarket.png);
      background-repeat: no-repeat;
      float: left;
      height: 26px;
      padding: 0 0 0 35px; }
      .stockcharts .stockcharts-list .status .value {
        display: inline-block;
        margin: 4px 10px 0 0; }
      .stockcharts .stockcharts-list .status .perc {
        display: inline-block;
        margin: 4px 0 0; }
      .stockcharts .stockcharts-list .status.plus {
        background-position: 0 0; }
        .stockcharts .stockcharts-list .status.plus .perc {
          color: #009933; }
      .stockcharts .stockcharts-list .status.minus {
        background-position: 0 -26px; }
        .stockcharts .stockcharts-list .status.minus .perc {
          color: #cc0000; }
      .stockcharts .stockcharts-list .status.equal {
        background-position: 0 -69px; }
        .stockcharts .stockcharts-list .status.equal .perc {
          color: #aab1bb; }
  .stockcharts .stockcharts-subheader {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    line-height: 1.92rem;
    border-top: 1px solid #d4d8dd;
    margin: 0 0 15px; }
    .stockcharts .stockcharts-subheader .title a {
      color: #9e804f;
      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/chartbox/img/sprite-stockmarket.png) 8px -110px no-repeat;
      float: right;
      height: 26px;
      padding: 5px;
      text-indent: -2000em;
      width: 35px; }
      .stockcharts .stockcharts-subheader .stockcharts-search:hover {
        background-color: #c1aa77;
        background-position: -33px -110px; }
  .stockcharts .top-flop {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.68rem;
    float: left; }
    .stockcharts .top-flop.left {
      border-right: 1px solid #d4d8dd;
      margin-right: 20px;
      padding-right: 20px;
      width: 135px; }
    .stockcharts .top-flop a {
      display: block;
      padding: 3px 0; }
      .stockcharts .top-flop a .stock {
        color: #717b89;
        float: left;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        white-space: nowrap;
        width: 82px; }
      .stockcharts .top-flop a .perc {
        float: right; }
        .stockcharts .top-flop a .perc.plus {
          color: #009933; }
        .stockcharts .top-flop a .perc.minus {
          color: #cc0000; }
        .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: #245797;
  color: #fff;
  padding: 10px; }
  .preview-header a {
    color: #fff; }

.site-info {
  border-top: 1px solid #d4d8dd;
  margin-top: 20px;
  padding-top: 10px; }
/* powered by ------------------------ */
/* properties for regular and biga */
.mmcologo {
  padding: 6px 18px 0 0;
  font-size: 1.2rem; }

/* poweredBy inside photo gallery */
#gallery-sponsored-by .mmSponsoredByAd {
  color: #4b5564;
  padding-bottom: 6px; }

/* clearfix */
#gallery-sponsored-by .mmSponsoredByAd:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

#gallery-sponsored-by .mmcologo {
  display: block;
  float: right;
  margin: 0 auto;
  font-size: 1.2rem; }

#mmTopAd {
  margin: 0 auto;
  min-height: 5px;
  width: 1210px; }

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

#mmColumnAd {
  left: 0;
  position: absolute;
  top: -31px;
  z-index: 1; }
  #mmColumnAd > #skyscraper_right.adition {
    left: 910px;
    position: absolute;
    top: 0; }
  #mmColumnAd > #aaa_skyscraper_left.adition {
    left: -120px;
    overflow: hidden;
    position: absolute;
    width: 120px; }

#header_ad {
  position: absolute;
  top: 0;
  right: 0; }

#mmSponsoredBy {
  position: absolute;
  right: 0;
  bottom: 40px; }

.gallery-content #mmColumnAd {
  top: 0; }

/* sponsored-by teaser / content-ad ========================== */
body .asset-sponsored {
  border-top: 0;
  /* would require important: margin: 0 auto; */ }

.asset-sponsored .sponsored-hint {
  font-family: "Oswald",sans-serif;
  text-align: right; }

.asset-sponsored .credit {
  font-size: 9px;
  text-align: right;
  line-height: 1em; }

body .asset-sponsored-inner,
body .asset-sponsored-inner:hover,
body .asset-sponsored-inner:focus {
  display: block;
  /* also allow anchor tags */
  background: white;
  border: 1px solid #d4d8dd;
  position: relative;
  padding: 4px 6px 2px;
  /* unstyle anchor effects */
  color: #717b89;
  text-decoration: none; }

.sponsored-title {
  color: #9e804f; }

/* pseudo-link */
body .sponsored-anchor {
  color: #2f6ab4; }

body .sponsored-anchor:hover, body .sponsored-anchor:focus {
  text-decoration: underline; }

.asset-sponsored .sponsored-logobox {
  text-align: right;
  padding: 4px 0;
  font-size: 13px;
  color: #333; }

.asset-sponsored .sponsored-logobox span {
  position: relative;
  top: -8px; }

.asset-sponsored .sponsored-logobox img {
  border: 0; }

/* columns*/
.asset-sponsored-twocol {
  height: auto;
  overflow: hidden; }

.asset-sponsored-col1 {
  overflow: hidden;
  float: left;
  padding-right: 10px; }

.asset-sponsored-col2 {
  float: none;
  width: auto;
  overflow: hidden; }

.adition-showpos {
  min-height: 1.7rem;
  pointer-events: none;
  position: relative;
  z-index: 10001; }
  .adition-showpos#zaehler {
    top: 100px; }
  .adition-showpos:after {
    background: none repeat scroll 0 0 rgba(255, 255, 0, 0.5);
    border: 1px solid #000;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    content: attr(data-position);
    font-size: 1rem;
    left: 0;
    padding: 0.02rem 0.25rem;
    pointer-events: none;
    position: absolute;
    display: blockblock;
    top: 0; }
  .adition-showpos#header_ad:after {
    left: auto;
    right: 0; }
  .adition-showpos.adition-ok:after {
    background: none repeat scroll 0 0 rgba(0, 255, 0, 0.5); }
  .adition-showpos.adition-error:after {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.5); }
  .adition-showpos.adition-suppressed:after {
    background: none repeat scroll 0 0 rgba(0, 0, 255, 0.5); }
  .adition-showpos:hover:after {
    font-weight: bold; }

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

.adition div[id*="adition-frame"] {
  display: none !important; }
.adition .wrapad {
  clear: both;
  overflow: hidden;
  text-align: center; }
  .adition .wrapad.qc-borderbottom0 {
    border-bottom: 0 none !important;
    padding-bottom: 0 !important; }
  .adition .wrapad.qc-borderbottom1 {
    border-bottom: 3px double #d4d8dd !important;
    padding-bottom: 15px !important; }
  .adition .wrapad.qc-noborders {
    border: 0 none !important;
    padding: 0 !important; }
  .adition .wrapad.qc-bordertop0 {
    border-top: 0 none !important;
    padding-top: 0 !important; }
  .adition .wrapad.qc-bordertop1 {
    border-top: 3px double #d4d8dd !important;
    padding-top: 15px !important; }
  .adition .wrapad .innerwrapad {
    clear: both;
    display: inline-block;
    margin: 0 auto;
    min-height: 66px;
    *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore(document.createElement("span"), this.firstChild).className="ie-before" ); }
    .adition .wrapad .innerwrapad:before {
      color: #717b89;
      content: 'Anzeige';
      display: block;
      font-family: 'Oswald', sans-serif;
      font-size: 12px !important;
      line-height: 19px;
      padding: 2px 0;
      text-align: left;
      text-decoration: none !important;
      text-transform: uppercase;
      width: 100%; }
    .adition .wrapad .innerwrapad.qc-nolabel:before {
      content: '' !important;
      display: none !important; }
    .adition .wrapad .innerwrapad:empty {
      display: none; }
    .adition .wrapad .innerwrapad .ie-before {
      color: black;
      content: 'Anzeige';
      display: block;
      font-size: 10px !important;
      line-height: 14px;
      padding: 0 0 5px;
      text-align: right;
      text-decoration: none !important;
      text-transform: uppercase;
      width: 100%;
      *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Anzeige' ); }
    .adition .wrapad .innerwrapad.qc-nolabel .ie-before {
      content: '' !important;
      display: none !important; }

.adition#superbanner iframe {
  display: block; }
.adition .wrapad.billboard {
  border-bottom: 1px solid #d4d8dd; }
  .adition .wrapad.billboard .innerwrapad {
    margin: 13px auto 15px; }
.adition .wrapad.footer_ad {
  margin-top: 20px; }

#content-main.center .adition .wrapad.billboard {
  margin: -20px 0 20px; }
#content-main.center.author .adition .wrapad.billboard {
  margin-bottom: 0; }

.column-wide .adition .wrapad {
  border-top: 1px solid #d4d8dd;
  margin-bottom: 10px; }
  .column-wide .adition .wrapad.content_ad_1, .column-wide .adition .wrapad.content_ad_2, .column-wide .adition .wrapad.content_ad_3 {
    border-top: 0;
    border-bottom: 1px solid #d4d8dd;
    padding-bottom: 15px;
    margin: -11px 0 25px; }

body#galleries .column-wide .adition .wrapad.content_ad_1, body#galleries .column-wide .adition .wrapad.content_ad_2, body#galleries .column-wide .adition .wrapad.content_ad_3 {
  margin-top: 4px; }

.column-small .adition .wrapad.promotion_ad_1, .column-small .adition .wrapad.promotion_ad_2, .column-small .adition .wrapad.promotion_ad_3, .column-small .adition .wrapad.promotion_ad_4, .column-small .adition .wrapad.promotion_ad_5, .column-small .adition .wrapad.promotion_ad_vertrieb, .column-small .adition .wrapad.subchannel_teaser {
  text-align: left;
  border-top: 1px solid #d4d8dd;
  margin-bottom: 40px; }

.article-section .adition#content_ad_1, .article-section .adition#content_ad_2, .article-section .adition#content_ad_3 {
  float: right; }
.article-section .adition .wrapad.content_ad_1, .article-section .adition .wrapad.content_ad_2, .article-section .adition .wrapad.content_ad_3 {
  margin-left: 20px; }
.article-section #subchannel_advetorial:before, .article-section #subchannel_advetorial:after {
  content: " ";
  display: table; }
.article-section #subchannel_advetorial:after {
  clear: both; }
.article-section #mmSponsoredBy {
  position: static;
  float: right; }

/* #article-topic-header, markup written by qc: */
.article-section #article-topic-header {
  display: none; }
  .article-section #article-topic-header .topic-header {
    clear: both;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    font-family: "Oswald",sans-serif;
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #4b5564;
    border-bottom: 1px solid #c0c0c0; }
    .article-section #article-topic-header .topic-header a {
      color: #4b5564; }
    .article-section #article-topic-header .topic-header .articleSponsorLogo {
      float: right; }
    .article-section #article-topic-header .topic-header .topic-title .topic-rss {
      background: url("/static/sys/v10/sprites/sprite-article-toolbar-icons.png") no-repeat scroll 0 -65px transparent;
      display: inline-block;
      height: 56px;
      text-indent: -2000em;
      vertical-align: middle;
      width: 36px; }
    .article-section #article-topic-header .topic-header .topic-claim {
      font-family: "Droid Sans Bold",sans-serif;
      font-size: 1.2rem;
      line-height: 1.8662rem;
      text-transform: uppercase; }
      .article-section #article-topic-header .topic-header .topic-claim a {
        font-family: "Droid Sans Bold",sans-serif;
        font-size: 1.2rem;
        line-height: 1.8662rem;
        text-transform: uppercase;
        color: #2f6ab4; }
    .article-section #article-topic-header .topic-header #mmSponsoredBy {
      position: absolute;
      right: 0;
      bottom: 15px;
      font-size: 0.45em;
      font-family: Droid Sans, sans-serif;
      font-style: normal;
      font-variant: normal; }
      .article-section #article-topic-header .topic-header #mmSponsoredBy .mmcologo {
        padding: 0;
        font-size: 1.2rem; }
@media screen and (min-width: 1030px) {
  body {
    -ms-overflow-x: hidden;
    overflow-x: hidden; }

  #wrapper,
  #mmTopAd,
  #service,
  #footer-content {
    margin: 0 0 0 120px; } }
@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: 50px; }

  .js-tooltip-opener .tooltip-container {
    left: -60px; }
  .js-tooltip-opener .border-tooltip:after, .js-tooltip-opener .border-tooltip:before {
    left: 70px; } }
#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-head {
    border-bottom: 3px solid #d4d8dd;
    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: #323b49; }
        #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: #cc0000; }
  #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: #d4d8dd;
      color: #323b49; }
    #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: #323b49; }
      #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: #323b49;
        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 #d4d8dd;
      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 #d4d8dd;
        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%; } }
.article-section .article-title .article-date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1328rem;
  color: #8d95a1;
  font-family: "Droid Sans", sans-serif;
  margin-bottom: 10px; }

.test {
  color: blue; }

.article-section .article-title .article-date {
  display: inline-block;
  margin-right: 10px; }

.mmTop {
  color: #2f6ab4;
  margin: 0 0 10px;
  text-align: right; }
  .mmTop:after {
    content: " \f077";
    font-family: "FontAwesome";
    vertical-align: middle; }
