/* less styling gentledom - v 3.1 26.1.2023 */
/* Klaus Heuer - klaus.heuer@t3-developer.com */
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;
}
@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;
}
.col-md-12.profil-page {
  padding-right: 0px;
  padding-left: 0px;
  margin-top: -40px;
}
@media only screen and (min-width: 576px) {
  .col-md-12.profil-page {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
  }
}
.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: 140px;
}
@media only screen and (min-width: 992px) {
  .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: #69110a;
}
.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: 10px;
  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;
}
.profilcard .card-header {
  background-color: #f2f2f2;
}
.profilcard .card-header .profil-card-image img {
  width: 50px;
  height: 50px;
  float: left;
}
.profilcard .card-header .title,
.profilcard .card-header .subtitle {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-left: 50px;
  color: #212529;
}
.profilcard .card-header .subtitle {
  font-size: 13px;
  color: #999;
  font-weight: 300;
}
.profilcard .profil-card-image {
  position: relative;
  width: 60px;
  float: left;
  display: block;
}
.profilcard .profil-card-image .online {
  width: 10px;
  height: 10px;
  display: block;
  background-color: green;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: 10px;
}
.profilcard .profil-card-image .online.lastday {
  background-color: goldenrod;
}
.profilcard .card-body {
  color: #666;
}
.profilcard a:hover {
  text-decoration: none !important;
}
.profilcard a:hover .card-body {
  background-color: #f2f2f2;
}
#dashboardCarousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
@media only screen and (min-width: 768px) {
  #dashboardCarousel .carousel-indicators li {
    display: none;
  }
}
#dashboardCarousel .carousel-indicators .active {
  background-color: #000;
}
.list-group-item-grey {
  background-color: #f9f9fa;
  cursor: pointer;
}
.list-group-item-grey a {
  color: #1f2529 !important;
  text-decoration: none;
}
.list-group-item-grey a:hover {
  text-decoration: none;
}
.list-group-item-grey:hover {
  background-color: #f0f1f3;
}
.profil-mobil-action-header {
  padding: 10px 20px;
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #a01c17;
}
.profil-mobil-action-header:hover,
.profil-mobil-action-header:active {
  color: #fff;
  text-decoration: none;
}
.profil-action-mobil {
  display: block;
}
@media only screen and (min-width: 768px) {
  .profil-action-mobil {
    display: none;
  }
}
.profil-action-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .profil-action-desktop {
    display: block;
  }
}
.register-card-header {
  padding: 15px 20px 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.register-step-icon {
  display: inline-block;
  width: 20px;
  vertical-align: text-bottom;
  opacity: 0.3;
}
.register-step-icon.active {
  opacity: 1;
}
.register-step-icon img {
  width: auto;
  height: 100%;
}
.register-step-text {
  display: inline-block;
  color: #999;
  margin-right: 10px;
}
.register-step-text.active {
  color: #212529;
}
