html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.4;
  -webkit-user-select: none;
  user-select: none;
}


*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

body {
  background: #fff;
  /* System fonts stack */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /*font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;*/
  scroll-behavior: smooth;
  padding-bottom: 80px;
}

input,
textarea,
select {
  font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  word-wrap: break-word;
}

/*
h1,
h2,
h3,
h4 {
    padding: 20px 0 0;
}

h1 +h1,
h1 +h2,
h1 +h3,
h2 +h1,
h2 +h2,
h2 +h3,
h3 +h1,
h3 +h2,
h3 +h3{
    margin-top: -20px;
}*/

h1 {
  padding-top: 20px;
  margin: 0;
}

h2 {
  margin: 0 0 20px;
}

html body {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
}

body *.h1-like > *,
body *.h1-like,
body h1 {
  font-family: 'Amoresa', Arial, Helvetica, sans-serif;
}

body *.h2-like > *,
body *.h2-like,
body h2 {
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
}

body *.h3-like > *,
body *.h3-like,
body h3 {
  font-family: Arial, Helvetica, sans-serif;
}

body *.h4-like > *,
body *.h4-like,
body h4 {
  font-family: Arial, Helvetica, sans-serif;
}


body a.button,
body button.button,
body a.button-light,
body button.button-light,
body a.button-dark,
body button.button-dark {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

body a.button,
body button.button {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;

}

body a.button-light,
body button.button-light {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

body a.button-dark,
body button.button-dark {
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all .3s;
}


.cols-wrapper .cols:has(>.col>h1:last-child),
.cols-wrapper .cols:has(>.col>h2:last-child),
.cols-wrapper .cols:has(>.col>h3:last-child),
.cols-wrapper .cols > .col:has(>h1:last-child),
.cols-wrapper .cols > .col:has(>h2:last-child),
.cols-wrapper .cols > .col:has(>h3:last-child) {
  margin-bottom: 5px;
}

.col-module_Events h2,
.col-module_News h2 {
  padding-top: 0;
}

p {
  margin: 0 0 1.2em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

#topslider img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}

.topslider picture {
  position: relative;
}

.topslider .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 100%);
  z-index: 1;
}

.slider-text {
  z-index: 2;
}

.content-wrapper {
  padding-top: 20px !important;
}

.col-module_News_detail .swiper,
.col-module_Events_detail .swiper {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin-top: -20px;
}

.cols {
  margin: 0 auto 2em;
  max-width: 1600px;
  width: 92%;
}

.cols .cols {
  width: auto;
}

.cols-full .cols {
  max-width: none;
}

.cols-full.customstyle-highlight {
  background-color: yellow;
  padding: 20px 0;
}

.col-txt :last-child {
  margin-bottom: 0;
}

.cols-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}

.col {
  /*border: 1px solid #ccc;*/
  margin: 0 0 2em;
}

.cols-25-25-25-25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cols-25-25-25-25 .col {
  width: 47%;
}

.col-pic a {
  display: block;
  position: relative;
}

.slider-text {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 100%;
}

.slider-text .slider-title {
  text-align: center;
  color: rgba(var(--sub-light-color));
  word-break: keep-all;
}


.slider-text .slider-subtitle {
  text-align: center;
  color: rgba(var(--main-light-color));
  text-transform: uppercase;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.customstyle-tiles .wwsitescomponent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}


.customstyle-tiles .wwsitescomponent li {
  position: relative;
  width: calc(50% - 10px);
  aspect-ratio: 1/1;
  margin-bottom: 0;
}

.customstyle-tiles .wwsitescomponent li:nth-child(1) {
  aspect-ratio: 2/1;
  width: 100%;
}

.customstyle-tiles .wwsitescomponent .wwmodule-list-title {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
  color: rgb(var(--main-light-color));
  font-family: 'Alice', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: none;
}

.customstyle-tiles .wwsitescomponent .wwmodule-list-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.customstyle-tiles .wwsitescomponent li > a,
.customstyle-tiles .wwsitescomponent li > a > div {
  width: 100%;
  height: 100%;
}


.customstyle-tiles .wwsitescomponent li > a > div {
  position: relative;
}

.customstyle-tiles .wwsitescomponent li > a > div:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .9) 100%);
  border-radius: 20px;
}

.customstyle-rounded-corners img {
  border-radius: 20px;
}

.footer-wrapper {
  padding: 20px;
}

.footer {
  margin: 0 auto;
  max-width: 1600px;
  width: 94%;
}

