/* overlock-regular - latin */
@font-face {
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/overlock-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Overlock Regular'), local('Overlock-Regular'), url('../Fonts/overlock-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/overlock-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/overlock-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/overlock-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/overlock-v9-latin-regular.svg#Overlock') format('svg');
  /* Legacy iOS */
}
/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/merriweather-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url('../Fonts/merriweather-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/merriweather-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/merriweather-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/merriweather-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/merriweather-v21-latin-regular.svg#Merriweather') format('svg');
  /* Legacy iOS */
}
.overlock {
  font-family: 'Overlock', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.serif {
  font-family: 'Merriweather', serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: 'Overlock', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.popover {
  font-size: 12px;
}
a,
a:hover,
a:focus {
  color: #a01c17;
}
@media only screen and (min-width: 768px) {
  #content {
    min-height: 70vh;
  }
}
.user-image-small {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}
.user-image-small img {
  border-radius: 50%;
}
.visible {
  visibility: visible;
  display: inline-block;
}
.invisible {
  visibility: hidden;
  display: none;
}
.img-circle {
  border-radius: 50%;
}
.form-control {
  font-size: 14px;
}
.jumbotron-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card {
  margin-bottom: 40px;
  border-radius: 0;
}
.card .card-header {
  /*background-image:url('../Images/cardheader.jpg');
        background-color: #69110a;
        color: #fff;
        background-repeat: repeat-x;*/
  background-color: #f2f2f2;
  color: #999;
  background-position-y: center;
  padding: 15px 20px 15px 10px;
}
.card .card-header:first-child {
  border-radius: 0;
}
.card .card-headline {
  margin-bottom: 25px;
}
.card .list-group-item a {
  color: #212529;
}
.card .list-group-item a:hover {
  text-decoration: none;
}
.card .list-group-item.active,
.card .list-group-item:hover {
  background-color: #f0f1f3;
  color: #212529;
  border-color: rgba(0, 0, 0, 0.125);
}
.card .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body {
  /*background: url('../Images/page_header.jpg') repeat-x scroll 0 0 #ecf0f5;*/
  /*background-color: @color-lightgrey;*/
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Overlock', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.content-page {
  font-size: 15px;
  line-height: 25px;
}
.box-shadow {
  -webkit-transition: box-shadow 1s ease-in-out;
  -moz-transition: box-shadow 1s ease-in-out;
  -ms-transition: box-shadow 1s ease-in-out;
  -o-transition: box-shadow 1s ease-in-out;
  transition: box-shadow 1s ease-in-out;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0);
}
.box-shadow:hover {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
}
.new-box-shadow {
  /*box-shadow: 0 3px 28px 0 rgba(125,128,163,.17);*/
  border: 1px solid rgba(125, 128, 163, 0.17);
  border-bottom: 2px solid #e6e6e6;
}
h1 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}
h5,
h5.card-header {
  font-size: 16px;
}
img {
  width: 100%;
  height: auto;
}
/*
.search_form {
    height: 18px;
    left: 20px;
    padding: 0;
    position: absolute;
    top: 80px;
    width: 216px;
    z-index: 999;

    input.searchbox-sword {
        background-color: #3b0101;
        border: 1px solid #333;
        color: #999;
        font-size: 12px;
        height: 21px;
        padding: 2px 10px;
        width: 188px;
    }
    input.searchbox-button {

        border: medium none;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 21px;
        left: 187px;
        letter-spacing: -5px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: -1px;
        text-indent: -9999px;
        top: 1px;
        width: 20px;
    }
}

.header {
    height: 136px;
    margin-bottom: 60px;
}

#mainnavigation {
    margin-top: 96px;
    
    .nav-link {
        color: #fff;
        font-weight: 300;
        font-size: 12px;
        margin-right: 18px;
    }
}
nav.bg-light {
    background-color: inherit !important;
}*/
.img-circle {
  border-radius: 50%;
}
ul.typo3-messages {
  list-style: none;
  padding: 0;
}
.btn-default {
  /*background-image: linear-gradient(to bottom,#ffffff 0%,#e0e0e0 100%);*/
  background-color: #a01c17;
  text-shadow: 0 1px 0 #fff;
  border-color: #a01c17;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:hover {
  color: #fff;
}
.btn-xs {
  background-color: #b6aba2;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  border: none;
  text-shadow: none;
  color: #706662;
}
.btn-xs:hover {
  background-color: #a01c17;
  color: #fff;
}
.btn-xs a:hover {
  color: #fff;
}
.card-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.list-group-item.second-level {
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: none;
}
.navbar {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .navbar {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
  }
}
.bg-dark {
  background-color: #a01c17 !important;
  /*background: url('../Images/page_header_mobil.jpg') repeat-x scroll 0 0 #ecf0f5;*/
}
@media only screen and (min-width: 768px) {
  .bg-dark {
    /*background: url('../Images/page_header.jpg') repeat-x scroll 0 0 #ecf0f5;*/
  }
}
/*toggle icon */
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  margin-right: 10px;
  margin-top: -3px;
}
.navbar > .container {
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .navbar > .container {
    display: block;
  }
}
.navbar-brand {
  font-family: 'Merriweather', serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  line-height: 15px;
  padding: 5px 10px;
}
.navbar-brand span {
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    padding: 10px;
    margin: 0;
    font-size: 32px;
    line-height: 21px;
  }
  .navbar-brand span {
    font-size: 14px;
  }
}
#mainNav > ul {
  margin-top: 7px;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0 10px;
  font-family: 'Overlock', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
  }
}
.nav-item {
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
  margin-right: 8px;
}
.nav-item.active a.nav-link,
.nav-item:hover a.nav-link {
  color: #6d1009 !important;
}
@media only screen and (min-width: 768px) {
  .nav-item {
    padding-top: 2px;
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-item {
    margin-right: 16px;
  }
}
.nav-item.active {
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .nav-item.active {
    background-color: #f7f7f7;
  }
}
.nav-item.active a.nav-link {
  color: #6d1009 !important;
}
.nav-item:hover {
  background-color: #fff;
}
.nav-item:hover a.nav-link {
  color: #6d1009 !important;
}
.nav-link {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .nav-link {
    color: #fff;
  }
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
}
/* fixed navbar */
.navbar.fixed-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  margin-top: -55px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.navbar.fixed-header .navbar-brand {
  margin-top: 40px;
  font-size: 22px;
}
.navbar.fixed-header .navbar-brand span {
  display: none;
}
.navbar.fixed-header .userheader {
  top: 37px;
}
.menu-spacer.fixed-header-content {
  height: 80px;
}
/* background open mobile menu */
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
  background-color: #fff;
  border-bottom: 2px solid #a01c17;
}
.navbar-collapse.collapse.show .nav-item.active > .dropdown-menu,
.navbar-collapse.collapsing .nav-item.active > .dropdown-menu,
.navbar-collapse.collapse.show .nav-item.dropdown.show > .dropdown-menu,
.navbar-collapse.collapsing .nav-item.dropdown.show > .dropdown-menu {
  display: block;
  margin-left: 15px;
  border: none;
}
.dropdown-menu {
  /*text-transform: uppercase;*/
  border-radius: 0;
  border: none;
  line-height: 16px;
  margin: 0;
  margin-top: -1px;
  background-color: #ffffff;
  /*box-shadow: 0 3px 28px 0 rgba(125,128,163,.17);*/
  border: 1px solid rgba(125, 128, 163, 0.17);
  border-bottom: 2px solid #e6e6e6;
}
.dropdown-menu a {
  padding: 6px 10px;
  color: #212529;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #fff;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.dropdown-menu a:hover {
  background-color: #580f06;
  background-color: #a01c17;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
.secondNavi {
  /*.sans-cond;*/
  font-size: 11px;
  margin: 10px 0 40px 8px;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #666;
  display: none;
}
@media only screen and (min-width: 992px) {
  .secondNavi {
    display: flex;
    font-size: 13px;
  }
}
.secondNavi li {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .secondNavi li {
    margin-right: 15px;
  }
}
.secondNavi li a {
  color: #706662;
}
.secondNavi li a.active,
.secondNavi li a:hover,
.secondNavi li.active a {
  border-bottom: 3px solid #a01c17;
  padding-bottom: 3px;
  text-decoration: none;
}
/*
@media @mdscreen {
    #mainNav ul {}
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: auto;
    }
}

//first level styling
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
@media @mdscreen {
    .navbar-dark .navbar-nav .nav-item.active, 
    .navbar-dark .navbar-nav .nav-item:hover
    {
        background-color: @color-lightgrey;
        .nav-link {
            color: #333;
        }
    }
}

//dropdownbox styling
.dropdown-menu {
    background-color: inherit;
    border: none;
    .dropdown-item{
        color: #fff;
        font-size: 14px;
        &:hover {
            background-color: inherit;
        }
        &.active {
            background-color: inherit;
        }
    }
}
.dropdown-toggle::after {
    display: none;
}
@media @mdscreen {
    .dropdown-menu {
        margin-top: -7px;
        border: 1px solid #999;
        border-radius: 0;
        box-shadow: 1px 1px 3px rgba(227, 227, 227, 1);
        background-color: #fff;
        .dropdown-item{
            color: #000;
        }
        .dropdown-item:hover{
            color: #710e08;
        }
    }
}
.subnavigation {
    .invisible;
}
@media @lgscreen {
    .subnavigation {
        .visible;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #999;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 5px;
        height: 32px;
        li {
            float:left;
            padding: 5px 7px;
            &.active, &:hover {
                border-bottom: 3px solid #710e08;
            }
        }
        li a {
            font-size: 12px;
            line-height: 21px;
            color: rgb(82,82,82);
            &:hover {text-decoration: none;}
        }
    }
}*/
footer {
  background-color: #333333;
  color: #fff;
  padding: 20px 0;
  margin-top: 50px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .social-footer {
  font-size: 36px;
  margin-top: 10px;
}
.card.usercard {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: block;
  padding: 5px;
  position: relative;
  color: #212529;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  transition: opacity 1000ms linear;
}
@media only screen and (min-width: 992px) {
  .card.usercard {
    height: 110px;
    padding: 10px 15px;
  }
}
.card.usercard .usercard-image {
  width: 60px;
  display: inline-block;
  padding-bottom: 5px;
  float: left;
}
@media only screen and (min-width: 992px) {
  .card.usercard .usercard-image {
    width: 90px;
    margin-right: 45px;
    position: absolute;
    top: 10px;
    left: 15px;
  }
}
.card.usercard .usercard-main {
  display: block;
  margin-left: 70px;
  margin-top: 5px;
  transition: opacity 500ms linear;
}
.card.usercard .usercard-main .username {
  font-size: 21px;
  font-weight: 300;
}
.card.usercard .usercard-main .online_now,
.card.usercard .usercard-main .online_lastday {
  position: relative;
  font-size: 11px;
  margin-left: 12px;
}
.card.usercard .usercard-main .online_now:before,
.card.usercard .usercard-main .online_lastday:before {
  position: absolute;
  left: -10px;
  bottom: 3px;
  width: 7px;
  height: 7px;
  background-color: green;
  content: '';
}
.card.usercard .usercard-main .online_lastday:before {
  background-color: goldenrod;
}
.card.usercard .usercard-main .short-text {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .card.usercard .usercard-main {
    margin-left: 130px;
    margin-top: 15px;
    width: 400px;
    float: left;
  }
  .card.usercard .usercard-main .username {
    padding-bottom: 10px;
  }
}
.card.usercard .usercard-facts {
  clear: both;
  text-align: center;
  margin: 10px -5px -5px -5px;
  display: block;
  background-color: #f9f9f9;
  font-size: 11px;
  transition: opacity 500ms linear;
}
.card.usercard .usercard-facts .usercard-facts-item {
  display: inline;
}
@media only screen and (min-width: 992px) {
  .card.usercard .usercard-facts {
    clear: none;
    float: right;
    width: 95px;
    margin: 20px 0 0 0 ;
    background-color: inherit;
    text-align: left;
  }
  .card.usercard .usercard-facts .usercard-facts-item {
    display: block;
  }
}
.card.usercard .usercard-search {
  position: absolute;
  opacity: 0;
  transition: opacity 500ms linear;
  left: 140px;
  top: 25px;
}
@media only screen and (min-width: 992px) {
  a .card.usercard {
    text-decoration: none;
  }
  a .card.usercard:hover {
    text-decoration: none;
    background-color: #293133;
    background-color: #f9f9fa;
  }
  a .card.usercard:hover .usercard-main,
  a .card.usercard:hover .usercard-facts {
    opacity: 0;
  }
  a .card.usercard:hover .usercard-search {
    opacity: 1;
  }
}
.usersearch-formgroup {
  margin-bottom: 20px;
}
.profil-header {
  position: relative;
  background-color: #f0f1f3;
  border: 1px solid #dadada;
}
@media only screen and (min-width: 992px) {
  .profil-header {
    min-height: 220px;
  }
}
.profil-header .profil-header-top {
  height: 120px;
}
.profil-header .profil-header-bottom {
  padding: 10px 30px;
}
.profil-header.profil-header-noimage .profil-header-top {
  background-color: #a01c17;
}
.profil-header.profil-header-image {
  background-size: cover;
}
.profil-header.profil-header-image .profil-header-bottom {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  min-height: 99px;
}
.profil-header .profil-header-avatar {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -60px;
  width: 120px;
  border: 3px solid #f0f1f3;
  border-radius: 50%;
  background-color: #f0f1f3;
}
@media only screen and (min-width: 992px) {
  .profil-header .profil-header-avatar {
    top: 45px;
  }
}
.profil-username {
  font-weight: 300;
  font-size: 26px;
  padding: 10px 0;
}
.profil-body {
  background-color: #fff;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 2px solid #dadada;
}
.profil-body .profil-body-content {
  padding: 30px;
}
.profil-body .profil-item {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.profil-body .profil-item .profil-item-label {
  display: inline-block;
  width: 130px;
  font-weight: 600;
  color: #555;
}
.profil-body .profil-item .profil-item-value {
  display: inline-block;
}
.profil-headline {
  font-weight: 700;
}
.profil-friend-list-item {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.profil-friend-list-item img {
  width: 40px;
  margin-right: 15px;
}
.profil-friend-list-item.hidden {
  display: none;
}
.show-all-friends {
  font-size: 12px;
}
.group-list-item {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #a01c17;
  -webkit-box-shadow: inset 0px 0px 45px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 45px -10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 45px -10px rgba(0, 0, 0, 0.6);
}
.group-list-item.div_color {
  background-color: #009193;
}
.group-list-item.regio_color {
  background-color: #945200;
}
.group-list-item.faq_color {
  background-color: #929000;
}
a.group-list:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.card.dashboard {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.card.dashboard .card-header {
  background-color: #f9f9f9;
  color: #212529;
  padding: 8px;
}
.card.dashboard .card-header img {
  width: 35px;
  float: left;
}
.card.dashboard .card-header .username {
  color: #a01c17;
  float: left;
  margin-left: 15px;
  padding-top: 6px;
  line-height: 14px;
}
.card.dashboard .card-header .username span {
  color: #999;
  font-size: 10px;
}
.card.dashboard .card-header .tools {
  float: right;
  color: #999;
  font-size: 10px;
  padding: 0 5px;
}
.card.dashboard .card-header .tools .tool-item {
  border: none;
  background-color: inherit;
  padding: 0;
  color: #999;
  cursor: pointer;
}
.card.dashboard .card-header .tools i {
  margin-left: 15px;
}
.card.dashboard .card-body {
  line-height: 21px;
  font-size: 13px;
}
.card.dashboard.lastimages .card-header {
  background-image: url('../Images/cardheader.jpg');
  background-repeat: repeat-x;
  color: #f9f9f9;
}
/*@import "../sources_v2/cofo_groups.less";*/
.userstatus {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #a01c17;
  padding: 5px 20px;
}
@media only screen and (min-width: 992px) {
  .userstatus {
    position: fixed;
    align-items: center;
    right: 10px;
    top: 10px;
    bottom: auto;
    left: auto;
    width: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    line-height: 16px;
    z-index: 99999;
  }
}
.userstatus a {
  color: #fff;
}
.userstatus .mobil-icons {
  visibility: visible;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .userstatus .mobil-icons {
    visibility: hidden;
    display: none;
  }
}
.user-image-small {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .user-image-small {
    visibility: visible;
    display: inline-block;
  }
}
.userstatus .userheader-text .userheader-text-username {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .userstatus .userheader-text .userheader-text-username {
    visibility: visible;
    display: inline-block;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .userstatus .userheader-text .messageicon {
    visibility: hidden;
    display: none;
  }
}
.userstatus .userheader-text .messagetext {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .userstatus .userheader-text .messagetext {
    visibility: visible;
    display: inline-block;
  }
}
.userstatus .userheader-loader {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .userstatus .userheader-logoff {
    border-left: 1px dotted #fff;
    padding-left: 7px;
    margin-left: 7px;
  }
}
.userstatus .userheader-logoff .userheader-logoff-text {
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .userstatus .userheader-logoff .userheader-logoff-text {
    visibility: visible;
    display: inline-block;
  }
}
.header-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header-card {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    color: #ffffff;
    display: block;
    font-size: 11px;
    height: 90px;
    padding: 5px 0px;
    width: 275px;
    position: absolute;
    right: 0;
    top: 18px;
  }
}
.header-card .avatar {
  float: left;
  margin-top: 5px;
  width: 50px;
}
.header-card .signedIn {
  margin-left: 60px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .header-card {
    visibility: visible;
    display: inline-block;
  }
}
.stickyUserFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 20px;
  background-color: #a01c17;
  color: #fff;
}
.list-group {
  /*margin-bottom: 30px;*/
}
.list-group .list-group-item.header {
  background-color: rgba(0, 0, 0, 0.08);
  background-color: #f0f1f3;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.list-group .list-group-item {
  color: #212529;
}
.list-group .list-group-item i {
  color: #999;
  margin-right: 5px;
}
.list-group .list-group-item .badge {
  float: right;
  padding: 5px 8px;
}
.list-group .list-group-item.active {
  color: #a01c17;
  background-color: #f0f1f3;
  border-color: rgba(0, 0, 0, 0.125);
}
.list-group .list-group-item.active i {
  color: #a01c17;
}
.list-group .list-group-item:hover {
  background-color: #f0f1f3;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group .list-group-item.list-group-more-item {
  display: none;
}
.list-group a.listgroup-textlink {
  color: #a01c17;
}
.list-group a.listgroup-textlink:hover {
  text-decoration: underline;
}
.card.infocard .card-header {
  background-color: #fff;
}
.card.infocard .card-header img {
  width: 40px;
  height: 40px;
  float: left;
}
.card.infocard .card-header .title,
.card.infocard .card-header .subtitle {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-left: 50px;
  color: #212529;
}
.card.infocard .card-header .subtitle {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.card.infocard .card-header .subtitle a {
  font-weight: 600;
  color: #a01c17;
}
.card.infocard .card-tools {
  position: absolute;
  right: 20px;
  top: 20px;
}
.card.infocard .jq_toggle-card {
  cursor: pointer;
}
.card.infocard .jq_toggle-card:hover {
  background-color: #f2f2f2;
}
.card.infocard .card-footer {
  background-color: #fff;
  color: #999;
}
.card.infocard .card-footer .btn-right {
  float: right;
}
.profil-card {
  background-color: #f0f1f3;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .profil-card {
    flex-direction: column;
  }
}
.profil-card .profil-card-image {
  position: relative;
  width: 60px;
  margin-left: 10px;
}
@media only screen and (min-width: 576px) {
  .profil-card .profil-card-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.profil-card .profil-card-image .online {
  width: 10px;
  height: 10px;
  display: block;
  background-color: green;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: 5px;
}
.profil-card .profil-card-image .online.lastday {
  background-color: goldenrod;
}
.profil-card .profil-card-image img {
  width: 60px;
  margin-top: 20px;
  margin-bottom: 8px;
  border: 3px solid #fff;
}
.profil-card .profil-card-username {
  color: #333333;
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
  line-height: 15px;
  min-width: 120px;
}
@media only screen and (min-width: 576px) {
  .profil-card .profil-card-username {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.profil-card .profil-card-username .profil-card-facts {
  color: #999999;
  font-weight: normal;
}
.profil-card .profil-card-action {
  color: #999999;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
.profil-card .profil-card-overlay {
  text-align: left;
  padding: 0 15px;
  color: #333333;
}
@media only screen and (min-width: 576px) {
  .profil-card .profil-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0;
    transition: 0.5s ease;
    text-align: center;
  }
  .profil-card .profil-card-overlay div {
    padding: 10px;
    color: #fff;
  }
}
.profil-card:hover {
  text-decoration: none;
}
.profil-card:hover .profil-card-overlay {
  opacity: 0.8;
}
a:hover .profil-card {
  text-decoration: none !important;
}
.group-preview-icon {
  background-color: #a01c17;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
}
.group-preview-icon i.fas {
  color: #fff;
  margin-left: 7px;
  margin-top: 6px;
}
.group-preview-icon.div_color {
  background-color: #009193;
}
.group-preview-icon.regio_color {
  background-color: #945200;
}
.group-preview-icon.faq_color {
  background-color: #929000;
}
.group-list a:hover {
  text-decoration: none;
}
.group-card {
  text-align: center;
  color: #333333;
}
.group-card-image {
  height: 108px;
  background-color: #ebebeb;
  background-color: #009193;
  background-color: #a01c17;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 45px -15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 45px -15px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 45px -15px rgba(0, 0, 0, 0.6);
}
.group-card-image.div_color {
  background-color: #009193;
}
.group-card-image.regio_color {
  background-color: #945200;
}
.group-card-image.faq_color {
  background-color: #929000;
}
.group-card-image::after {
  content: " ";
  position: absolute;
  left: -70px;
  right: -70px;
  bottom: -132px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.group-card-header {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.group-card-icon {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ededed;
  z-index: 2;
  font-size: 30px;
  line-height: 55px;
  color: #666;
}
.group-card .card-body {
  padding-top: 5px;
  position: relative;
}
.group-card-info {
  color: #979797;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}
/* Group Details *************************** */
.group-header {
  min-height: 220px;
  position: relative;
  background-color: #a01c17;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0px 0px 90px -30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 90px -30px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 90px -30px rgba(0, 0, 0, 0.6);
}
.group-header.div_color {
  background-color: #009193;
}
.group-header.regio_color {
  background-color: #945200;
}
.group-header.faq_color {
  background-color: #929000;
}
.group-header-top {
  padding: 20px 30px;
  font-size: 26px;
  color: #fff;
  margin-left: 70px;
}
.group-header-top p {
  font-size: 14px;
  padding-top: 10px;
}
.group-header-top a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .group-header-top {
    height: 120px;
    margin-left: 0px;
  }
}
.group-header-groupname {
  padding-top: 10px;
}
.group-header-admins {
  display: none;
}
@media only screen and (min-width: 768px) {
  .group-header-admins {
    display: block;
  }
}
.group-header-bottom {
  padding: 10px 30px;
  min-height: 98px;
  background-color: rgba(255, 255, 255, 0.9);
}
.group-header-icon {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  margin-left: 0px;
  font-size: 30px;
  padding: 10px;
  border: 3px solid #f0f1f3;
  border-radius: 50%;
  background-color: #f0f1f3;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .group-header-icon {
    width: 120px;
    height: 120px;
    top: 45px;
    left: 50%;
    margin-left: -60px;
    font-size: 60px;
    padding: 20px;
  }
}
.group-nav {
  font-size: 14px;
  line-height: 32px;
  width: auto;
}
.group-nav .nav-item {
  background-color: #999;
}
.group-nav .nav-item.active {
  background-color: #6c757d;
}
.group-nav .nav-item.active a {
  color: #fff !important;
}
/* Group Cards for Lists and Forms */
.group-infocard a:hover {
  text-decoration: none !important;
}
.group-infocard hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.group-infocard .card-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.group-infocard .card-header-title {
  font-size: 24px;
  padding-left: 10px;
  color: #333333;
}
.group-infocard .card-header-tools a {
  color: #969696;
  margin-left: 10px;
}
.group-infocard .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
a:hover .group-sectionlist {
  background-color: rgba(0, 0, 0, 0.05);
}
.group-sectionlist {
  padding: 20px;
  display: flex;
  /*justify-content : space-between;*/
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .group-sectionlist {
    flex-direction: row;
  }
}
.group-sectionlist-icon {
  min-width: 40px;
}
.group-sectionlist-topictitle {
  flex-grow: 2;
  font-weight: bold;
}
.group-sectionlist-topictitle span {
  color: #979797;
  font-weight: normal;
}
.group-sectionlist-topicmeta {
  color: #979797;
  font-size: 12px;
}
.post-list {
  display: flex;
}
.post-content {
  width: 100%;
}
.post-list-user {
  min-width: 40px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .post-list-user {
    min-width: 100px;
    margin-right: 40px;
  }
}
.post-list-user img {
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .post-list-user img {
    width: 60px;
  }
}
.post-list-topic-info {
  display: flex;
  justify-content: space-between;
  /*flex-direction: column;*/
}
@media only screen and (min-width: 768px) {
  .post-list-topic-info {
    flex-direction: row;
  }
}
.post-list-topic-info .post-list-topic-info-user {
  font-style: italic;
}
.post-list-topic-info .post-list-topic-info-user a {
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 768px) {
  .post-list-topic-info .post-list-topic-info-user a {
    display: inline-block;
  }
}
.post-list-topic-info .post-list-topic-info-tools {
  color: #979797;
}
.post-list-topic-info .post-list-topic-info-tools a {
  margin-right: 15px;
  color: #979797;
}
@media only screen and (min-width: 768px) {
  .post-list-topic-text {
    padding-right: 120px;
  }
}
.post-list-topic-relatedTopic {
  padding-top: 10px;
  color: #787878;
}
.card-header-tabs .nav-item {
  margin-bottom: -5px;
}
.card-header-tabs .nav-item:hover {
  background-color: inherit;
}
.card-header-tabs .nav-link {
  padding: 0.5rem 1rem;
  color: #495057;
}
.card-header-tabs .nav-link:hover {
  background-color: #fff;
}
.is-friendlist {
  padding: 0.5rem 1.25rem;
  font-size: 12px;
}
.friend-list-item {
  display: flex;
  align-items: center;
}
.friend-list-item img {
  width: 25px;
  margin-right: 15px;
}
.message-row {
  position: relative;
  margin-bottom: 0px;
  border-bottom: 1px solid #ededed;
}
.message-row:first-of-type {
  border-top: 1px solid #ededed;
}
.message-item-actions {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.message-item {
  font-size: 90%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .message-item {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.message-item.new {
  font-weight: bold;
}
.message-item:hover {
  text-decoration: none;
  background-color: #ededed;
}
.message-item-meta {
  flex-grow: 0;
  margin-right: 10px;
  min-width: 300px;
  display: flex;
  align-items: center;
}
.message-item-meta .message-item-meta-image {
  max-width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.message-item-meta .message-item-meta-status {
  max-width: 30px;
  min-width: 30px;
}
.message-item-meta .message-item-meta-date {
  margin-right: 10px;
}
.message-item-content {
  flex-grow: 10;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .message-item-content {
    margin-top: 0;
  }
}
.message-item-spacer {
  flex-grow: 0;
}
.message-detail-cardheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-detail-cardheader .card-tools i {
  cursor: pointer;
}
.message-detail-header {
  display: flex;
  align-items: center;
}
.message-detail-header-image {
  width: 40px;
  margin-right: 10px;
}
/* history */
.history-details .msg:nth-child(even) {
  background: #f2f2f2;
}
.history-details .msg:nth-child(odd) {
  background: #FFF;
}
.msg {
  padding-bottom: 25px;
}
.msg .msg-head {
  font-size: 80%;
  padding: 5px 15px;
}
.msg .msg-head p {
  margin-bottom: 0;
  padding: 0;
}
.msg p {
  padding: 5px 15px;
  margin-bottom: 0;
}
.pin-card .card-header {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.pin-card .card-header.card-header-syspin {
  background-color: #f2f2f2;
}
.pin-card .card-header img {
  flex-grow: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.pin-card .card-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.pin-card .card-title .title {
  font-size: 16px;
  font-weight: 600;
}
.pin-card .card-title .subtitle {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.pin-card .card-tools {
  flex-grow: 0;
  display: flex;
}
.pin-card .card-tools div {
  cursor: pointer;
}
.pin-card .card-tools a {
  margin-left: 15px;
  color: #999;
  font-size: 12px;
}
.pin-card .card-body {
  padding-bottom: 5px;
}
.pin-social {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.pin-comment-item {
  display: flex;
}
.pin-comment-item .pin-comment-image {
  min-width: 30px;
  max-width: 30px;
  flex-grow: 0;
  margin-left: -10px;
  margin-right: 15px;
  margin-top: 5px;
}
.pin-comment-item .pin-comment-text {
  flex-grow: 1;
}
.pin-comment-item .pin-comment-header {
  display: flex;
  justify-content: space-between;
}
.pin-comment-item .pin-comment-header .pin-comment-date {
  color: #999;
}
.pin-comment-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .pin-comment-new {
    flex-direction: row;
  }
}
.pin-comment-new img {
  display: none;
  min-width: 30px;
  max-width: 30px;
  flex-grow: 0;
  margin-left: -10px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .pin-comment-new img {
    display: block;
  }
}
.pin-comment-new button {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .pin-comment-new button {
    margin-top: 0px;
    margin-left: 20px;
  }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  /* padding-right: 0px;
 padding-left: 0px;*/
}
@media only screen and (min-width: 576px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.typo3-message {
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
}
.typo3-message.message-error {
  background-color: #f8d7da;
  border-color: #f8d7da;
}
.userheader .user-image.size-sm {
  width: 60px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.userheader .user-text {
  display: inline-block;
  line-height: 19px;
}
.userheader .user-text a {
  font-weight: bold;
}
.userheader .header-tools {
  float: right;
}
.table {
  font-size: 12px;
}
.clickable-row {
  cursor: pointer;
}
.bootstrap-nav-tabs .nav-link {
  color: inherit;
}
.test-header-background {
  background-image: url('../Images/test-header-background2.jpg');
  background-size: cover;
}
.bar-container {
  position: relative;
  border: 1px solid #646464;
  background: #EFEFEF;
  padding: 1px;
  width: 200px;
  height: 13px;
  font-size: 11px;
  display: inline-block;
  line-height: 10px;
  color: #000;
}
.bar-container .bar {
  height: 13px;
  left: -2px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2px;
}
.direct-chat-msg {
  margin-bottom: 10px;
  display: block;
  clear: both;
  padding: 5px;
  background-color: #fff;
  font-size: 12px;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.direct-chat-text {
  padding: 8px;
  margin-left: 44px;
}
.sb-msg {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  background-color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 576px) {
  .sb-msg {
    flex-direction: row;
  }
}
.sb-msg-img {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 20px;
}
.sb-msg-info {
  min-width: 100px;
  max-width: 100px;
  overflow: hidden;
}
.sb-msg-text {
  padding-bottom: 8px;
  margin-right: 44px;
}
.typo3-messages {
  margin-bottom: 20px;
}
.listgroup-menu li.list-group-item {
  display: none;
}
.listgroup-menu li.list-group-item.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .listgroup-menu li.list-group-item {
    display: block;
  }
}
.menu-spacer {
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .menu-spacer {
    height: 0px;
  }
}
.breadcrumb {
  background-color: inherit;
  font-size: 10px;
  margin-top: -20px;
}
.buddyonline.lastday {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: goldenrod;
}
.buddyonline.now {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: goldenrod;
}
.online-status-icon {
  margin-left: 5px;
  display: inline-block;
  width: 8px;
  vertical-align: top;
  margin-top: -2px;
}
.online-status-icon img {
  width: 7px;
  height: 7px;
}
.online-status-text {
  color: #999;
}
.csc-frame-frame1 {
  background-color: #EDEBF1;
  border: 1px solid #333333;
  padding: 10px;
}
#gentlequest .gentlequest_questpoint.test-radio {
  margin-right: 15px;
}
#gentlequest .test-radio {
  margin-right: 10px;
}
.tx-rkpollsimple-pi1 .form-group {
  position: relative;
}
.tx-rkpollsimple-pi1 .col-xs-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.tx-rkpollsimple-pi1 .col-xs-11 {
  display: inline-block;
  margin-left: 30px;
}
/*# sourceMappingURL=gd_v2.css.map */