/*************************
Global settings
*************************/
:root {
  --imageShadowPadding: 30px;
}
body {
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.9;
}

p {
  margin-bottom: 0;
}

.g {
  color: #23985d;
}

.grey {
  color: lightgrey;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0 solid;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #001737;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.title li {
  display: list-item !important;
}

a {
  color: #23985d;
}

.pd-60 {
  padding: 60px 0;
}

.pd-80 {
  padding: 80px 0;
}

.pd-100 {
  padding: 100px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.hg-50 {
  height: 50px;
}

.transparentGreenbackground {
  background: rgba(35, 152, 93, .1) !important;
}

.video-img {
  position: relative;
  z-index: 1;
}

.vd-btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: white;
  font-size: 35px;
  border-radius: 50%;
  color: #23985d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.vd-btn:hover {
  background-color: #23985d;
  color: white;
}

.mt-6 {
  margin-top: 5rem;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile-mt-25 {
    margin-top: 25px !important;
  }

  .mobile-mb-25 {
    margin-bottom: 25px;
  }

  .mobile-m-25 {
    margin: 25px;
  }

  .mobile-p-25 {
    padding: 25px;
  }

  .mobile-pt-25 {
    padding-top: 25px;
  }

  .mobile-w-100 {
    width: 100%;
  }

  .mobile-centered {
    text-align: center;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-mx-19 {
    margin: 0px 19px 0px 19px;
  }

  .mobile-px-19 {
    padding: 0px 19px 0px 19px;
  }
}
@media screen and (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}
/*************************
Global elements
*************************/

.easyVerein-button {
  margin: auto;
  border: 1px solid #00000033;
  background: #fff;
  border-radius: 5px;
  padding: 10px 5px;
  text-decoration: none;
  color: #000;
}

.green-line {
  border-left: 4px solid #23985d;
}

.easyVerein-button img {
  width: 100%;
}

.green-badge {
  background-color: #23985d;
  padding: 15px;
}

.evTextHighlight {
  color: #23985d !important;
}

@media screen and (max-width: 991px) {
  .easyVerein-button {
    width: 100%;
  }

  .green-line {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 4px solid #23985d;
    border-left: none;
  }

}

.bg-success-light {
  background-color: rgb(222, 244, 233);
}
.bg-warning-light {
  background-color: hsla(41, 94%, 68%, 0.334);
}
.bg-danger-light {
  background-color: rgba(245, 186, 186, 0.62);
}
.bg-announcement {
  background-color: hsla(150, 29%, 88%, 30%);
}

.announcementIconBackground {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.dismissButton {
  width: 2.5rem;
  height: 2.5rem;
}

/*************************
Responsive-Tabs
*************************/
.responsive-tabs {
  padding: 1rem;
}

.responsive-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .responsive-tabs .nav-tabs {
      display: flex;
  }

  .responsive-tabs .card {
      border: none;
  }

  .responsive-tabs .card .card-header {
      display: none;
  }

  .responsive-tabs .card .collapse {
      display: block;
  }
}

@media (max-width: 767px) {
  .responsive-tabs .tab-pane {
      display: block !important;
      opacity: 1;
  }
}


/*************************
List
*************************/

.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #23985d;
  font-size: 23px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 2px;
}

.list-none li:before {
  content: "\f05e";
  color: #7d1d23;
}

.list-bullet li:before {
  content: "\f192";
  color: #a9a9a9;
  font-weight: normal;
}

.list li {
  display: block;
  color: #001737;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 23px;
}

/*************************
Navigation
*************************/

#navigation-sticky-wrapper {
  position: relative;
  z-index: 9;
}

#navigation-sticky-wrapper.is-sticky .navigation-wrapper {
  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31);
  box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31);
  z-index: 99999;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  padding: 13px 0;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation li {
  display: inline-block;
}

#navigation .navbar-toggler-icon {
  background-image: none;
}


#navigation .toggle.active span.navbar-toggler-icon {
  background-color: rgba(0, 0, 0, 0.0);
}

#navigation .toggle span.navbar-toggler-icon,
#navigation .toggle span.navbar-toggler-icon::before,
#navigation .toggle span.navbar-toggler-icon::after {
  background-color: #23985d;
}

#navigation .navigation-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 15px 0;
}

