body {
  background: #f6f6f6;
}
h1 {
  color:#fff;
  text-align:center;
  text-shadow: rgb(0, 0, 0) -1px 1px 4px, rgb(0, 0, 0) 1px -1px 4px;
  font-size:4rem;
}
h2 {
  font-size:1.5rem;
  margin-bottom:1rem;
}
h3 {
  font-size:1.25rem;
  margin-bottom:.75rem;
}
input:focus {
border-color: #ced4da !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
@media (max-width: 576px) {
  .img-bg {
    background: #343a40!important;
  }
}
.searchform .form-control {
  border:1px solid #ccc;
  width:80%;
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.searchform .btn {
  width:20%;
  border:1px solid #ccc;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:-1px;
}
.first-row {
  background: url(/assets/images/background/header-rj.jpg);
  background-size: cover;
  /*height: 100%*/
}
.first-row p {
  color:#fff;
  text-align:center;
  font-size:1.5rem;
  text-shadow: rgb(0, 0, 0) -1px 1px 4px, rgb(0, 0, 0) 1px -1px 4px;
}
#headerImage {
  position: relative;
  width: 100%;
  height:35vh;
  min-height:325px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 992px) {
  #headerImage {
    height:30vh;
    min-height:275px;
  }
}
@media only screen and (max-width: 768px) {
  #headerImage {
    height:25vh;
    min-height:225px;
  }
}
#header-action form {
  display:inline;
}
#header-action .btn-light {
  background-color:rgba(248, 249, 250, 0.5);
}
.img-container img {
  max-width: 100%;
}
.page-loader__spin {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-top: 6px solid #f6f6f6;
      border-right: 6px solid #f6f6f6;
      border-bottom: 6px solid #f6f6f6;
      border-left: 6px solid #1b1b1b;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-animation: spinner 1000ms infinite linear;
      -moz-animation: spinner 1000ms infinite linear;
      -o-animation: spinner 1000ms infinite linear;
      animation: spinner 1000ms infinite linear;
      z-index: 100000;
}
.header,
.profile-header {
  padding:.5rem;
}
.header a,
.profile-header a {
  text-decoration:none;
}
.header img,
.profile-header img {
  max-height:40px;
  border-radius:50%;
  border:2px solid #fff;
  box-shadow: 0 0 0.5rem rgb(0, 0, 0, .15), 0 0 0.5rem rgb(0, 0, 0, .15),0 0 0.5rem rgb(0, 0, 0, .15);
}
.link-facebook {
  position:absolute;
  top:3px;
  left:15px;
  z-index:10;
  font-size:1.5rem;
  color:rgb(24, 119, 242);
  text-shadow: 0 0 0.3em rgb(255,255,255), 0 0 0.3em rgb(255,255,255),0 0 0.3em rgb(255,255,255);
}
.image-copyright {
  position:absolute;
  bottom:3px;
  left:8px;
  right:40px;
  z-index:9;"
}
.image-copyright small {
  color:rgb(255,255,255);
  text-shadow: 0 0 0.2em rgb(0,0,0), 0 0 0.2em rgb(0,0,0),0 0 0.2em rgb(0,0,0);
}
.image-description {
  position:absolute;
  bottom:-1.35rem;
  right:8px;
  z-index:8;
  font-size:1.75rem;
  color:rgb(255,255,255);
  text-shadow: 0 0 0.3em rgb(99,99,99), 0 0 0.3em rgb(99,99,99),0 0 0.3em rgb(99,99,99);
}
.content-text-limit {
  position:relative;
  max-height:310px;
  overflow:hidden;
}
.content-text-limit.expanded {
  max-height: none;
}
.content-text-limit .more {
  position:absolute;
  bottom:0px;
  right:0px;
  left:0;
  z-index:8;
  text-align:right;
  padding:3rem .6rem .7rem 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0));
}
.content-text-limit .more span {
  padding: 5px 9px 4px 9px;
  border-radius: 50%;
  box-shadow: 0 0 0.4em rgb(120, 120, 120), 0 0 0.4em rgb(120,120,120),0 0 0.4em rgb(120,120,120);
  background: #fff;
}
.content.text-limit .more i {
  width: 17px;
  height: 16px;
  text-align: center;
}

