/* CSS Document */
@font-face {
  font-family: 'Inter';
  src: url('../webfonts/Inter-VariableFont_opsz_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../webfonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 32px;
  color: rgb(107, 116, 183);
  font-size: 19px;
  background-color: #eff2f1;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(107, 116, 183);
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
  text-decoration: underline;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}

/* Custom highlight for workshops.html */
.highlight-red {
  color: rgb(241, 102, 93);
  font-weight: 600;
}

.custom-navbar {
  background: rgb(239, 242, 241) !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}

.custom-navbar .navbar-brand>span {
  opacity: .4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 900;
  color: rgb(107, 116, 183) !important;
  opacity: .85;
  font-size: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #6b74b7;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}


.hero {
  background: rgb(242, 102, 94);
  padding: calc(4rem - 30px) 0 0rem 0;
}

/* Enhanced mobile spacing for hero section */
@media (max-width: 991.98px) {
  .hero {
    padding-bottom: 2rem;
  }
  
  .hero-section .row {
    gap: 2rem 0;
  }
  
  .hero-section .col-lg-6:last-child {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .hero {
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}

@media (min-width: 992px) {
  .hero {
    padding: calc(8rem - 30px) 0 8rem 0;
  }
  
  .hero-section .row {
    gap: 0;
  }
  
  .hero-section .col-lg-6:last-child {
    margin-bottom: 0;
  }
}

.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 450px;
  }
}

.hero h1 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .hero h1 {
    font-size: 54px;
  }
}

.hero p,
.hero .hero-highlight {
  color: rgb(239, 242, 241);
  margin-bottom: 30px;
  font-size: 18px;
}

.hero .hero-img-wrap {
  position: relative;
}

.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}

@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}

@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -40px;
    position: absolute;
    right: -50px;
  }
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    right: -100px;
  }
}

.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: -0px;
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
}


.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  background: rgb(107, 116, 183);
  border-color: rgb(107, 116, 183);
}

.btn:hover {
  color: #ffffff;
  background: rgb(109, 192, 103);
  border-color: rgb(109, 192, 103);
}

.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: rgb(107, 116, 183);
  border-color: rgb(107, 116, 183);
}

.btn.btn-primary:hover {
  background: rgb(109, 192, 103);
  border-color: rgb(109, 192, 103);
}

.btn.btn-secondary {
  color: #ffffff;
  background: rgb(39, 170, 225);
  border-color: rgb(39, 170, 225);
}

.btn.btn-secondary:hover {
  background: rgb(107, 116, 183);
  border-color: rgb(107, 116, 183);
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: rgb(39, 170, 225);
  color: rgb(39, 170, 225);
}

.section-title {
  color: rgb(107, 116, 183);
}

.card-title {
  color: rgb(107, 116, 183);
}


.why-choose-section {
  padding: 7rem 0;
}

.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}

.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}

.feature h3 {
  font-size: 20px;
  color: #2f2f2f;
}

.feature p {
  font-size: 18px;
  line-height: 26px;
  color: #6a6a6a;
}

.we-help-section {
  padding: 7rem 0;
}

.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-lila.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}

.custom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}



.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgb(107, 116, 183);
  position: absolute;
  left: 0;
  top: 8px;
}



.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 26px;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 34px;
    font-size: 20px;
  }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}

.testimonial-slider-wrap #testimonial-nav>span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
  background: rgb(109, 192, 103);
  color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
  background: none;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: rgb(107, 116, 183) !important;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}


.footer-section {
  padding: 60px 0 0 0;
  background: #f8f9fa;
  color: #3a3a3a;
  font-size: 1rem;
  border-top: 1px solid #e9ecef;
}

.footer-section .footer-logo {
  font-size: 2rem;
  font-weight: 600;
  color: #6b74b7;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.footer-section .footer-logo:hover {
  color: #4950a3;
}

.footer-section .custom-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
}

.footer-section .custom-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b74b7;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 6px rgba(107, 116, 183, 0.08);
}

.footer-section .custom-social li a:hover {
  background: #4950a3;
  color: #fff;
  text-decoration: none;
}

.footer-section nav ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-section nav ul li {
  margin-bottom: 0.25rem;
}

.footer-section nav ul li a {
  color: #3a3a3a;
  text-decoration: none;
  transition: color 0.2s;
  border-radius: 4px;
  padding: 2px 4px;
}

.footer-section nav ul li a:hover {
  color: #6b74b7;
  text-decoration: underline;
  background: #f0f1fa;
}