#navigation .login-btn {
  text-decoration: none;
  padding: 5px 20px;
  margin: 0 5px;
  border: 1px solid #23985d;
  border-radius: 10px;
  color: #23985d;
}

.dropdown-menu{
  border-radius: 10px !important;
}

#navigation .dropdown-menu:not(.landingpages) {
  overflow: auto;
  max-height: 60vh; /* Ugly but effective fix for a problem that might never occur */
}
@media (max-height: 800px) {
  #navigation .dropdown-menu.landingpages {
    overflow: auto;
    max-height: 60vh;
  }
  #navigation .dropdown-submenu {
    display: none !important;
  }
  #navigation .landingpages .mobile-hidden {
    display: none !important;
  }
  #navigation .landingpages .desktop-hidden {
    display: block !important;
  }
}

.register-btn {
  text-decoration: none;
  padding: 5px 20px;
  margin: 0 5px;
  border-radius: 10px;
  background-color: #23985d;
  border: 1px solid #23985d;
  color: #ffffff;
  display: inline-block;
}

.register-btn.disabled, .register-btn:disabled, fieldset:disabled .register-btn {
  color: #fff;
  pointer-events: none;
  opacity: 0.65;
}

.test-free-btn {
  text-decoration: none;
  padding: 5px 20px;
  margin: 15px 0px;
  border-radius: 10px;
  background-color: #23985d;
  border: 1px solid #23985d;
  color: #ffffff;
}

#navigation .navigation-links li {
  position: relative;
}

#navigation .navigation-links li a {
  display: block;
  padding: 15px 15px;
  color: #576477;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  text-decoration: none;
  font-size: 1.15rem;
}

#navigation .navigation-links li ul li > ul {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

#navigation .navigation-links li ul {
  position: absolute;
  left: 0;
  top: 63px;
  min-width: 300px;
  background-color: white;
  text-align: left;
  padding: 10px;
  -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  small { /* e.g. for "Über easyVerein" - Sportverein */
    margin-left: 40px !important;
  }
}

#navigation .navigation-links li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

#navigation .navigation-links li li {
  display: block;
  position: relative;
}

#navigation .navigation-links li ul li > a {
  padding: 5px 10px;
  font-weight: 400;
  color: #576477 !important;
  transition: all 0.3s;
}

#navigation .sticky .navigation-links li li:hover > a,
#navigation .navigation-links li li:hover > a {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding-left: 23px;
}

#navigation .navigation-links li > a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  content: "";
  background-color: #23985d;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

#navigation .navigation-links li .dropdown-toggle::after {
  display: none;
}

#navigation .navigation-links li a.active:after,
#navigation .navigation-links li:hover a:after {
  width: 100%;
  left: 0;
  right: auto;
}

#navigation .navigation-links li ul li a:after {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  #navigation .navigation-wrapper .container .row #displayDesktop {
    display: none !important;
  }

  #navigation .navigation-wrapper .container .row #displayMobile {
    display: block !important;
  }

  #navigation .navigation-absolute {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 1200px) {
  #navigation .navigation-wrapper .container .row #displayMobile {
    display: none !important;
  }

  #navigation .navbar-toggler {
    display: none !important;
  }
}

/*************************
Hero
*************************/