.content-text-limit .more a {
  color: #666!important;
}
.actions a:hover {
  background:#eee;
  text-decoration:none;
}
.comments > div img {
  border-radius:50%;
  border:2px solid #fff;
  box-shadow: 0 0 0.5rem rgb(0, 0, 0, .15), 0 0 0.5rem rgb(0, 0, 0, .15),0 0 0.5rem rgb(0, 0, 0, .15);
}
.comments .comment {
  background:#fff;
  font-size:85%;
}
.comments .textarea {
  font-size:85%;
}
.comment-action,
.comment-action a {
  color:#aaa!important;
  text-decoration:none;
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.92);
}
.link ul,
.job ul,
.imagetext ul,
.youtube ul {
  margin-left:.5rem;
  padding-left:0;
}
.link ul li,
.job ul li,
.imagetext ul li,
.youtube ul li {
  list-style-type:none;
  padding-left:30px;
  margin-bottom:5px;
  position:relative;
}
.link ul li:before,
.job ul li:before,
.imagetext ul li:before,
.youtube ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  font-size: 1rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.trends h5 {
  font-size:1rem;
  color:#666;
  font-weight:bold;
}
.trends ul {
  margin:.5rem 0;
}
.trends,
.trends a {
  font-size:.9rem;
  color:#999;
}
.district,
.district a {
  font-size:.9rem;
  color:#999;
}
ul.district,
ul.insights {
  margin-left:0;
  padding-left:0;
}
ul.district li,
ul.insights li {
  list-style-type:none;
  padding-left:25px;
  margin-top:8px;
  padding-top:8px;
  position:relative;
  border-top:1px solid #ddd;
}
ul.district li:before,
ul.insights li:before {
  font-family: 'Font Awesome 5 Free';

  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  font-size: .9rem;
  padding-right: 0.5rem;
  position: absolute;
  top: 8px;
  left: 0;
}
ul.district li:before {
  content: '\f3c5';
}
ul.insights li.users:before {
  content: '\f007';
}
ul.insights li.posts:before {
  content: '\f044';
}
ul.insights li.comments:before {
  content: '\f075';
}
ul.insights li.events:before {
  content: '\f073';
}
ul.insights li.news:before {
  content: '\f573';
}
ul.insights li.jobs:before {
  content: '\f500';
}
ul.insights li.links:before {
  content: '\f0c1';
}
ul.insights li.videos:before {
  content: '\f03d';
}
ul.insights li.facebook:before {
  content: '\f39e';
}
ul.insights li.bestelllisten:before {
  content: '\f0ae';
}

