/* 
    ---- SLM-CMS-Child CSS -----

    Website: wellnessland.de

    ---- SLM-CMS-Child CSS -----
*/

/* Import CSS Files */
@import "icons.css";

:root {
  /* Html & Body */
  --slm-page_header_max-width: 1440px;
  --slm-page_main_max-width: 1440px;
}

html,
body {
  font-family: 'ptsans', Tahoma, Arial, Helvetica, Verdana, sans-serif;
  max-width: var(--slm-page_main_max-width);
  margin: auto;
  min-width: 350px;
  overflow-x: hidden !important;
  user-select: none;
}

body.modalopen {
  overflow: hidden;
}

main {
  overflow: hidden !important;
  max-width: var(--slm-page_main_max-width);
  opacity: 0.05;
  display: block !important;
}

main.loaded {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

.hide {
  display: none !important;
}


.header-topbar {
  text-align: center;
}

.header-topbar-content {
  background: #2460ad;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header-topbar-content span {
  display: block;
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding: 5px;
  color: #fff;
}

.header-topbar .desktop a {
  color: #2460ad;
  font-size: 13px;
  margin-right: 15px;
  text-wrap: nowrap;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.header-topbar .desktop a:hover {
  transform: scale(0.95);
}

.header-topbar .desktop a[href='#'] {
  text-decoration: none;
  transform: initial;
  cursor: default;
}

.header-topbar .desktop span:nth-child(3)>a {
  margin-right: 0px;
}

.header-topbar .slm-icons {
  width: 19px;
  height: 19px;
  margin-left: 15px;
}

.header-topbar .slm-icons:first-child {
  margin-left: 0px;
}

.header-topbar .desktop>div {
  background: #ffffff;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.header-topbar>div {
  width: auto;
  margin: auto;
}

.header-topbar>div>div.desktop>span {
  float: left;
}

.header {
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 50px;
  margin: 0px;
  /*background-color: rgb(255 255 255 / 80%);*/
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  max-width: 1200px;
  margin: auto;
}

.header-left {
  margin-left: 0;
  text-align: left;
}

.header-right {
  margin-right: 0;
  text-align: right;
}

.header-right.desktop {
  margin-top: 5px;
  word-wrap: break-word;
}

@media (max-width: 1290px) {
  .header-right.desktop {
    margin-left: -250px;
  }
}

.header-right.desktop a {
  margin-right: 15px;
  text-wrap: nowrap;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.header-right.desktop a.active {
  color: #ffffff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: #2460ade3;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
}

.header-right.desktop a.active:hover {
  text-decoration: none;
  border: none;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-right.desktop a:hover {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.header-right.desktop a:last-child {
  margin-right: 0px;
}


.header-logo {
  max-width: 150px;
  width: 400px;
}

.header-navigation {
  cursor: pointer;
}

.header-navigation-mobile {
  position: fixed;
  clear: both;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #245fadf8;
  z-index: 1000;
  overflow-x: scroll;
}

.header-navigation-mobile .close {
  display: block;
  position: relative;
  margin: 2px;
  float: right;
  color: #fff;
  font-weight: 700;
  font-size: 2.2em;
  text-align: right;
  cursor: pointer;
}

.header-navigation-mobile .navigationitems {
  clear: both;
}

.header-navigation-mobile .navigationitems>div.small>span {
  width: fit-content;
  margin: auto;
}

.header-navigation-mobile hr {
  border: 1px solid #fff;
}

.header-navigation-mobile a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  margin-bottom: 25px;
}

.header-navigation-mobile a.active {
  border: 1px solid #e1e1e17a;
  padding: 5px;
  font-weight: 600;
}

.header-navigation-mobile .small a {
  font-size: 1.2em;
  margin-bottom: 0;
}

.header-content {
  height: 700px !important;
  max-height: 700px;
}

.header-content.open {
  height: 15px !important;
}

@media (max-width: 500px) {
  .header-content {
    max-height: 380px !important;
  }
}

@media (max-width: 600px) {
  .header-content {
    max-height: 600px;
  }
}

.header-navigation-video {
  position: relative;
  z-index: 2;
  background-color: #ffffffde;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.header-navigation-video-content {
  overflow: hidden;
  position: relative;
  margin-top: -190px;
  z-index: 1;
}

/* @media (min-width: 992px) and (max-width: 1289px) {
  .header-navigation-video-content {
    margin-top: -210px;
  }
} */

.header-navigation-video-content img {
  width: 100%;
}

.header-navigation-video-content .image {
  height: 215px;
}

.footer {
  background-color: #2460ad;
  color: #fff;
}

.footer-title {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-content {
  font-size: 1em;
  font-weight: 400;
}

.footer-content-block {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-content>.footer-content-block:last-child {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer-content-block-title {
  font-size: 0.9em;
  font-weight: 700;
}

.footer-content-block-subtitle {
  font-size: 0.8em;
  font-weight: 700;
}

.footer-content-block-text {
  line-height: 1.3em;
}

.footer-content-block-text span {
  display: block;
}

.footer-content-block-text a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}

.footer-content-block-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-content-block-text a:visited {
  color: #fff;
  text-decoration: none;
}

.footer-content-block-text a:active {
  color: #fff;
  text-decoration: none;
}

.footer-copyright {
  background-color: #fff;
  color: #000;
  margin-bottom: -10px;
}

.footer-copyright .footer-content-block-text {
  text-align: center;
  font-size: 0.7em;
}

.mobile-scroll-navigaiton {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #2460ade3;
  top: 10px;
  right: 20px;
  z-index: 500;
  border: 1px solid #fff;
  border-radius: 50px;
  border-top-right-radius: 0px;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  padding-top: 14px;
}

@media (min-width: 992px) {
  .mobile-scroll-navigaiton {
    top: initial;
    bottom: 10px;
    right: 20px;
    border-radius: 50px;
    border-bottom-right-radius: 0px;
  }
}

@media (min-width: 1500px) {
  .mobile-scroll-navigaiton {
    background: #245fad;
  }
}

.pageButton {
  align-items: center;
  appearance: none;
  background-color: #DFE2DF;
  border-radius: 4px;
  border-width: 0;
  box-shadow:
    rgba(45, 35, 66, 0.2) 0 2px 4px,
    rgba(45, 35, 66, 0.15) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 1.2em;
}

.pageButton:focus {
  box-shadow:
    #d6d6e7 0 0 0 1.5px inset,
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
}

.pageButton:hover {
  box-shadow:
    rgba(45, 35, 66, 0.3) 0 4px 8px,
    rgba(45, 35, 66, 0.2) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.pageButton:active {
  box-shadow: #d6d6e7 0 3px 7px inset;
  transform: translateY(2px);
}

.slm-bootstrap-row.row.grey {
  background: #f9f9f9;
}

.slm-bootstrap-row.row.grey {
  background: #f9f9f9;
}

.slm-bootstrap-row.row.grey .pageButton {
  background: #fff;
}

.slm-bootstrap-row.row .bgwhite {
  background: #fff;
}

.slm-bootstrap-col-content>img.contentimage {
  max-height: 800px;
  width: 100%;
}

.slm-bootstrap-row.row img.mainimage {
  max-height: 800px;
  width: 90%;
}

@media (max-width: 768px) {
  .slm-bootstrap-row.row img.mainimage {
    max-height: 800px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .slm-bootstrap-row.row img.mainimage {
    max-height: 800px;
    width: 100%;
  }
}

video {
  width: 100%;
}