@charset "UTF-8";
.settings .category header em {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }

.com-follow h3 {
  height: 30px;
  margin: 0 6px 12px;
  background-color: transparent;
  border-bottom: 1px solid #d9d9d9; }

.com-follow h3 {
  color: #454545;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  height: 30px; }
  .fonts-loaded .com-follow h3, .com-follow .fonts-loaded h3 {
    font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 14px; }

/* Community 2012 - 15 Spalten */
/* Links  */
.comment-list > .comment {
  border-bottom: 1px solid #d9d9d9; }

.comment-list .comment {
  padding: 12px; }
  .comment-list .comment header {
    border: 0;
    height: auto;
    margin: 0; }
  .comment-list .comment li {
    margin-bottom: 4px; }

/* /Links */
section.board header {
  margin: 0 0 24px; }

/* Tabs */
.com-tabs li {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 700;
  text-align: center; }
  .fonts-loaded .com-tabs li {
    font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px; }

.board:not([id]) .com-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .board:not([id]) .com-tabs > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 70px;
    -moz-flex: 1 1 70px;
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    color: #787878;
    display: block;
    font-weight: bold;
    margin-left: 3px;
    position: relative;
    text-transform: uppercase; }
    .board:not([id]) .com-tabs > *:after {
      position: absolute;
      content: "";
      top: 2px;
      bottom: 2px;
      right: -2px;
      width: 1px;
      background: #ededed; }
    .board:not([id]) .com-tabs > *:first-child {
      margin: 0; }
    .board:not([id]) .com-tabs > *:last-child:after {
      content: none; }
  .board:not([id]) .com-tabs > .active {
    border-bottom-color: #db0000;
    color: #454545; }
    .board:not([id]) .com-tabs > .active a {
      color: #454545; }
  .board:not([id]) .com-tabs a {
    color: rgba(0, 0, 0, 0.4); }
  .fonts-loaded .board:not([id]) .com-tabs li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0; }

.board[id] .com-tabs a {
  color: #db0000; }
  .board[id] .com-tabs a:hover, .board[id] .com-tabs a:active, .board[id] .com-tabs a:focus {
    color: #a80000; }

/* /Tabs */
/* global community button styles */
.btn-def {
  position: relative;
  display: inline-block;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  overflow: visible;
  vertical-align: top;
  padding: 0 12px;
  background: #db0000; }
  .fonts-loaded .btn-def {
    font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 900;
    white-space: nowrap; }
  .comment .btn-def:hover, .comment .btn-def:focus, .comment .btn-def:active {
    background: #db0000;
    color: white; }
  .btn-def:hover, .btn-def:focus, .btn-def:active {
    background-color: #a80000;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
    color: white; }
  .btn-def.drop {
    padding: 0 3px; }
  .js .btn-def.drop:hover, .js .btn-def.drop:focus, .js .btn-def.drop:active {
    background-color: transparent;
    color: #454545; }

.btn-emp {
  position: relative;
  display: inline-block;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
  overflow: visible;
  vertical-align: top;
  padding: 0 12px;
  background-color: #454545; }
  .fonts-loaded .btn-emp {
    font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 900; }
  .btn-emp:hover, .btn-emp:focus, .btn-emp:active {
    background-color: black;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
    color: white; }
  .new-comment .btn-emp {
    background-color: #db0000; }
    .new-comment .btn-emp:hover, .new-comment .btn-emp:active, .new-comment .btn-emp:focus {
      background-color: #a80000; }

.btn-follow {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  color: white;
  overflow: visible;
  vertical-align: top;
  background-color: #db0000;
  width: 100px;
  text-align: center;
  padding: 0; }
  .fonts-loaded .btn-follow {
    font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px; }
  .btn-follow.active {
    background: #d9d9d9;
    border-color: #b5b5b5;
    color: #454545;
    text-shadow: 1px 1px 0 white; }
    .btn-follow.active:before {
      content: "";
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none;
      text-indent: 0;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-size: 12px;
      font-family: 'icomoon'; }
    .btn-follow.active:hover, .btn-follow.active:focus, .btn-follow.active:active {
      background: #787878;
      border-color: #b5b5b5;
      color: white;
      text-shadow: 1px 1px 0 #454545; }
      .btn-follow.active:hover:before, .btn-follow.active:focus:before, .btn-follow.active:active:before {
        content: "x";
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-weight: bold; }
  .btn-follow:hover, .btn-follow:focus, .btn-follow:active {
    background-color: #a80000;
    -webkit-transition: all 100ms ease;
            transition: all 100ms ease;
    text-decoration: none;
    color: white; }

.btn-reset {
  font-size: 11px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: underline;
  border: 1px solid white;
  display: inline-block;
  padding: 0 10px;
  overflow: visible;
  vertical-align: top;
  background: transparent;
  color: #787878; }
  .fonts-loaded .btn-reset {
    font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 200;
    font-size: 17px; }
  .btn-reset:hover, .btn-reset:active, .btn-reset:focus {
    color: black; }

.count {
  line-height: 1; }
  .count span {
    position: relative;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background: white;
    font-size: 11px;
    line-height: 18px;
    color: #787878;
    padding: 0 3px;
    margin: 0 0 0 4px; }
    .fonts-loaded .count span {
      font-size: 14px; }
    .count span:before {
      display: block;
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-color: transparent white transparent transparent;
      border-width: 5px;
      bottom: 4px;
      left: -10px;
      border-right-color: #d9d9d9; }
    .count span:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 5px;
      left: -8px;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 4px;
      border-color: transparent white transparent transparent; }

/* /global community button styles */
/* Formular Styles */
.com-form {
  position: relative;
  border-bottom: 3px solid #ededed; }
  .comment .com-form {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    background-color: white; }
  .sub-comment-list .com-form {
    margin-top: 0; }
    .sub-comment-list .com-form fieldset .com-textarea {
      margin-bottom: 12px; }
    .sub-comment-list .com-form > .com-buttons {
      padding-top: 0;
      border: 0; }
  .com-form fieldset {
    border: 0;
    display: block;
    padding: 12px 12px 0; }
    .com-form fieldset > div {
      margin-bottom: 25px; }
  .com-form .note {
    position: absolute;
    bottom: 17px;
    left: 12px; }
  .com-form .note,
  .com-form .detail {
    font-size: 12px;
    color: #787878; }
    .fonts-loaded .com-form .note, .fonts-loaded
    .com-form .detail {
      font-size: 14px; }
    .com-form .note em,
    .com-form .detail em {
      color: #db0000; }
  .com-form .com-buttons {
    text-align: right; }
  .sso .com-form .note {
    position: absolute;
    bottom: 17px;
    left: 12px;
    font-size: 12px;
    color: #787878; }
  .sso .com-form fieldset > div.error {
    margin-bottom: 10px; }
  .sso .com-form fieldset > div.upload-file.error {
    margin-bottom: 0;
    padding-bottom: 25px;
    height: 36px; }
    .sso .com-form fieldset > div.upload-file.error p {
      position: absolute;
      left: 0;
      bottom: 12px; }
  .sso .com-form fieldset > div.com-upload .error {
    margin-bottom: 0;
    padding-bottom: 25px;
    height: 36px; }
    .sso .com-form fieldset > div.com-upload .error p {
      position: absolute;
      left: 0;
      bottom: 12px; }
  .com-form .com-text input {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black;
    padding: 6px 10px 7px;
    border: 1px solid #d9d9d9;
    line-height: 16px; }
  .com-form select {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
  .com-form textarea {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
    .com-form textarea + p {
      display: none; }
  .com-form button {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
  .com-form input[type="file"] {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
  .com-form input + label {
    display: none; }
  .com-form input + p {
    display: none; }
  .com-form label {
    display: block;
    color: #454545;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 2px 0; }
    .fonts-loaded .com-form label {
      font-size: 14px; }
    .com-form label + p {
      display: none; }
    .com-form label em {
      color: #db0000; }
  .fonts-loaded .com-form.report label {
    font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px; }
  .com-form.report fieldset > div {
    margin-bottom: 18px; }
  .com-form.report textarea {
    width: 538px; }
  .com-form .column {
    clear: both;
    padding: 25px 0 0 0;
    text-align: right; }
    .com-form .column .com-text {
      text-align: left;
      float: left;
      width: 48.35%;
      padding: 0 0 0 1.65%; }
      .com-form .column .com-text:first-child {
        padding: 0 1.65% 0 0; }
      .com-form .column .com-text input {
        width: 92.4%; }
  .com-form .socials {
    margin: 0 40px 0 0;
    position: relative;
    display: inline-block;
    top: 1px;
    left: auto;
    bottom: auto;
    font-size: 12px;
    color: #454545;
    height: 18px; }
    .fonts-loaded .com-form .socials {
      font-size: 15px; }
    .com-form .socials label {
      position: relative;
      display: inline-block;
      height: 10px; }
      .com-form .socials label span {
        float: right;
        margin: 0 0 0 5px;
        background: url(../../../System/assets/img/com/fb-mini-socials.png) 0 0 no-repeat;
        height: 18px;
        width: 20px;
        position: relative;
        top: -2px; }
    .com-form .socials input {
      float: left;
      margin: 0; }
  .com-form .com-textarea textarea {
    padding: 6px 10px 7px;
    border: 1px solid #d9d9d9;
    line-height: 16px;
    height: 63px; }
    .fonts-loaded .com-form .com-textarea textarea {
      font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
      font-size: 17px;
      line-height: 21px; }
  .com-form .com-textarea.error textarea {
    border-color: #db0000; }
  .com-form .com-upload.error input.browse {
    border-color: #db0000; }
  .com-form .com-text.error input {
    border-color: #db0000; }
  .com-form .error > p {
    display: block;
    font-size: 11px;
    color: #db0000;
    line-height: 14px;
    padding: 1px 0 0 12px; }
  .com-form > .com-buttons {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 12px 15px 0;
    text-align: right;
    min-height: 20px; }
    .com-form > .com-buttons input {
      margin: 0 0 0 8px; }
  .js .com-form > .com-buttons {
    display: none; }
  .js .com-form.newthread > .com-buttons {
    display: block;
    visibility: hidden; }
  .js .com-form.active > .com-buttons {
    display: block; }
  .js .com-form.active.newthread > .com-buttons {
    visibility: visible; }
  .com-form.new-comment label[for="post-text"] {
    display: none; }

.thread-item header {
  min-height: 40px;
  height: auto;
  padding-top: 12px;
  border-bottom: 0;
  margin-top: 0; }

.thread-item .thread-heading {
  text-align: center;
  padding: 0 40px; }
  .fonts-loaded .thread-item .thread-heading {
    font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }

.creator img {
  display: none; }

.creator a {
  color: #db0000;
  float: left;
  padding-right: 6px; }
  .creator a:hover, .creator a:active, .creator a:focus {
    color: #a80000; }
  .fonts-loaded .creator a {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700; }

.comment time {
  position: relative;
  padding-left: 12px;
  display: inline-block; }
  .fonts-loaded .comment time {
    font-size: 17px;
    line-height: 21px;
    font-weight: 200; }
  .comment time:before {
    content: '';
    background-color: black;
    height: 5px;
    width: 5px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 8px; }

.comment-content {
  padding-top: 6px;
  padding-bottom: 6px; }
  .fonts-loaded .comment-content {
    font-size: 17px;
    line-height: 21px; }

.new-comment {
  padding: 12px 0;
  border-width: 0 0 1px 0; }
  .new-comment.active {
    padding: 0; }
  .new-comment .com-textarea {
    position: relative;
    margin-bottom: 0; }
    .new-comment .com-textarea textarea {
      display: block;
      padding: 6px 9px;
      width: 613px; }
  .new-comment .com-buttons p.message {
    padding: 56px 0; }
  .new-comment.anonymus fieldset.captcha label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }

p.hint {
  font-size: 15px;
  line-height: 24px;
  color: #787878;
  padding: 55px 0;
  text-align: center; }
  .fonts-loaded p.hint {
    font-size: 19px;
    line-height: 24px; }
  p.hint.fb-likes {
    position: relative;
    background-color: white;
    border: 1px solid #d9d9d9;
    padding: 35px 0; }
    p.hint.fb-likes .close {
      position: absolute;
      top: 3px;
      right: 3px;
      padding: 0 1px 1px;
      border: 1px solid #b5b5b5;
      background-color: transparent;
      color: #b5b5b5;
      line-height: 13px;
      font-size: 16px;
      font-weight: bold; }
    p.hint.fb-likes .import-likes {
      display: inline-block;
      height: 20px;
      padding: 0 6px;
      margin-top: 1em;
      font-size: 11px;
      line-height: 20px;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      background-color: #5e78ae;
      border: 1px solid #3a5897; }
      p.hint.fb-likes .import-likes:hover {
        background-color: #3a5897; }
  .top5 p.hint {
    position: static;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0; }
  .top5 .r20 p.hint,
  .top5 .r22 p.hint,
  .top5 .r26 p.hint {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px -35% 0;
    width: 70%; }

p.progress {
  font-size: 14px;
  line-height: 18px;
  color: #454545;
  padding: 36px 0 24px; }
  p.progress:before {
    background-color: #d9d9d9;
    bottom: 24px;
    content: "";
    display: block;
    height: 1px;
    position: relative; }
  p.progress strong {
    color: #454545; }
  p.progress span {
    color: #787878;
    font-size: 12px; }

legend + p.progress {
  padding: 24px 0 24px; }

.com-buttons p.message {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: black;
  padding: 110px 0 120px; }

.anonymus > .com-buttons {
  border: 0; }

.loading .com-buttons {
  min-height: 0;
  height: 10px;
  background: transparent url(../../../System/assets/img/com/loading.gif) 50% 50% no-repeat;
  padding: 0;
  margin-bottom: 15px;
  border: 0; }

.js-load {
  display: block;
  border: 1px solid #d9d9d9;
  background-color: white;
  font-weight: 700;
  font-size: 10px;
  color: #454545;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
  margin: 0 12px; }
  .fonts-loaded .js-load {
    font-size: 14px; }
  .js-load.alt {
    border: 0;
    background-color: transparent; }
  .js-load:hover, .js-load:focus, .js-load:active {
    background-color: #d9d9d9; }
  .js-load.active {
    text-indent: -9999px;
    background-image: url(../../../System/assets/img/com/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: none; }

.sub-comment-list .js-load {
  margin: 0; }

a.data-ajax-load {
  display: block;
  font-size: 14px;
  height: 3em;
  margin: 6em 0;
  text-align: center;
  background-image: url(../../../System/assets/img/com/loading.gif);
  background-position: bottom center;
  background-repeat: no-repeat; }
  a.data-ajax-load:after {
    color: #454545;
    content: "Inhalte werden geladen..."; }
  .popular a.data-ajax-load {
    margin: 0; }

.top5.loading > div {
  min-height: 15em;
  background-image: url(../../../System/assets/img/com/loading.gif);
  background-position: center center;
  background-repeat: no-repeat; }

/* /Formular Styles */
/* User Visitenkarten */
div.card {
  min-height: 100px;
  min-width: 155px;
  padding: 10px 10px 10px 120px;
  position: absolute;
  top: -95px;
  left: 4%;
  background-color: white;
  border: 1px solid #d9d9d9;
  color: #db0000;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  z-index: 12000; }
  div.card img {
    max-width: 100px;
    max-height: 100px;
    float: left;
    margin: 0 0 0 -110px; }
  div.card > a:first-child {
    display: block;
    font-size: 12px;
    color: #db0000; }
    .fonts-loaded div.card > a:first-child {
      font-size: 17px;
      line-height: 21px; }
  div.card > span {
    font-size: 11px;
    color: #454545;
    font-weight: 400;
    display: block; }
    .fonts-loaded div.card > span {
      font-size: 17px;
      line-height: 28px; }
  div.card:before {
    display: block;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
    left: 9px;
    bottom: -22px;
    border-width: 11px;
    border-top-color: #d9d9d9; }
  div.card:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: white transparent transparent transparent; }
  div.card .btn-follow {
    position: absolute;
    bottom: 20px;
    left: 120px; }

.usrlist > li > a {
  display: block;
  font-size: 12px;
  color: #db0000; }

.usrlist > li > span {
  font-size: 11px;
  color: #454545;
  font-weight: 400;
  display: block; }

/* /User Visitenkarten */
.comment-actions {
  padding-top: .4em;
  font-size: 10px; }
  .fonts-loaded .comment-actions {
    font-size: 15px; }
  .comment-actions li {
    display: inline-block;
    color: #454545; }
    .comment-actions li:before {
      display: inline-block;
      content: "|";
      margin: 0 6px; }
    .comment-actions li:first-child:before {
      content: "";
      margin: 0; }
  .comment-actions .comment-on {
    text-transform: uppercase; }
  .comment-actions .like {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 5px;
    white-space: nowrap;
    text-indent: -1982em;
    background: transparent url(../../../System/assets/img/com/like.png) no-repeat; }
    .comment-actions .like.liked {
      background-position: 0 -18px; }
    .comment-actions .like:hover {
      background-position: 0 -18px; }
    .comment-actions .like.active {
      background-position: 0 -36px; }
    .comment-actions .like:active {
      background-position: 0 -36px; }

.sub-comment-list {
  padding: 12px 0 0 24px; }
  .sub-comment-list .comment {
    background-color: #ededed; }
  .sub-comment-list .sub-comment-list .comment {
    padding: 12px 0 12px 62px;
    border: none; }
  .sub-comment-list li {
    margin-bottom: 4px; }
  .sub-comment-list .loading.new-comment .com-buttons {
    background-color: white; }
  .sub-comment-list .com-textarea textarea {
    padding: 6px 9px;
    width: 562px; }

/* Sortier-Formulare */
form.anonymus {
  border: 0;
  padding: 12px 0; }

form.sort {
  border: 0;
  padding: 12px 0; }
  form.sort fieldset > div {
    text-align: right;
    margin: 0; }

form.login {
  border: 0;
  padding: 12px 0; }

.loading.new-comment .com-textarea {
  margin-bottom: 12px; }

.sort .itemcount {
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: black; }
  .fonts-loaded .sort .itemcount {
    font-size: 17px;
    line-height: 21px; }

.sort .column {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 12px 20px 12px;
  margin: 0 -12px 10px; }
  .sort .column > div {
    float: left;
    text-align: left; }
  .sort .column .com-radio {
    width: 22%; }
    .sort .column .com-radio label {
      display: inline-block;
      margin: 0 5px;
      font-weight: 400; }
  .sort .column .active label {
    color: black;
    font-weight: 700; }
  .sort .column .com-select {
    width: 35%; }

/* /Sortier-Formulare */
/* Aktionsaufruf */
.calltoaction {
  padding: 12px 0 24px;
  border-bottom: 1px solid #d9d9d9; }
  .calltoaction p.hint {
    padding: 0;
    line-height: 18px; }
    .calltoaction p.hint .btn-emp {
      margin: 0 0 0 8px; }
  .calltoaction p + p {
    margin: 15px 0 0 0; }
  .calltoaction p.login {
    margin: 20px 10px -15px;
    text-align: right;
    color: black; }
    .calltoaction p.login a {
      text-transform: uppercase;
      color: #db0000; }
  .anonymus .calltoaction {
    padding-bottom: 25px;
    padding-right: 12px; }
    .anonymus .calltoaction p {
      float: right; }
      .anonymus .calltoaction p a {
        text-transform: uppercase;
        color: #db0000; }

/* /Aktionsaufruf */
/* Captcha */
.captcha {
  position: relative;
  padding-top: 15px;
  text-align: center; }
  .captcha img {
    vertical-align: bottom; }
  .captcha + *,
  .captcha * {
    display: inline-block; }
  .captcha .reload {
    background: url(../../../System/assets/img/com/refresh-sprite.png) 0 0 no-repeat;
    height: 24px;
    width: 26px;
    white-space: nowrap;
    text-indent: -1982em; }
  .captcha + .com-buttons {
    border-bottom: 1px solid #d9d9d9;
    margin-top: -60px;
    padding-bottom: 40px; }
  .captcha .error input + p {
    position: absolute;
    bottom: -20px;
    left: 27.5%;
    width: 100%; }

/* /Captcha */
/* Artikel Uploadformular */
.upload-form {
  position: relative;
  background-color: white; }
  .upload-form fieldset {
    border: 0;
    display: block; }
    .upload-form fieldset > div {
      margin-bottom: 24px; }
  .upload-form .note {
    position: absolute;
    bottom: 17px;
    left: 0;
    font-size: 12px;
    color: #787878; }
    .upload-form .note em {
      color: #db0000; }
  .upload-form legend {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    padding: 4px 0 0; }
  .upload-form .upload-text input {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black;
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    line-height: 16px;
    width: 96.1%; }
  .upload-form .upload-text.error input {
    border-color: #db0000; }
  .upload-form textarea {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black;
    height: 14px;
    min-height: 14px;
    overflow: hidden; }
    .upload-form textarea:active, .upload-form textarea:focus {
      min-height: 64px; }
  .upload-form button {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
  .upload-form input[type="file"] {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: black; }
  .upload-form input[type="checkbox"] {
    float: left;
    margin: 0 10px 10px 0; }
  .upload-form .upload-textarea textarea {
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    line-height: 16px;
    width: 96.1%; }
  .upload-form .upload-textarea.error textarea {
    border-color: #db0000; }
  .upload-form .active textarea {
    min-height: 64px; }
  .upload-form .clearfix > .upload-text {
    float: left;
    width: 48.35%;
    padding: 0 0 0 1.65%; }
    .upload-form .clearfix > .upload-text input {
      width: 91.5%; }
    .upload-form .clearfix > .upload-text:first-child {
      float: left;
      width: 48.35%;
      padding: 0 1.65% 0 0; }
  .upload-form .clearfix > .upload-textarea textarea {
    width: 91.5%; }
  .upload-form .error > p {
    font-size: 11px;
    color: #db0000;
    line-height: 14px;
    padding: 1px 0 0; }
  .upload-form > .upload-buttons {
    padding: 15px 0;
    text-align: right;
    min-height: 20px; }
  .upload-form .filebrowse {
    cursor: pointer;
    height: 27px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 2; }
  .upload-form .upload-file {
    position: relative;
    margin: 0 0 39px; }
    .upload-form .upload-file input[type="text"] {
      background-color: white;
      color: black;
      left: 0;
      position: absolute;
      top: 0;
      width: 70%;
      z-index: 1;
      padding: 6px 10px 6px;
      border: 1px solid #d9d9d9;
      line-height: 16px; }
    .upload-form .upload-file input[type="button"] {
      position: relative;
      left: 448px;
      top: 8px; }
  .upload-form label {
    display: block;
    color: #454545;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 2px 0; }
    .upload-form label.upload-terms {
      font-weight: 400; }
    .upload-form label em {
      color: #db0000; }
  .upload-form .upload-terms a:hover, .upload-form .upload-terms a:active, .upload-form .upload-terms a:focus {
    color: #db0000;
    text-decoration: underline; }
  .upload-form .upload-check em {
    margin: 0 0 0 -6px; }
  .upload-form .socials {
    position: absolute;
    font-size: 12px;
    color: #454545;
    height: 18px;
    bottom: 16px;
    left: 249px;
    margin: 0; }
    .upload-form .socials label {
      position: relative;
      display: inline-block;
      height: 10px; }
    .upload-form .socials input {
      float: left; }
    .upload-form .socials label span {
      float: right;
      background: url(../../../System/assets/img/com/fb-mini-socials.png) 0 0 no-repeat;
      height: 18px;
      width: 20px;
      position: relative;
      top: -2px; }
  .upload-form .btn-upload {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    display: inline;
    height: 20px;
    color: #454545;
    overflow: visible;
    vertical-align: top;
    background-color: white;
    padding: 2px 10px; }
    .upload-form .btn-upload:hover, .upload-form .btn-upload:focus, .upload-form .btn-upload:active {
      background: #db0000;
      color: white;
      text-decoration: none; }
  .upload-form .btn-submit {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    display: inline;
    height: 20px;
    padding: 2px 20px;
    color: #454545;
    overflow: visible;
    vertical-align: top;
    background-color: white; }
    .upload-form .btn-submit:hover, .upload-form .btn-submit:focus, .upload-form .btn-submit:active {
      background: #db0000;
      color: white;
      text-decoration: none; }

/* /Artikel Uploadformular */
/* 1414 Upload */
.uploads {
  padding: 15px 0 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 3px 0 0 #ededed;
          box-shadow: 0 3px 0 0 #ededed; }
  .uploads > h3 {
    color: #454545;
    padding: 0 12px 17px 12px;
    font-size: 14px; }
  .uploads > p {
    color: #454545;
    font-size: 12px;
    padding: 0 12px 17px 12px; }
  .uploads > ul li {
    color: #454545;
    font-size: 12px;
    padding: 0 12px 17px 12px; }
  .uploads .com-iframe {
    width: 100%;
    min-height: 370px; }
  .uploads.sso .com-form legend + p {
    margin: 0;
    padding: 0 0 24px 0; }
  .uploads.sso .com-form.progress legend + p {
    margin: 0;
    padding: 0 0 24px 0; }
  .uploads.sso .com-form.progress fieldset {
    padding: 60px 12px; }
  .uploads .upload-file input.browse {
    width: 75%; }
  .uploads .upload-file input.btn-upload {
    left: 82.6%; }
  .uploads .com-form.progress p.message {
    margin: 0;
    padding: 0 0 24px 0; }
  .uploads ol {
    margin: 0 -12px 15px -12px; }
    .uploads ol li {
      clear: left;
      border-bottom: 1px solid #d9d9d9;
      overflow: hidden;
      padding: 30px; }
      .uploads ol li > div {
        margin: 0 0 10px 37%;
        display: block; }
        .uploads ol li > div.socials {
          margin: 0 0 10px 37%;
          display: block; }
      .uploads ol li > .com-text {
        margin-bottom: 28px; }
      .uploads ol li > .com-textarea textarea {
        min-height: 80px; }
  .uploads li:first-child {
    padding-top: 0; }
  .uploads li figure {
    float: left;
    max-width: 35%;
    width: 189px; }
    .uploads li figure img {
      max-height: 189px;
      max-width: 189px;
      margin: 0 auto; }

/* /1414 Upload */
/* iFrame Styles */
.sso .com-check input {
  vertical-align: top; }

.sso .com-check label {
  display: inline-block;
  font-weight: 400;
  max-width: 90%; }

.sso #innerWrapper {
  background-color: white; }

.sso .com-form {
  width: 585px;
  border: 0;
  padding-bottom: 12px; }
  .sso .com-form fieldset > p {
    color: #454545;
    margin-bottom: 23px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px; }
    .fonts-loaded .sso .com-form fieldset > p {
      font-size: 17px; }
  .sso .com-form > .com-buttons {
    display: block;
    border: 0;
    padding: 0 12px 0 0; }
  .sso .com-form p a {
    text-decoration: underline; }
    .sso .com-form p a:hover {
      color: #db0000; }
    .sso .com-form p a.member {
      font-size: 14px;
      text-transform: none;
      text-decoration: none; }
      .sso .com-form p a.member:hover {
        text-decoration: underline; }
  .sso .com-form legend + p {
    font-size: 14px;
    line-height: 20px;
    margin: 23px 0;
    padding: 0; }
    .fonts-loaded .sso .com-form legend + p {
      font-size: 17px; }
    .sso .com-form legend + p:before {
      display: none; }
  .sso .com-form.progress legend + p {
    margin-top: 60px; }
  .sso .com-form .column {
    padding-top: 0;
    margin-bottom: 23px; }
  .sso .com-form .note {
    bottom: 12px;
    margin-bottom: 0; }
  .sso .com-form.profile-pic {
    padding-top: 12px;
    padding-left: 178px;
    width: 407px; }
    .sso .com-form.profile-pic legend + p {
      margin-top: 0; }
    .sso .com-form.profile-pic figure {
      float: left;
      margin-left: -166px; }
    .sso .com-form.profile-pic .upload-file input[type="text"] {
      width: 60%; }
    .sso .com-form.profile-pic .upload-file input[type="button"] {
      left: 275px; }
    .sso .com-form.profile-pic.upload-form .upload-file {
      margin-bottom: 44px; }
    .sso .com-form.profile-pic.upload-form fieldset > div.com-upload.error {
      margin-bottom: 0;
      padding-bottom: 25px; }

.sso .upload-form legend {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.sso .progressbar {
  overflow: hidden; }
  .sso .progressbar .meter {
    float: left;
    border: 1px solid #b5b5b5;
    background-color: white;
    height: 17px;
    padding: 1px;
    width: 79.500891266%; }
    .sso .progressbar .meter span {
      display: block;
      height: 17px;
      min-width: 10%;
      background-color: #db0000; }
  .sso .progressbar em {
    float: left;
    width: 17.112299465%;
    padding-right: 2.673796791%;
    line-height: 21px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
    color: #454545; }

.sso-alt .com-check input {
  vertical-align: top; }

.sso-alt .com-check label {
  display: inline-block;
  font-weight: 400; }
  .sso-alt .com-check label a {
    text-decoration: underline; }

.sso-alt #innerWrapper {
  background-color: white; }

.sso-alt .com-form {
  width: 658px; }

body.sso {
  background-color: white; }

body.sso-alt {
  background-color: white; }

.uploads.sso-alt .upload {
  background-color: white; }

.com-iframe {
  width: 585px;
  border: 0; }

.com-upload-data {
  height: 260px; }

.com-upload-file {
  height: 430px; }

.com-upload-advanced {
  height: 447px;
  overflow: hidden; }

/* /iFrame Styles */
/* Functions */
.comment .fnc {
  position: absolute;
  top: 0;
  right: 0; }
  .comment .fnc li > .btn-def.drop:hover, .comment .fnc li > .btn-def.drop:active, .comment .fnc li > .btn-def.drop:focus {
    color: #db0000; }

.fnc > li {
  float: left;
  margin: 0 0 0 10px;
  position: relative; }
  .fnc > li ul {
    color: #787878;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 1000;
    position: absolute;
    top: 24px;
    right: 0;
    display: none;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid #d9d9d9;
    background: white; }
    .fonts-loaded .fnc > li ul {
      font-size: 14px; }

.no-js .fnc > li.active ul {
  display: block; }

.no-js .fnc > li:hover ul {
  display: block; }

.fnc ul a {
  height: 21px;
  line-height: 21px;
  display: block;
  color: #787878;
  padding: 0 10px; }
  .fnc ul a:hover, .fnc ul a:active, .fnc ul a:focus {
    background-color: #d9d9d9;
    color: #454545;
    text-decoration: none; }

/* /Functions */
/* Activity Feed */
.activity-list {
  overflow: hidden; }
  .activity-list .fblike {
    display: block;
    margin: 20px 0; }
    .activity-list .fblike:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .activity-list > ol {
    position: relative; }

.news-list > ol {
  position: relative; }

.news-list .hentry {
  width: 100%; }
  .news-list .hentry:hover .ugcGroup {
    opacity: 1;
    display: block; }

.news-list .fblike {
  margin: 20px 0; }

.news-list .t9l .headline {
  max-height: 42px; }

.news-list .t9l .ugcGroup {
  right: auto;
  left: 3px;
  opacity: 0;
  top: 3px; }
  .news-list .t9l .ugcGroup a {
    color: white; }

.medialists.articles .hentry {
  width: 100%;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px dotted #d9d9d9; }

.activity .hentry {
  width: 100%;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px dotted #d9d9d9; }
  .activity .hentry:hover .ugcGroup {
    opacity: 1;
    display: block; }
  .activity .hentry .playerIcon {
    top: 38px; }

.activity .t9l .ugcGroup {
  top: 11px;
  right: auto;
  left: 3px;
  opacity: 0; }
  .activity .t9l .ugcGroup a {
    color: white; }

.activity > header + .sub-comment-list {
  padding-top: 0; }

/* /Activity Feed */
/* follow topics and topcomments */
.com-follow {
  color: #454545; }
  .com-follow h3 {
    margin: 0; }
    .com-follow h3 a {
      color: #454545; }
  .com-follow > div > .more {
    color: #454545;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    position: absolute;
    right: 12px;
    top: 2px; }
  .com-follow p {
    font-size: 12px;
    line-height: 20px;
    margin: 8px 0 0; }
    .fonts-loaded .com-follow p {
      font-size: 17px; }
    .com-follow p a {
      color: inherit;
      text-decoration: underline; }
      .com-follow p a:hover, .com-follow p a:active, .com-follow p a:focus {
        color: #db0000; }
  .com-follow .r12 p {
    max-height: 40px;
    overflow: hidden; }
  .com-follow.wide {
    margin: 0 auto 18px;
    width: 89%; }
  .com-follow .hint {
    position: static;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0; }
  .com-follow .r20 .hint,
  .com-follow .r22 .hint,
  .com-follow .r26 .hint {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px -35% 0;
    width: 70%; }
  .s5 .com-follow,
  .s6 .com-follow {
    margin-top: 20px; }
  .s5 header + .com-follow,
  .s6 header + .com-follow {
    margin-top: 0; }

.com-topcomments {
  color: #454545; }
  .com-topcomments > div > .more {
    color: #454545;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    position: absolute;
    right: 12px;
    top: 2px; }
  .com-topcomments .hint {
    position: static;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0; }
  .com-topcomments .comment {
    background: white;
    border: 1px solid #d9d9d9;
    position: relative; }
    .com-topcomments .comment:before {
      border-style: solid;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      top: 100%;
      pointer-events: none;
      border-color: transparent;
      border-top-color: #d9d9d9;
      border-width: 8px;
      left: 10%;
      margin-left: -8px; }
    .com-topcomments .comment:after {
      border-style: solid;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      top: 100%;
      pointer-events: none;
      border-color: transparent;
      border-top-color: white;
      border-width: 7px;
      left: 10%;
      margin-left: -7px; }
  .com-topcomments .comment-content {
    color: black;
    font-size: 12px;
    line-height: 15px;
    height: 60px; }
  .com-topcomments .related {
    margin-top: 15px; }
  .com-topcomments.gallery .prev {
    bottom: 23px;
    top: auto;
    left: -5px; }
  .com-topcomments.gallery .next {
    bottom: 23px;
    top: auto;
    right: -5px; }
  .com-topcomments .entry-title .kicker {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 10px;
    font-weight: bold; }
  .com-topcomments .entry-title .headline {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    max-height: 51px; }
  .com-topcomments .r20 .hint,
  .com-topcomments .r22 .hint,
  .com-topcomments .r26 .hint {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px -35% 0;
    width: 70%; }
  .s5 .com-topcomments,
  .s6 .com-topcomments {
    margin-top: 20px; }
  .s5 header + .com-topcomments,
  .s6 header + .com-topcomments {
    margin-top: 0; }

.follow-list > li {
  clear: both;
  border-top: 1px solid #d9d9d9;
  padding: 12px 0; }
  .follow-list > li:first-child {
    border-top: none; }

.s6 .follow-list > li {
  padding: 11px 0; }

.s6 .r20 .follow-list > li img {
  height: 69px; }

.follow-list h4 {
  color: black;
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 7px; }
  .fonts-loaded .follow-list h4 {
    font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 19px; }

.wide .follow-list h4 {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  margin: auto; }
  .fonts-loaded .wide .follow-list h4 {
    font-size: 22px; }

.wide .follow-list p {
  margin: 8px 0 16px; }

.follow-list a:hover h4, .follow-list a:active h4, .follow-list a:focus h4 {
  color: #db0000; }

.topcomments-list {
  margin: 0 4px; }
  .topcomments-list li {
    clear: both; }
  .topcomments-list h4 {
    color: black;
    font-size: 15px;
    line-height: 17px;
    margin: 8px 0 5px; }

/* /follow topics and topcomments */
/* Question of the day */
.com-question .question {
  padding-top: 12px; }
  .com-question .question > a {
    float: left;
    padding-right: 12px; }
    .com-question .question > a:hover + .ugcGroup {
      opacity: 1; }

.com-question .ugcGroup {
  right: auto;
  left: 16px;
  top: 44px; }
  .com-question .ugcGroup a {
    display: block; }

.com-question .com-form {
  float: right;
  width: 373px;
  height: 204px;
  border-color: #d9d9d9; }
  .com-question .com-form.loading h4 {
    color: black;
    font-size: 20px;
    line-height: 22px; }
  .com-question .com-form h4 {
    color: black;
    font-size: 20px;
    line-height: 22px; }
    .com-question .com-form h4 a:hover {
      color: #db0000; }
    .fonts-loaded .com-question .com-form h4 {
      font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
      font-weight: 400; }
  .com-question .com-form .socials {
    float: left;
    margin-right: 0; }
  .com-question .com-form > .com-buttons {
    padding-right: 0;
    border: 0; }
  .com-question .com-form .com-textarea.error {
    margin-bottom: -15px; }
  .com-question .com-form .active textarea {
    min-height: 51px;
    height: 51px;
    overflow: auto; }
  .com-question .com-form textarea {
    min-height: 51px;
    height: 51px;
    overflow: auto; }
    .com-question .com-form textarea.active {
      min-height: 51px;
      height: 51px;
      overflow: auto; }
    .com-question .com-form textarea:focus {
      min-height: 51px;
      height: 51px;
      overflow: auto; }

.com-question .loading .com-buttons {
  background-color: transparent; }

.com-question .new-comment fieldset {
  padding-left: 0; }

.com-question .popular {
  padding-top: 11px;
  clear: both; }
  .com-question .popular header {
    background-color: transparent;
    margin: 0;
    height: auto;
    border: 0; }
    .com-question .popular header h4 {
      height: 27px;
      line-height: 27px;
      font-size: 14px;
      font-weight: 700;
      color: #333333;
      text-transform: uppercase; }
  .com-question .popular > header a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -27px;
    line-height: 27px; }
  .com-question .popular .comment {
    background-color: white;
    padding: 8px 58px 8px 74px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    border: 1px solid #d9d9d9; }
    .com-question .popular .comment .comment-actions {
      position: absolute;
      right: 0;
      top: 8px;
      width: 57px;
      border-left: 1px solid #d9d9d9; }
    .com-question .popular .comment p {
      margin-bottom: 0; }
    .com-question .popular .comment > .comment-actions > li:last-child {
      visibility: visible; }
  .com-question .popular .comment-actions .like {
    float: none;
    background: url(../../../System/assets/img/com/daum-gross.png) center center no-repeat;
    top: 0;
    width: 19px;
    height: 18px;
    margin: 8px 19px 5px; }
    .com-question .popular .comment-actions .like + span {
      display: block;
      text-align: center; }

.com-question p.hint {
  padding: 30px 0; }
  .com-question p.hint strong {
    display: block;
    color: black; }

.comein {
  border: 1px solid #d9d9d9;
  background: white;
  padding: 0 12px; }
  .pos2 .comein {
    height: 248px; }
  .posLast .comein {
    height: 106px; }
  .comein h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #454545;
    font-weight: 400;
    margin: 15px 0 18px 0; }
    .fonts-loaded .comein h4 {
      font-size: 19px; }
  .comein p {
    text-align: center;
    margin-bottom: 14px; }
  .comein .btn-def {
    margin: 0 12px 0 0; }
  .comein .btn-fb-log {
    display: block;
    height: 1.81819em;
    width: 13em;
    padding: 0 6px;
    margin: 1em auto;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background-color: #5e78ae;
    border: 1px solid #3a5897; }
    .comein .btn-fb-log:hover {
      background-color: #3a5897; }

/* /Question of the day */
/* Textbox */
.com-mentions {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1; }
  .com-mentions li {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: white;
    margin-bottom: 0; }
    .com-mentions li a {
      display: block;
      min-height: 50px;
      padding: 5px; }
  .com-mentions img {
    float: left;
    margin-right: 12px; }
  .com-mentions a {
    color: black;
    font-weight: 700; }
    .fonts-loaded .com-mentions a {
      font-size: 17px;
      line-height: 28px; }
    .com-mentions a:link, .com-mentions a:visited {
      color: black;
      font-weight: 700; }
    .com-mentions a:active, .com-mentions a:hover, .com-mentions a:focus {
      background-color: #ededed; }

/* /Textbox */
.edge > .profileHead {
  background: white;
  padding: 10px 15px 10px 10px;
  margin-bottom: 12px; }

.profileHead figure {
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid #d9d9d9;
  margin: 6px 15px 6px 0;
  overflow: hidden;
  line-height: 147px; }
  .profileHead figure img {
    max-width: 150px;
    min-width: 150px;
    display: inline-block;
    vertical-align: middle; }

.profileHead .activity {
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1; }
  .profileHead .activity li {
    float: left;
    margin: 0 -1px 0 0; }
  .profileHead .activity p {
    position: relative;
    background: white;
    border: 1px solid #d9d9d9;
    text-align: center;
    height: 53px;
    width: 88px;
    font-size: 11px;
    color: #787878;
    text-transform: uppercase;
    font-weight: normal; }
    .fonts-loaded .profileHead .activity p {
      font-size: 14px; }
    .profileHead .activity p em {
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 23px;
      padding: 8px 0 0;
      font-style: normal;
      color: #333333; }
      .fonts-loaded .profileHead .activity p em {
        font-size: 21px; }

.profileHead > p {
  font-size: 17px;
  color: #454545;
  line-height: 21px;
  overflow: auto; }
  .profileHead > p a {
    font-weight: bold;
    display: block;
    overflow: hidden;
    word-wrap: break-word; }
    .profileHead > p a:hover, .profileHead > p a:active, .profileHead > p a:focus {
      color: #db0000;
      outline: none; }

.profileHead .messagebox {
  position: absolute;
  top: 65px;
  bottom: 9px;
  left: 170px;
  right: 110px;
  text-align: center; }
  .profileHead .messagebox p {
    font-size: 21px;
    line-height: 24px;
    color: #787878;
    text-align: center; }
    .profileHead .messagebox p a {
      color: #333333; }
      .profileHead .messagebox p a:hover, .profileHead .messagebox p a:active, .profileHead .messagebox p a:focus {
        color: #db0000;
        outline: none; }
  .profileHead .messagebox div.login {
    padding-top: 10px; }

.profileHead .fnc {
  position: absolute;
  top: 12px;
  right: 15px; }
  .profileHead .fnc .btn-def,
  .profileHead .fnc .btn-emp {
    color: #333333;
    background-color: transparent;
    line-height: 30px;
    text-transform: uppercase; }
    .fonts-loaded .profileHead .fnc .btn-def, .fonts-loaded
    .profileHead .fnc .btn-emp {
      font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
      font-weight: 700;
      font-size: 14px; }
    .profileHead .fnc .btn-def:hover, .profileHead .fnc .btn-def:active, .profileHead .fnc .btn-def:focus,
    .profileHead .fnc .btn-emp:hover,
    .profileHead .fnc .btn-emp:active,
    .profileHead .fnc .btn-emp:focus {
      color: #db0000; }

.profileHead .fb-ico {
  position: absolute;
  top: 55px;
  right: 15px;
  height: 20px;
  width: 20px;
  background: url(../../../System/assets/img/com/fb-ico.png) 0 0 no-repeat; }
  .profileHead .fb-ico:hover, .profileHead .fb-ico:active, .profileHead .fb-ico:focus {
    background-position: bottom left; }

.profileHead h2 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 0 0 8px 0;
  padding: 0 35% 0 0;
  white-space: nowrap; }
  .fonts-loaded .profileHead h2 {
    font-family: "Gotham", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 22px; }

header .profileHead h2 {
  margin-bottom: 8px; }

.profileHead .homepage {
  padding: 0 20px 0 0; }

.profileHead .interests {
  position: absolute;
  bottom: 10px;
  left: 177px; }
  .profileHead .interests > a {
    position: absolute;
    background: white;
    top: -10px;
    right: 0;
    padding: 0 0 0 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    color: #787878; }
    .fonts-loaded .profileHead .interests > a {
      font-size: 14px; }
  .profileHead .interests ul {
    border-top: 1px solid #d9d9d9;
    padding: 8px 0 0 0; }
    .profileHead .interests ul > li {
      float: left;
      margin: 0 0 0 15px;
      background: transparent url(../../../System/assets/img/com/kein-thema-teaser.jpg) no-repeat 0 0;
      width: 98px;
      height: 55px;
      line-height: 55px; }
    .profileHead .interests ul li > a {
      display: block; }
    .profileHead .interests ul li:first-child {
      margin: 0; }
  .profileHead .interests .active {
    position: relative;
    z-index: 90; }

.interests li > div {
  display: none;
  padding: 8px 10px;
  position: absolute;
  top: 65px;
  left: 0;
  border: 1px solid #d9d9d9;
  background: white;
  z-index: 100;
  width: 140px;
  height: 52px; }
  .interests li > div p {
    font-size: 10px;
    line-height: 13px;
    color: black;
    text-transform: uppercase;
    max-height: 26px;
    min-height: 26px;
    overflow: hidden;
    font-weight: 700;
    margin: 0 0 3px 0; }
    .interests li > div p:before {
      display: block;
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid;
      border-color: transparent transparent white transparent;
      left: 9px;
      top: -22px;
      border-width: 11px;
      border-bottom-color: #d9d9d9; }
    .interests li > div p:after {
      display: block;
      content: "";
      position: absolute;
      top: -20px;
      left: 10px;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 10px;
      border-color: transparent transparent white transparent; }

.interests li.active > div {
  display: block; }

.interest-sport {
  background: transparent url(../../../System/assets/img/com/sport-teaser-themen.jpg) no-repeat 0 0; }
  .interest-sport:hover, .interest-sport:active, .interest-sport:focus {
    background-position: 0 100%; }

.interest-travel {
  background: transparent url(../../../System/assets/img/com/reise-teaser-themen.jpg) no-repeat 0 0; }
  .interest-travel:hover, .interest-travel:active, .interest-travel:focus {
    background-position: 0 100%; }

.interest-technic {
  background: transparent url(../../../System/assets/img/com/technik-teaser-themen.jpg) no-repeat 0 0; }
  .interest-technic:hover, .interest-technic:active, .interest-technic:focus {
    background-position: 0 100%; }

.interest-tv-film {
  background: transparent url(../../../System/assets/img/com/tv+film-teaser-themen.jpg) no-repeat 0 0; }
  .interest-tv-film:hover, .interest-tv-film:active, .interest-tv-film:focus {
    background-position: 0 100%; }

ul.usr-img-upload {
  position: absolute;
  top: 103px;
  left: 134px;
  max-width: 140px;
  border: 1px solid #d9d9d9;
  background: white;
  z-index: 120; }
  ul.usr-img-upload > li ul {
    display: none;
    width: 100%;
    background: white; }
    ul.usr-img-upload > li ul li {
      padding: 5px 5px 5px 0;
      position: relative; }
  ul.usr-img-upload > li:hover ul {
    display: block; }
  ul.usr-img-upload > li > a {
    line-height: 27px;
    height: 27px; }
    ul.usr-img-upload > li > a:hover, ul.usr-img-upload > li > a:active, ul.usr-img-upload > li > a:focus {
      background-color: #d9d9d9;
      color: #454545;
      text-decoration: none; }
  ul.usr-img-upload a {
    display: block;
    padding: 0 9px;
    color: #787878;
    text-transform: uppercase;
    font-size: 11px;
    background-color: white;
    z-index: 1000; }
    .fonts-loaded ul.usr-img-upload a {
      font-size: 14px; }
  ul.usr-img-upload .arrow {
    padding-left: 9px; }
  ul.usr-img-upload ul a {
    height: 18px;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 0; }
    ul.usr-img-upload ul a:hover, ul.usr-img-upload ul a:active, ul.usr-img-upload ul a:focus {
      background-color: #d9d9d9;
      color: #454545;
      text-decoration: none; }

.combox {
  position: relative; }
  .combox > div > a + h4 {
    padding-right: 70px; }
    .combox > div > a + h4 + p {
      padding-right: 70px; }
  .combox .sep {
    border-top: 1px solid #d9d9d9;
    padding: 18px 0 0 0; }
  .combox h4 {
    padding: 0 0 0 12px;
    font-size: 15px;
    color: #454545;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 10px 0; }
    .fonts-loaded .combox h4 {
      font-size: 19px; }
  .combox p {
    padding: 0 0 0 12px;
    font-size: 13px;
    color: #787878; }
    .fonts-loaded .combox p {
      font-size: 17px;
      line-height: 21px; }
  .combox .btn-def {
    margin: 15px 19% 20px; }
  .combox .btn-emp {
    margin: 0 0 0 20px; }

div.combox > div {
  padding: 12px 0; }

.combox-profile {
  text-align: right; }
  .combox-profile p {
    padding: 0 0 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #454545; }
  .combox-profile img {
    position: absolute;
    right: 12px;
    top: 12px; }
  .combox-profile h4 {
    color: #333333;
    font-weight: bold;
    margin: 6px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0; }
    .combox-profile h4 a {
      color: #333333;
      font-weight: bold;
      margin: 12px 0 3px;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 0; }
  .combox-profile a {
    color: #454545; }
  .combox-profile .sep {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0; }
  .combox-profile .activity {
    text-align: right; }
    .combox-profile .activity li {
      display: inline; }
      .combox-profile .activity li:first-child p {
        border: 0; }
    .combox-profile .activity p {
      display: inline-block;
      border-left: 1px solid #d9d9d9;
      text-align: center;
      padding: 0 8px;
      width: 27.15%;
      font-size: 11px;
      color: #787878;
      text-transform: uppercase;
      font-weight: normal; }
      .fonts-loaded .combox-profile .activity p {
        font-size: 14px; }
      .combox-profile .activity p em {
        display: block;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        font-style: normal;
        color: #333333; }
        .fonts-loaded .combox-profile .activity p em {
          font-size: 21px; }

.friends ul {
  margin: 0 -5px;
  padding: 10px 0 0 0; }

.friends li {
  float: left;
  margin: 0 5px;
  padding: 0 0 12px 0;
  position: relative; }
  .friends li > a {
    height: 50px;
    overflow: hidden;
    display: block; }

.friends .card {
  bottom: 60px;
  top: auto;
  left: 0;
  z-index: 5001; }

.friends .more {
  position: absolute;
  top: 2px;
  right: 12px;
  line-height: 29px;
  color: #333333;
  font-size: 11px;
  font-weight: 700; }
  .friends .more:hover, .friends .more:active, .friends .more:focus {
    text-decoration: underline; }

.usrlist > li {
  display: block;
  border-top: 1px solid #d9d9d9;
  padding: 12px 0;
  clear: both;
  min-height: 50px; }
  .usrlist > li:hover {
    position: relative; }
  .usrlist > li:first-child {
    border: 0; }
  .usrlist > li a img {
    float: left;
    clear: left;
    margin: 0 10px 0 12px; }
  .usrlist > li > a {
    font-weight: 700;
    max-width: 70%;
    display: inline; }
    .usrlist > li > a.js-load {
      display: block;
      max-width: none;
      font-size: 10px;
      color: #454545; }

.usrlist li .fnc {
  float: right;
  margin: 8px 12px 0 0; }

.usrlist li.loading {
  background: transparent url(../../../System/assets/img/com/loading.gif) 50% 50% no-repeat; }
  .usrlist li.loading ul {
    display: none; }
  .usrlist li.loading a {
    display: none; }

.settings {
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 3px 0 0 #ededed;
          box-shadow: 0 3px 0 0 #ededed; }
  .settings .category header {
    height: 30px; }
    .settings .category header a {
      float: right; }
      .settings .category header a:hover, .settings .category header a:active, .settings .category header a:focus {
        text-decoration: none; }
        .settings .category header a:hover i, .settings .category header a:active i, .settings .category header a:focus i {
          display: block; }
        .settings .category header a:hover em, .settings .category header a:active em, .settings .category header a:focus em {
          color: #db0000; }
      .settings .category header a i {
        display: none;
        position: absolute;
        top: -30px;
        right: -10px;
        background: #db0000;
        padding: 3px 12px;
        text-transform: uppercase;
        color: white;
        font-style: normal;
        font-size: 11px;
        font-weight: 700; }
        .fonts-loaded .settings .category header a i {
          font-size: 14px; }
        .settings .category header a i:after {
          content: "";
          position: absolute;
          bottom: -7px;
          right: 10px;
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #db0000; }
      .settings .category header a img {
        display: inline;
        vertical-align: middle; }
      .settings .category header a.category-edit:before {
        content: "";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        text-indent: 0;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 14px;
        font-family: 'icomoon'; }
    .settings .category header em {
      display: block; }
      .settings .category header em:before {
        content: "";
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: none;
        text-indent: 0;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 14px;
        font-family: 'icomoon';
        position: absolute;
        right: 2px; }
  .settings a:hover, .settings a:active, .settings a:focus {
    color: #db0000; }
  .settings dl {
    padding: 0 30px 37px 30px;
    color: #787878;
    font-size: 14px;
    line-height: 18px; }
    .settings dl a {
      text-decoration: underline; }
    .settings dl.profile dt {
      width: 25%; }
    .settings dl.profile dd {
      padding-right: 0; }
      .settings dl.profile dd > div {
        margin: 0 0 0 25%;
        text-align: left;
        line-height: 15px; }
      .settings dl.profile dd.value > div {
        margin: 0; }
      .settings dl.profile dd label {
        float: none;
        display: inline-block;
        margin: 0 0 0 8px;
        font-size: 13px;
        font-weight: 400;
        color: #454545;
        vertical-align: bottom; }
      .settings dl.profile dd input {
        vertical-align: top; }
    .settings dl.profile .value {
      text-align: left;
      width: 75%; }
  .settings dt {
    float: left;
    clear: left;
    width: 59%;
    margin: 25px 0 13px 0;
    font-weight: 700;
    color: #454545;
    font-size: 14px;
    line-height: 18px; }
    .fonts-loaded .settings dt {
      font-size: 17px;
      line-height: 21px; }
  .settings dd {
    clear: both;
    padding: 3px 45% 0 0;
    font-size: 12px;
    line-height: 14px; }
    .fonts-loaded .settings dd {
      font-weight: 200;
      font-size: 17px;
      line-height: 21px; }
    .settings dd.value {
      clear: right;
      float: right;
      width: 40%;
      margin: 25px 0 0 0;
      padding: 0;
      text-align: right; }
  .settings form {
    border: 0; }
    .settings form fieldset {
      padding: 0 30px 12px 30px;
      color: #787878;
      font-size: 14px;
      line-height: 18px; }
      .settings form fieldset > div {
        margin: 0; }
    .settings form label {
      float: left;
      clear: left;
      width: 59%;
      margin: 25px 0 13px 0;
      font-weight: 700;
      color: #454545;
      font-size: 14px;
      line-height: 18px; }
      .fonts-loaded .settings form label {
        font-family: "Gotham XNarrow", Arial, Helvetica, Tahoma, sans-serif;
        font-size: 17px;
        line-height: 21px; }
    .settings form p {
      clear: both;
      padding: 3px 45% 0 0;
      font-size: 12px;
      line-height: 14px; }
      .fonts-loaded .settings form p {
        font-weight: 200;
        font-size: 17px;
        line-height: 21px; }
    .settings form a {
      text-decoration: underline; }
    .settings form.loading .com-buttons {
      background: white url(../../../System/assets/img/com/loading.gif) 50% 50% no-repeat; }
      .settings form.loading .com-buttons input {
        visibility: hidden; }
    .settings form.profile label {
      float: none;
      display: block;
      width: auto;
      margin: 0 0 2px; }
    .settings form.profile .value .com-text input {
      width: 95.2%; }
  .settings .com-select select {
    clear: right;
    float: right;
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    width: auto; }
  .settings p a {
    text-decoration: underline; }
  .settings .delete-account {
    padding: 25px 30px 12px; }
    .fonts-loaded .settings .delete-account {
      font-size: 17px; }
  .fonts-loaded .settings .category h3 {
    font-weight: 700;
    font-size: 21px; }

.activity p a {
  color: #787878; }
  .activity p a:hover, .activity p a:active, .activity p a:focus {
    color: #db0000;
    outline: none; }

.livefeed {
  min-height: 1000px;
  max-height: 1000px;
  overflow: hidden;
  position: relative; }
  .livefeed:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 1;
    background: white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e2e2e2));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e2e2e2 100%); }

div.usr-feed .remove:hover, div.usr-feed .remove:active, div.usr-feed .remove:focus {
  background-position: 0 -20px;
  text-decoration: none; }

.s5 section:first-child .combox,
.s5 section:first-child .friends {
  margin-top: 40px;
  margin-bottom: 12px; }

form.profile dl.profile {
  padding: 0; }

dl.profile .com-select select {
  float: none;
  display: block;
  margin: 0;
  width: 40%; }

.com-lightbox {
  position: relative;
  width: 585px;
  background-color: white;
  border: 10px solid #787878;
  border-color: rgba(0, 0, 0, 0.5);
  z-index: 2000002; }
  .com-lightbox header {
    position: relative;
    background-color: #ededed;
    height: 30px;
    padding: 0 12px;
    border-bottom: 1px solid #d9d9d9; }
    .com-lightbox header h2 {
      color: #454545;
      font-size: 14px;
      line-height: 30px;
      text-transform: uppercase; }
      .fonts-loaded .com-lightbox header h2 {
        font-size: 16px; }
  .com-lightbox a.close {
    position: absolute;
    top: 11px;
    right: 4px;
    height: 20px;
    width: 1em;
    text-indent: -9999px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background: url(../../../System/assets/img/bde/close-layer.png) no-repeat; }

.com-lightbox-body .usrlist {
  margin: 12px 0;
  padding: 0 10px;
  max-height: 400px;
  min-height: 400px;
  overflow: auto;
  position: relative; }

.bild-overlay {
  background-color: white;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000001; }

.ugcGroup a:before {
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: 'icomoon';
  display: inline-block;
  padding: 0 2px;
  position: relative;
  top: 3px; }

.medialists {
  margin: 0 0 -1px; }
  .medialists > ul {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    table-layout: fixed; }
    .medialists > ul > li {
      display: table-cell;
      vertical-align: top; }
  .medialists form + ul {
    padding: 0 0 20px; }
  .medialists .ugc-item {
    max-width: 189px;
    line-height: 15px;
    margin: 0 auto;
    position: relative; }
    .medialists .ugc-item > a img {
      max-width: 100%; }
  .medialists h4 {
    font-size: 17px;
    line-height: 21px;
    padding: 5px 0 0;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis; }
  .medialists a:hover h4 {
    color: #db0000; }
  .medialists div.ugc-item > p {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 12px; }
    .medialists div.ugc-item > p a {
      color: #db0000; }
      .medialists div.ugc-item > p a:hover, .medialists div.ugc-item > p a:active, .medialists div.ugc-item > p a:focus {
        text-decoration: underline; }
  .medialists div.ugc-item > span,
  .medialists div.ugc-item > time {
    font-size: 11px;
    color: #4d4d4d; }
  .medialists.articles > ul {
    padding: 0;
    display: block;
    clear: left; }
    .medialists.articles > ul > li {
      display: block;
      clear: left;
      padding: 20px 12px;
      border-top: 1px solid #d9d9d9; }
      .medialists.articles > ul > li:first-child {
        border: 0;
        padding: 12px 12px 20px; }
  .medialists.articles .sort {
    padding-bottom: 0; }
  .medialists.articles .hentry > span,
  .medialists.articles .hentry > time {
    position: absolute;
    bottom: 10px;
    left: 201px;
    color: gray;
    font-size: 11px; }
  .medialists .comments:before {
    content: "";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: 'icomoon'; }
  .medialists .comments:before {
    padding: 0 5px 0 0;
    position: relative;
    top: 4px; }
  .medialists .user-like:before {
    content: "";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: 'icomoon'; }
  .medialists .user-like:before {
    padding: 0 5px 0 0;
    position: relative;
    top: 4px; }
  .medialists + .pag {
    margin: 0; }
  .medialists + .pagination .pag {
    margin: 0; }
  .medialists .show-all {
    padding: 12px;
    text-align: right;
    margin: -1px 0 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 3px 0 0 #ededed;
            box-shadow: 0 3px 0 0 #ededed; }

.board > .show-all,
.board div > .show-all {
  padding: 12px;
  text-align: right;
  margin: -1px 0 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 3px 0 0 #ededed;
          box-shadow: 0 3px 0 0 #ededed; }

.board .slideWrapper li .t3o {
  width: 141px; }

.board .t3o .playerIcon {
  background-position: -142px -162px;
  height: 43px;
  width: 43px;
  left: 48px;
  top: 31px; }

.board .t3o a:hover .playerIcon, .board .t3o a:active .playerIcon, .board .t3o a:focus .playerIcon {
  background-position: -212px -162px; }

.board h2 {
  padding-left: 44px; }
  .board h2:before {
    position: absolute;
    top: -4px;
    left: -2px;
    display: inline-block;
    content: '\e62d';
    font-family: "icomoon";
    font-size: 33px;
    color: #db0000;
    text-shadow: 3px 0 0 white, 0 3px 0 white;
    z-index: 2; }
  .board h2:after {
    position: absolute;
    display: inline-block;
    content: '\e62d';
    font-family: "icomoon";
    font-size: 33px;
    left: 7px;
    top: 2px;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    color: black;
    text-shadow: none;
    z-index: 1; }

.fonts-loaded .board .category h3 {
  font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400; }

.fonts-loaded .board figure.post h3 {
  font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400; }

.slide-detail {
  position: relative;
  background-color: #ededed;
  padding: 0 3px 3px;
  top: -6px; }
  .slide-detail figure {
    background-color: white;
    border: 1px solid #d9d9d9;
    padding: 30px 12px 12px; }
    .slide-detail figure .meter {
      position: absolute;
      top: 0;
      right: 16px;
      height: 30px;
      text-align: right;
      font-weight: bold;
      font-size: 12px;
      line-height: 30px;
      color: #4d4d4d; }
    .slide-detail figure img {
      display: block;
      margin: 0 auto 15px; }
    .slide-detail figure p {
      margin-bottom: 12px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .slide-detail figure h3 {
      font-size: 17px;
      line-height: 19px;
      margin-bottom: 6px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .slide-detail .creator a.member {
    text-decoration: none; }

.contributed {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 8px;
  position: relative;
  width: 100%; }
  .contributed .video,
  .contributed .photo {
    float: left;
    margin: 0 12px 0 0;
    max-height: 292px;
    max-width: 189px; }
  .contributed .playerIcon {
    background: transparent url(../../../System/assets/img/bde/media-icon-sprite.png) no-repeat -140px -161px;
    overflow: hidden;
    position: absolute;
    left: 72px;
    top: 56px;
    height: 45px;
    width: 45px; }
  .contributed > a {
    display: block; }
    .contributed > a:hover .playerIcon, .contributed > a:active .playerIcon, .contributed > a:focus .playerIcon {
      background-position: -210px -161px; }
    .contributed > a:hover .article-hl, .contributed > a:active .article-hl, .contributed > a:focus .article-hl {
      color: #db0000; }

.ugc-content {
  width: 526px; }
  .ugc-content figure {
    background-color: white;
    color: black;
    border: 1px solid #d9d9d9;
    position: relative; }
    .ugc-content figure img {
      max-width: 100%;
      max-height: 699px;
      margin: 0 auto;
      width: auto; }
    .ugc-content figure .playerIcon {
      background: transparent url(../../../System/assets/img/bde/media-icon-sprite.png) no-repeat -140px 0;
      overflow: hidden;
      position: absolute;
      left: 227px;
      top: 161px;
      height: 70px;
      width: 70px; }
  .ugc-content figcaption {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 12px; }
  .ugc-content a:hover .playerIcon, .ugc-content a:active .playerIcon, .ugc-content a:focus .playerIcon {
    background-position: -210px 0; }

.activity .friends {
  margin: 0 -5px 14px;
  padding: 0; }
  .activity .friends li {
    float: left;
    margin: 0 4px 8px;
    padding: 0;
    position: relative; }
  .activity .friends .card {
    bottom: 60px;
    top: auto;
    left: 0;
    z-index: 5001; }
  .activity .friends .more {
    position: absolute;
    top: 2px;
    right: 12px;
    line-height: 29px;
    color: #333333;
    font-size: 11px;
    font-weight: 700; }
    .activity .friends .more:hover, .activity .friends .more:active, .activity .friends .more:focus {
      text-decoration: underline; }

.activity .pages {
  border-top: 1px dotted #d9d9d9;
  margin-top: 20px;
  padding-top: 8px;
  width: 100%; }

.pages.t9l .headline {
  display: block;
  max-height: 40px; }

.pages .count {
  margin-top: 2em; }

.pages .btn-follow {
  color: white; }
  .pages .btn-follow:hover, .pages .btn-follow:active, .pages .btn-follow:focus {
    color: #d9d9d9; }
  .pages .btn-follow.active {
    color: #4d4d4d; }
    .pages .btn-follow.active:hover, .pages .btn-follow.active:active, .pages .btn-follow.active:focus {
      color: white; }

.module.com-most-comments {
  height: 300px; }
  .module.com-most-comments .t5p2 {
    float: left;
    position: relative;
    width: 323px;
    height: 300px;
    margin: 0 0 0 12px; }
    .module.com-most-comments .t5p2:first-child {
      margin: 0; }

.article-hl {
  font-size: 17px;
  color: black;
  line-height: 20px;
  margin: 0;
  max-height: 20px;
  padding: 7px 0 0; }
  .fonts-loaded .article-hl {
    font-family: "Gotham Cond", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 400; }

.comment.friends {
  padding: 0;
  border: 0;
  background: none; }

.load-more {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px;
  position: relative; }