@media only screen and (max-width: 992px) {
  h5.district {
    display:none
  }
  #district {
    overflow-x: auto;
    padding:.5rem;
    border:1px solid #ddd;
    border-radius:.3rem;
  }
  #district ul {
    width: auto;
    white-space: nowrap;
    margin-left:0;

  }
  #district ul li {
    margin-top:.5rem;
    display:inline-block;
    width:auto;
    padding-right:25px;
    border-top:none;
    padding-top:none;
  }
}
@media (max-width: 576px) {
  .card {
    border-radius:0;
    border-left:0;
    border-right:0;
  }
}
.img-16-9 {
  background:#f6f6f6;
  position: relative;
  padding-top: 56.25%;
}
/*
.img-16-9:before {
  content: "\f110";
  font-family: 'Font Awesome 5 Free';
  font-size:20px;
  position: absolute;
  z-index: initial;
  top: 15px;
  left:15px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
*/
.img-16-9 img {
  width:100%;
  height: auto;
  position:absolute;
  z-index:6;
  left: 0;
  top: 0;
}
.spinner {
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
}
.card-text {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.tooltip-inner {
  white-space:pre-wrap;
  text-align:left;
}
@media (min-width: 576px) {
  #ModalLogin .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
}
.fa-whatsapp.color {
  color:#25d366;
}
.fa-pinterest.color {
  color:#bd081c;
}
.fa-linkedin-in.color {
  color:#0077b5;
}
.fa-twitter.color {
  color:#1da1f2;
}
.fa-facebook-f.color {
  color:#3b5998;
}
.owl-theme .owl-dots {
  margin-top:.75rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel.owl-theme {
  background:#fff;
}
.profile.owl-carousel .item {
  height:100px;
  width:160px;
  font-size:.9rem;
  line-height:1rem;
  position:releative;
}
.profile.owl-carousel .item .link-img {
  position: absolute;
  top:0;
  left:0;
  right:0;
}
.profile.owl-carousel .item .link-profile {
  position: absolute;
  bottom:1px;
  left:1px;
  right:1px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-shadow: 0 0 0.2em rgb(255,255,255), 0 0 0.2em rgb(255,255,255),0 0 0.2em rgb(255,255,255);
  background-color:rgb(255,255,255,.75);
  padding:5px 10px;
}

.card-body .ql-editor {
  padding:1.25rem;
}
.card-body .ql-toolbar.ql-snow,
.card-body .ql-container.ql-snow {
  border:none;
}
.card-body .ql-toolbar.ql-snow {
  border-bottom:1px solid #ddd;
}
.card-body .ql-editor ul {
  font-size:1rem;
  padding-left:0;
}
.card-body .ql-editor ul li {
  padding-left:1rem;
}
#editor-container p {
  font-size:1rem;
}
.ql-snow .ql-editor {
  padding:1.5rem!important;
  font-size:1rem!important;
}
.ql-snow .ql-editor h2 {
  font-size:1.5rem!important;
  margin-bottom:1.5rem!important;
  font-weight:500;
}
.ql-snow .ql-editor h3 {
  font-size:1.25rem!important;
  margin-bottom:.75rem!important;
  font-weight:500;
}
.ql-snow .ql-editor p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height:1.5;
}
.ql-editor ul,
.imagetext ul,
.youtube ul {
  margin-left:.5rem!important;
  margin-bottom:1rem!important;
  padding-left:0!important;
}
.ql-editor ul li,
.imagetext ul li,
.youtube ul li {
  list-style-type:none!important;
  padding-left:30px!important;
  margin-bottom:5px!important;
  position:relative!important;
}
.ql-editor ul li:before,
.imagetext ul li:before,
.youtube ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c'!important;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  font-size: 1rem;
  padding-right: 0.5rem;
  margin-left:0!important;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  #ModalPost .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalJob .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalFacebook .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalEvent .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalBusinessPlan .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalYoutube .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalLink .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalOrderlist .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalProfileImage .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalProfileData .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalContactDetails .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalImpress .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalDsgvo .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalLogin .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalInvide .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
}
#contentNew a {
  color:rgb(180,21,59);
}
#contentNew .col-3:hover {
  background:#f8f9fa;
}
legend {
  font-size:.85rem;
  border:1px solid #ddd;
  color:#999;
  background:#fff;
  width:auto;
  padding:0 .5rem;
}
fieldset {
  border:1px solid #ddd;
  padding:1rem;
  background:#fff;
}
.dataTables_info {
  font-size:80%;
}
.item-title {
  cursor: pointer;
}
a.item-title:hover > .row {
  background:#f9f9f9;
}
#nav-carousel .item {
  position:relative;
  width:160px;
  height:90px;
  font-size:1.0rem;
}
#nav-carousel a {
  min-height:100%;
}
#nav-carousel .item.orders {
  background:rgba(255, 128, 0, 0.2);
}
#nav-carousel .item.orders a {
  color:rgba(255, 128, 0, 1);
}
#nav-carousel .item.news {
  background:rgba(180, 21, 59, 0.2);
}
#nav-carousel .item.news a {
  color:rgba(180, 21, 59, 1);
}
#nav-carousel .item.jobs {
  background:rgba(0, 128, 128, 0.2);
}
#nav-carousel .item.jobs a {
  color:rgba(0, 128, 128, 1);
}
#nav-carousel .item.videos {
  background:rgba(10, 71, 96, 0.2);
}
#nav-carousel .item.videos a {
  color:rgba(10, 71, 96, 1);
}
#nav-carousel .item.events {
  background:rgba(255, 178, 0, 0.2);
}
#nav-carousel .item.events a {
  color:rgba(255, 178, 0, 1);
}
#nav-carousel .item.login {
  background:rgba(108, 117, 125, 0.2);
}
#nav-carousel .item.create {
  background:rgba(108, 117, 125, 0.2);
}
#nav-carousel a:hover {
  /*color:rgb(180,21,59)!important;*/
}
#nav-carousel .name {
  position:absolute;
  width:100%;
  height:auto;
  bottom: 1px;
  left: 1px;
  right: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 0.2em rgb(255,255,255), 0 0 0.2em rgb(255,255,255),0 0 0.2em rgb(255,255,255);
  /*background-color: rgb(255,255,255,.75);*/
  padding: 5px 10px;
}
.sidebar {
    position: relative;
    overflow: hidden
}