.easyVerein.hero-area {
  background-image: url("/static/homepage/rumgeblurre@0.25.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.easyVerein.hero-area .hero-area-second-layer {
  background-image: url("/static/homepage/hexas.webp");
  background-size: 100% auto !important;
  background-position: top;
  background-repeat: no-repeat;
}

.easyVerein.hero-area .hero-area-second-layer .hero-area-content {
  padding-top: 150px;
}

.easyVerein.hero-area .hero-headline {
  font-size: 42px;
  font-weight: 600;
}

.hero-headline-subline {
  font-weight: 600;
  line-height: 1.75;
}

.easyVerein.hero-area .hero-headline-subline {
  font-size: 20px;
}

.easyVerein.hero-area .card-information {
  font-size: 48px;
  color: #001737;
  font-weight: 600;
}

.easyVerein.hero-area .card-information small,
.easyVerein.hero-area .card-information h6 {
  font-size: 20px;
  font-weight: 500;
}

.header-info-card {
  box-shadow: 5px 5px 15px #0000000f;
}

.header-info-card-description {
  margin: 7px 0px 20px 0px;
}

@media screen and (max-width: 991px) {
  .easyVerein.hero-area {
    text-align: center;
  }

  .easyVerein.hero-area a {
    margin: auto;
  }

  .easyVerein.hero-area .hero-headline {
    width: 100%;
    font-size: 1.5rem;
  }

  .subsite_subline {
    padding-left: 0 !important;
  }
}

/*************************
Paper mess
*************************/

.easyVerein.paper-mess-area {
  background-image: url("/static/homepage/papermess.webp");
  background-size: cover;
  background-position: top;
}

.easyVerein.paper-mess-area p {
  font-size: 20px;
}

/*************************
Benefits
*************************/

.easyVerein.benefits-area {
  background: #f9f9f9;
}

.img-lock {
  max-height: 10rem !important;
}

@media screen and (max-width: 991px) {
  .mobile-img-smaller {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-img-display-none {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .desktop-img-display-none {
    display: none;
  }
}

/*************************
Association
*************************/

.easyVerein.association-area {
  background: #f9f9f9;
}

/*************************
Function
*************************/

.easyVerein.function-area img {
  width: 100px;
}

.customShadow {
  box-shadow: 0 2rem 3rem rgba(0,0,0,.175) !important;
  border-radius: var(--bs-border-radius-xl) !important;
}

@media screen and (max-width: 991px) {
  .customShadow {
    box-shadow: 0 1rem 1.5rem rgba(0,0,0,.175) !important;
  }
}


.vw-100 {
  width: 100vw !important;
  position: relative;
  max-width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

/*************************
Gallery
*************************/

.easyVerein.gallery-area {
  background: #f9f9f9;
}

.easyVerein.gallery-area .image-box {
  height: 450px;
  overflow: hidden;
}

.easyVerein.gallery-area .image-box img {
  height: 100%;
}

/*************************
Testimonial
*************************/

#testimonial {
  display: flex;
  justify-content: stretch;
}

#testimonial .testimonial-user {
  height: 326px;
  margin: 10px;
  padding: 25px;
  border-radius: 5px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
}

#testimonial .testimonial-user .testimonial-user-author {
  margin-bottom: 25px;
}

#testimonial .testimonial-user h4 {
  font-weight: normal;
}

#testimonial .quote-icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 2rem;
  color: #23985d;
}

/*************************
Tabs
*************************/

.easyVerein.tab-area {
  background-color: #f9f9f9;
}

.easyVerein.tab-area .easyverein.nav .easyverein-nav-tabs {
  padding: 10px;
}

.easyVerein.tab-area .easyverein.nav .easyverein-nav-tabs button {
  width: 18%;
  background-color: #ffffff;
  color: #23985d;
  border-radius: 5px;
  border: 1px solid #efecec;
}

.easyVerein.tab-area .easyverein.nav .easyverein-nav-tabs button.active {
  border-bottom: 2px solid #23985d;
}

.easyVerein.tab-area .tab-pane img {
  border-radius: 5px;
}


@media screen and (max-width: 991px) {
  .easyVerein.tab-area .easyverein.nav .easyverein-nav-tabs {
    margin: 0;
    padding: 0;
  }

  .easyVerein.tab-area .easyverein.nav .easyverein-nav-tabs button {
      width: 100%;
  }

}

/*************************
Subsite
*************************/

.easyVereinSubsite {
  background-color: #f9f9f9;
  background-image: url("/static/homepage/rumgeblurre@0.25.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.easyVereinSubsite .easyVereinSubsite_wrapper {
  background-image: url("/static/homepage/hexas.webp");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 75vw;
}

.pd-subsite {
  padding: 150px 0 50px 0;
}

.subsite_headline {
  font-weight: 400;
}

.subpage-headline {
  font-weight: 500;
  text-align: left;
}

.subsubtitle {
font-weight: 400;
}

.read-more {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .pd-subsite {
    text-align: center;
  }

  .mobile-mx-29 {
    margin-left: 29px;
    margin-right: 29px;
  }

}
@media screen and (min-width: 992px) {
  .imageShadowLeft {
    filter: drop-shadow(calc(-1 * var(--imageShadowPadding)) calc(-1 * var(--imageShadowPadding)) rgba(111, 189, 149, 0.25));
    padding-top: var(--imageShadowPadding);
    padding-left: var(--imageShadowPadding);
  }
  .imageShadowRight {
    filter: drop-shadow(var(--imageShadowPadding) calc(-1 * var(--imageShadowPadding)) rgba(111, 189, 149, 0.25));
    padding-top: var(--imageShadowPadding);
    padding-right: var(--imageShadowPadding);
  }
}

/*************************
Price
*************************/

#pricingContent .box {
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #fff;
}

