/* generated at 2026-05-20T13:49:51+02:00 */
/* file: public/resources/themes/mensing/css/frontend/events.less */
.content-box {
  position: relative;
  margin-bottom: 4px;
  overflow: hidden;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
}
.content-box.not-in-view {
  transform: scale(0.75);
  opacity: 0;
}
.content-box:hover .background-image {
  transform: scale(1.1);
}
.content-box .col-inner {
  position: relative;
  background-color: #141414;
  text-align: center;
  padding-bottom: 100%;
  overflow: hidden;
}
.content-box .content-box--title {
  background-color: rgba(0,0,0,0.4);
  padding-top: 15px;
  padding-bottom: 15px;
  backdrop-filter: blur(4px);
}
.content-box .background-image {
  background-size: cover;
  transform: scale(1);
  transition: transform 4s ease-in-out;
}
.content-box h2,
.content-box h3,
.content-box h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.content-box h2:before,
.content-box h3:before,
.content-box h4:before {
  display: none;
}
@media (max-width: 767px) {
  .content-box h2,
  .content-box h3,
  .content-box h4 {
    font-size: 14px;
  }
}
.content-box h3 {
  text-transform: uppercase;
  line-height: 1.3em;
}
.content-box h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
.content-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}
.content-box--title {
  position: absolute;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
}
.content-box.collection-box .col-inner {
  padding-bottom: 50%;
}
.content-box.collection-box .content-box--title {
  display: none;
}
@media (min-width: 991px) {
  .gallery-box.gallery-box--big {
    height: 324px;
  }
  .gallery-box.gallery-box--big:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 402px;
    width: 200px;
    top: 0;
    background: #141414;
    background: linear-gradient(90deg,rgba(20,20,20,0) 0%,#141414 100%);
    z-index: 1;
  }
  .gallery-box.gallery-box--big .col-inner {
    height: 100%;
    padding-bottom: 324px;
  }
  .gallery-box.gallery-box--big .background-image {
    width: 600px;
    transform: scale(1) !important;
  }
  .gallery-box.gallery-box--big .content-box--title {
    background-color: transparent;
    backdrop-filter: none;
    bottom: 15px;
    width: 80%;
    left: auto;
    right: 25px;
    text-align: right;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2em;
    z-index: 5;
  }
  .gallery-box.gallery-box--big .content-box--title h3,
  .gallery-box.gallery-box--big .content-box--title p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
  }
  .gallery-box.gallery-box--big .content-box--title p {
    font-size: 0.8em;
  }
}
@media (max-width: 990px) {
  .gallery-box.gallery-box--big {
    height: 324px;
  }
  .gallery-box .col-inner {
    height: 100%;
    padding-bottom: 324px;
  }
  .gallery-box .content-box--title {
    color: #fff;
  }
  .gallery-box .content-box--title h3,
  .gallery-box .content-box--title p {
    font-size: inherit;
    color: inherit;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
}
.gallery-box .background-image::before {
  display: none;
}
.gallery-box h3 {
  margin-bottom: 0;
  font-size: 1rem;
}
.gallery-box .content-box--title {
  background-color: rgba(0,0,0,0.4);
  padding-top: 20px;
  padding-bottom: 20px;
  backdrop-filter: blur(4px);
}
.event-date {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  border-radius: var(--button-border-radius);
  white-space: nowrap;
  display: inline-block;
  padding: 4px 40px;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gallery-job-row .job-container.event-container .col-inner {
    flex-direction: row;
    text-align: left;
    align-items: center;
    padding: 8px;
  }
  .gallery-job-row .job-container.event-container img {
    margin-right: 0 !important;
    border-radius: 3px;
    display: block;
  }
  .gallery-job-row .job-container.event-container h3 {
    font-size: 1.2rem;
  }
  .gallery-job-row .job-container.event-container .job-container--button {
    display: none;
  }
}
.gallery-job-row .job-container.event-container .button-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/* file: public/resources/themes/mensing/css/frontend/artwork-list.less */
.content .row.artwork-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.content .row.artwork-row::before,
.content .row.artwork-row::after {
  display: none;
}
.content .row.artwork-row.sorted {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: start;
}
@media (max-width: 1200px) {
  .content .row.artwork-row.sorted {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .content .row.artwork-row.sorted {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .content .row.artwork-row.sorted {
    grid-template-columns: 1fr 1fr;
  }
}
.content .row.artwork-row.sorted .artwork-container {
  height: auto;
  max-width: calc(50vw - 25px);
}
.content .row.artwork-row.sorted .artwork-container .col-inner {
  padding: 0;
}
.content .artwork-container {
  display: flex;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .content .artwork-container {
    hyphens: auto;
  }
}
.content .artwork-container:hover .artwork--image-container::after {
  opacity: 1;
  font-size: 32px;
  transform: scale(1);
}
@media (max-width: 575px) {
  .content .artwork-container {
    display: block;
  }
}
.content .artwork-container .col-inner {
  width: 100%;
  position: relative;
}
.content .artwork-container .col-inner .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  text-indent: -9999px;
  hyphens: auto;
}
.content .artwork-container .artwork--image-container {
  position: relative;
}
.content .artwork-container .artwork--image-container:after {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232,0,126,0.5);
  opacity: 0;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.content .artwork-container .artwork--image-container .artwork--width-video {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  z-index: 1;
}
.content .artwork-container .artwork--image {
  width: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
  margin-bottom: 15px;
}
.content .artwork-container .artwork--artist {
  font-weight: bold;
}
@media (max-width: 575px) {
  .content .artwork-container .artwork--medium {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.content .artwork-container .artwork--prices {
  display: block;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.content .artwork-container .artwork--gallery-price {
  color: var(--price-color);
}
.content .artwork-container .artwork--price {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 700;
}
.content .artwork-container h3 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .artwork-container h3 .fav-remove {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .content .artwork-container h3 {
    hyphens: auto;
    font-size: 1.2em;
  }
}
.content .artwork-container h3::before {
  display: none;
}
.content-black .artwork-container .col-inner,
.content-pink .artwork-container .col-inner {
  background-color: #fff;
  color: var(--secondary-color);
  z-index: 1;
  transition: z-index 0.1s ease-in-out 0.35s;
}
.content-black .artwork-container .col-inner h3,
.content-pink .artwork-container .col-inner h3 {
  color: var(--secondary-color);
  margin-top: 0;
}
@media (min-width: 991px) {
  .content-black .artwork-container .col-inner:hover,
  .content-pink .artwork-container .col-inner:hover {
    z-index: 999;
    transition: z-index 0.1s ease-in-out 0.1s;
  }
  .content-black .artwork-container .col-inner:hover .artwork--text-container,
  .content-pink .artwork-container .col-inner:hover .artwork--text-container {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}
.content-black .artwork-container .artwork--text-container,
.content-pink .artwork-container .artwork--text-container {
  padding: 20px;
  padding-top: 5px;
}
.content-black .artwork-container .artwork--image-container,
.content-pink .artwork-container .artwork--image-container {
  padding: 10px 10px 10px;
}
.content-black .artwork-container .artwork--image-container img,
.content-pink .artwork-container .artwork--image-container img {
  margin: 0;
}

/* file: public/resources/themes/mensing/css/frontend/artwork.less */
.artwork-image-item {
  margin-bottom: 30px;
}
.artwork-image-item img {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.artwork-image-item-overlay {
  position: relative;
}
.artwork-image-item-overlay .background {
  position: relative;
}
.artwork-image-item-overlay .overlay-1,
.artwork-image-item-overlay .overlay-2,
.artwork-image-item-overlay .overlay-3,
.artwork-image-item-overlay .overlay-variable {
  position: absolute;
  transform: translate(-50%,-50%);
  transform-origin: top left;
  filter: drop-shadow(6px 6px 5px rgba(0,0,0,0.25)) drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.artwork-image-item-overlay .overlay-1.dropshadow-left,
.artwork-image-item-overlay .overlay-2.dropshadow-left,
.artwork-image-item-overlay .overlay-3.dropshadow-left,
.artwork-image-item-overlay .overlay-variable.dropshadow-left {
  filter: drop-shadow(-6px 3px 5px rgba(0,0,0,0.25)) drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
}
.artwork-image-item-overlay .overlay-1.dropshadow-top,
.artwork-image-item-overlay .overlay-2.dropshadow-top,
.artwork-image-item-overlay .overlay-3.dropshadow-top,
.artwork-image-item-overlay .overlay-variable.dropshadow-top {
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.25)) drop-shadow(0 1px 3px rgba(0,0,0,0.4));
}
.artwork-image-item-overlay .overlay-1 {
  top: 32%;
  left: 48.5%;
}
.artwork-image-item-overlay .overlay-2 {
  top: 32%;
  left: 55.5%;
}
.artwork-image-item-overlay .overlay-3 {
  top: 28%;
  left: 52.5%;
}
.artwork-image-item-overlay .overlay-variable {
  top: 28%;
  left: 52.5%;
}
.artwork-image-item-overlay .overlay-no-shadow {
  box-shadow: none !important;
  filter: none !important;
}
.artwork-image-gallery .artwork-image-item {
  display: none;
}
.artwork-image-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.artwork-image-slideshow {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .artwork-image-slideshow {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 600px) {
  .artwork-image-slideshow {
    grid-template-columns: repeat(3,1fr);
  }
}
.artwork-image-slideshow--item {
  border: 1px solid #c9c9c9;
  overflow: hidden;
  padding: 0.25rem;
  cursor: pointer;
}
.artwork-image-slideshow--item:hover,
.artwork-image-slideshow--item.active {
  border: 1px solid var(--primary-color);
}
.artwork-image-slideshow img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.action-favorite {
  font-size: 28px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}
.action-favorite.active {
  display: flex;
}
.action-favorite i {
  cursor: pointer;
}
.action-favorite span {
  font-size: 14px;
  cursor: pointer;
}
.form-thx {
  display: none;
}
.artwork-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--primary-color);
}
.artwork-price--small {
  font-size: 14px;
  font-weight: normal;
}

/* file: public/resources/css/backend/datepicker.css */
.ui-datepicker{background-color:#000;border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-shadow:0 7px 18px -7px #000;box-shadow:0 7px 18px -7px #000;color:#fff;display:none;font-family:sans-serif;font-size:13px;margin-left:10px;margin-top:10px;padding:6px;position:absolute;z-index:100000 !important}.ui-datepicker-header:before{-webkit-transform:rotate(45deg);background:#000;content:"";display:block;height:10px;left:50%;margin-left:-5px;position:absolute;top:-5px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:10px}.ui-datepicker a{color:#fff}.ui-datepicker-title{font-weight:400;padding:8px 0 6px;text-align:center}.ui-datepicker-calendar{background:#000;border:0;margin-top:5px}.ui-datepicker-calendar th{border-bottom:1px solid #333;border-top:1px solid #333;color:#999;font-weight:400;padding:8px 0 !important;text-align:center;text-transform:none;background:#000}.ui-datepicker-calendar tr{border:0}.ui-datepicker-calendar tr:hover{background:rgba(0,0,0,0)}.ui-datepicker-calendar td{padding:8px 6px !important;text-align:center}.ui-datepicker-calendar td.ui-state-disabled{color:#6d6d6d}.ui-datepicker-calendar td a{border-radius:50%;cursor:pointer;display:block;height:24px;line-height:24px;margin:0 auto;width:24px}.ui-datepicker-today a{color:var(--main-theme-color)}.ui-datepicker-calendar td a:hover{background:#fff;color:#000}.ui-datepicker-prev,.ui-datepicker-next{cursor:pointer;padding:5px 12px;position:absolute;top:9px}.ui-datepicker-prev{left:5px}.ui-datepicker-next{right:5px}.ui-datepicker-current-day a{background:var(--main-theme-color);color:#000}.ui-datapicker-top{margin-top:-10px}.ui-datapicker-top .ui-datepicker-header:before{top:auto;bottom:-5px}@media(max-width: 767px){.ui-datepicker-calendar{display:table}.ui-datepicker-calendar thead{display:table-header-group}.ui-datepicker-calendar th{display:table-cell}.ui-datepicker-calendar tbody{display:table-row-group}.ui-datepicker-calendar td{display:table-cell}.ui-datepicker-calendar tr{display:table-row}}
@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;
}