.footer-heading {
  font-weight: 700;
}

.copyright-wrapper {
  padding: 10px;
}

button,
a.button {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: all .2s linear;
  text-align: center;
}

body.home .content-wrapper {
  padding-top: 80px;
}

.customstyle-x-scroll .cols {
  width: 100%;
  max-width: none;
}

.customstyle-x-scroll .col-module_News .news-wrapper,
.customstyle-x-scroll .cols:not(:has(.col-module_News)) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.customstyle-x-scroll .col-module_News .news-wrapper:after,
.customstyle-x-scroll .cols:not(:has(.col-module_News)):after {
  content: '';
  width: 4vw;
  height: 100%;
  border: 2vw solid #ffff;
}

.customstyle-x-scroll .col-module_News .card,
.customstyle-x-scroll .cols .col:not(.col-module_News) {
  min-width: 200px;
  margin: 0 0 0 4vw;
  width: inherit;
  overflow: hidden;
}

.customstyle-x-scroll .col-module_News .card {
  margin: 0 4vw 4vw;
}

.customstyle-x-scroll .col-module_News .card img,
.customstyle-x-scroll .cols .col img {
  aspect-ratio: 7/5;
  height: auto;
  margin-bottom: 0;
}

.customstyle-x-scroll .col-module_News .news-wrapper .card:last-child,
.customstyle-x-scroll .cols .col:not(.col-module_News):last-child {
}

.customstyle-x-scroll .col-module_News .news-wrapper::-webkit-scrollbar,
.customstyle-x-scroll .cols:not(:has(.col-module_News))::-webkit-scrollbar {
  display: none;
}

.customstyle-x-scroll .col-module_News .news-wrapper,
.customstyle-x-scroll .cols:not(:has(.col-module_News)) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 768px) {

  .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cols-100 {
    display: block;
  }

  .col {
    margin: 0;
  }

  .cols-50-50 .col {
    width: 48%;
  }

  .cols-33-33-33 .col {
    width: 32%;
  }

  .cols-25-25-25-25 .col {
    width: 16%;
  }

  .customstyle-slider .swiper img {
    height: 94%;
  }

}


.swiper {
  overflow-y: visible;
}

.swiper ul,
.swiper li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .module-slider-heading {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: rgba(var(--main-light-color), 1);
  font-size: 1.8rem;
}

.swiper-slide .module-slider-subheading,
.swiper-slide .module-slider-link {
  display: none;
}

.swiper .swiper-pagination {
  margin-top: 10px;
  top: 100%;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--main-dark-color), 1);
  opacity: 1;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: rgba(var(--sub-light-color), 1);
}

.customstyle-slider {
  margin: 0 0 4em;
}

.customstyle-slider .swiper-slide {
  height: auto;
}

.customstyle-slider .swiper img {
  border-radius: 0;
  aspect-ratio: 16/9;
}

.customstyle-slider .swiper .swiper-pagination {
  bottom: 0;
  margin-top: 0;
  top: auto;
}



.card-status:before {
  border-radius: 50%;
  height: 10px;
  transform: none;
  margin-right: 5px;
}

.card-status[data-status="1"]:before {
  background-color: #68C442;
}

.card-status[data-status="2"]:before {
  background-color: #EBCB4D;
}

.card-status[data-status="3"]:before {
  background-color: #C45D42;
}

.col-module_SitesComponents .ww-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-module_SitesComponents .ww-grid li {
  margin: 0 0 6%;
  position: relative;
  width: 47%;
}

.col-module_SitesComponents .ww-grid li::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 20, 20, .7) 0%, rgba(20, 20, 20, 0) 70%, rgba(20, 20, 20, 0) 100%);
  border-radius: 12px;
  pointer-events: none;
}

.col-module_SitesComponents .ww-grid li img {
  width: 100%;
}

.col-module_SitesComponents .ww-grid li h2 {
  bottom: 15px;
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  left: 0;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: left;
  text-decoration: none;
  z-index: 1;
}