#pricingContent .box .box-header {
  color: #343a40;
  display: block;
  padding: 0.5rem 1rem;
}

#pricingContent .box .box-header .box-title {
  margin: 0;
  font-size: 17px;
}

#pricingContent .box .with-border {
  border-bottom: 1px solid lightgrey;
}

#pricingContent .box .box-body {
  padding: 1rem 1rem;
}

#pricingContent .box .box-footer {
  padding: 1rem 1rem;
  border-top: 1px solid lightgrey;
}

#pricingContent .sealIcon img {
  width: 100%;
}

#pricingContent .sealIcon .large_seal {
  width: 75%;
}

#pricingContent #accordion .panel-heading {
  background-color: #23985d;
  padding: 15px 30px 10px;
  border-radius: 5px;
  margin: 10px 0px;
}

#pricingContent #accordion .panel-collapse {
  padding: 10px 15px;
}

#pricingContent #accordion .panel-title {
  color: white;
  text-align: left;
}

#pricingContent #accordion .btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 63%, 37%, 0.5) !important;
}

#pricingContent #accordion .btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem hsla(150, 63%, 37%, 0.5) !important;
}

.panel-prices > .panel-heading {
  background-color: #dcecdd !important;
}

.priceInfoSquares {
  background-color: #efefef;
  width: 11rem;
}

.btn-prices {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b3b3b3;
  --bs-btn-border-color: #b3b3b3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b3b3b3;
  --bs-btn-hover-border-color: #b3b3b3;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b3b3b3;
  --bs-btn-active-border-color: #b3b3b3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b3b3b3;
  --bs-btn-disabled-border-color: #b3b3b3;
}

.ev_register_card_benefits_icon {
	font-size: 3rem !important;
	color: #23985d;
}

/************************
Tab
************************/
.function_tab .tab-number strong {
  width: 34px;
  height: 34px;
  border: 2px solid #23985d;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #23985d;
}

.function_tab .nav-tabs button.nav-link {
  color: #000;
  border: none;
}

.function_tab .nav-tabs button.nav-link.active {
  background-color: #f9fafc;
  border-bottom: 4px solid #23985d;
}

/*************************
Blog
*************************/

#easyVerein_blog .blog-image {
  height: 275px;
  object-fit: cover;
}

.blog-article-image img {
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
}

.pd-subsite.blog-header {
  padding-bottom: 25px;
  padding-left: 15px;
}

/************************
FeatureRequests
************************/

.requestsByStatus, .requestsByCategory, #myOwnRequests {
  cursor: pointer;
}
.border-dashed {
  border-style: dashed !important
}
.cursor-pointer {
  cursor: pointer !important;
}
.featureRequestFilter .dropdown-item:hover {
  background-color: unset !important;
}
.featureRequestFilter .dropdown-item:focus {
  background-color: #198754 !important;
  color: #fff;
}
.featureRequestFilter .dropdown-item:active {
  background-color: #198754 !important;
  color: #fff;
}
.featureElement {
  box-shadow: 5px 5px 15px #0000000f;
  border-radius: 5px;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color       : #ccc;
  font-size   : 30px;
  position    : relative;
  margin      : 0;
  padding     : 0;
}

.fill-ratings {
  color   : #23985d;
  padding : 0;
  position: absolute;
  z-index : 1;
  display : block;
  top     : 0;
  left    : 0;
  overflow: hidden;
}

.empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

/************************
Footer
************************/

.footer-area img {
  height: 50px;
}

.footer-area .copyright img {
  width: 164px;
  height: auto;
}

.footer-area .benefit img {
  width: auto;
  height: 100px;
}

