/* generated at 2025-08-07T16:39:54+02:00 */
/* file: public/resources/themes/mensing/css/frontend/artist.less */
.artist-images-row {
  margin-bottom: -30px;
}
.artist-images-row img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artist-images-row .col-inner {
  padding-bottom: 100%;
}
.artist-images-row .col {
  margin-bottom: 30px;
}
.artist-picture img {
  width: 100%;
}
@media (min-width: 768px) {
  .artist-picture img {
    box-shadow: 15px 15px 0 var(--primary-color);
  }
}
.artwork-filter label {
  position: relative;
  left: 10px;
  margin-bottom: 0;
}
.artwork-filter input {
  border-radius: var(--button-border-radius) !important;
}
.artwork-filter .outer-select {
  display: block;
}
.artwork-filter .outer-select .inner-select {
  border-radius: var(--button-border-radius) !important;
}
.artwork-filter .outer-select .select-text {
  top: -2px;
  left: 5px;
}
.artwork-filter .field-icon {
  height: 34px;
  border-radius: var(--button-border-radius) !important;
}
@media (max-width: 767px) {
  .artwork-filter {
    margin-bottom: 2em;
  }
  .artwork-filter form fieldset {
    margin-left: -1em;
  }
  .artwork-filter .field-grid-item {
    margin-bottom: 0.5em;
    padding-left: 1em;
  }
  .artwork-filter .field-grid-item-1-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .artist-content .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.artist-video {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .artist-content {
    padding-top: 0em;
  }
  .artist-video {
    margin-top: 0px;
  }
  .artist-image {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    box-shadow: 10px 10px 0 var(--primary-color);
  }
  .artist-menubar-content {
    padding-top: 50px;
  }
  .artist-menubar {
    padding-top: 3em;
  }
  .artist-menubar ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .artist-menubar ul li {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 5px;
    position: relative;
    border-radius: var(--button-border-radius);
  }
  .artist-menubar ul li i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.35s ease-in-out;
  }
  .artist-menubar ul li.active i {
    transform: translateY(-50%) rotate(180deg);
  }
  *[rel="menu-biography"],
  *[rel="menu-images"],
  *[rel="menu-files"],
  *[rel="menu-informations"],
  *[rel="menu-video"] {
    display: none;
  }
  .artist-content .row[rel="menu-video"] {
    display: none;
  }
  .button-enlarge {
    display: none !important;
  }
  .enlarge-content-enlarge {
    height: auto !important;
  }
  .enlarge-content-enlarge:after {
    display: none;
  }
}
@media (min-width: 768px) {
  *[rel="menu-biography"],
  *[rel="menu-images"],
  *[rel="menu-video"] {
    display: block !important;
  }
}

/* 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;
}

@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;
}