.col-module_Events_detail .swiper:after,
.col-module_News_detail .swiper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 20, 20, .45) 0%, rgba(20, 20, 20, 0) 40%, rgba(20, 20, 20, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.col-module_Events .card-link {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: repeat(3, auto);
  grid-gap: 2px 10px;
  margin-bottom: 20px;
}

.col-module_Events .card-pic {
  grid-row: 1/4;
  grid-column: 1/2;
  aspect-ratio: 1;
  background: #eeeeee;
  border-radius: 20px;
}

.col-module_Events .card-pic img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.col-module_Events a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.col-module_Events .card-heading {
  grid-row: 1/2;
  grid-column: 2/3;
}

.col-module_Events .card-date {
  grid-row: 2/3;
  grid-column: 2/3;
}

.col-module_Events .card-teaser,
.col-module_Events .card-day {
  display: none;
}

.col-module_Events .card-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(var(--main-highlight-color));
  border-radius: 999px;
  padding: 10px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.col-module_Events .card-navigation-wrapper::-webkit-scrollbar {
  height: 5px;
}

/* Track */

.col-module_Events .card-navigation-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Handle */

.col-module_Events .card-navigation-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

/* Handle on hover */

.col-module_Events .card-navigation-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}


.col-module_Events .card-navigation-wrapper a {
  color: rgba(var(--main-light-color), 1);
  text-decoration: none;
  padding: 0 8px;
  margin: 0 -0.5px;
  line-height: 1;
}


.col-module_Events .card-separator {
  padding: 20px 0;
  font-weight: 900;
}

.col-module_Events .card-heading a {
  text-decoration: none;
  display: block;
}

.col-module_Events .card-heading {
  margin: 0 0 5px;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
}


.col-module_Events .card-multiday,
.col-module_Events .card-day,
.col-module_Events .card-time {
  font-size: 1.5rem;
}

.col-module_Events .card-multiday + .card-date .card-time{
  display: block;
  margin-top: -4px;
}

.col-module_Events_detail .card-multiday,
.col-module_Events_detail .card-day,
.col-module_Events_detail .card-time {
  display: block;
  font-weight: 900;
  color: rgba(var(--sub-dark-color), 1);
}

.col-module_Events .card-status,
.col-module_Events_detail .card-status{
  font-size: 1.5rem;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
}

.col-module_Events .card-status{
  margin-top: 5px;
}