#frontSalesChatButton {
  position: fixed;
  border: none;
  z-index: 99999999;
  color-scheme: normal;
  width: 64px;
  height: 64px;
  bottom: 30px;
  right: 25px;

  .fc-button {
      border-radius: 32px 32px;
      width: 64px;
      height: 64px;
      color: white;
      font-size: 2.7rem;
      padding-left: 14px;
      padding-top: 2px;

      &:hover {
          background-color: rgba(255, 255, 255, 0.1);
      }

      .loading {
          font-size: 1rem;
          padding-left: 4px;
          margin-left: -16px; /* To compensate the 4px padding-left and the 14px padding-left of .fc-button */
          margin-top: 0.75rem;
      }
  }

  .fc-buttonWrapper {
      background-color: #23985d;
      border: none;
      outline: none;
      cursor: pointer;
      position: relative;
      border-radius: 32px 32px;
      width: 64px;
      height: 64px;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .2);
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .2);

      .has-chats-display {
          right: -10px;
          top: 10px;
      }
  }

}

#frontSalesChatButton .fc-button i {
  position: absolute;
  top: 10px;
  left: 12px;
}

/************************
About easyVerein
************************/

.dropdown-menu li {
  position: relative;
}
#navigation .navigation-links li ul li ul {
  min-width: 190px;
  small {
    margin-left: 0 !important;
  }
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute !important;
  left: 100% !important;
  top: -7px !important;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.headlineOutOfContainer {
  position: relative;
  top: -1.5rem;
  p {
    position: absolute;
    top: -1rem;
  }
  i {
    position: absolute;
    top: 0.5rem;
  }
}

.centeredIcon {
  width: 80px !important;
  height: 80px !important;
  i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.owl-dots {
  text-align: center;
  width: 100%;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background: #000 !important;
}
.w-90 {
  width: 90% !important;
}
@media screen and (max-width: 991px) {
  .w-sm-90 {
    width: 90% !important;
  }
  .owl-dots {
    width: 90%;
  }
}

.scrollHelper {
  position: relative;
  top: -4rem;
}
/************************
Cookie Banner
************************/

.cc-window {
  z-index: 999999999 !important;
  background-color: rgb(222,244,233) !important;
}

.cc-deny {
  text-decoration: none !important;
  padding: 5px 20px !important;
  margin: 0 20px !important;
  border: 1px solid #23985d !important;
  border-radius: 10px !important;
  color: #23985d !important;
}

.cc-allow {
  text-decoration: none !important;
  padding: 5px 20px !important;
  border-radius: 10px !important;
  background-color: #23985d !important;
  border: 1px solid #23985d !important;
  color: #ffffff !important;
  display: inline-block !important;
}

/************************
Services
************************/

#preisvorteile {
  .owl-carousel .owl-stage {
    display: flex;
    max-height: 200px;
  }

  .owl-carousel .owl-item img {
    max-height: 100px;
    object-fit: cover;
    object-position: center;
  }
}

.scrollBelowHeader {
  padding-top: 6rem;
}

/************************
Vorteile
************************/
.mw-400 {
  max-width: 400px;
}

@media (max-width: 991px){
  nav.navbar{
   max-height: 100vh;
   overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
}

/************************
Sponsorship, Security & Status
************************/
.border-danger-subtle {
  --bs-border-opacity: 1;
  border-color: #852c32 !important;
}

.danger-color {
  color: #852c32 !important;
}

.responsive-middle-border {
  border-right: 3px var(--bs-border-style) var(--bs-border-color);
  border-bottom: 3px var(--bs-border-style) var(--bs-border-color);
}

.iframe-for-status {
  width: 100%;
  min-height: 2300px;
  border: 0px;
  background: white;
}

@media (max-width: 768px) {
  .responsive-middle-border {
    border-right: none; /* Hide border-end on screens smaller than 768px */
  }
}

@media (min-width: 768px) {
  .responsive-middle-border {
    border-bottom: none; /* Hide border-end on screens smaller than 768px */
  }
}

.dynamicLicenseBox input[type='range'] {
  -webkit-appearance: none; /* For Chromium browsers */
  appearance: none;
  width: 100%; /* Adjust as needed */
  background: transparent;
}

/* Style the track */
.dynamicLicenseBox input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  background: #d4d4d4;
  border-radius: 0.25rem;
  border: 0.0625rem solid #d4d4d4;
}

.dynamicLicenseBox input[type='range']::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  background: #d4d4d4;
  border-radius: 0.25rem;
  border: 0.0625rem solid #d4d4d4;
}

