body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
}

.header-right {
  display: -webkit-box; /* OLD - iOS 6-, Safari 6- */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: flex; /* NEW - Standard */
  -webkit-box-align: center; /* OLD - iOS 6-, Safari 6- */
  -ms-flex-align: center; /* TWEENER - IE 10 */
  align-items: center; /* NEW - Standard */
}

.header-row {
  display: -webkit-box; /* OLD - iOS 6-, Safari 6- */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: flex; /* NEW - Standard */
  width: 100%;
  -webkit-box-pack: justify; /* OLD - iOS 6-, Safari 6- */
  -ms-flex-pack: justify; /* TWEENER - IE 10 */
  justify-content: space-between; /* NEW - Standard */
}

.header-row .logo-here { width: 15%; }
.header-row .header-right { width: 85%; }

.header-row .header-right ul.mod-menu.mod-list.nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
}

header {
  box-shadow: 0px 4px 7px 0px #00000014 !important;
  background: #fff !important;
  padding: 10px 0;
}

header ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #000 !important;
}

header .header-row .header-right ul.mod-menu.mod-list.nav li.nav-item.current a {
  color: #115454 !important;
}

.footer .grid-child ul.mod-menu.mod-list.nav li a { text-decoration: none; }
.footer .grid-child ul.mod-menu.mod-list.nav li a:hover { color: #115454 !important; }

.red-btn {
  padding: 18px 41px;
  background: #363535;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
}

header p { margin: 0; }
header .header-row .header-right ul.mod-menu.mod-list.nav li.nav-item { margin: 0 25px; }

.banner-section {
  color: #22262a;
  padding: 100px 0;
  background: #f3f3f3;
}

.banner-section h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  color: #115454;
}

.banner-section img {
  max-width: fit-content;
  float: right;
}

.banner-section h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
}

.soul-mirror.card { border: none; }
.soul-mirror .card-body { padding: 0; }

.soul-mirror .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

.soul-mirror .content-image div { width: 90%; padding-right: 30px; }
.soul-mirror .content-image img { width: 30%; height: fit-content; max-width: 270px; }

.four-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.four-img div { width: 50%; padding: 10px; }

.Mirror-section h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #115454;
  text-transform: uppercase;
}

.Mirror-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
}

.Mirror-section { padding: 100px 0; }