.footer-section .subscription-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(107, 116, 183, 0.07);
  padding: 24px 24px 12px 24px;
  max-width: 370px;
  margin-left: auto;
  margin-right: 0;
}

.footer-section .subscription-form h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 1rem;
}

.footer-section .subscription-form .form-control {
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  box-shadow: none;
  transition: border-color 0.2s;
}

.footer-section .subscription-form .form-control:focus {
  border-color: #6b74b7;
  outline: none;
  box-shadow: 0 0 0 2px rgba(107, 116, 183, 0.15);
}

.footer-section .subscription-form .btn {
  background: #6b74b7;
  color: #fff;
  border-radius: 8px;
  min-width: 44px;
  min-height: 44px;
  font-size: 1.2rem;
  border: none;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(107, 116, 183, 0.08);
}

.footer-section .subscription-form .btn:hover {
  background: #4950a3;
}

.footer-section .subscription-form .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.1em;
  margin-right: 0.5em;
}

.footer-section .subscription-form .form-check-label {
  font-size: 1rem;
  color: #3a3a3a;
}

.footer-section .subscription-form .form-check-label a {
  color: #6b74b7;
  font-weight: 600;
  text-decoration: underline;
}

.footer-section .subscription-form .form-check-label a:hover {
  color: #4950a3;
}

.footer-section .subscription-form .small {
  font-size: 0.98rem;
  color: #6c757d;
  margin-top: 0.5rem;
}

.footer-section .copyright {
  border-top: 1px solid #e9ecef;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.98rem;
  color: #6c757d;
}

.footer-section .copyright ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-section .copyright ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-section .copyright ul li:last-child {
  margin-right: 0;
}

.footer-section .copyright ul li a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-section .copyright ul li a:hover {
  color: #6b74b7;
  text-decoration: underline;
}

@media (max-width: 991.98px) {

  .footer-section .footer-logo-wrap,
  .footer-section .custom-social,
  .footer-section nav,
  .footer-section .subscription-form {
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer-section .subscription-form {
    max-width: 100%;
    padding: 20px 12px 10px 12px;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 40px 0 0 0;
  }

  .footer-section .footer-logo {
    font-size: 1.5rem;
  }

  .footer-section .subscription-form {
    padding: 16px 6px 8px 6px;
  }

  .footer-section .copyright {
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 0.95rem;
  }

  .footer-section .copyright ul li {
    margin-right: 0.75rem;
  }
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
}

.form-control::-moz-placeholder {
  font-size: 16px;
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
}

.form-control:-moz-placeholder {
  font-size: 16px;
}

.service {
  line-height: 1.5;
}

.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(107, 116, 183);
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}




.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgb(107, 116, 183);
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgb(107, 116, 183);
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #3b5d50 !important;
}



.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}


* #Flohmarkt section*/ .bg-success {
  background-color: rgb(101, 198, 101) !important;
}

/* Font Size Switcher in Navbar */
.navbar-font-switcher {
  margin-left: auto;
  padding-left: 20px;
}

.navbar-font-switcher .font-btn {
  background: transparent;
  color: rgb(107, 116, 183);
  border: 2px solid rgb(107, 116, 183);
  padding: 4px 8px;
  margin: 0 2px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 600;
}

.navbar-font-switcher .font-btn:hover,
.navbar-font-switcher .font-btn:focus {
  background: rgb(107, 116, 183);
  color: white;
  outline: 2px solid rgb(107, 116, 183);
  outline-offset: 2px;
}

.navbar-font-switcher .font-btn-small {
  font-size: 12px;
}

.navbar-font-switcher .font-btn-normal {
  font-size: 14px;
}

.navbar-font-switcher .font-btn-large {
  font-size: 16px;
}

.navbar-font-switcher .font-btn-xlarge {
  font-size: 18px;
}

/* Responsive behavior */
@media (max-width: 991px) {
  .navbar-font-switcher {
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    justify-content: center;
    border-top: 1px solid rgba(107, 116, 183, 0.2);
    padding-top: 15px;
  }

  .navbar-font-switcher span {
    margin-right: 10px;
  }
}

/* Font size classes */
body.font-small {
  font-size: 17px;
}

body.font-large {
  font-size: 22px;
}

body.font-xlarge {
  font-size: 26px;
}

/* Adjust headings proportionally */
body.font-large h1 {
  font-size: 2.8rem;
}

body.font-large h2 {
  font-size: 2.2rem;
}

body.font-large h3 {
  font-size: 1.8rem;
}

body.font-xlarge h1 {
  font-size: 3.2rem;
}