/* Style the thumb */
.dynamicLicenseBox input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  background-color: #23985D;
  cursor: pointer;
  margin-top: -0.25rem; /* Adjust to align the thumb */
  border-radius: 50%;
}

.dynamicLicenseBox input[type='range']::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background-color: #23985D;
  cursor: pointer;
  border-radius: 50%;
}

/* Hide the outline on focus */
.dynamicLicenseBox input[type='range']:focus {
  outline: none;
}

.container-w-100 {
  max-width: unset !important;
  width: 100% !important;
}

/************************
Feedback Homepage
************************/

.author-image {
  max-height: 100px;
  border-radius: 0px;
  margin: 0 10px 50px 40px;
}

.full-default-image {
  border-radius: 50px;
}

/*********************
*********************/
.dropdownMenuListDesktop{
  column-count: 2;
}

.adviseButton {
  background-color: #23985d;
}

.adviseButton:hover{
  background-color: #00a65a;
}

.dropdown-item:hover{
  color:#23985d !important
}


/*********************
Helper class that can be used to make the form-check form-switch elements look like easyVerein style
*********************/
.toggle-bg {
  background-color: transparent;
  transition: background-color 0.3s ease;
  border-color: #ced4da;
  box-shadow: none;
}

.toggle-bg:checked {
  background-color: #23985d;
  border-color: #23985d;
}

.toggle-bg::before {
  content: '';
  position: absolute;
  background-color: #ced4da;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.toggle-bg:checked::before {
  background-color: #fff;
  transform: translateX(1rem);
}

.toggle-bg:focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 152, 93, 0.25);
  border-color: #acd9c2;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2391cdaf'/%3e%3c/svg%3e");
}

/*********************
Vertical Swiper
*********************/

.verticalSwiper {
  /* Custom style for the vertical swiper controls, so the buttons appear transparent as per design */
  .swiper-wrapper {
    height: 32rem;
  }

  .swiper-container {
    padding: 0.625rem;
  }

  @media (max-width: 1024px) {
    .swiper-container {
      padding-left: 0;
      padding-right: 0;
      max-width: 90%; /* Make the vertical swiper narrower than the screen width */
      margin: auto; /* Center the vertical swiper horizontally */
    }
  }

  .swiper-slide {
      height: 6rem;
      box-shadow: 0 0 15px 0px rgba(0, 0, 0, .1);
  }

  @media (max-width: 768px) {
      .swiper-slide {
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1); /* Reduce horizontal spread for mobile view */
      }
  }

  .btn-icon-only {
    background: none;
    border: none;
    padding: 0;
    outline: none;
  }
}

/*********************
vereinssoftware/identity-provider/ helper styles
*********************/

#identityProviderHomepageContainer {
  /* Custom Style to ensure the right image has enough space on large screens. Not visible on smaller screens. */
  @media (min-width: 1200px) { /* Extra Large screens (XL) */
    .custom-xl-only {
      display: block; /* Visible on XL screens */
      margin-bottom: 7rem;
    }
  }

  @media (max-width: 1199px) { /* Hide on screens smaller than XL */
    .custom-xl-only {
      display: none;
    }
  }

  /* Custom style to make green gapless banner possible with full site width */
  .full-width-section {
    position: relative;
    width: 100vw !important; 
    left: 50%; 
    transform: translateX(-50%); 
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* Custom style to ensure the shadow appears only on top and bottom for smaller screen sizes */
  @media (max-width: 768px) {
    .imageShadowRight {
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); /* Shadow on top and bottom only */
    }
  }
}


.bg-announcement {
  span.text-tiny {
      font-size: .7em;
  }

  span.text-small {
      font-size: .85em;
  }

  span.text-big {
      font-size: 1.4em;
  }

  span.text-huge {
      font-size: 1.8em;
  }

  mark.marker-yellow {
      background-color: #fdfd77;
  }

  mark.marker-green {
      background-color: #62f962;
  }

  mark.marker-pink {
      background-color: #fc7899;
  }

  mark.marker-blue {
      background-color: #72ccfd;
  }

  mark.pen-red {
      background-color: transparent;
      color: #e71313;
  }

  mark.pen-green {
      background-color: transparent;
      color: #128a00;
  }

  blockquote {
      font-style: italic;
  }
}