.sidebar .sidebar-overlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.sidebar:hover .sidebar-overlay {
    opacity: 1;
    z-index: 100;
}

.sidebar-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 110;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.sidebar:hover .sidebar-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.fadeIn-bottom {
    top: 80%
}
#profileCarousel .item {
  width:180px;
  height:auto;
  background:#eee;
}
#profileCarousel .profile-header img {
  max-height:56px;
}
#profileCarousel .link-profile {
  left:0;
  right:0;
  bottom:0;
}
#profileCarousel .link-text {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.rounded-top-left {
    border-top-left-radius:.25rem;
}
.rounded-top-right {
    border-top-right-radius:.25rem;
}
.rounded-bottom-left {
    border-bottom-left-radius:.25rem;
}
.rounded-bottom-right {
    border-bottom-right-radius:.25rem;
}
a.share_button {
  color:#b9b9b9;
}
a.share_button.whatsapp:hover {
  color:#25d366;
}
a.share_button.linkedin:hover {
  color:#0077b5;
}
a.share_button.twitter:hover {
  color:#1da1f2;
}
a.share_button.facebook:hover {
  color:#3b5998;
}
.btn-circle.btn-lg {
  width: 44px;
  height: 44px;
  padding: 11px 12px;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  border:1px solid #666;
  color:#666;
  background:#fff;
  box-shadow:0 0 0.5rem rgb(255, 255, 255, .15), 0 0 0.5rem rgb(255, 255, 255, .15),0 0 0.5rem rgb(255, 255, 255, .15)
}
.btn-pill{
  border-radius: 200px;
}
a.link-hover:hover {
  background: #eee;
}
/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height:1rem;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border:1px solid #ced4da;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #f3f3f3;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #fff;
}
.container-checkbox input:checked ~ .checkmark-checkbox:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-ceckbox:after {
  display: block;
}
iframe.lhc-desktop.lhc-mode-embed {
  z-index:1000!important;
}
.textarea-container {
  position: relative;
  width: 100%; /* Breite der Textarea + 10px für Padding */
}
.textarea-container textarea {
  width: 100%;
  overflow: hidden;  /* Verhindert das Scrollen innerhalb des Textbereichs */
  resize: none;      /* Deaktiviert die manuelle Größenänderung */
  border: 1px solid #ccc;
  padding: 5px 40px 5px 5px;
  box-sizing: border-box;
}
.textarea-container .send-button {
  position: absolute;
  bottom: 9px;
  right: 3px;
  cursor: pointer;
}
