/* generated at 2026-05-20T13:55:55+02:00 */
/* file: public/resources/themes/mensing/css/frontend/calendar.less */
.content-scroll {
  overflow-x: scroll;
}
.navi {
  position: relative;
  text-align: center;
  margin-top: 0;
}
.navi h3 {
  pointer-events: none;
}
.navi .navi-next,
.navi .navi-prev {
  position: absolute;
  top: 0;
  display: block;
  padding: 0 20px;
  text-indent: 0;
}
.navi .navi-next .fal,
.navi .navi-prev .fal {
  font-size: 24px;
}
.navi .navi-next:before,
.navi .navi-prev:before {
  display: none;
}
.navi .navi-prev {
  left: 0;
}
.navi .navi-next {
  right: 0;
}
.calendar {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 0 0 4em;
}
.calendar thead tr {
  display: table-row;
}
.calendar tr {
  border: 0;
  display: none;
}
.calendar tr:has(.has-entries) {
  display: table-row;
}
.calendar tr:hover {
  background: inherit;
}
.calendar td,
.calendar th {
  text-align: right;
  padding: 0;
  vertical-align: top;
}
.calendar td .date,
.calendar th .date {
  display: inline-block;
  padding: 3px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  top: 5px;
  right: 5px;
  cursor: pointer;
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 5px;
}
.calendar td {
  height: 100px;
  border: 1px solid #ddd;
  width: 14.285714286%;
  background: #fff;
}
.calendar td.active .date {
  background: var(--color-primary);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
}
.calendar td.mask,
.calendar td:hover {
  background: #f7f9fa;
}
.calendar-globals .calendar-global {
  text-align: left;
  padding: 2px 4px;
  margin-bottom: 1px;
  font-size: 12px;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: default;
}
.calendar-globals .calendar-global em {
  display: block;
  font-style: normal;
  font-size: 8px;
}
.calendar-dots {
  text-align: left;
  padding-top: 5px;
}
.calendar-dots .calendar-dot {
  width: 8px;
  height: 8px;
  float: left;
  background: var(--color-primary);
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.calendar-dots .calendar-dot.calendar-color-orange {
  background: #ffdca4 !important;
}
.calendar-dots .calendar-dot.calendar-color-tomato {
  background: #ff6d53 !important;
}
.calendar-dots .calendar-dot.calendar-color-lime {
  background: #95d82e !important;
}
.calendar-dots .calendar-dot.calendar-color-heaven {
  background: #50b7de !important;
}
.calendar-dots .calendar-dot.calendar-color-gold {
  background: #deb411 !important;
}
.calendar-dots .calendar-dot.calendar-color-purple {
  background: #ca40ca !important;
}
.calendar-progress {
  padding-top: 10px;
}
.calendar-progress .calendar-bar {
  width: 100%;
  height: 8px;
  position: relative;
  margin-bottom: 3px;
  background: #e2e7e9;
  border-radius: 4px;
}
.calendar-progress .calendar-bar-inner {
  max-width: 100%;
  min-width: 8px;
  height: 100%;
  border-radius: 4px;
}
.calendar-progress .calendar-bar-inner.calendar-color-orange {
  background: #ffdca4 !important;
}
.calendar-progress .calendar-bar-inner.calendar-color-tomato {
  background: var(--primary-color) !important;
}
.calendar-progress .calendar-bar-inner.calendar-color-lime {
  background: #95d82e !important;
}
.calendar-progress .calendar-bar-inner.calendar-color-heaven {
  background: #50b7de !important;
}
.calendar-progress .calendar-bar-inner.calendar-color-gold {
  background: #deb411 !important;
}
.calendar-progress .calendar-bar-inner.calendar-color-purple {
  background: #ca40ca !important;
}
.calendar-color-orange {
  background: #ffdca4 !important;
}
.calendar-color-tomato {
  background: var(--primary-color) !important;
}
.calendar-color-lime {
  background: #d1debd !important;
}
.calendar-color-heaven {
  background: #bdd5de !important;
}
.calendar-color-gold {
  background: #e6ca9d !important;
}
.calendar-color-purple {
  background: #debdde !important;
}
.calendar-week {
  width: 100%;
}
.calendar-week th {
  width: 60px;
  height: 28px;
  padding-bottom: 0 !important;
}
.calendar-week th.active .date {
  background: var(--color-primary);
  color: #fff;
  border-radius: 12px;
}
.calendar-week th .date {
  top: -2px;
}
.calendar-week td {
  width: 120px;
  height: 180px;
}
.calendar-week td .calendar-globals .calendar-global {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-week td.weekend {
  background: #f7f9fa;
}
*[data-tooltip] {
  position: relative;
}
.tooltip {
  background-color: #1d1d1d;
  border-radius: 5px;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.05), 0 1px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
  color: #ffffff;
  content: attr(data-tooltip);
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 7px;
  opacity: 1;
  padding: 10px;
  position: absolute;
  right: -18px;
  text-align: left;
  top: 100%;
  width: 180px;
  z-index: 1;
}
.tooltip.tooltip-left {
  left: -16px;
  right: auto;
}
.tooltip h1 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.6em !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.tooltip:after {
  border-bottom: 7px solid #1d1d1d;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: -7px;
}
.tooltip.tooltip-left:after {
  left: 15px;
  right: auto;
}
.calender-times-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
  z-index: 2;
  padding: 45px;
  box-sizing: border-box;
  color: #000;
  overflow: auto;
}
.calender-times {
  width: 100%;
  max-width: 500px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.calender-times h2 {
  margin: 0 0 25px;
}
.calender-times form {
  background: #f2f2f2;
  padding: 25px 25px 0;
  border-radius: 4px;
  box-shadow: 0 5px 5px -2px rgba(0,0,0,0.4);
}
.calendar-days {
  padding: 0 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.calendar-days .calendar-day,
.calendar-days .calendar-day a {
  margin-top: 2px;
  background: var(--color-primary);
  padding: 1px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2em;
  width: 100%;
  margin: 0;
}
.calendar-days .calendar-day .fal,
.calendar-days .calendar-day a .fal {
  font-size: 11px;
  opacity: 0.7;
}
.calendar-mobile {
  display: none;
  margin-bottom: 2em;
  grid-gap: 0;
}
.calendar-mobile .calendar-days {
  padding: 5px 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
}
.calendar-mobile .calendar-days:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.calendar-mobile .calendar-mobile-title {
  font-weight: bold;
}
.calendar-mobile .calendar-mobile-content {
  border-top: 1px solid #ddd;
  min-height: 100px;
}
@media (max-width: 991px) and (min-width: 576px) {
  .calendar {
    display: none;
  }
  .mask {
    display: none;
  }
  .calendar-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .calendar-mobile {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .calendar {
    display: none;
  }
  .mask {
    display: none;
  }
  .calendar-mobile {
    display: grid;
    grid-template-columns: 1fr;
  }
  .calendar-mobile .calendar-mobile-content {
    min-height: 30px;
  }
}

/* file: plugins/Popup/resources/css/popup.css */
.infobox-background{background:rgba(0,0,0,.85);height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:10001}.infobox-wrapper{overflow:auto;display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;height:100%;position:relative;top:0;left:0;width:100%;height:100%;max-height:80%}@media(max-width: 800px){.infobox-wrapper{grid-template-columns:1fr}}.infobox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border-radius:10px;left:50%;opacity:0;padding:0;position:fixed;text-align:center;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:800px;z-index:10002;max-width:94%;overflow:hidden}.infobox img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.infobox .photo{height:100%;position:relative}.infobox .photo:before{content:"";display:block;position:absolute;right:0;top:0;background-color:#fff;background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);width:100px;height:100%}.infobox .inner{text-align:left;padding:45px;padding-left:15px}.infobox h2{color:var(--primary-color);margin-top:1.3em;margin-bottom:.6em;text-transform:none}.infobox h2:first-child{margin-top:0}.infobox h2:last-child{margin-bottom:0}.infobox p{line-height:1.4}.infobox .button.cta{display:block;margin-top:2em;margin-bottom:0;text-align:center}@media(max-width: 800px){.infobox img{max-height:200px}.infobox h2{font-size:1.4em}.infobox .inner{padding:30px 20px 20px}.infobox .photo:before{right:0;bottom:0;top:auto;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);background:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);width:100%;height:50px}}.infobox-close{cursor:pointer;height:30px;position:fixed;right:10px;top:10px;width:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}
@media (max-width: 767px) {
  #grid-stack-section-13 {
    display: none;
  }
}
#grid-stack-section-17 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #grid-stack-section-17 {
    display: none;
  }
}
#grid-stack-section-20 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #grid-stack-section-116 {
    text-align: center;
  }
  #grid-stack-section-116 h2::before {
    display: none;
  }
}
#grid-stack-section-27 .row {
  align-items: start;
}
#grid-stack-section-30 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-35 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-40 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-97 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-45 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-col-229 p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#grid-stack-col-229 p a {
  background: #fff;
  border: 1px solid #fff;
  color: var(--primary-color);
}
#grid-stack-col-229 p a:hover {
  background: transparent;
  color: #fff;
}
#grid-stack-section-244 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-95 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-99 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-192 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-col-113 {
  margin-bottom: 60px;
}
#grid-stack-section-173 .row {
  align-items: flex-start;
}
#grid-stack-section-156 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-480 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-482 {
  transition: background .3s ease;
}
#grid-stack-col-487 {
  padding-left: 0;
  padding-right: 0;
}
#grid-stack-section-166 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-177 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-240 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-240 .slide-down {
  bottom: 5%;
}
#grid-stack-section-240 .container {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
@media (min-width: 768px) {
  #grid-stack-section-240 {
    display: none;
  }
}
@media (max-width: 767px) {
  #grid-stack-section-240 {
    height: 100vh;
    height: calc(100vh - 90px);
  }
}
#grid-stack-section-194 {
  transition: background .3s ease;
}
#grid-stack-col-221 {
  text-align: center;
}
#grid-stack-col-221 a {
  text-decoration: none;
}
#grid-stack-col-218 {
  padding-left: 0;
  padding-right: 0;
}
#grid-stack-section-219 p {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #grid-stack-section-219 {
    display: none;
  }
}
#grid-stack-section-429 .row {
  align-items: start;
}
#grid-stack-section-237 p {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #grid-stack-section-237 {
    display: none;
  }
}
@media (min-width: 768px) {
  #grid-stack-section-237 {
    display: none;
  }
}
#grid-stack-col-239 {
  text-align: center;
}
#grid-stack-col-239 a {
  text-decoration: none;
}
#grid-stack-section-249 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-254 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-259 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-col-284 {
  --primary-color: #fff;
}
#grid-stack-section-311 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-295 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-297 .row {
  align-items: flex-start;
}
#grid-stack-section-301 .row {
  align-items: flex-start;
}
#grid-stack-section-306 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-316 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-321 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-col-329 {
  white-space: balance;
}
#grid-stack-section-330 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-427 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-355 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-335 .row {
  align-items: flex-start;
}
#grid-stack-section-326 .row {
  align-items: flex-start;
}
#grid-stack-section-339 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-350 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-360 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-365 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-370 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-375 .row {
  align-items: flex-start;
}
#grid-stack-col-377 {
  white-space: balance;
}
#grid-stack-col-378 .field-grid-item-1-3 {
  margin-bottom: 0;
}
#grid-stack-col-378 .input-with-checkbox {
  margin: 0;
}
#grid-stack-col-378 button {
  margin-top: 2.5em;
}
#grid-stack-section-458 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-449 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-440 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#grid-stack-section-423 p {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  #grid-stack-section-423 strong {
    display: block;
  }
}
#grid-stack-col-425 {
  text-align: center;
}
#grid-stack-col-425 a {
  text-decoration: none;
}