.gravestone-story-section { background: #f3f3f3; padding: 50px; }
.gravestone-story-section .col-sm-4 div { background: #fff; text-align: center; padding: 20px 0; }

.gravestone-story-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 25px;
}

.gravestone-story-section p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.gravestone-story-section .col-sm-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gravestone-story-section .content { padding: 0 15px; }

.soul-mirror-section { padding: 30px 0; }
.soul-mirror-section img { margin-bottom: 10px; }

.soul-mirror-section .price {
  font-size: 64px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #115454;
  width: fit-content;
  margin-left: auto;
}

.soul-mirror-section .price p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.soul-mirror-section a.red-btn { display: block; text-align: center; }

.soul-mirror-section button.accordion-button {
  background: #f6f6f6;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.soul-mirror-section .accordion-item {
  margin: 15px 0;
  border: none;
  box-shadow: none !important;
}

.faq-section .inner-faq { background: #f3f3f3; padding: 50px; }
.faq-section .inner-faq h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}
.faq-section .inner-faq h2.accordion-header { line-height: normal; margin: 0; background: none !important; }

.faq-section .inner-faq .accordion-item {
  background: none !important;
  border: none !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

.faq-section .inner-faq .accordion-item button.accordion-button {
  background: none !important;
  border: none !important;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  box-shadow: none !important;
}

.faq-section .accordion-body { font-size: 16px; font-weight: normal; line-height: normal; }

.customers-slider .item.slick-active.slick-current {
  margin: 0 15px;
  background: linear-gradient(90deg, white 13%, #f3f3f3 10%);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customers-slider .item {
  margin: 0 15px;
  background: linear-gradient(90deg, white 13%, #f3f3f3 0%);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.customers-slider { padding: 100px 0; }

.customers-slider h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 50px;
}

.customers-slider .item-content { padding: 15px 25px; }

.customers-slider .item-content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.slick-dots li button:before {
  font-size: 14px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•"; /* FIX: korrektes Bullet (oder "\2022") */
  text-align: center;
  opacity: 0.25;
  color: #000;
}

ul.slick-dots { bottom: -80px !important; }
.slick-dots li { width: fit-content !important; }

ul.slick-dots li.slick-active button {
  width: 70px;
  background: #115454;
  height: 11px;
  font-size: 0px;
  border-radius: 10px;
}

ul.slick-dots li.slick-active button::before { display: none !important; }

.soul-mirror-section { padding-bottom: 0; }
.soul-mirror-section a.red-btn { margin-bottom: 50px; }

footer {
  background: #000000 !important;
  margin-top: 70px !important;
}

.footer .grid-child ul.mod-menu.mod-list.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  flex-direction: row;
}

.footer .grid-child ul.mod-menu.mod-list.nav li { width: fit-content !important; }
.red-btn:hover { background: #115454; color: #ffffff !important; }

.footer .grid-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .grid-child .footer-logo { margin-bottom: 15px; }

.banner-section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  max-width: 720px;
  margin-bottom: 30px;
}

.soul-mirror .content-image a.red-btn { margin-top: 20px; }

.about-banner {
  padding: 100px 0;
  background: #e0dede;
  text-align: center;
  color: #fff;
}

.about-banner h2 { font-size: 40px; color: #000; }

section.who-we-are h2 { text-align: center; margin-bottom: 50px; }

.who-we-are .row h2 {
  margin-bottom: 15px !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
}

.who-we-are .row { align-items: center; }
.who-we-are .row .col-sm-6:last-child { padding-left: 25px; }

.get-know { margin-top: 50px; }

.get-know .box {
  padding: 15px;
  background: #ccc;
  height: 200px;
  position: relative;
}

.get-know .box h3 { font-size: 20px; }

.get-know .box .box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  color: #fff;
  z-index: 99;
}

.get-know .box p { margin-bottom: 0; }
.get-know .col-sm-3:first-child {}

.get-know .col-sm-3:first-child .box {
  background-image: url(https://rsmembership.xcelanceweb.com/images/Mask%20group.png);
  background-size: cover;
}

.get-know .col-sm-3:nth-child(2) .box {
  background-image: url(https://rsmembership.xcelanceweb.com/images/Rectangle%2025.png);
  background-size: cover;
}

.get-know .col-sm-3:nth-child(3) .box {
  background-image: url(https://rsmembership.xcelanceweb.com/images/Header_Ueber_uns.jpg);
  background-size: cover;
}

.get-know .col-sm-3:nth-child(4) .box {
  background-image: url("https://rsmembership.xcelanceweb.com/images/Rectangle%2011.png");
  background-size: cover;
}

.get-know .box:after {
  content: "";
  position: absolute;
  background: #0000006e;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.get-know h2 {
  text-align: center;
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.contact-banner {
  background: #e0dede;
  padding: 100px 0;
  text-align: center;
  color: #000;
}

.contact-banner h2 { font-size: 40px; color: #000; }

.contact-info a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.contact-info a.tel:after {
  content: "\f095";
  position: absolute;
  left: 0;
  font-family: fontawesome;
  color: #363535;
}

.contact-info a.mail:after {
  content: "\f003";
  position: absolute;
  left: 0;
  font-family: fontawesome;
  font-size: 20px;
  top: -3px;
  color: #363535;
}

.follow-us { margin-top: 40px; }
.follow-us ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.follow-us ul li {
  list-style: none;
  width: 40px;
  margin-right: 14px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #363535;
  border-radius: 5px;
}

.follow-us ul li:first-child:after {
  content: "\f09a ";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
}

.follow-us ul li:last-child:after {
  content: "\f16d ";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
}

.mod-login__userdata.userdata { display: none; }
body.itemid-101 .container-banner { margin-bottom: 0px; }

/* Login Form */
.login form {
  max-width: 600px;
  background: #f5f5f5;
  padding: 20px 30px;
  margin: 50px auto;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccc;
  width: 100%;
}

.login form .plg_system_webauthn_login_button:hover { background: #115454 !important; }
.login form .com-users-login__submit button:hover { background: #115454; }

.login form label {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}

.login form input {
  margin-top: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 15px;
}

.login form fieldset { margin: 0; }

.login form .form-check {
  display: -webkit-box;
  display: -ms-flexbox,
  display: flex;
  align-items: center;
  gap: 10px;
}

.login form .form-check label { margin: 0 !important; }

.login form .plg_system_webauthn_login_button {
  padding: 10px 41px !important;
  background: #363535 !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
}

.login form .plg_system_webauthn_login_button svg#Passkey { fill: #fff !important; }
.login form .plg_system_webauthn_login_button svg#Passkey circle,
.login form .plg_system_webauthn_login_button svg#Passkey path { fill: #fff; }

.login form .com-users-login__submit button {
  width: 100%;
  padding: 15px 41px;
  background: #363535;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  border-radius: 0;
}

.login form button.input-password-toggle {
  background: #363535;
  border: 2px solid transparent;
  color: #fff;
}

.login form input#remember {
  padding: 0;
  border: 1px solid #363535 !important;
}

/* Membership Form */
.rsmembership_form {
  margin: 50px 0;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
}

.rsmembership_form .control-group label {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}

.rsmembership_form .btn.btn-success {
  float: unset !important;
  width: 100%;
  padding: 15px 41px;
  background: #0b57d0;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  border-radius: 50px;
  width: fit-content;
}

.rsmembership_form .btn.btn-success:hover { background: #115454; }

div#rsm_subscribe_preview button.btn.btn-secondary {
  float: unset !important;
  width: fit-content;
  padding: 15px 41px;
  background: #115454;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  margin-bottom: 15px;
  border-radius: 50px;
  margin-right: 15px;
}

.form-actions { display: flex; }
div#rsm_subscribe_preview button.btn.btn-secondary:hover { background: #fff; }

/* User Details */
.user-details {
  border-radius: 5px;
  border: none;
  padding: 40px;
  box-shadow: 0 0 10px #ccc;
}

.user-details video { width: fit-content; margin: 15px 0 0 0; }
.user-details .images { padding: 0; margin-top: 10px; }
.user-details dd.images { margin: 0 !important; }
.user-details dd.images img { margin: 10px 15px 0 0; }
.user-details dt { margin-bottom: 5px; }

.user-details {
  box-shadow: 0 0 10px #ccc;
  border: none !important;
  padding: 30px;
}

button.btn.btn-primary,
a.btn.btn-primary {
  padding: 15px 41px;
  background: #363535;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  border-radius: 0;
}

button.btn.btn-primary:hover,
a.btn.btn-primary:hover { background: #115454; color: #fff; }

/* Top Heading */
.top-heading-here { margin: 50px 0; }
.top-heading-here h6 { font-size: 1.75rem; }

/* Profile */
.profile fieldset#users-profile-core { width: 100%; margin: 0 auto; }

.profile fieldset#users-profile-core legend {
  font-size: 1.75rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.profile fieldset#users-profile-core dl { margin-top: 15px; }

.profile fieldset#users-profile-core dl.dl-horizontal {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 25px;
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.profile fieldset#users-profile-core dl.dl-horizontal dt { width: 100%; }
.profile fieldset#users-profile-core dl.dl-horizontal dd { padding: 0; margin: 0 0 10px 0; }

/* Flex Row */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
}

.flex-row .control-group { width: 50%; }

form#member-profile {
  padding: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 50px 0;
  box-shadow: 0 0 10px #ccc;
}

form#member-profile button.btn-danger {
  padding: 15px 41px;
  background: #363535;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  border-radius: 0;
  margin-left: 10px;
}

.flex-row label { margin-bottom: 5px; font-weight: 500; color: #000; }
.control-group video { width: fit-content; }
.form-control { outline: none !important; box-shadow: none !important; border-color: #ccc; }
.control-group label { margin-bottom: 5px; font-weight: 500; color: #000; }
fieldset legend { font-weight: 600; }

/* Content */
.com-users-profile.profile { margin: 50px 0; }

.dataTables_wrapper .dataTables_paginate { float: unset !important; }

table#ordersTable {
  background: #f5f5f5;
  padding: 35px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.dataTables_wrapper div#ordersTable_length { margin-bottom: 25px; }
.header-row .header-right button.btn.btn-primary { margin-left: 9px; }

/* Contact Info */
.contact-info form { margin-top: 15px; }
.contact-info .form-group { margin-top: 5px; }
.contact-info .form-group label { display: block; }

.contact-info .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px 0 0 0;
}

.contact-info .form-group textarea#message {
  width: 100%;
  border-color: #ccc;
  margin-top: 5px;
}

.contact-info .col-sm-6:last-child { padding-left: 3%; }

.contact-info button {
  padding: 15px 41px;
  background: #363535;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  border-radius: 0;
}

.contact-info button:hover { background: #115454; color: #fff; }

/* Terms and Privacy */
.com-content-article.item-page { display: none; }
.terms { padding: 60px 0 0 0; }
.terms h2 { margin-bottom: 15px !important; }
.privacy { padding: 60px 0 0 0; }
.privacy h2 { margin-bottom: 15px !important; }

html { overflow-x: hidden; }
.header-row .header-right ul.mod-menu.mod-list.nav { flex: auto; }

section.proile-section .about-member .about p { word-break: normal !important; }

header.header .logo-here {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-row .logo-here { width: 32%; }
header.header .logo-here img { max-width: 250px; width: 100%; }
.footer .grid-child .footer-logo img { width: 100%; max-width: 250px; }

@media (max-width: 991px) {
  .com-users-profile__edit.profile-edit form#member-profile fieldset {
    max-width: 100%;
    width: 100%;
  }
}

.profile-button ul.com-users-profile__edit.btn-toolbar { padding-left: 0px; }
.profile-button ul.com-users-profile__edit.btn-toolbar li.btn-group { margin-right: 10px; }

.profile-button ul.com-users-profile__edit.btn-toolbar li.btn-group a.btn.btn-primary {
  padding: 12px 12px;
  white-space: nowrap;
  width: 100%;
}

section.proile-section .member-info .words { word-break: normal !important; }

@media (max-width: 700px) {
  section.proile-section .full-details .gallery div#image-viewer img#full-image {
    max-width: 85%;
    width: 100%;
    object-fit: contain;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  form#member-profile { padding: 20px; }
  .faq-section .inner-faq { padding: 20px; }
  .header-row .header-right ul.mod-menu.mod-list.nav { flex: auto; }
  .banner-section h2 { font-size: 50px; line-height: 55px; color: #115454; }
  .banner-section p { font-size: 18px; margin: 0 0 15px 0; }
  .banner-section img { width: 100%; }
  .Mirror-section h2 { font-size: 36px; line-height: 40px; }
  .gravestone-story-section h2,
  .customers-slider h2 { font-size: 36px; line-height: 40px; }
  .soul-mirror-section a.red-btn { margin-bottom: 15px; }
  .rsmembership_form { padding: 15px; }
  .header-row .header-right button.btn.btn-primary { margin-left: 9px; padding: 15px 15px; }
  .user-details .flex-row .content { align-items: self-start; }
  .user-details .flex-row .content dd { padding: 0 0 0 10px; word-break: normal !important; }
  .slick-slide img { height: auto !important; width: 40%; }
  .customers-slider .item { align-items: center; }
  .customers-slider .item-content img { width: 100%; }
}

@media (max-width: 767px) {
  .header-row .header-right.active {
    position: absolute;
    width: 100%;
    top: 65px;
    background: #115454;
    height: 200px;
    align-items: unset;
    padding: 15px 0;
    left: 0;
    flex-wrap: wrap !important;
    gap: 0;
    flex-direction: unset !important;
  }
  .header-row .header-right.active ul.mod-menu.mod-list.nav { display: block; color: #fff; height: fit-content; }
  .header-row .header-right.active ul.mod-menu.mod-list.nav li a { color: #fff !important; }
  .header-row .header-right.active a.red-btn { display: block; width: fit-content; }
  div#mod-custom113 { width: 100%; margin: 0 20px; height: fit-content; }
  .header-row .header-right {
    width: 100%;
    height: 0;
    transition: 0.2s ease;
    position: absolute;
    width: 100%;
    top: 95px;
    background: #115454;
    align-items: unset;
    padding: 0;
    left: 0;
    flex-wrap: wrap !important;
    gap: 0;
    flex-direction: unset !important;
  }

  button.btn.btn-primary, a.btn.btn-primary {
    padding: 15px 30px;
    white-space: nowrap;
    width: 100%;
  }

  .com-users-profile.profile { display: block !important; }
  .com-users-profile.profile li.btn-group { width: 100%; }
  .com-users-profile.profile ul { margin: 0 !important; }
  .user-details .flex-row .content { align-items: self-start; }
  .user-details .flex-row .content dd { padding: 0 0 0 10px; word-break: normal !important; }
  .header-row .header-right button.btn.btn-primary { margin-left: 9px; padding: 15px 15px; }
  .header-row .header-right ul.mod-menu.mod-list.nav { display: none; }
  .header-row .header-right a.red-btn { display: none; }
  .header-row .logo-here { width: 100%; }
  .header-row .header-right { width: 100%; }
  .banner-section h2 { font-size: 37px; line-height: normal; }
  .banner-section img {
    max-width: 100% !important;
    float: unset;
    margin: 25px 0 0 0;
    width: 100%;
  }
  .container { padding: 0 15px; }
  .banner-section { padding: 50px 0; }
  .container-banner.full-width { margin: 0; }
  .soul-mirror.card { margin: 0; }
  .Mirror-section .container { padding: 0; }
  .soul-mirror .content-image { display: block; }
  .soul-mirror .content-image div { width: 100%; padding: 0 0 15px 0; }
  .soul-mirror .content-image a.red-btn { margin: 0; }
  .soul-mirror .content-image img { width: 100%; max-width: 100%; }
  .Mirror-section { padding: 40px 0; }
  .four-img { margin-top: 50px; gap: 15px; width: 100%; }
  .four-img div { padding: 0; }
  body .four-img div { width: 47% !important; }
  .gravestone-story-section { padding: 50px 0; }
  .gravestone-story-section .content { padding: 0; margin-top: 15px; }
  .gravestone-story-section p:last-child { margin: 0; }
  .soul-mirror-section .container { padding: 0; }
  .soul-mirror-section .price { margin: 0; }
  .customers-slider { padding: 50px 15px; margin-bottom: 50px; }

  /* FIX: kaputter Block korrigiert */
  .customers-slider h2 {
    word-break: break-word;
    line-height: 40px;
  }

  .faq-section .inner-faq { padding: 50px 15px; }
  .faq-section .inner-faq h2 { line-height: normal; padding: 15px 15px 0 15px; margin: 0; }
  .faq-section .inner-faq .accordion-item button.accordion-button { padding: 15px 5px; }
  .footer .grid-child ul.mod-menu.mod-list.nav { gap: 0 15px; }
  .rsmembership_form { padding: 15px; }
  .container { max-width: 100%; }
  .header-toggle .fa-bars { font-size: 29px; color: #115454; }
  .header-toggle { display: flex; align-items: center; }
  .about-banner { margin-bottom: 50px; }
  .who-we-are .row .col-sm-6:last-child { padding-left: 5px; margin-top: 15px; }
  section.who-we-are .container { padding: 0; }
  .get-know .container { padding: 0; }
  .get-know .box { margin-bottom: 15px; }
  section.contact-info { margin: 50px 0 0 0 !important; }
  section.contact-info .container { padding: 0; }
  .contact-info form { margin-bottom: 25px; }

  .mod-login-logout.form-vertical { display: none; }
  .header-row .header-right div#mod-custom136 { display: none; }
  .header-row .header-right.active div#mod-custom136 {
    display: block;
    width: 100%;
    max-width: fit-content;
  }
  .header-row .header-right.active { flex-wrap: wrap; }
  .header-row .header-right.active ul.mod-menu.mod-list.nav { width: 100%; }
  .header-row .header-right.active div#mod-custom136 a { display: block; margin: 10px 15px; }
  .header-row .header-right.active .mod-login-logout.form-vertical { display: block; margin: 10px 0; }
  form#member-profile { padding: 20px; }
  .flex-row { display: block; width: 100%; }
  .flex-row .control-group { width: 100%; }
  form#member-profile .com-users-profile__edit-submit.control-group button.btn.btn-danger {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .customers-slider .item.slick-active.slick-current { display: block !important; margin: 0; }
  .customers-slider .item-content { padding: 15px 0; }
  body .customers-slider .item { background: #f3f3f3 !important; display: block !important; }
  body .customers-slider .item img { margin: 0 auto; }
  .customers-slider .item-content p { text-align: center; margin-bottom: 0; }
  .slick-track { display: flex !important; }
  .my-slider { margin-bottom: 60px; }
}

@media (min-width: 768px) { .header-toggle { display: none; } }

@media (max-width: 767px) {
  .vdo-here video { width: 100%; }
  .comment-box { display: block; }
  .comment-box input { width: 100% !important; margin-bottom: 15px; }
  .comment-box button.send-button { padding: 15px; }
}

@media (max-width: 767px) {
  .banner-section .subtitle a.red-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .banner-section .subtitle a.red-btn:last-child { margin-bottom: 0; }
}

body .soul-mirror-section .price { color: #115454 !important; }
button.btn.btn-primary.validate { background: #115454 !important; }
button.btn.btn-primary.validate:hover { background: #000 !important; }

.proile-section .about-member .share-profile button.btn.btn-primary.validate { width: fit-content; }

.proile-section .full-details .gallery div#image-viewer span.prev {
  position: absolute; left: 20px; color: #fff; font-size: 35px;
}
.proile-section .full-details .gallery div#image-viewer span.next {
  position: absolute; right: 20px; color: #fff; font-size: 35px;
}

.proile-section .about-member .share-profile { margin-top: 20px !important; margin-bottom: 0px; justify-content: center; }

section.proile-section .member-info .words p { font-size: 16px; line-height: 24px; }
.proile-section .about-member .share-profile button.btn.btn-primary.validate { width: fit-content; }

form#member-profile button#remove-image {
  top: 20px !important;
  right: 0px !important;
  font-size: 14px;
  padding: 0;
  border: none !important;
  background: #ed8b7f !important;
  color: #fff;
  border-radius: 0 !important;
}

div#video-container button#remove-video-btn {
  font-size: 14px;
  padding: 2px 6px;
  top: 0 !important;
  right: -1px !important;
  background: #e85c48;
}

div#video-container { position: relative; max-width: fit-content; }
.user-image img { height: auto !important; }

div#system-message-container {
  position: relative;
  max-width: 60%;
  margin: auto;
  margin-top: 30px;
  width: 100%;
}

#system-message-container joomla-alert button.joomla-alert--close { bottom: 0; }
#system-message-container joomla-alert .alert-heading { align-items: center; height: 100%; }
#system-message-container joomla-alert .alert-heading span.success::before { position: relative; top: 3px; }

@media (max-width: 767px) {
  #system-message-container { max-width: 100% !important; }
}

/* === Fix Worttrennung NUR auf der RSMembership-Detailseite (Itemid=875) === */
html[lang^="de"] body.option-com_rsmembership.view-detail.layout-default.itemid-875,
html[lang^="de"] body.option-com_rsmembership.view-detail.layout-default.itemid-875 * {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

/* typ. Textcontainer auf der Seite zusätzlich „scharf“ setzen */
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .profile,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .member-info,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .member-info .words,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .about,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .about p,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .comment-box,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .comment-box p,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .rsmembership_form,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .rsmembership_form p,
body.option-com_rsmembership.view-detail.layout-default.itemid-875 .rsform-textarea-box textarea {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

/* Fallback: greift auf allen RSMembership-Detailseiten – falls ItemID abweicht */
html[lang^="de"] body.option-com_rsmembership.view-detail.layout-default,
html[lang^="de"] body.option-com_rsmembership.view-detail.layout-default * {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}
