body {
    background: #f6f6f6;
  }
  h1 {
    font-size:1.05rem;
    font-weight:bold;
  }
  h2 {
    font-size:1.5rem;
    margin-bottom:1rem;
  }
  h3 {
    font-size:1.25rem;
    margin-bottom:.75rem;
  }
  h5 {
    font-size:1.15rem;
    margin-bottom:.75rem;
  }
  a:focus {
    outline: none;
  }
  .event h2 {
    font-size:1.25rem;
    margin-bottom:.25rem;
  }
  .event .text-secondary {
    font-size:.8rem;
  }
  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;
    }
  }
  #headerImage {
    position: relative;
    width: 100%;
    height:35vh;
    min-height:375px;
    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;
    }
  }
#searchForm {
  width:60%;
}
  @media only screen and (max-width: 768px) {
    #searchForm {
      width:100%;
      padding: 1rem 0;
      margin: 1rem 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }
  }
  #LoginButton {
    position:absolute;
    right:15px;
    width:210px;"
  }
  @media only screen and (max-width: 768px) {
    #LoginButton {
      position:relative;
      float:right;
      right:0;
    }
  }
  #header-action form {
    display:inline;
  }
  #header-action .btn-light {
    background-color:rgba(248, 249, 250, 0.75);
  }
  .img-container img {
    max-width: 100%;
  }
  .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);
  }
  .profil-image {
    position: relative;
  }
  .profil-image img {
    width:100%;
    max-width:220px;
    height: auto;
    min-height:220px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: rgb(155, 155, 155) -1px 1px 4px, rgb(155, 155, 155) 1px -1px 4px;
    margin-top:-180px;
  }
@media (max-width: 576px) {
  .profil-image img {
    max-width:170px;
    min-height:170px;
    margin-top:-150px;
  }
}
  .profile-data {
    color:#666!important;
  }
  .profile-data a {
    color:#666!important;
  }
  .btn-social {
    min-height:32px;
    min-width: 32px;
    border-radius: 50%;
  }
  .ql-editor ul,
  .imagetext ul,
  .job ul,
  .youtube ul {
    margin-left:.5rem!important;
    margin-bottom:1rem!important;
    padding-left:0!important;
  }
  .ql-editor ul li,
  .imagetext ul li,
  .job 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,
  .job 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;
  }
  .team h3 {
    font-size: 1.25rem;
  }
  .team img {
    max-width:5rem;
    height:auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: rgb(200, 200, 200) -1px 1px 4px, rgb(200, 200, 200) 1px -1px 4px;
  }
  .team-title {
    padding-bottom:1rem;
    border-bottom:1px solid #ddd
  }
  .content-box {
    background:#fff;
    padding:.75rem;
    border: 1px solid #ddd;
  }
  .tab-content {
    background:#fff;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
  }
  .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;
  }

  footer {
    background:#333;
    color:#888;
  }
  footer h4 {
    color:#ddd;
  }
  footer a {
    color:#888;
  }
  footer a:hover {
    color:#ddd;
  }
  footer ul {
    padding-left:0;
  }
  footer ul li {
    display:inline-block;
    border-right: 1px solid #888;
  }
  footer ul li:last-child {
    border-right: none;
  }
  .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;
  }
  .profile-header .btn-light {
    border:1px solid #e6e6e6;
  }
  .profile-header {
    color:#f5f5f5;
  }

  .post .header {
    padding:.5rem;
  }
  .post .header a {
    text-decoration:none;
  }
  .post .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);
  }

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.92);
}
.modal-header {
  background: #f8f9fa;
}
@media (min-width: 576px) {
  #ModalPost .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalJob .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;
  }
  #ModalFacebook .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
  #ModalEvent .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;
  }
  #ModalProfileImage .modal-dialog {
    max-width: 602px;
    margin: 1.75rem auto;
  }
}
#editor-container {
  height: 275px;
}
.card-header.party-header {
  padding-right:.5rem;
}
.card-header.party-header a {
  color:#fff!important
}
.btn-border {
  border:1px solid #ddd;
}
.post.offline img {
  opacity: 0.25;
  filter: alpha(opacity=25); /* For IE8 and earlier */
}
.post button {
  cursor: pointer
}
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;
}
.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;
}
.bg-light {
  background: rgba(255, 255, 255, 0.9)!important;
  border-bottom: 1px solid #ddd;
}
.fixed-top {
  z-index:1050;
}
.members a.btn,
.members button.btn {
  color:#fff!important;
}
#contact ul {
  margin:0;
  padding:0;
  font-size:.85rem;
}
#contact ul li {
  list-style-type:none;
  padding-left:0;
  margin-bottom: .5rem;
  position:relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 992px) {
  #contact {
    overflow-x: auto;
    padding:.5rem;
    border:1px solid #ddd;
    border-radius:.3rem;
  }
  #contact ul {
    width: auto;
    white-space: nowrap;
    margin-left:0;

  }
  #contact ul li {
    margin-top:.5rem;
    display:inline-block;
    width:auto;
    padding-right:25px;
  }
}
.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;
}
*/
.spinner {
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
}
.img-16-9 img {
  position:absolute;
  z-index:6;
  width:100%;
  height: auto;
  left: 0;
  top: 0;
}
.datetimepicker.dropdown-menu {
  font-size:.87rem;
}
.link-facebook {
  position:absolute;
  top:3px;
  left:15px;
  z-index:10;
  font-size:1.5rem;
  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);
}
.link-facebook a {
  color:rgb(24, 119, 242)!important;
}
.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);
}
.follow {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}
#contentNew .col-3:hover,
#contentNav .col-4:hover {
  background:#f8f9fa;
}
a:focus,
a:active {
  outline: none;
}
#contentNav a {
  color:#212529;
}
#subscribe button.btn-light,
#unsubscribe button.btn-light {
  background:#fff;
}
#subscribe button.btn-light:hover,
#unsubscribe button.btn-light:hover {
  background:#f8f9fa;
}
.tab-content {
  background: none;
  border: none;
}
.subscription-list img {
  max-height: 40px;
  min-height: 40px;
  min-width: 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);
}
.colorpicker-2x .colorpicker-saturation {
    width: 150px;
    height: 150px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 150px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}
.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;
}
.dataTables_info {
  font-size:80%;
}
.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;
}
.importProducts:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}
.item-title {
  cursor: pointer;
}
a.item-title:hover > .row {
  background:#f9f9f9;
}
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;
}

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