body.font-xlarge h2 {
  font-size: 2.6rem;
}

body.font-xlarge h3 {
  font-size: 2.2rem;
}

/* Skip to content link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 1001;
  border-radius: 4px;
  font-weight: 600;
}

.skip-link:focus {
  top: 6px;
  color: #fff;
}

/* Modern CSS Custom Properties for theming */
:root {
  --primary-color: rgb(107, 116, 183);
  --success-color: rgb(109, 192, 103);
  --danger-color: rgb(241, 102, 93);
  --light-bg: rgb(239, 242, 241);
  --hero-bg: rgb(242, 102, 94);
  --text-dark: #2f2f2f;
  --text-muted: #6a6a6a;
  --border-radius: 1.5rem;
  --transition: 0.3s all ease;
}

/* CTA Button improvements */
.cta-button {
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 2em;
  padding: 0.75em 2.5em;
  letter-spacing: 0.5px;
  transition: var(--transition);
}

/* Hero image improvements */
.fancy-hero-img {
  max-width: 80%;
  height: auto;
  border-radius: var(--border-radius);
}

/* Improved focus indicators for better accessibility */
.nav-link:focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(107, 116, 183, 0.3);
}

/* Remove default focus outline */
:focus {
  outline: none;
}

/* High contrast for better visibility */
.nav-link:focus {
  background-color: rgba(107, 116, 183, 0.1);
  border-radius: 4px;
}

/* Vorher Nacher Vergleich */
.before-after-comparison .comparison-item {
  transition: box-shadow 0.3s ease;
}

.before-after-comparison .comparison-item:hover {
  /* Only add subtle shadow, no movement */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.before-after-comparison .comparison-image {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}

.before-after-comparison .comparison-image img {
  /* Remove image scaling effect */
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: none;
}

.comparison-label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  /* Ensure labels stay in place */
  position: relative;
  z-index: 2;
}

/* Lila Farbe für das Navbar-Toggler-Icon */
.navbar-dark .navbar-toggler {
  border-color: #6b74b7;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(107,116,183,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Benefit Section Styles aus index.html */
.benefit-item {
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  background: rgba(107, 116, 183, 0.05);
  border-left: 3px solid transparent;
}
.benefit-item:hover {
  background: rgba(107, 116, 183, 0.1);
  border-left-color: #6b74b7;
  transform: translateX(5px);
}
.benefit-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 116, 183, 0.1);
  border-radius: 50%;
  font-size: 1.2rem;
}
.benefit-text strong {
  color: #333;
  font-weight: 600;
}
.cta-section {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .content-wrapper {
    margin-top: 2rem;
  }
  .comparison-image img {
    min-height: 200px;
    max-height: 250px;
  }
}

/* Vorher Nachher Labels Farben */
.bg-success {
  background-color: rgb(101, 198, 101) !important;
}
.bg-danger {
  background-color: rgb(242, 102, 94) !important;
}

/* Image optimization */
.img-zoomable {
  cursor: zoom-in;
  transition: var(--transition);
}

.img-zoomable:hover {
  transform: scale(1.005);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Comparison images improvements */
.comparison-image img {
  object-fit: cover;
  min-height: 250px;
}

/* Modal improvements */
.z-index-1 {
  z-index: 1051;
}

/* Button focus improvements */
button:focus,
.btn:focus {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

/* Testimonial navigation improvements */
#testimonial-nav button {
  background: #6b74b7;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  color: var(--light-bg);
  transition: var(--transition);
  min-width: 44px;
  min-height: 44px;
}

#testimonial-nav button:hover,
#testimonial-nav button:focus {
  background: var(--success-color);
  color: #ffffff;
}

/* Visually hidden but focusable elements */

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
  }
.visually-hidden-focusable {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
  }
  .visually-hidden-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	background: #fff;
	color: #000;
	outline: 2px solid #6b74b7;
	z-index: 9999;
  }

  /* Brevo Newsletter Form custom styles (scoped) */
  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #c0ccda;
  }

  #sib-container a {
    text-decoration: underline;
    color: #6b74b7;
  }
  
  /*Link Badges*/
a.badge.bg-success {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  background-color: rgb(101, 198, 101) !important;
  transition: none;
  vertical-align: middle;
  text-align: center;
  height: 2.25rem; /* Ensures vertical centering for single-line text */
  min-width: 2.25rem;
}

a.badge.bg-success:focus,
a.badge.bg-success:hover,
a.badge.bg-success:active {
  color: #fff !important;
  background-color: #4dcc6e !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}