.col-module_Events .card-multiday:before,
.col-module_Events .card-time:before,
.card-status:before {
  content: '';
  height: 10px;
  aspect-ratio: 1;
  transform: translateY(5%);
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.col-module_Events .card-multiday:before,
.col-module_Events .card-time:before {
  background: url("/images/clock.svg") center center no-repeat;
  background-size: contain;
}

.col-module_Events .card-detail-button {
  display: none;
}

.col-module_News .card-date {
  background: rgba(var(--main-light-color), 1);
  border-radius: 10px;
  color: rgba(var(--main-dark-color), 1);
  font-size: 1.375em;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 20px;
}

.col-module_News .card-date .date-day {
  padding: 4px 10px;
}

.col-module_News .card-date .date-month {
  background: rgba(var(--main-dark-color), 1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: rgba(var(--main-light-color), 1);
  padding: 4px 10px;
  font-size: 0.636em;
  text-transform: uppercase;
}

.col-module_News .card-date .date-year {
  display: none;
}

.col-module_News .card-title {
  text-decoration: none;
}

.col-module_News .card-teaser {
  display: none;
}

.col-module_Events_detail .wwback {
  display: none;
}

.col-module_Events_detail .swiper {
  margin-bottom: 35px;
  position: relative;
}

.col-module_Events_detail .swiper img {
  width: 100%;
}

.col-module_Events_detail .card-date {
  font-size: 1.7rem;
  margin-bottom: 0;
}

.col-module_Events_detail >h2{
  margin-bottom: 15px;
}

.col-module_Events_detail .location-name {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.col-module_Events_detail .location-name:before {
  content: '';
  width: 10px;
  height: 12px;
  transform: translateY(10%);
  display: inline-block;
  margin-right: 5px;
  background: url("/images/location.svg") center center no-repeat;
  background-size: contain;
}

.col-module_Events_detail .card-status {
  margin-bottom: 15px;
}

.col-module_Events_detail .card-description {
  border-top: #8A8A8A solid 1px;
  padding-top: 30px;
  margin-top: 30px;
}

.col-module_Events_detail button.bookmark {
  float: right;
  width: 32px;
  height: 32px;
  background: url(/images/bookmark.svg) center center no-repeat;
  background-size: 16px 16px;
  border: 1px solid rgb(var(--main-highlight-color));
  color: transparent;
  overflow: hidden;
  padding: 0;
  opacity: 0.5;
  margin-top: -5px;
}

.col-module_Events_detail button.bookmark.active {
  animation: heart 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -webkit-animation: heart 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
}

@keyframes heart {
  0% {
    transform: scale(1);
    opacity: 0.5;
    background-image: url(/images/bookmark.svg);
  }
  40% {
    transform: scale(2);
    opacity: 0.5;
    background-image: url(/images/bookmark.svg);
  }
  60% {
    transform: scale(2);
    opacity: 1;
    background-image: url(/images/bookmark-active.svg);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    background-image: url(/images/bookmark-active.svg);
  }

}

.col-module_Events_detail .col {
  margin-bottom: 1em;
}


.col-module_News_detail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.col-module_News_detail .swiper {
  order: -1;
  margin-bottom: 20px;
  position: relative;
}

.col-module_News_detail .swiper img,
.col-module_Events_detail .swiper img {
  border-radius: 0;
}

.col-module_News_detail .news-detail-date {
  display: none;
  font-weight: 700;
  color: rgba(var(--sub-dark-color), 1);
  margin-bottom: 10px;
}

.col-module_News_detail .news-detail-back {
  display: none;
}


.col-module_Merkzettel ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.col-module_Merkzettel ul li > div {
  width: 75%
}

.col-module_Merkzettel ul li > picture {
  width: 25%;
}

.col-module_Merkzettel ul li > picture img {
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

.col-module_Merkzettel .card-teaser,
.col-module_Merkzettel .card-date {
  font-size: 1.5rem;
}

.col-module_Merkzettel .card-delete > button {
  color: rgb(var(--main-highlight-color));
  text-decoration: underline;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 5px 0;
}

.col-module_Merkzettel .card-title {
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}


.wwmodule-list-heading {
  /* margin: 0 0 25px; */
}

li.wwdocument {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: rgba(var(--main-dark-color), 1);
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--main-dark-color), 1);
  margin: 0;
  transition: all .4s;
}

.wwdocument-txt {
  font-weight: 400;
  padding-bottom: 20px;
  width: 100%;
}

li.wwdocument > a {
  color: rgba(var(--main-dark-color), 1);
  width: 100%;
  padding: 20px 0;
}

.wwdocument-filesize {
  display: none;
  white-space: nowrap;
  padding-right: 20px;
}


.accordion-item {
  border-radius: 20px;
  position: relative;
}

.accordion-item > * {
  line-height: 1;
  padding: 15px;
}


.accordion-item + .accordion-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  border-top: 1px solid rgba(var(--main-dark-color), 1);
}

.accordion-content {
  padding: 0 10px 20px;
  margin: 0;
  display: none;
}

.accordion-content *:last-child {
  margin-bottom: 0;
}

.accordeon-heading {
  padding-right: 60px;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
}

.accordeon-heading:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(-20px, -50%);
  background: url(/images/arrow-content.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all .3s;
  transform-origin: 50% 50%;
}

.accordeon-heading.active:after {
  transform: translate(-20px, -50%) rotate(90deg);
}

.accordeon-heading.active {
  color: rgb(var(--main-highlight-color));
}

.col-module_SocialMediaWall ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col-module_SocialMediaWall .wwmodule-list li {
  margin-bottom: 0;
}

body.home .col-module_SocialMediaWall ol > * {
  width: calc(50% - 10px);
}


.wellness-application-cat + .wellness-application-cat {
  padding-top: 40px;
}

.wellness-application-cat-title {
  background: rgb(var(--sub-light-color));
  border-radius: 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 20px 10px 40px;
  position: relative;
}

.wellness-application-cat-title:before {
  background: url(/images/arrow-dark.svg) no-repeat center center;
  content: '';
  height: 16px;
  left: 14px;
  position: absolute;
  top: calc(50% - 8px);
  transition: transform .4s;
  width: 16px;
}

.wellness-application-cat-title.active:before {
  transform: rotate(90deg);
}

.wellness-application-cat-title + .wellness-application-cat-items {
  display: none;
}

.wellness-application-itm {
  padding-top: 0;
  margin-top: 40px;
}

.wellness-application-itm + .wellness-application-itm {
  border-top: 2px dotted #ccc;
  padding-top: 40px;
  margin-top: 40px;
}

.wellness-application-itm-header {
  margin-bottom: 10px;
}

.wellness-application-itm-title {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.wellness-application-itm-time {
  width: max-content;
  display: inline-block;
}

.wellness-application-itm-price {
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}

table.wellness-application-variants {
  width: 100%;
  margin-bottom: 1em;
}

table.wellness-application-variants tr {
  padding-bottom: 15px;
  display: block;
}

table.wellness-application-variants td {
  display: block;
  text-align: left;
}

/*
table.wellness-application-variants tr:nth-child(even) td {
  background-color: rgb(var(--sub-light-color));
}
*/

.wellness-application-itm-pic {
  display: none;
}

.wellness-application-cat-description {
  margin-top: 10px;
}

.wellness-application-variant-price {
  font-weight: 900;
}

.wellness-application-variant-time,
.wellness-application-variant-price {
  text-align: right;
}

.wellness-application-itm-pic {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {

  .wellness-application-itm-header > * {
    display: inline;
  }

  .wellness-application-itm-time:before {
    content: '|';
    margin: 0 5px;
  }

  .wellness-application-itm-price {
    float: right;
  }
}

@media only screen and (min-width: 1040px) {


  .wellness-application-itm {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
  }


  .wellness-application-itm-pic {
    min-width: 180px;
    width: 180px;
  }

  .wellness-application-itm-container {
    flex-grow: 1;
  }

  .wellness-application-description {
    width: 90%;
  }

  .wellness-application-itm-header {
    margin-bottom: 0;
  }

}

.col-module_FAQ > h2 {
  display: none;
}

.col-module_FAQ .faq-nav {
  display: none;
}


.col-module_AdminWeatherGeoSphere .charts-css {
  height: auto !important;
  --aspect-ratio: 4/1;
}

.wwweather-today {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px rgb(var(--main-dark-color));
}

.wwweather-content {
  align-items: flex-start;
  padding-bottom: 20px;
  font-family: 'Catamaran', Arial, sans-serif;
  font-size: 1.5rem;
}

.wwweather-day-heading {
  font-size: 3.4rem;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
  color: rgb(var(--main-highlight-color));
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.wwweather-day-subheading {
  font-size: 1.5rem;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.wwweather-content > * {
  width: 48%;
}

.wwweather-today-data {
}

.wwweather-today .wwweather-content .wwweather-icon svg{
  width: 75%;
  display: block;
}

.wwweather-content .wwweather-icon svg {
  width: 100%;
  height: auto;
  max-height: 110px;
}

.wwweather-content .wwweather-icon svg * {
  fill: rgb(var(--main-highlight-color));
}

.wwweather-temperature {
  flex: none;
  margin-left: 0;
  font-size: 5rem;
  font-family: 'Catamaran', Arial, Helvetica, sans-serif;
}

.wwweather-future {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

h3.wwweather-future-heading {
  margin-bottom: 20px;
}

.wwweather-future-icon img,
.wwweather-future-icon svg {
  height: 24px;
  max-width: 21px;
}

.wwweather-future-icon svg * {
  fill: rgb(var(--main-highlight-color));
}

.wwweather-future-rain {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  font-size: 1.5rem;
}

.wwweather-future-rain svg {
  height: 14px;
}

.wwweather-future-weekday {
  font-weight: 700;
}

.wwweather-copyright {
  margin-top: 60px;
}

.wwweather-future-temp {
  font-size: 1.2rem;
}

.wwweather-future-temp strong {
  font-size: 1.5rem;
}


.wwweather-future-weekday {
  width: 10%;
  min-width: 30px;
}

.wwweather-future-date {
  width: 18%;
  min-width: 45px;
}

.wwweather-future-icon {
  width: 13%;
  min-width: 25px;
}

.wwweather-future-rain {
  width: 12%;
  min-width: 60px;
}

.wwweather-future-temp {
  width: 38%;
  text-align: right;
  min-width: 130px;
}


.faq-pic {
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto 30px;
}

.faq-item {
  padding: 20px;
  border: 1px #aaaaaa solid;
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
  transition: background-color .3s;
}

.faq-item.active{
  background-color: #F8F5EF;
}

h2.faq-heading{
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
}

.faq-content-txt{
  padding: 20px 0 0;
}


.faq-content-pics{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faq-content-pic{
  width: calc(50% - 10px);
  height: auto;
  aspect-ratio: 16/9;
}

.faq-content-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-content-txt *:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}


.faq-item + .faq-item{
  margin-top: 30px;
}

.faq-content {
  display: none;
}

.faq-slider .faq-wrapper > .faq-item:last-child .faq-content {
  display: block;
}

.faq-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.col-module_FAQ .faq-buttons > * {
  width: 48%;
}


.wwweather-currentdata{
  display: none !important;
}