@charset "UTF-8";
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
body {
  --management-highlight-color: #900936;
  --management-highlight-color-rgb: 144, 9, 54;
  --management-panel-width: 0px;
  --size-5: clamp(3px,0.5vw,5px);
  --size-10: clamp(6px,1vw,10px);
  --size-15: clamp(9px,1.5vw,15px);
  --size-20: clamp(15px,2vw,20px);
  --size-25: clamp(17px,2.5vw,25px);
  --size-30: clamp(18px,3vw,30px);
  --size-35: clamp(20px,3.5vw,35px);
  --size-40: clamp(22px,4vw,40px);
  --size-45: clamp(23px,4.5vw,45px);
  --size-50: clamp(26px,5vw,50px);
  --size-60: clamp(28px,6vw,60px);
  --size-70: clamp(32px,7vw,70px);
  --size-80: clamp(35px,8vw,80px);
  --size-90: clamp(35px,9vw,90px);
  --size-100: clamp(40px,10vw,100px);
  --size-110: clamp(40px,11vw,110px);
  --size-120: clamp(40px,12vw,120px);
  --size-130: clamp(45px,13vw,130px);
  --size-140: clamp(45px,14vw,140px);
  --size-150: clamp(50px,15vw,150px);
  --size-160: clamp(50px,16vw,160px);
  --size-170: clamp(50px,17vw,170px);
  --size-180: clamp(55px,18vw,180px);
  --size-190: clamp(55px,19vw,190px);
  --size-200: clamp(60px,20vw,200px);
  --size-250: clamp(70px,25vw,250px);
  --siteframe-big: 1390px;
  --siteframe: 1210px;
  --siteframe-medium: 1010px;
  --siteframe-small: 850px;
  --siteframe-very-small: 750px;
  --siteframe-space: clamp(20px,2.5vw,25px);
  --paragraph-space: var(--size-25);
  --header-height: clamp(70px,17vw,170px);
  --header-button-color: var(--text-color);
  --header-button-background: var(--background-darker);
  --border-radius-big: clamp(18px,2.4vw,24px);
  --border-radius: 12px;
  --border-radius-small: 8px;
  --border-radius-button: 7px;
  --border-radius-very-small: 4px;
  --box-shadow: 0 2px 12px rgba(var(--background-dark-style-rgb),0.12);
  --section-space-big: clamp(70px,20vw,200px);
  --section-space-medium: clamp(50px,14vw,140px);
  --section-space-small: clamp(50px,10vw,100px);
  --icon-width: clamp(40px,5vw,50px);
  --primary-color: #900936;
  --primary-color-dark: #7f0830;
  --primary-color-light: #e9ced7;
  --secondary-color: #900936;
  --secondary-color-dark: #7f0830;
  --secondary-color-light: #e9ced7;
  --signal-color: #900936;
  --color-on-primary-color: #fff;
  --color-on-secondary-color: #fff;
  --text-color: #303030;
  --text-color-light: rgba(48, 48, 48, 0.5);
  --text-color-primary: #303030;
  --text-color-secondary: #303030;
  --icon-color: #900936;
  --icon-color-light: #e9ced7;
  --background-light: #fff;
  --background-medium: #F7EFE4;
  --background-dark: #F0E6D5;
  --background-darker: #E9DEC6;
  --background-rgb: 238, 228, 208;
  --border: rgba(48, 48, 48, 0.1);
  --background-dark-style-dark: #000;
  --background-dark-style-medium: #303030;
  --background-dark-style-light: #414141;
  --background-dark-style-rgb: 34, 34, 34;
  --input-border: var(--background-light);
  --input-border-hover: var(--text-color);
  --input-background: var(--background-light);
  --input-background-hover: var(--background-light);
  --input-color: var(--text-color);
  --input-color-hover: var(--text-color);
  --input-padding-top-bottom: clamp(10px,1.3vw,13px);
  --input-padding-left-right: clamp(12px,1.5vw,15px);
  --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  --input-border-radius: var(--border-radius-button);
}

header {
  --meta-navigation-space: var(--size-20);
  --navigation-space: var(--size-35);
}

.header_right {
  --dropdown-space-top: 22px;
  --dropdown-border: 1px solid rgba(var(--background-dark-style-rgb),0.12);
}

/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

- global helpers
- floating classes
- content: accordeon & table
- forms: checkbox & captcha
- entry links
- cookie banner / privacy banner
- tooltip
- custom font awesome

-----------------------------------------------------------------------------*/
/* !@group global helpers */
* {
  margin: 0;
  padding: 0;
}

a, object {
  outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.fullwidth,
.p_fullwidth input {
  width: 100% !important;
}

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.sr-only {
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  display: block !important;
}

/* @end */
/* @group picture styles */
.resource_background {
  display: block;
  position: relative;
}

.resource.picture:not(.picture_content) {
  float: left;
}

.resource.picture a img,
.resource.picture img {
  display: block;
}

/* @end */
/* @group floating classes */
.float_right {
  float: right;
}

.float_left, .float_left_no_clear {
  float: left;
  position: relative;
}

.float_right_with_clear {
  float: right;
  clear: right;
}

.float_left_with_clear {
  float: left;
  clear: left;
}

.clear {
  clear: both;
  float: none;
}

label.nofloat {
  clear: none;
  padding: 0;
  margin: 0;
  float: none !important;
  width: auto !important;
  max-width: none;
}

/* @end */
/* @group content: accordeon & table */
.accordeon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  vertical-align: top;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: 25px 0 0;
}
.table_wrap_container.visible_indicator .table_wrap_container table,
.table_wrap_container.visible_indicator .news_events_table {
  width: auto !important;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}

.table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.table_scroll_indicator:hover {
  cursor: pointer;
}

/* @end */
/* @group forms: checkbox & captcha */
label.label_remember_me_checkbox {
  display: block;
  padding: 4px 0;
}

input#remember_me {
  width: auto;
}

label.label_remember_me_checkbox label.checkbox {
  display: inline;
  width: auto !important;
  float: none !important;
  font-size: 93%;
}

label.label_remember_me_checkbox input {
  margin-right: 5px;
}

label.label_remember_me_checkbox label {
  pointer-events: none;
}

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border-radius: 7px 7px 0 0;
  color: #333;
}

div.captcha_protection span.captcha_input_title {
  font-weight: normal;
  margin-bottom: 1px;
  display: block;
  color: #555;
}

div.captcha_protection label {
  margin-right: -8px;
  display: none !important;
}

div.captcha_protection span#captcha_help_link {
  font-size: 10px;
  text-decoration: underline;
  position: relative;
  cursor: help;
  color: #666;
  white-space: nowrap;
}

div.captcha_protection span#captcha_help_link:hover {
  color: #333;
}

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#eee));
  background: -moz-linear-gradient(top, #fff, #ddd);
  background: -o-linear-gradient(top, #f0f0f0, #eee);
  background: linear-gradient(to bottom, #f0f0f0, #eee);
}

div.captcha_protection img.captcha_img {
  width: 220px;
}

/* @end */
/* @group entire link */
.listing_entry_link,
.overview_entry_link,
.portlet_content_entry_link,
.portlet_listing_entry_link,
.portlet_shop_article_entry_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}

/* @end entire link */
/* @group cookie banner / privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  position: relative;
}
#privacy_banner #privacy_banner_inner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: -5px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i {
  font-size: 66px;
  line-height: 66px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_icon {
    display: none;
  }
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_message {
    overflow: hidden;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button,
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i:before {
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:active {
  opacity: 0.7;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* @end */
/* @group tooltip  */
.tooltipster-default {
  border-radius: 5px;
  background: #343333;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  overflow: hidden;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-default:not(.tooltipster-management) .tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-default:not(.tooltipster-management) .tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

/* @end */
/* @group font Awesome */
.fa-file-docx:before {
  content: "\e5ed";
}

.fa-photo:before {
  content: "\f03e";
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
@font-face {
  font-family: "Mona Sans";
  src: url("fonts/MonaSans-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("fonts/MonaSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("fonts/Antonio-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-style: normal;
  font-display: swap;
}
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group accessibility */
.sr-only,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
}
.sr-only:not(.screenreader-alert):focus-visible,
.screen-reader-text:not(.screenreader-alert):focus-visible {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  width: auto;
  height: auto;
  line-height: normal;
}

li.has_submenu:focus-within > ul {
  visibility: visible;
  opacity: 1;
}

li.has_submenu:focus-visible ul.submenu_dropdown {
  visibility: visible;
  opacity: 1;
}

.menu-skip-links {
  display: block !important;
}
.menu-skip-links ul {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-skip-links ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.menu-skip-links ul li:not(:first-child) {
  margin-top: 0;
}
.menu-skip-links ul li a {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.menu-skip-links ul li a:focus-visible {
  display: block;
  margin: 5px;
  padding: 1em 1.5em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0;
  outline-color: var(--primar-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100000;
}
.menu-skip-links ul li a.rwd_navigation_link {
  display: none;
}

:focus-visible {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}

span.select2-container {
  border-radius: var(--input-border-radius);
}
span.select2-container:focus-within {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input:focus-visible {
  outline: none !important;
}
span.select2-container .select2-dropdown .select2-search__field {
  outline-offset: 2px !important;
}

body > span.select2-container:focus-within {
  outline: none !important;
  outline-offset: 0 !important;
}

.mailform_element.radio_field .radio_item:focus-within {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}
.mailform_element.checkbox_field p:focus-within {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}
.mailform_element.file_field input:focus-visible + label {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}

.listing_properties .properties .property_text a {
  outline-offset: 2px !important;
}

.login_form form .p_remember_me_checkbox:focus-within {
  outline: 2px dotted #900936 !important;
  outline-offset: 4px !important;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group basic */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background: var(--background-medium);
}
body a {
  color: var(--text-color);
}
@media print {
  body {
    font-size: 13px;
    line-height: 21px;
  }
}
body.navi_open {
  overflow: hidden;
}

.page {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  box-sizing: border-box;
}

body:has(.shop_category_picture) #siteframe,
body:has(.picture_top) #siteframe {
  padding-top: 0;
}
body:has(.shop_category_picture) #content .content_inner:first-child,
body:has(.picture_top) #content .content_inner:first-child {
  margin-top: var(--size-100);
}

#siteframe {
  padding-top: var(--header-height);
  box-sizing: border-box;
}

#content:focus {
  outline: 0 !important;
}
#content .content_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-medium);
  margin-top: var(--section-space-medium);
}
#content .content_inner.big {
  --siteframe-width: var(--siteframe);
}
#content .content_inner:first-child {
  margin-top: var(--size-50);
}
#content .content_inner .text_wrap {
  width: 100%;
  max-width: var(--siteframe-small);
}
#content .content_inner .text_wrap > *:last-child {
  margin-bottom: 0;
}
#content .content_inner:empty {
  display: none;
}

.text_center {
  text-align: center;
}

.flex_wrap {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

.hidden {
  display: none;
}

/* @end */
/* !@group header */
header {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 0;
  width: calc(100% - var(--management-panel-width));
  height: var(--header-height);
  padding: 0 var(--size-45);
  box-sizing: border-box;
  z-index: 200;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: none;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: var(--size-20);
}
header .header_right {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 20px);
  pointer-events: all;
  margin-top: calc(-1 * var(--size-10));
}
header #logo {
  pointer-events: all;
  -webkit-transition: all 0.15s ease-out, width 0.0001s ease-out;
  -moz-transition: all 0.15s ease-out, width 0.0001s ease-out;
  -o-transition: all 0.15s ease-out, width 0.0001s ease-out;
  transition: all 0.15s ease-out, width 0.0001s ease-out;
}
header #logo a {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.5vw, 15px);
}
header #logo a > svg {
  background: var(--background-medium);
  border-radius: 100%;
}
header #logo svg,
header #logo img {
  display: block;
  width: clamp(53px, 10.2vw, 102px);
  height: auto;
}
header #logo svg * {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header #logo .text {
  display: block;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
header #logo .text svg {
  width: clamp(148px, 30.7vw, 307px);
}
.preload header {
  opacity: 0;
}
.is_scrolled header #logo .text {
  opacity: 0;
  pointer-events: none;
  width: 0;
}
.navi_open header .shop_header,
.navi_open header #logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navi_open header .menu_toggle {
  border-color: var(--background-light);
  color: var(--background-light);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.navi_open header .menu_toggle:hover {
  color: var(--text-color);
  background: var(--background-light);
}
.navi_open header .menu_toggle span.icon span {
  background: var(--background-light);
}
.navi_open header .menu_toggle:hover span.icon span {
  background: var(--text-color);
}

body:has(.shop_category_picture):not(.default_header) header:before,
body:has(.picture_top):not(.default_header) header:before {
  opacity: 1;
}
body:has(.shop_category_picture):not(.default_header) header #logo svg *,
body:has(.picture_top):not(.default_header) header #logo svg * {
  fill: var(--background-light);
}
body:has(.shop_category_picture):not(.default_header) header #logo a > svg,
body:has(.picture_top):not(.default_header) header #logo a > svg {
  background: none;
}
body:has(.shop_category_picture):not(.default_header) .shop_header a,
body:has(.shop_category_picture):not(.default_header) .menu_toggle,
body:has(.picture_top):not(.default_header) .shop_header a,
body:has(.picture_top):not(.default_header) .menu_toggle {
  border-color: var(--background-light);
  color: var(--background-light);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
body:has(.shop_category_picture):not(.default_header) .shop_header a:hover,
body:has(.shop_category_picture):not(.default_header) .menu_toggle:hover,
body:has(.picture_top):not(.default_header) .shop_header a:hover,
body:has(.picture_top):not(.default_header) .menu_toggle:hover {
  color: var(--text-color);
  background: var(--background-light);
}
body:has(.shop_category_picture):not(.default_header) .menu_toggle span.icon span,
body:has(.picture_top):not(.default_header) .menu_toggle span.icon span {
  background: var(--background-light);
}
body:has(.shop_category_picture):not(.default_header) .menu_toggle:hover span.icon span,
body:has(.picture_top):not(.default_header) .menu_toggle:hover span.icon span {
  background: var(--text-color);
}

/* @end */
/* !@group page home */
.home_top {
  position: relative;
}
.home_top .picture_top img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
body .home_top .picture_top span.management_controls {
  right: unset;
  left: 14px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home_top .text_wrap {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home_top .text_wrap .text_wrap_inline {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.home_top .title_wrap {
  flex: 0 0 100%;
  max-width: clamp(250px, 80%, 800px);
  text-wrap: balance;
}
.home_top .title_wrap h1, .home_top .title_wrap h2 {
  color: var(--background-light) !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.home_top .portlet_quicklinks .portlet-title {
  display: none;
}
.home_top .portlet_quicklinks .portlet-content {
  display: flex;
  gap: var(--size-10);
}
.home_top .portlet_quicklinks a.quicklink {
  --hover-space: var(--size-15);
  position: relative;
  top: 0;
  display: block;
  margin: 0 0 calc(-1 * var(--hover-space));
  padding: var(--size-25) var(--size-40) calc(var(--size-25) + var(--hover-space));
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  background: var(--background-medium);
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home_top .portlet_quicklinks a.quicklink a {
  color: var(--primary-color);
}
@media print {
  .home_top .portlet_quicklinks a.quicklink {
    font-size: 13px;
    line-height: 18px;
  }
}
.home_top .portlet_quicklinks a.quicklink b {
  font-weight: inherit;
}
.home_top .portlet_quicklinks a.quicklink:hover {
  top: calc(-1 * var(--hover-space));
}
.home_top .scroll_down_button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 auto;
  padding: 0;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--background-light);
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home_top .scroll_down_button a {
  color: var(--background-light);
}
@media print {
  .home_top .scroll_down_button {
    font-size: 13px;
    line-height: 18px;
  }
}
.home_top .scroll_down_button i {
  position: relative;
  animation: bounce 3s ease-in-out infinite;
  animation-delay: 2s;
}
.home_top .scroll_down_button:hover {
  opacity: 0.7;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(4px);
  }
  60% {
    transform: translateY(-2px);
  }
  80% {
    transform: translateY(0);
  }
}

/* @end */
/* !@group footer */
footer {
  --paragraph-space: var(--size-15);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  margin-top: auto;
  padding-top: var(--section-space-big);
  color: #fff;
}
footer a {
  color: #fff;
}
@media print {
  footer {
    font-size: 13px;
    line-height: 18px;
  }
}
body:has(.portlets_all_options_top:last-child .portlet.big_picture:nth-last-child(2)) footer, body:has(.portlets_all_options_bottom:last-child .portlet.big_picture:nth-last-child(2)) footer {
  padding-top: 0;
}
body:has(.listing_entry_backlink:last-child) footer, body:has(.category_back_button_wrap:last-child) footer {
  padding-top: var(--size-50);
}
footer:focus {
  outline: 0 !important;
}
footer *:focus-visible {
  outline-color: #fff !important;
}
footer .footer_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
footer .footer_top {
  background: url(../img/pattern.svg) no-repeat center center var(--primary-color);
  background-size: cover;
}
footer .footer_top .footer_inner {
  padding-top: var(--size-60);
  padding-bottom: var(--size-60);
}
footer .footer_top .footer_inner > .portlet {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
}
footer .footer_top .signet {
  margin: 0 auto var(--size-25);
  width: clamp(60px, 10.2vw, 102px);
}
footer .footer_top .signet svg {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer_top .signet svg * {
  fill: var(--background-light);
}
footer .footer_top .signet .text {
  display: none;
}
footer .footer_top .footer_inner_wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  --gap: var(--size-40);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 3;
  row-gap: var(--size-80);
}
footer .footer_top .footer_inner_wrap > .cf {
  display: none;
}
footer .footer_top .footer_inner_wrap > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
footer .footer_top .portlet.portlet_no_title .management_controls + .cf + .portlet-title,
footer .footer_top .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: #fff;
  margin-bottom: var(--size-20);
  margin-bottom: var(--size-35);
}
footer .footer_top .portlet.portlet_no_title .management_controls + .cf + .portlet-title a,
footer .footer_top .portlet-title a {
  color: #fff;
  text-decoration: none;
}
@media print {
  footer .footer_top .portlet.portlet_no_title .management_controls + .cf + .portlet-title,
footer .footer_top .portlet-title {
    font-size: 20px;
    line-height: 23px;
  }
}
footer .footer_top a {
  text-decoration: none;
}
footer .footer_top a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_top .quicklink_item:not(:first-child) {
  margin-top: var(--size-10);
}
footer .footer_top .portlet_content_opening {
  order: -1;
}
footer .footer_top .portlet_content_address {
  text-align: center;
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: #fff;
  margin-bottom: var(--size-20);
  font-weight: 300;
  margin: 0;
}
footer .footer_top .portlet_content_address a {
  color: #fff;
  text-decoration: none;
}
@media print {
  footer .footer_top .portlet_content_address {
    font-size: 20px;
    line-height: 23px;
  }
}
footer .footer_top .portlet_content_address .portlet-title {
  margin-bottom: var(--size-15);
}
footer .footer_top .portlet_content_address a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_top .portlet_quicklinks_quicklinks_footer {
  text-align: right;
}
footer .copyright {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  background: #2B0310;
}
@media print {
  footer .copyright {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .copyright ul {
  display: flex;
  flex-flow: wrap;
  gap: var(--size-10) var(--size-20);
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  color: #fff;
}
footer .copyright ul a {
  color: #fff;
  text-decoration: none;
}
footer .copyright ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright ul li:nth-last-child(2) {
  margin-right: auto;
}
footer .copyright ul li:last-child {
  margin-left: auto;
  padding-right: 0;
}
footer .copyright ul li:last-child span {
  display: none;
}

/* @end */
/* @group privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(127, 8, 48, 0.95);
  border-radius: var(--border-radius-small);
  z-index: 1000;
  --icon-width: 86px;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  text-align: left;
  position: relative;
  color: #fff;
}
@media print {
  #privacy_banner #privacy_banner_inner {
    font-size: 13px;
    line-height: 18px;
  }
}
#privacy_banner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: var(--icon-width);
  margin-right: -5px;
}
#privacy_banner #privacy_icon i {
  font-size: calc(var(--icon-width) / 1.3);
  line-height: calc(var(--icon-width) / 1.3);
  text-align: left;
}
#privacy_banner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - var(--icon-width));
}
#privacy_banner .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
#privacy_banner #privacy_button,
#privacy_banner #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-small);
}
#privacy_banner #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_button i:before {
  color: #fff;
}
#privacy_banner #privacy_button:hover, #privacy_banner #privacy_button:focus, #privacy_banner #privacy_button:active {
  color: #fff;
  background: var(--primary-color);
  opacity: 1;
}
#privacy_banner #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_more_information:hover, #privacy_banner #privacy_more_information:focus, #privacy_banner #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_icon {
    display: none;
  }
  #privacy_banner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner .privacy_message {
    overflow: hidden;
  }
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group headings, paragraph */
h1 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
h1 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}

.home_top:has(h2.subtitle) h1,
.content_inner:has(h2.subtitle) h1 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 4.8vw, 48px);
  line-height: clamp(30px, 5.8vw, 58px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
}
.home_top:has(h2.subtitle) h1 a,
.content_inner:has(h2.subtitle) h1 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .home_top:has(h2.subtitle) h1,
.content_inner:has(h2.subtitle) h1 {
    font-size: 18px;
    line-height: 26px;
  }
}

h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
h2.subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
h2.subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h2.subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}

h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  font-weight: 400;
}
h3 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

h4 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: var(--size-10);
}
h4 a {
  color: var(--text-color);
}
@media print {
  h4 {
    font-size: 13px;
    line-height: 21px;
  }
}
h4 a {
  color: var(--text-color);
  text-decoration: none;
}

h5 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  font-weight: 400;
}
h5 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
}
h6 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  h6 {
    font-size: 11px;
    line-height: 18px;
  }
}

div.introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
}
div.introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div.introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
div.introduction > *:last-child {
  margin-bottom: 0;
}

p:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
p:empty {
  display: none;
}

p + h2, p + h3, p + h6, p + h5, p + h4, ul + h2, ul + h3, ul + h6, ul + h5, ul + h4, ol + h2, ol + h3, ol + h6, ol + h5, ol + h4, .table_wrap_container + h2, .table_wrap_container + h3, .table_wrap_container + h6, .table_wrap_container + h5, .table_wrap_container + h4, .accordeon_wrap + h2, .accordeon_wrap + h3, .accordeon_wrap + h6, .accordeon_wrap + h5, .accordeon_wrap + h4 {
  margin-top: clamp(35px, 5vw, 50px);
}

/* @end */
/* !@group links & buttons */
a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: var(--primary-color);
}
a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
a.button:hover, a.button:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button {
    display: none;
  }
}
a.button.small {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(9px, 1vw, 10px) clamp(12px, 2vw, 20px);
}
a.button.small:hover, a.button.small:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button.small {
    display: none;
  }
}
a.button.big {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(18px, 2.5vw, 25px) clamp(26px, 4.5vw, 45px);
}
a.button.big:hover, a.button.big:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  a.button.big {
    display: none;
  }
}
a.button.outline {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
a.button.outline:hover, a.button.outline:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  a.button.outline {
    display: none;
  }
}
a.button.outline.medium {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
a.button.outline.medium:hover, a.button.outline.medium:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  a.button.outline.medium {
    display: none;
  }
}
a.button.outline.big {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(18px, 2.5vw, 25px) clamp(26px, 4.5vw, 45px);
}
a.button.outline.big:hover, a.button.outline.big:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  a.button.outline.big {
    display: none;
  }
}
a.external {
  text-decoration: none;
}
a.external:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f08e";
  margin-left: 8px;
}
a.mail {
  text-decoration: none;
}
a.mail:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0e0";
  content: "\f0e0"/"";
  margin-right: 8px;
}
a.phone {
  text-decoration: none;
}
a.phone:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f879";
  content: "\f879"/"";
  margin-right: 8px;
}

/* @end */
/* !@group list elements */
ol,
ul {
  margin: 0;
  list-style: none;
}
ol:not(:first-child),
ul:not(:first-child) {
  margin-top: var(--paragraph-space);
}
ol:not(:last-child),
ul:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
ol li,
ul li {
  position: relative;
}
ol li:not(:first-child),
ul li:not(:first-child) {
  margin-top: 0.2em;
}

ul li {
  padding-left: 1.3em;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.65em;
  aspect-ratio: 13/15;
  background-color: var(--primary-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
ul.level1, ul.level2, ul.copy, ul.tags, ul.select2-results__options, ul.select2-selection__rendered, ul.property_filter_as_tags, ul.sitemap, ul.rwd_navigation, ul.meta-navigation, ul.navigation {
  margin: 0;
}
ul.level1 li, ul.level2 li, ul.copy li, ul.tags li, ul.select2-results__options li, ul.select2-selection__rendered li, ul.property_filter_as_tags li, ul.sitemap li, ul.rwd_navigation li, ul.meta-navigation li, ul.navigation li {
  margin: 0;
  padding: 0;
}
ul.level1 li:before, ul.level2 li:before, ul.copy li:before, ul.tags li:before, ul.select2-results__options li:before, ul.select2-selection__rendered li:before, ul.property_filter_as_tags li:before, ul.sitemap li:before, ul.rwd_navigation li:before, ul.meta-navigation li:before, ul.navigation li:before {
  display: none !important;
}

ol {
  list-style: none;
  counter-reset: item;
}
ol li {
  padding-left: 1.3em;
  counter-increment: item;
}
ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--primary-color);
}

/* @end */
/* !@group table */
.table_wrap_container {
  overflow: auto;
  max-width: 100%;
  margin: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  --scroll-indicator-size: clamp(18px,2vw,20px);
}
.table_wrap_container .table_wrap {
  overflow: auto;
  max-width: 100%;
}
.table_wrap_container:not(:first-child) {
  margin-top: var(--paragraph-space);
}
.table_wrap_container:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: calc(var(--scroll-indicator-size) + var(--size-10)) 0 0;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}
.table_wrap_container .table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--scroll-indicator-size);
  line-height: var(--scroll-indicator-size);
}
.table_wrap_container .table_scroll_indicator:hover {
  cursor: pointer;
}

table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: var(--size-15);
  background: none;
  color: var(--text-color);
}
table td a,
table th a {
  color: var(--text-color);
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table th {
  border-bottom: 2px solid var(--text-color);
}
table td {
  border-top: 1px solid var(--border);
  min-width: 100px;
}

/* @end */
/* !@group accordeon */
.accordeon_wrap:not(:first-child) {
  margin-top: var(--paragraph-space);
}
.accordeon_wrap:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.accordeon_wrap .accordeon_entry {
  position: relative;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font-size: 13px;
    line-height: 18px;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry {
    background: none;
  }
}
.accordeon_wrap .accordeon_entry:not(:first-child) {
  margin-top: 4px;
}
.accordeon_wrap .accordeon_entry:hover:before {
  opacity: 1;
}
.accordeon_wrap .accordeon_entry.visible_detail:before {
  opacity: 1;
}
.accordeon_wrap .accordeon_entry.visible_detail .accordeon_title_selector:after {
  content: "\f068";
}
.accordeon_wrap .accordeon_entry > * {
  position: relative;
  z-index: 5;
}
.accordeon_wrap .accordeon_entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector {
  position: relative;
  margin: 0;
  padding: var(--size-20) var(--size-20);
  padding-right: calc(var(--size-40) + 20px);
  gap: 7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(22px, 2.6vw, 2.6px);
  margin: 0;
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
    font-size: 13px;
    line-height: 21px;
  }
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
  pointer-events: none;
}
.accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
  position: absolute;
  top: 50%;
  right: var(--size-20);
  bottom: unset;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-family: "Font Awesome 7 Pro";
  content: "+";
  font-size: inherit;
  flex: 0 0 auto;
  color: var(--text-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.accordeon_wrap .accordeon_entry .accordeon_content {
  display: none;
  margin: 0;
  padding: 0 var(--size-20) var(--size-20);
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
    border: 0;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry {
    font-size: 13px;
    line-height: 21px;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry:not(:first-child) {
    border-top: 1px solid var(--border);
    padding-top: var(--size-20);
    margin-top: var(--size-20);
  }
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector {
    padding: 0 0 var(--size-10);
  }
  .accordeon_wrap .accordeon_entry .accordeon_title_selector:after {
    display: none;
  }
  .accordeon_wrap .accordeon_entry .accordeon_title_selector, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: clamp(28px, 3.4vw, 34px);
    letter-spacing: unset;
    text-transform: none;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_title_selector, .accordeon_wrap .accordeon_entry .accordeon_title_selector > a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media print {
  .accordeon_wrap .accordeon_entry .accordeon_content {
    display: block;
    padding: 0;
  }
}

.accordeon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* @end */
/* !@group tags */
.listing_property_filter ~ ul.tags {
  margin-top: var(--size-25);
}

ul.property_filter_as_tags,
ul.tags {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: clamp(7px, 1.5vw, 15px);
}
ul.property_filter_as_tags li,
ul.tags li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-dark);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(9px, 1vw, 10px) clamp(12px, 2vw, 20px);
  pointer-events: none;
  font-weight: 400;
  font-size: clamp(10px, 1.4vw, 14px);
  line-height: clamp(13px, 1.8vw, 18px);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  letter-spacing: clamp(0.5px, 0.15vw, 1.5px);
  text-transform: uppercase;
}
ul.property_filter_as_tags li:hover, ul.property_filter_as_tags li:focus,
ul.tags li:hover,
ul.tags li:focus {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-darker);
}
@media print {
  ul.property_filter_as_tags li,
ul.tags li {
    display: none;
  }
}
ul.property_filter_as_tags li button,
ul.tags li button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  display: block;
  pointer-events: all;
}
ul.property_filter_as_tags li span,
ul.tags li span {
  display: block;
}
ul.property_filter_as_tags li.selected, ul.property_filter_as_tags li[class*=active],
ul.tags li.selected,
ul.tags li[class*=active] {
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
}
ul.property_filter_as_tags li.selected span,
ul.property_filter_as_tags li.selected button, ul.property_filter_as_tags li[class*=active] span,
ul.property_filter_as_tags li[class*=active] button,
ul.tags li.selected span,
ul.tags li.selected button,
ul.tags li[class*=active] span,
ul.tags li[class*=active] button {
  color: inherit;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group menu */
.menu {
  --menu-left-width: clamp(200px,59.6vw,596px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--management-panel-width);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: var(--size-20) 0;
  background: url(../img/pattern.svg) no-repeat center center var(--primary-color);
  background-size: cover;
  z-index: 190;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navi_open .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu .menu_inner {
  height: 100%;
  overflow: auto;
}
.menu .menu_left {
  display: flex;
  flex-flow: column;
  min-height: 100%;
  padding: var(--size-80) var(--size-70) var(--size-40);
  width: var(--menu-left-width);
  box-sizing: border-box;
}

/* @end */
/* @group menu toggle */
.menu_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
  gap: 8px;
}
.menu_toggle:hover, .menu_toggle:focus {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .menu_toggle {
    display: none;
  }
}
.menu_toggle span.label:after {
  content: "Menü";
}
.navi_open .menu_toggle span.label:after {
  content: "Schliessen";
}
html[lang=fr] .menu_toggle span.label:after {
  content: "Menu";
}
html[lang=fr] .navi_open .menu_toggle span.label:after {
  content: "Fermer";
}
html[lang=en] .menu_toggle span.label:after {
  content: "Menu";
}
html[lang=en] .navi_open .menu_toggle span.label:after {
  content: "Close";
}
html[lang=it] .menu_toggle span.label:after {
  content: "Menu";
}
html[lang=it] .navi_open .menu_toggle span.label:after {
  content: "Chiudere";
}
.menu_toggle span.icon {
  --icon-width: 14px;
  --height-span: 1px;
  --height-gap: 4px;
  display: flex;
  margin-top: 1px;
  width: var(--icon-width);
  flex: 0 0 var(--icon-width);
  height: var(--icon-width);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.menu_toggle span.icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: var(--height-span);
  background: var(--header-button-color);
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  z-index: 1;
}
.menu_toggle span.icon span:nth-child(1) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2 - var(--height-span) - var(--height-gap));
}
.menu_toggle span.icon span:nth-child(2) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2);
}
.menu_toggle span.icon span:nth-child(3) {
  top: calc(var(--icon-width) / 2 - var(--height-span) / 2 + var(--height-span) + var(--height-gap));
}
.navi_open .menu_toggle span.icon span:nth-child(1) {
  position: absolute;
  top: calc(50% - var(--height-span) / 2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navi_open .menu_toggle span.icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navi_open .menu_toggle span.icon span:nth-child(3) {
  position: absolute;
  top: calc(50% - var(--height-span) / 2);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @end */
/* !@group navigation */
#navigation:focus {
  outline: 0 !important;
}

ul.navigation {
  display: flex;
  flex-flow: column;
  list-style: none;
}
ul.navigation li > a {
  display: block;
  position: relative;
}
ul.navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.65em;
  aspect-ratio: 13/15;
  background-color: var(--background-light);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
ul.navigation li > a:before {
  top: calc(50% + 0.05em);
  opacity: 0;
  width: 0.45em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
ul.navigation li > a.navigation_image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ul.navigation li > a.navigation_image:before {
  display: none;
}
body:not(.touch) ul.navigation li:focus > a, body:not(.touch) ul.navigation li:hover > a {
  opacity: 0.65;
}
ul.navigation li.current > a {
  opacity: 1;
  padding-left: 0.8em !important;
}
ul.navigation li.current > a:before {
  opacity: 1;
}
ul.navigation li.level0 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 6.4vw, 64px);
  line-height: clamp(44px, 7vw, 70px);
  letter-spacing: calc(-1 * clamp(1.2px, 0.23vw, 2.3px));
  text-transform: uppercase;
  color: var(--background-light);
  position: relative;
}
ul.navigation li.level0 a {
  color: var(--background-light);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  ul.navigation li.level0 {
    font-size: clamp(38px, 5vw, 50px);
    line-height: clamp(44px, 5.6vw, 56px);
    letter-spacing: calc(-1 * clamp(1.2px, 0.18vw, 1.8px));
  }
}
ul.navigation li.level0 > a {
  padding: calc(var(--size-10) + 2px) 0;
}
ul.navigation li.level0#nav-1 > a:not(.navigation_image), ul.navigation li.level0#nav-6 {
  display: none;
}
ul.navigation li.level0#nav-15 {
  margin-top: var(--size-60);
}
ul.navigation li.level0#nav-15 > a {
  display: none;
}
ul.navigation li.level0#nav-15 ul.level1 {
  display: block;
}
ul.navigation li.level0#nav-15 ul.level1 > li {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 4.8vw, 48px);
  line-height: clamp(34px, 5.4vw, 54px);
  letter-spacing: calc(-1 * clamp(0.8px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--background-light);
}
ul.navigation li.level0#nav-15 ul.level1 > li a {
  color: var(--background-light);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  ul.navigation li.level0#nav-15 ul.level1 > li {
    font-size: clamp(28px, 3.4vw, 34px);
    line-height: clamp(34px, 4vw, 40px);
    letter-spacing: calc(-1 * clamp(0.8px, 0.1vw, 1px));
  }
}
ul.navigation li.level0#nav-15 ul.level1 > li > a {
  padding: calc(var(--size-10) + 2px) 0;
}
ul.navigation ul.level1,
ul.navigation ul.level2,
ul.navigation ul.level3 {
  display: none;
}
ul.navigation a.navigation_image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  position: fixed !important;
  width: calc(100vw - var(--menu-left-width) - var(--management-panel-width));
  transition: unset;
  pointer-events: none;
  opacity: 0 !important;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.navigation a.navigation_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.navigation li.current > a.navigation_image, body:not(.touch) ul.navigation li:hover > a.navigation_image {
  opacity: 1 !important;
}
ul.navigation li.current > a.navigation_image {
  z-index: 55;
}
ul.navigation li#nav-1 > a.navigation_image {
  opacity: 1 !important;
  z-index: 50;
}

/* @end */
/* @group language switcher */
.language_switcher {
  display: flex;
  gap: var(--size-25);
  margin-top: auto;
  padding-top: var(--size-30);
}
.language_switcher a {
  display: block;
  margin-right: var(--meta-navigation-space);
  color: var(--background-light);
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
}
.language_switcher a.current, .language_switcher a:hover {
  opacity: 1;
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group global pictures styles */
.picture_content_wrap .picture_content .resource_background {
  overflow: visible;
}

.picture {
  position: relative;
  width: 100%;
}
.picture .resource_link {
  position: relative;
}
.picture .resource_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(var(--background-rgb), 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}
.picture .resource_link:after {
  position: absolute;
  top: calc(50% - var(--icon-width) / 2);
  left: calc(50% - var(--icon-width) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  font-weight: 900;
  font-size: calc(var(--icon-width) / 2.2);
  line-height: var(--icon-width);
  color: var(--background-dark-style-dark);
  background: rgba(var(--background-rgb), 0.5);
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(10px);
}
.picture .resource_link img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.picture .resource_link:hover:after, .picture .resource_link:hover:before {
  opacity: 1;
}
.picture .resource_link:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.1s;
}
.picture .resource_link:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.picture .resource_link.fancybox:after {
  content: "\f00e";
  content: "\f00e"/"";
  font-weight: 400;
}
.picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-size: 0;
  display: block;
}
.picture .resource_link,
.picture .resource_background {
  display: block;
}
.picture .resource_subtitle {
  display: none;
}
.picture .resource_description {
  position: absolute;
  bottom: 10px;
  left: 10px;
  clip: unset;
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(15px, 1.8vw, 18px);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 10px;
  border-radius: var(--border-radius-small);
  box-sizing: border-box;
}
.picture .resource_description p {
  display: inline-block;
  margin: 0;
}
.picture .resource_description .resource_title {
  font-weight: 700;
  padding-right: 5px;
}

/* @end */
/* !@group picture top big */
.picture_top .resource_link {
  pointer-events: none;
}
.picture_top .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.picture_top .resource_link:before, .picture_top .resource_link:after {
  display: none;
}
.picture_top .resource_background {
  overflow: visible;
}
.picture_top .resource_description {
  position: relative;
  bottom: unset;
  left: unset;
  margin-top: var(--size-15);
  padding: 0;
  background: none;
  color: rgba(var(--background-dark-style-rgb), 0.5);
}
body .picture_top span.management_controls {
  top: unset;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

/* @end */
/* !@group gallery */
.gallery {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-big);
  --gap: var(--size-25);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
.gallery > .cf {
  display: none;
}
.gallery:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.gallery .resource_background {
  overflow: visible;
}
.gallery a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gallery img {
  border-radius: var(--border-radius);
}
.gallery .picture {
  margin: 0;
}

/* @end */
/* !@group video top */
.videos:not(:first-child) {
  margin-top: var(--size-90);
}
.videos video {
  border-radius: var(--border-radius);
}
.videos video {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.videos .video {
  display: flex;
  flex-flow: column;
}
.videos .video:not(:first-child) {
  margin-top: var(--size-50);
}
.videos .video video {
  order: -1;
}
.videos .resource_video_description_wrap {
  margin-top: var(--size-15);
}
.videos .resource_video_description_wrap,
.videos .resource_video_description_wrap h3 {
  font-size: 14px;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 18px;
  line-height: clamp(16px, 1.8vw, 18px);
  color: rgba(var(--background-dark-style-rgb), 0.5);
}
.videos .resource_video_description_wrap .resource_video_description,
.videos .resource_video_description_wrap h3 {
  display: inline-block;
  margin: 0;
}
.videos .resource_video_description_wrap h3 {
  font-weight: 700;
}
.videos .resource_video_description_wrap h3 + * > p:first-child:before {
  content: ":";
  padding-right: 3px;
  font-weight: 700;
}
.videos + .picture_top {
  display: none;
}

/* @end */
/* !@group slider standard styles */
.slick-slider {
  --icon-width: clamp(34px,3.8vw,38px);
  position: relative;
}

.slick-track {
  display: flex;
  justify-content: center;
}

.slick-slide {
  margin: 0 var(--size-20);
}
.slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.slick-list {
  width: auto;
  margin: 0 calc(-1 * var(--size-20));
  padding: 0 !important;
  overflow: hidden;
}

span.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 1.3vw, 13px);
  width: var(--icon-width);
  height: var(--icon-width);
  background: var(--background-light);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
span.slick-arrow i {
  font-weight: 700;
}
span.slick-arrow:hover {
  color: var(--background-light);
  background: var(--primary-color);
}
span.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

ul.slick-dots {
  --icon-width: clamp(8px,1.2vw,12px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--size-10);
}
ul.slick-dots:not(:first-child) {
  margin-top: var(--size-50);
}
ul.slick-dots li {
  padding: 0 !important;
  margin: 0 !important;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li button {
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: 100%;
  font-size: 0;
  background: rgba(var(--background-dark-style-rgb), 0.15);
  border: none;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.slick-dots li:hover button {
  background: rgba(var(--background-dark-style-rgb), 0.3);
}
ul.slick-dots li.slick-active button {
  background: var(--primary-color);
}

/* @end */
/* !@group documents */
.documents:not(:first-child) {
  margin-top: var(--size-90);
}
.documents .document:not(:first-child) {
  margin-top: var(--size-10);
}
.documents a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  gap: 10px;
}
.documents a:hover, .documents a:focus {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .documents a {
    display: none;
  }
}
.documents a .description {
  font-weight: 400;
  margin-left: 6px;
}
.documents .document_tag_wrap:not(:first-child) {
  margin-top: var(--size-60);
}

/* @end */
/* !@group music */
.musics:not(:first-child) {
  margin-top: var(--size-90);
}
.musics .music:not(:first-child) {
  margin-top: var(--size-20);
}
.musics .music h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
.musics .music h3 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .musics .music h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.musics .music h3:not(:last-child) {
  margin-bottom: var(--size-15);
}
.musics .music audio {
  width: 100%;
  display: block;
}
.musics .music audio:not(:first-child) {
  margin-top: var(--size-20);
}

/* @end */
/* !@group iframe */
iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
}
iframe[src*="www.youtube.com"] {
  aspect-ratio: 16/9;
  height: auto;
  border-radius: var(--border-radius);
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group global portlet styles */
.portlet.portlet_no_title.portlet_no_subtitle.portlet_no_content.hidden {
  display: block;
}
.portlets .portlet:not(:first-child) {
  margin-top: var(--section-space-small);
}
.portlets .portlet [class*=_subtitle],
.portlets .portlet .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.portlets .portlet [class*=_subtitle] a,
.portlets .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .portlets .portlet [class*=_subtitle],
.portlets .portlet .portlet-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.portlets .portlet[class*=has_subtitle] .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .portlets .portlet[class*=has_subtitle] .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
.portlets .portlet[class*=has_subtitle] .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.portlets .portlet [class*=_introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .portlets .portlet [class*=_introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
.portlets .portlet .portlet_content_description > a.portlet_content_link,
.portlets .portlet .portlet_text_wrap > a.portlet_listing_link {
  margin: var(--size-50) 0 0;
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):hover, .portlets .portlet a.portlet_content_link:not(.portlet_content_second_link):focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .portlets .portlet a.portlet_content_link:not(.portlet_content_second_link) {
    display: none;
  }
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.portlets .portlet a.portlet_content_link.portlet_content_second_link:hover, .portlets .portlet a.portlet_content_link.portlet_content_second_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .portlets .portlet a.portlet_content_link.portlet_content_second_link {
    display: none;
  }
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):hover, .portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link):focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .portlets .portlet a.portlet_listing_link:not(.portlet_listing_second_link) {
    display: none;
  }
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.portlets .portlet a.portlet_listing_link.portlet_listing_second_link:hover, .portlets .portlet a.portlet_listing_link.portlet_listing_second_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .portlets .portlet a.portlet_listing_link.portlet_listing_second_link {
    display: none;
  }
}
.portlets .portlet .portlet_listing_link_wrap,
.portlets .portlet .portlet_content_link_wrap {
  display: flex;
  flex-flow: wrap;
  margin-top: var(--size-50);
  gap: var(--size-15) var(--size-20);
}

/* @end */
/* !@group search portlet */
.portlet_search h3 {
  display: none;
}
.portlet_search form {
  display: flex;
  gap: var(--size-20);
}
.portlet_search #portlet-search-input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.portlet_search #portlet-search-input a {
  color: var(--input-color);
}
@media print {
  .portlet_search #portlet-search-input {
    font-size: 12px;
    line-height: 18px;
  }
}
.portlet_search #portlet-search-input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_search #portlet-search-input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_search #portlet-search-input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_search #portlet-search-input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_search #portlet-search-input:focus, .portlet_search #portlet-search-input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.portlet_search #portlet-search-input[data-com-onepassword-filled=light], .portlet_search #portlet-search-input:-webkit-autofill, .portlet_search #portlet-search-input:-webkit-autofill:hover, .portlet_search #portlet-search-input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.portlet_search #portlet-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.portlet_search #portlet-search-button:hover, .portlet_search #portlet-search-button:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .portlet_search #portlet-search-button {
    display: none;
  }
}

/* @end */
/* !@group all options */
div[id*=portlets_all_options]:not(:first-child) {
  margin-top: var(--section-space-big);
}
div[id*=portlets_all_options] .portlet_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
div[id*=portlets_all_options] .portlet_content:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
div[id*=portlets_all_options] .portlet_content .portlet-content {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
div[id*=portlets_all_options] .portlet_content .portlet-content.cf {
  display: none;
}
div[id*=portlets_all_options] .portlet_content .videos,
div[id*=portlets_all_options] .portlet_content .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
div[id*=portlets_all_options] .portlet_content .videos video {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet_content .videos + .pictures {
  display: none;
}
div[id*=portlets_all_options] .portlet_content .videos .video,
div[id*=portlets_all_options] .portlet_content .videos video {
  height: 100%;
}
div[id*=portlets_all_options] .portlet_content .pictures {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet_content .pictures .resource_background {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet_content .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet_content .pictures img {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet_content .pictures .picture,
div[id*=portlets_all_options] .portlet_content .pictures .resource_background,
div[id*=portlets_all_options] .portlet_content .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content .pictures img {
  height: 100%;
}
div[id*=portlets_all_options] .portlet_content .pictures .picture:not(:first-child) {
  display: none;
}
div[id*=portlets_all_options] .portlet_content .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div[id*=portlets_all_options] .portlet_content .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
div[id*=portlets_all_options] .portlet_content .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  div[id*=portlets_all_options] .portlet_content .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
div[id*=portlets_all_options] .portlet_content:has(.pictures) .portlet_text_wrap, div[id*=portlets_all_options] .portlet_content:has(.videos) .portlet_text_wrap {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
div[id*=portlets_all_options] .portlet_content .portlet_text_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
div[id*=portlets_all_options] .portlet_content .portlet_text_wrap > * {
  position: relative;
  z-index: 5;
}
div[id*=portlets_all_options] .portlet_content .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_subtitle a,
div[id*=portlets_all_options] .portlet_content .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content .portlet-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div[id*=portlets_all_options] .portlet_content .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .portlet_content .listing-date a {
  color: var(--text-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_content .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_content .portlet_content_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_content_introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet_content .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_description {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_content_description {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_content .portlet_content_description:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_description h2, div[id*=portlets_all_options] .portlet_content .portlet_content_description h3, div[id*=portlets_all_options] .portlet_content .portlet_content_description h4, div[id*=portlets_all_options] .portlet_content .portlet_content_description h5, div[id*=portlets_all_options] .portlet_content .portlet_content_description h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_content_description h2, div[id*=portlets_all_options] .portlet_content .portlet_content_description h3, div[id*=portlets_all_options] .portlet_content .portlet_content_description h4, div[id*=portlets_all_options] .portlet_content .portlet_content_description h5, div[id*=portlets_all_options] .portlet_content .portlet_content_description h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_content .portlet-listing-custom-fields-container {
  display: none;
}
div[id*=portlets_all_options] .portlet_content .document a {
  border-color: transparent;
  background: var(--background-dark);
}
div[id*=portlets_all_options] .portlet_content .document a:focus, div[id*=portlets_all_options] .portlet_content .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
div[id*=portlets_all_options] .portlet_content .documents,
div[id*=portlets_all_options] .portlet_content .musics {
  margin-top: 0;
}
div[id*=portlets_all_options] .portlet_content .documents:not(:last-child),
div[id*=portlets_all_options] .portlet_content .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_link:hover, div[id*=portlets_all_options] .portlet_content .portlet_content_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_content .portlet_content_link {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_content .portlet_content_link:not(:first-child) {
  margin-top: var(--size-20);
}
div[id*=portlets_all_options] .portlet_content[class*=has-subtitle] div.portlet_text_wrap .portlet-title, div[id*=portlets_all_options] .portlet_content[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  div[id*=portlets_all_options] .portlet_content[class*=has-subtitle] div.portlet_text_wrap .portlet-title, div[id*=portlets_all_options] .portlet_content[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet_content[class*=has-subtitle] div.portlet_text_wrap .portlet-title a, div[id*=portlets_all_options] .portlet_content[class*=has_subtitle] div.portlet_text_wrap .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
div[id*=portlets_all_options] .portlet_content[class*=element_link_entire] .portlet-content:hover .portlet_text_wrap:before {
  opacity: 1;
}
div[id*=portlets_all_options] .portlet_content[class*=element_link_entire] .portlet-content:hover .portlet_content_link {
  background: var(--primary-color);
  color: var(--background-light);
}
div[id*=portlets_all_options] .portlet_content[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  div[id*=portlets_all_options] .portlet_content .videos,
div[id*=portlets_all_options] .portlet_content .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  div[id*=portlets_all_options] .portlet_content:has(.pictures) .portlet_text_wrap, div[id*=portlets_all_options] .portlet_content:has(.videos) .portlet_text_wrap {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet_content .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet_content .videos,
div[id*=portlets_all_options] .portlet_content .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet_content .videos,
div[id*=portlets_all_options] .portlet_content .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet_content .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet_content .videos .video,
div[id*=portlets_all_options] .portlet_content .videos video {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet_content .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet_content .pictures .picture,
div[id*=portlets_all_options] .portlet_content .pictures .resource_background,
div[id*=portlets_all_options] .portlet_content .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content .pictures img {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet_content:has(.pictures) .portlet_text_wrap, div[id*=portlets_all_options] .portlet_content:has(.videos) .portlet_text_wrap {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  div[id*=portlets_all_options] .portlet_content:not(:first-child) {
    margin-top: var(--size-60);
  }
  div[id*=portlets_all_options] .portlet_content .videos,
div[id*=portlets_all_options] .portlet_content .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  div[id*=portlets_all_options] .portlet_content:has(.pictures) .portlet_text_wrap, div[id*=portlets_all_options] .portlet_content:has(.videos) .portlet_text_wrap {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap {
    padding: 0;
  }
  div[id*=portlets_all_options] .portlet_content .portlet_text_wrap:before {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_content:not(:first-child) {
  margin-top: var(--section-space-big);
}
div[id*=portlets_all_options] .portlet_content .portlet_content_link:not(:first-child) {
  margin-top: var(--size-45);
}
div[id*=portlets_all_options] .portlet_content .pictures img {
  aspect-ratio: 640/640;
  object-fit: cover;
}
div[id*=portlets_all_options] .portlet_content.portlet_no_title.portlet_no_subtitle.portlet_empty.portlet_no_content .portlet-content {
  background: none;
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet-content {
  flex-flow: column;
  max-width: none;
  margin: 0;
  padding: 0;
}
div[id*=portlets_all_options] .portlet_content.big_picture .listing-date,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_link,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_introduction,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_description {
  display: none;
}
div[id*=portlets_all_options] .portlet_content.big_picture .videos,
div[id*=portlets_all_options] .portlet_content.big_picture .pictures {
  flex: unset;
  max-width: 100%;
}
div[id*=portlets_all_options] .portlet_content.big_picture .videos video {
  border-radius: 0;
}
div[id*=portlets_all_options] .portlet_content.big_picture .videos .video,
div[id*=portlets_all_options] .portlet_content.big_picture .videos video {
  height: auto;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures .resource_link {
  pointer-events: none;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures .resource_link:before, div[id*=portlets_all_options] .portlet_content.big_picture .pictures .resource_link:after {
  display: none;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures img,
div[id*=portlets_all_options] .portlet_content.big_picture .pictures a.resource_link {
  border-radius: 0;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures .picture,
div[id*=portlets_all_options] .portlet_content.big_picture .pictures .resource_background,
div[id*=portlets_all_options] .portlet_content.big_picture .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content.big_picture .pictures img {
  height: auto;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures:before {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: auto;
  height: 50%;
  display: block;
  background: none;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 5;
}
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet_text_wrap, div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet_text_wrap {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
  z-index: 10;
}
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet-title, div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet-title {
  text-wrap: balance;
}
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet_content_subtitle, div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet_content_subtitle a,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet-title,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.pictures) .portlet-title a, div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet_content_subtitle, div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet_content_subtitle a,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet-title,
div[id*=portlets_all_options] .portlet_content.big_picture:has(.videos) .portlet-title a {
  color: var(--background-light) !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_text_wrap {
  max-width: clamp(400px, 80vw, 800px);
  padding: var(--size-80) var(--size-70);
  border-radius: 0;
  background: none;
  height: auto !important;
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_text_wrap:before {
  display: none;
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  margin-bottom: 0;
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_subtitle a,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
div[id*=portlets_all_options] .portlet_content.big_picture[class*=has-subtitle] div.portlet_text_wrap .portlet-title, div[id*=portlets_all_options] .portlet_content.big_picture[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 4.8vw, 48px);
  line-height: clamp(30px, 5.8vw, 58px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
}
div[id*=portlets_all_options] .portlet_content.big_picture[class*=has-subtitle] div.portlet_text_wrap .portlet-title a, div[id*=portlets_all_options] .portlet_content.big_picture[class*=has_subtitle] div.portlet_text_wrap .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content.big_picture[class*=has-subtitle] div.portlet_text_wrap .portlet-title, div[id*=portlets_all_options] .portlet_content.big_picture[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  div[id*=portlets_all_options] .portlet_content.big_picture .portlet_text_wrap {
    padding: var(--size-40) var(--size-40);
  }
  div[id*=portlets_all_options] .portlet_content.big_picture .portlet_content_subtitle,
div[id*=portlets_all_options] .portlet_content.big_picture .portlet-title {
    font-size: clamp(30px, 6.4vw, 64px);
    line-height: clamp(36px, 7.1vw, 71px);
  }
  div[id*=portlets_all_options] .portlet_content.big_picture[class*=has-subtitle] div.portlet_text_wrap .portlet-title, div[id*=portlets_all_options] .portlet_content.big_picture[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
    font-size: clamp(20px, 3vw, 30px);
    line-height: clamp(30px, 4vw, 40px);
  }
}
div[id*=portlets_all_options] .portlet_content.big_picture .portlet_inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
div[id*=portlets_all_options] .portlet_content.big_picture .pictures img {
  aspect-ratio: 1440/504;
  min-height: clamp(320px, 50vw, 500px);
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner {
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_inner {
  max-width: none;
  margin: 0;
  padding: var(--size-110) 0;
  background: var(--background-dark);
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet-content {
  flex-flow: column;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
  --column-width: 20vw;
  flex: unset;
  max-width: none;
  width: calc(var(--column-width) * var(--total-items));
  order: 10;
  display: grid;
  grid-template-columns: repeat(var(--total-items), var(--column-width));
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  margin-top: var(--size-80);
  animation: slide 130s linear infinite;
  will-change: transform;
  contain: layout paint;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .resource_link {
  pointer-events: none;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .resource_link:before, div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .resource_link:after {
  display: none;
}
body.preload div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
  display: flex;
}
body.preload div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures > * {
  flex: 0 0 20vw;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .picture {
  padding: 0 calc(var(--size-25) / 2);
  box-sizing: border-box;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .picture,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .resource_background,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures img {
  height: auto;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures * {
  position: relative;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures img {
  position: relative;
  display: block;
  aspect-ratio: unset;
  background: var(--background-dark);
  transform: translateX(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures img {
  border-radius: var(--border-radius) !important;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures .picture:not(:first-child) {
  display: block;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--column-width) * var(--total-items) / 2));
  }
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_text_wrap {
  display: contents;
  margin: 0;
  padding: 0;
  background: none;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_text_wrap:before {
  display: none;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_text_wrap > * {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-medium);
  width: 100%;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet-title,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  text-wrap: balance;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet-title a,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet-title,
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_description {
  display: contents;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_description {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_content_description > * {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-medium);
  width: 100%;
}
div[id*=portlets_all_options] .portlet_content.with_gallery_banner a.portlet_content_link {
  order: 11;
  width: auto !important;
  margin-top: var(--size-90);
}
div[id*=portlets_all_options] .portlet .slick-slider {
  position: relative;
  padding-bottom: calc(var(--icon-width) + var(--size-45));
}
div[id*=portlets_all_options] .portlet .slick-list {
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet span.slick-arrow {
  --gap: var(--size-30);
  position: absolute;
  bottom: 0;
  left: 0;
}
div[id*=portlets_all_options] .portlet span.slick-arrow.slick-arrow-right {
  left: unset;
  right: 0;
}
div[id*=portlets_all_options] .portlet ul.slick-dots {
  --arrow-width: clamp(34px,3.8vw,38px);
  position: absolute;
  bottom: 0;
  left: var(--arrow-width);
  right: var(--arrow-width);
  margin: 0;
  height: var(--arrow-width);
  width: auto;
}
div[id*=portlets_all_options] .portlet.slider .portlet-title:nth-last-child(3), div[id*=portlets_all_options] .portlet.portlet_shop_article .portlet-title:nth-last-child(3) {
  min-height: var(--icon-width-arrow);
}
div[id*=portlets_all_options] .portlet.slider .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, div[id*=portlets_all_options] .portlet.slider .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow, div[id*=portlets_all_options] .portlet.portlet_shop_article .portlet-title + .portlet-listing-entry-wrap span.slick-arrow, div[id*=portlets_all_options] .portlet.portlet_shop_article .portlet-title + .portlet-shop-article-entry-wrap span.slick-arrow {
  top: calc(-1 * (var(--size-50) + var(--icon-width-arrow)));
}
div[id*=portlets_all_options] .portlet_listing:not(:first-child) {
  margin-top: var(--section-space-big);
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_subtitle,
div[id*=portlets_all_options] .portlet_listing .portlet_listing_introduction,
div[id*=portlets_all_options] .portlet_listing .portlet-title,
div[id*=portlets_all_options] .portlet_listing .portlet_listing_text {
  max-width: var(--siteframe-medium);
  margin: 0 auto;
}
div[id*=portlets_all_options] .portlet_listing .portlet-title,
div[id*=portlets_all_options] .portlet_listing .portlet_listing_subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  text-wrap: balance;
}
div[id*=portlets_all_options] .portlet_listing .portlet-title a,
div[id*=portlets_all_options] .portlet_listing .portlet_listing_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_listing .portlet-title,
div[id*=portlets_all_options] .portlet_listing .portlet_listing_subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_listing .portlet_listing_introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_introduction > * {
  max-width: var(--siteframe-small);
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_text > * {
  max-width: var(--siteframe-small);
}
div[id*=portlets_all_options] .portlet_listing .portlet_text_wrap > a.portlet_listing_link {
  margin: var(--size-90) auto 0;
}
div[id*=portlets_all_options] .portlet_listing .portlet_listing_link_wrap {
  justify-content: center;
  margin-top: var(--size-90);
}
div[id*=portlets_all_options] .portlet-listing-entry-wrap {
  --gap: var(--size-40);
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
div[id*=portlets_all_options] .portlet-listing-entry-wrap > .cf {
  display: none;
}
div[id*=portlets_all_options] .portlet-listing-entry-wrap:not(:first-child) {
  margin-top: var(--size-80);
}
div[id*=portlets_all_options] .portlet-listing-entry {
  --paragraph-space: var(--size-20);
}
div[id*=portlets_all_options] .portlet-listing-entry:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
div[id*=portlets_all_options] .portlet-listing-entry > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
div[id*=portlets_all_options] .portlet-listing-entry > *.cf {
  display: none;
}
div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
div[id*=portlets_all_options] .portlet-listing-entry .videos video {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet-listing-entry .videos + .pictures {
  display: none;
}
div[id*=portlets_all_options] .portlet-listing-entry .videos .video,
div[id*=portlets_all_options] .portlet-listing-entry .videos video {
  height: 100%;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures .picture,
div[id*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
  height: 100%;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures .picture:not(:first-child) {
  display: none;
}
div[id*=portlets_all_options] .portlet-listing-entry .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div[id*=portlets_all_options] .portlet-listing-entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
div[id*=portlets_all_options] .portlet-listing-entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container > * {
  position: relative;
  z-index: 5;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .portlet-listing-entry h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle a,
div[id*=portlets_all_options] .portlet-listing-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .portlet-listing-entry h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date a {
  color: var(--text-color);
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h2, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h3, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h4, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h5, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-custom-fields-container {
  display: none;
}
div[id*=portlets_all_options] .portlet-listing-entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
div[id*=portlets_all_options] .portlet-listing-entry .document a:focus, div[id*=portlets_all_options] .portlet-listing-entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
div[id*=portlets_all_options] .portlet-listing-entry .documents,
div[id*=portlets_all_options] .portlet-listing-entry .musics {
  margin-top: 0;
}
div[id*=portlets_all_options] .portlet-listing-entry .documents:not(:last-child),
div[id*=portlets_all_options] .portlet-listing-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:hover, div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: var(--size-20);
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4, div[id*=portlets_all_options] .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4, div[id*=portlets_all_options] .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4 a, div[id*=portlets_all_options] .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 a {
  color: var(--text-color);
  text-decoration: none;
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] > *:hover .portlet-listing-content-container:before {
  opacity: 1;
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] > *:hover .portlet-entry-link {
  background: var(--primary-color);
  color: var(--background-light);
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  div[id*=portlets_all_options] .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet-listing-entry > * {
    flex-flow: column;
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .videos .video,
div[id*=portlets_all_options] .portlet-listing-entry .videos video {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .pictures .picture,
div[id*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  div[id*=portlets_all_options] .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    padding: 0;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:before {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry > * {
  flex-flow: column;
  height: 100%;
  overflow: visible;
}
div[id*=portlets_all_options] .portlet-listing-entry .videos,
div[id*=portlets_all_options] .portlet-listing-entry .pictures {
  flex: unset;
  max-width: 100%;
}
div[id*=portlets_all_options] .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
  margin-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet-listing-entry .videos .video,
div[id*=portlets_all_options] .portlet-listing-entry .videos video {
  height: auto;
}
div[id*=portlets_all_options] .portlet-listing-entry .videos video {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures .picture,
div[id*=portlets_all_options] .portlet-listing-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
  height: auto;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
  height: 100%;
  padding: var(--size-30);
  background: var(--background-light);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container:before {
  background: #fbf7f2;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .portlet-listing-entry h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle a,
div[id*=portlets_all_options] .portlet-listing-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .portlet-listing-entry h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date a {
  color: var(--text-color);
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-date {
    font-size: 12px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-introduction {
    font-size: 14px;
    line-height: 22px;
  }
}
div[id*=portlets_all_options] .portlet-listing-entry .portlet-entry-link {
  margin-top: auto;
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4, div[id*=portlets_all_options] .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 {
  margin-bottom: var(--size-5);
}
div[id*=portlets_all_options] .portlet-listing-entry[class*=element_link_entire] > *:hover .portlet-listing-content-container:before {
  opacity: 1;
}
@media print {
  div[id*=portlets_all_options] .portlet-listing-entry .pictures {
    margin: 0;
  }
  div[id*=portlets_all_options] .portlet-listing-entry .portlet-listing-content-container {
    border: 1px solid var(--border);
  }
}
div[id*=portlets_all_options] .portlet-listing-entry:not(:first-child) {
  margin: 0;
}
div[id*=portlets_all_options] .portlet-listing-entry .pictures + .portlet-listing-content-container .listing_properties {
  max-width: calc(100% - var(--size-15) - var(--size-15));
}
div[id*=portlets_all_options] .slider {
  overflow: hidden;
}
div[id*=portlets_all_options] .slider .portlet-listing-entry-wrap {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
div[id*=portlets_all_options] .three_in_a_row .portlet_inner {
  --siteframe-width: var(--siteframe-big);
}
div[id*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
  --columns: 3;
}
div[id*=portlets_all_options] .accordeon_listing .portlet_inner {
  --siteframe-width: var(--siteframe-medium);
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry-wrap {
  --columns: 1;
  --gap: 4px;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
  position: relative;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  --paragraph-space: var(--size-15);
  border: none;
  max-width: var(--siteframe-small);
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    font-size: 13px;
    line-height: 18px;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    background: none;
  }
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry:not(:first-child) {
  margin-top: 4px;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry:hover:before {
  opacity: 1;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry.visible_detail:before {
  opacity: 1;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry.visible_detail .accordeon_title_selector:after {
  content: "\f068";
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry > * {
  position: relative;
  z-index: 5;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
  position: relative;
  margin: 0;
  padding: var(--size-20) var(--size-20);
  padding-right: calc(var(--size-40) + 20px);
  gap: 7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector, div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  line-height: clamp(22px, 2.6vw, 2.6px);
  margin: 0;
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector, div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
  pointer-events: none;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
  position: absolute;
  top: 50%;
  right: var(--size-20);
  bottom: unset;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-family: "Font Awesome 7 Pro";
  content: "+";
  font-size: inherit;
  flex: 0 0 auto;
  color: var(--text-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
  display: none;
  margin: 0;
  padding: 0 var(--size-20) var(--size-20);
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
    border: 0;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    font-size: 13px;
    line-height: 21px;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry:not(:first-child) {
    border-top: 1px solid var(--border);
    padding-top: var(--size-20);
    margin-top: var(--size-20);
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector {
    padding: 0 0 var(--size-10);
  }
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector:after {
    display: none;
  }
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector, div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: clamp(28px, 3.4vw, 34px);
    letter-spacing: unset;
    text-transform: none;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector, div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .accordeon_title_selector > a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
    display: block;
    padding: 0;
  }
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .listing_properties,
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .pictures {
  display: none;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
  background: none;
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-subtitle {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-subtitle {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-subtitle:not(:last-child) {
  margin-bottom: var(--size-20);
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap {
  --gap: var(--size-30);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 5;
  justify-content: center;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap > .cf {
  display: none;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures {
  flex: 1;
  max-width: 100%;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(90px, 15vw, 150px);
  padding: var(--size-15) var(--size-20);
  box-sizing: border-box;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture .resource_link {
  pointer-events: none;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture .resource_link:before, div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture .resource_link:after {
  display: none;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture span {
  box-shadow: none;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture .resource_link:not(.fancybox) {
  pointer-events: all;
  border-radius: 0;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture * {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  background: none;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture img {
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.4;
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture:hover img {
  filter: none !important;
  opacity: 1 !important;
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture {
    padding: var(--size-5) var(--size-10);
  }
}
@media print {
  div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .pictures .picture {
    padding: var(--size-10) var(--size-20);
  }
}
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap .portlet-listing-content-container {
  display: none;
}
div[id*=portlets_all_options] .special_slider {
  --top-space: var(--header-height);
}
@media (min-aspect-ratio: 2/1) or (max-height: 1000px) {
  div[id*=portlets_all_options] .special_slider {
    --top-space: calc(var(--header-height) / 2);
  }
}
@media (min-aspect-ratio: 2/0.75) or (max-height: 800px) {
  div[id*=portlets_all_options] .special_slider {
    --top-space: var(--siteframe-space);
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry-wrap {
  display: block;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry {
  --overlay-opacity-before: 0;
  --overlay-opacity-after: 0;
  position: sticky;
  top: var(--top-space);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *.cf {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos video {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos + .pictures {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos .video,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos video {
  height: 100%;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
  overflow: visible;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .resource_background {
  overflow: visible;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .picture,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .resource_background,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
  height: 100%;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .picture:not(:first-child) {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container > * {
  position: relative;
  z-index: 5;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-subtitle a,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-subtitle,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-date a {
  color: var(--text-color);
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h2, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h3, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h4, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h5, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h2, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h3, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h4, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h5, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-content h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .document a:focus, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .documents,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .musics {
  margin-top: 0;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .documents:not(:last-child),
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:hover, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: var(--size-20);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4, div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4, div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has-subtitle] div.portlet-listing-content-container h4 a, div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=has_subtitle] div.portlet-listing-content-container h4 a {
  color: var(--text-color);
  text-decoration: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=element_link_entire] > *:hover .portlet-listing-content-container:before {
  opacity: 1;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=element_link_entire] > *:hover .portlet-entry-link {
  background: var(--primary-color);
  color: var(--background-light);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry > * {
    flex-flow: column;
    height: 100%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos .video,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos video {
    height: auto;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .picture,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures .resource_background,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
    height: auto;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
    height: 100%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .videos,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
    padding: 0;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container:before {
    display: none;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > * {
  flex-flow: nowrap;
  background: var(--primary-color-dark);
  border-radius: var(--border-radius-big);
  overflow: hidden;
  color: var(--color-on-primary-color);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *:after, div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: #48041B;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: var(--overlay-opacity-before);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *:after {
  top: auto;
  height: 50%;
  opacity: 1;
  background: var(--background-medium);
  opacity: var(--overlay-opacity-after);
  transition: unset;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry:last-child {
  opacity: 1 !important;
  transform: scale(1) !important;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry:last-child > *:before {
  opacity: 0 !important;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
  flex: 0 0 50%;
  max-width: 50%;
  order: 2;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures a.resource_link,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
  border-radius: 0;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.pictures) .portlet-listing-content-container, div[id*=portlets_all_options] .special_slider .portlet-listing-entry:has(.videos) .portlet-listing-content-container {
  margin-top: 0;
  margin-bottom: 0;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container {
  text-align: center;
  justify-content: center;
  padding: var(--size-60) var(--size-60) var(--size-45);
  background: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-content-container:before {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-tags,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .listing-tags {
  justify-content: center;
  order: -2;
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-tags .title_tag,
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .listing-tags .title_tag {
  color: var(--color-on-primary-color);
  background: rgba(0, 0, 0, 0.2);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4 {
  margin-bottom: var(--size-60);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4, div[id*=portlets_all_options] .special_slider .portlet-listing-entry h4 a {
  color: var(--color-on-primary-color);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container {
  display: block;
  order: -1;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container .portlet-listing-custom-field-title {
  display: none;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container .portlet-listing-custom-field.date {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: clamp(26px, 3.6vw, 36px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.04vw, 0.4px));
  text-transform: uppercase;
  color: var(--color-on-primary-color);
  margin-bottom: var(--size-25);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container .portlet-listing-custom-field.date a {
  color: var(--color-on-primary-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-listing-custom-fields-container .portlet-listing-custom-field.date {
    font-size: 16px;
    line-height: 22px;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-introduction:not(:last-child) {
  margin-bottom: var(--size-50);
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--background-light);
  background: transparent;
  border: 1px solid var(--background-light);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  margin-left: auto;
  margin-right: auto;
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:hover, div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:focus {
  color: var(--primary-color);
  border: 1px solid var(--background-light);
  background: var(--background-light);
}
@media print {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link {
    display: none;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry .portlet-entry-link:not(:first-child) {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry > * {
    flex-flow: column;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures {
    order: 0;
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .special_slider .portlet-listing-entry .pictures img {
    aspect-ratio: 400/200;
  }
}
div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *:after, div[id*=portlets_all_options] .special_slider .portlet-listing-entry > *:before {
  pointer-events: none;
}

/* @end */
/* !@group portlet home fix */
.fix_portlet_wrap_home_wrap {
  overflow: hidden;
  padding-bottom: var(--size-100);
  margin-bottom: calc(-1 * var(--size-100));
}

.fix_portlet_wrap_home {
  --siteframe-custom: clamp(250px,50vw,500px);
  --picture-size: clamp(250px,30vw,300px);
  --picture-size-big: clamp(250px,35vw,350px);
  --picture-size-bottle: clamp(100px,13.8vw,138px);
  position: relative;
  max-width: var(--siteframe-big);
  margin: 0 auto;
}
.fix_portlet_wrap_home > *:first-child {
  margin-top: var(--section-space-big);
}
.fix_portlet_wrap_home > .portlet:not(:first-child) {
  margin-top: var(--section-space-small);
}
.fix_portlet_wrap_home > .portlet .portlet_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-custom);
  text-align: center;
}
.fix_portlet_wrap_home > .portlet .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
  margin-top: 0;
}
@media print {
  .fix_portlet_wrap_home > .portlet .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
.fix_portlet_wrap_home > .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.fix_portlet_wrap_home > .portlet a.portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.fix_portlet_wrap_home > .portlet a.portlet_content_link:hover, .fix_portlet_wrap_home > .portlet a.portlet_content_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .fix_portlet_wrap_home > .portlet a.portlet_content_link {
    display: none;
  }
}
.fix_portlet_wrap_home > .portlet .portlet_content_description > a.portlet_content_link {
  margin-left: auto;
  margin-right: auto;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-custom);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix]:not(:first-child) {
  margin-top: var(--size-25);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet {
  text-align: center;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:not(:first-child) {
  margin-top: 0;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .picture {
  opacity: 1;
  margin-top: 0;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .picture:nth-child(2) {
  transition-delay: 0.1s;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .picture:nth-child(3) {
  transition-delay: 0.2s;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .picture:nth-child(4) {
  transition-delay: 0.3s;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet_inner {
  position: static;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures {
  pointer-events: none;
  position: static;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures .resource_link {
  pointer-events: none;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures .resource_link:before, .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures .resource_link:after {
  display: none;
}
.logged_in .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .pictures {
  display: none;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture {
  position: absolute;
  width: var(--picture-size);
  opacity: 0;
  margin-top: 30px;
  transition: opacity 0.3s ease-out, margin-top 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(1) {
  top: -10%;
  left: -1%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(2) {
  top: 100%;
  left: 4%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(3) {
  --picture-size: var(--picture-size-big);
  top: 50%;
  right: -1%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(3) img {
  aspect-ratio: 3/4;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(4) {
  --picture-size: var(--picture-size-big);
  top: 50%;
  right: -1%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(4) .resource_background span {
  max-width: var(--picture-size-bottle);
  margin: 0 auto;
  display: block;
  position: relative;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(4) .resource_background span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15.9%;
  width: 200%;
  height: 110%;
  display: block;
  background: none;
  z-index: -1;
  background: url(../img/bottle-shadow-small.png) no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture:nth-child(4) img {
  aspect-ratio: unset;
  border-radius: 0;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(2) .picture:nth-child(1) {
  top: -5%;
  left: unset;
  right: 5%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(2) .picture:nth-child(2) {
  top: 95%;
  left: unset;
  right: -1%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(2) .picture:nth-child(3) {
  top: 55%;
  right: unset;
  left: -1%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(2) .picture:nth-child(4) {
  top: 55%;
  right: unset;
  left: -1%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(3) .picture:nth-child(1) {
  top: -2%;
  left: 5%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(3) .picture:nth-child(2) {
  top: 105%;
  left: -2%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(3) .picture:nth-child(3) {
  top: 40%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(3) .picture:nth-child(4) {
  top: 40%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(4) .picture:nth-child(1) {
  top: -10%;
  left: unset;
  right: -1%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(4) .picture:nth-child(2) {
  top: 95%;
  left: unset;
  right: 5%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(4) .picture:nth-child(3) {
  top: 45%;
  right: unset;
  left: -2%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:nth-child(4) .picture:nth-child(4) {
  top: 45%;
  right: unset;
  left: -2%;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  margin: 0;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title a {
  display: block;
  padding: var(--size-20) 0;
}
@media screen and (max-width: 1300px) {
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title {
    font-size: clamp(30px, 6.4vw, 64px);
    line-height: clamp(36px, 7.1vw, 71px);
    letter-spacing: calc(-1 * clamp(0.5px, 0.1vw, 1px));
  }
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet-title a {
    padding: var(--size-15) 0;
  }
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .portlet_content_description {
  display: none;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet a.portlet_content_entry_link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .portlet-title,
.fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet:hover .portlet-title a {
  color: var(--primary-color);
}

/* @end */
/* !@group sponsor logos */
div[class*=portlet_content][class*=_sponsors]:not(:first-child) {
  margin-top: var(--size-180);
}
div[class*=portlet_content][class*=_sponsors] .portlet_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
div[class*=portlet_content][class*=_sponsors] .portlet-content {
  display: flex;
  flex-flow: column;
}
div[class*=portlet_content][class*=_sponsors] .portlet_text_wrap {
  text-align: center;
}
div[class*=portlet_content][class*=_sponsors] .portlet_text_wrap:not(:first-child) {
  margin-bottom: var(--size-40);
}
div[class*=portlet_content][class*=_sponsors] .portlet_content_subtitle,
div[class*=portlet_content][class*=_sponsors] .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div[class*=portlet_content][class*=_sponsors] .portlet_content_subtitle a,
div[class*=portlet_content][class*=_sponsors] .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[class*=portlet_content][class*=_sponsors] .portlet_content_subtitle,
div[class*=portlet_content][class*=_sponsors] .portlet-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div[class*=portlet_content][class*=_sponsors] .portlet_content_subtitle:not(:last-child),
div[class*=portlet_content][class*=_sponsors] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-35);
}
div[class*=portlet_content][class*=_sponsors][class*=has_subtitle] .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
  margin: 0;
}
div[class*=portlet_content][class*=_sponsors][class*=has_subtitle] .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[class*=portlet_content][class*=_sponsors][class*=has_subtitle] .portlet-title {
    font-size: 11px;
    line-height: 18px;
  }
}
div[class*=portlet_content][class*=_sponsors][class*=has_subtitle] .portlet-title:not(:last-child) {
  margin-bottom: var(--size-25);
}
div[class*=portlet_content][class*=_sponsors] .pictures {
  order: 2;
  --gap: var(--size-30);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 5;
  justify-content: center;
}
div[class*=portlet_content][class*=_sponsors] .pictures > .cf {
  display: none;
}
div[class*=portlet_content][class*=_sponsors] .pictures > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(90px, 15vw, 150px);
  padding: var(--size-15) var(--size-20);
  box-sizing: border-box;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture .resource_link {
  pointer-events: none;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture .resource_link:before, div[class*=portlet_content][class*=_sponsors] .pictures .picture .resource_link:after {
  display: none;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture span {
  box-shadow: none;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture .resource_link:not(.fancybox) {
  pointer-events: all;
  border-radius: 0;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture * {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  background: none;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture img {
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.4;
}
div[class*=portlet_content][class*=_sponsors] .pictures .picture:hover img {
  filter: none !important;
  opacity: 1 !important;
}
@media screen and (max-width: 600px) {
  div[class*=portlet_content][class*=_sponsors] .pictures .picture {
    padding: var(--size-5) var(--size-10);
  }
}
@media print {
  div[class*=portlet_content][class*=_sponsors] .pictures .picture {
    padding: var(--size-10) var(--size-20);
  }
}

/* @end */
/* @group popup */
#popup_news {
  --popup-width: clamp(280px,38vw,380px);
  position: fixed;
  bottom: var(--siteframe-space);
  right: var(--siteframe-space);
  width: var(--popup-width);
  z-index: 200;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: calc(100vh - var(--siteframe-space) * 2);
  overflow: visible;
}
#popup_news::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
#popup_news::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 1px;
}
#popup_news.fade-in {
  right: calc(-1 * (var(--popup-width) + var(--siteframe-space)));
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
}
.logged_in.portlet_hidden #popup_news, .logged_in #popup_news {
  right: calc(-1 * (var(--popup-width) - 50px));
  opacity: 1;
  animation: none;
  pointer-events: all;
}
.logged_in.portlet_hidden #popup_news:hover, .logged_in #popup_news:hover {
  right: var(--size-20);
}
.logged_in.system_page #popup_news, .portlet_hidden #popup_news {
  pointer-events: none;
  opacity: 0;
}
.logged_in.system_page #popup_news .portlet, .portlet_hidden #popup_news .portlet {
  pointer-events: none !important;
}
#popup_news .portlet {
  --paragraph-space: var(--size-20);
}
#popup_news .portlet:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
#popup_news .portlet .portlet-content {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
#popup_news .portlet .portlet-content.cf {
  display: none;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
#popup_news .portlet .videos video {
  border-radius: var(--border-radius);
}
#popup_news .portlet .videos + .pictures {
  display: none;
}
#popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
  height: 100%;
}
#popup_news .portlet .pictures {
  overflow: visible;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
#popup_news .portlet .pictures img {
  border-radius: var(--border-radius);
}
#popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
  height: 100%;
}
#popup_news .portlet .pictures .picture:not(:first-child) {
  display: none;
}
#popup_news .portlet .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup_news .portlet .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
#popup_news .portlet .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  #popup_news .portlet .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
#popup_news .portlet:has(.pictures) .portlet_text_wrap, #popup_news .portlet:has(.videos) .portlet_text_wrap {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#popup_news .portlet .portlet_text_wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  #popup_news .portlet .portlet_text_wrap {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet .portlet_text_wrap {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
#popup_news .portlet .portlet_text_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
#popup_news .portlet .portlet_text_wrap > * {
  position: relative;
  z-index: 5;
}
#popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
#popup_news .portlet .portlet_content_subtitle a,
#popup_news .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
#popup_news .portlet .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
#popup_news .portlet .listing-date a {
  color: var(--text-color);
}
@media print {
  #popup_news .portlet .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
#popup_news .portlet .portlet_content_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  #popup_news .portlet .portlet_content_introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
#popup_news .portlet .portlet_content_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_description {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  #popup_news .portlet .portlet_content_description {
    font-size: 13px;
    line-height: 18px;
  }
}
#popup_news .portlet .portlet_content_description:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  #popup_news .portlet .portlet_content_description h2, #popup_news .portlet .portlet_content_description h3, #popup_news .portlet .portlet_content_description h4, #popup_news .portlet .portlet_content_description h5, #popup_news .portlet .portlet_content_description h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
#popup_news .portlet .portlet-listing-custom-fields-container {
  display: none;
}
#popup_news .portlet .document a {
  border-color: transparent;
  background: var(--background-dark);
}
#popup_news .portlet .document a:focus, #popup_news .portlet .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
#popup_news .portlet .documents,
#popup_news .portlet .musics {
  margin-top: 0;
}
#popup_news .portlet .documents:not(:last-child),
#popup_news .portlet .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#popup_news .portlet .portlet_content_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
#popup_news .portlet .portlet_content_link:hover, #popup_news .portlet .portlet_content_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  #popup_news .portlet .portlet_content_link {
    display: none;
  }
}
#popup_news .portlet .portlet_content_link:not(:first-child) {
  margin-top: var(--size-20);
}
#popup_news .portlet[class*=has-subtitle] div.portlet_text_wrap .portlet-title, #popup_news .portlet[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  #popup_news .portlet[class*=has-subtitle] div.portlet_text_wrap .portlet-title, #popup_news .portlet[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
#popup_news .portlet[class*=has-subtitle] div.portlet_text_wrap .portlet-title a, #popup_news .portlet[class*=has_subtitle] div.portlet_text_wrap .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
#popup_news .portlet[class*=element_link_entire] .portlet-content:hover .portlet_text_wrap:before {
  opacity: 1;
}
#popup_news .portlet[class*=element_link_entire] .portlet-content:hover .portlet_content_link {
  background: var(--primary-color);
  color: var(--background-light);
}
#popup_news .portlet[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  #popup_news .portlet:has(.pictures) .portlet_text_wrap, #popup_news .portlet:has(.videos) .portlet_text_wrap {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  #popup_news .portlet .portlet_text_wrap {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  #popup_news .portlet .portlet-content {
    flex-flow: column;
    height: 100%;
  }
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    flex: unset;
    max-width: 100%;
  }
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    flex: unset;
    max-width: 100%;
  }
  #popup_news .portlet .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
    height: auto;
  }
  #popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
    height: auto;
  }
  #popup_news .portlet .portlet_text_wrap {
    height: 100%;
  }
  #popup_news .portlet:has(.pictures) .portlet_text_wrap, #popup_news .portlet:has(.videos) .portlet_text_wrap {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  #popup_news .portlet:not(:first-child) {
    margin-top: var(--size-60);
  }
  #popup_news .portlet .videos,
#popup_news .portlet .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  #popup_news .portlet:has(.pictures) .portlet_text_wrap, #popup_news .portlet:has(.videos) .portlet_text_wrap {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  #popup_news .portlet .portlet_text_wrap {
    padding: 0;
  }
  #popup_news .portlet .portlet_text_wrap:before {
    display: none;
  }
}
#popup_news .portlet .portlet-content {
  flex-flow: column;
  height: 100%;
  overflow: visible;
}
#popup_news .portlet .videos,
#popup_news .portlet .pictures {
  flex: unset;
  max-width: 100%;
}
#popup_news .portlet:has(.pictures) .portlet_text_wrap, #popup_news .portlet:has(.videos) .portlet_text_wrap {
  margin-top: 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--border-radius);
}
#popup_news .portlet .videos .video,
#popup_news .portlet .videos video {
  height: auto;
}
#popup_news .portlet .videos video {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
#popup_news .portlet .pictures .picture,
#popup_news .portlet .pictures .resource_background,
#popup_news .portlet .pictures a.resource_link,
#popup_news .portlet .pictures img {
  height: auto;
}
#popup_news .portlet .pictures .resource_background {
  overflow: visible;
}
#popup_news .portlet .pictures a.resource_link {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  overflow: hidden;
}
#popup_news .portlet .pictures img {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
#popup_news .portlet .portlet_text_wrap {
  height: 100%;
  padding: var(--size-30);
  background: var(--background-light);
}
#popup_news .portlet .portlet_text_wrap:before {
  background: #fbf7f2;
}
#popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
#popup_news .portlet .portlet_content_subtitle a,
#popup_news .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #popup_news .portlet .portlet_content_subtitle,
#popup_news .portlet .portlet-title {
    font-size: 20px;
    line-height: 23px;
  }
}
#popup_news .portlet .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
}
#popup_news .portlet .listing-date a {
  color: var(--text-color);
}
@media print {
  #popup_news .portlet .listing-date {
    font-size: 12px;
    line-height: 18px;
  }
}
#popup_news .portlet .portlet_content_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  #popup_news .portlet .portlet_content_introduction {
    font-size: 14px;
    line-height: 22px;
  }
}
#popup_news .portlet .portlet_content_link {
  margin-top: auto;
}
#popup_news .portlet[class*=has-subtitle] div.portlet_text_wrap .portlet-title, #popup_news .portlet[class*=has_subtitle] div.portlet_text_wrap .portlet-title {
  margin-bottom: var(--size-5);
}
#popup_news .portlet[class*=element_link_entire] .portlet-content:hover .portlet_text_wrap:before {
  opacity: 1;
}
@media print {
  #popup_news .portlet .pictures {
    margin: 0;
  }
  #popup_news .portlet .portlet_text_wrap {
    border: 1px solid var(--border);
  }
}
#popup_news .portlet .portlet_inner {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}
#popup_news .portlet.portlet_no_title.portlet_no_content.portlet_empty {
  padding: var(--size-20);
  background: var(--background-dark);
  border-radius: var(--border-radius);
}
#popup_news .portlet .portlet_text_wrap:first-child .portlet-title,
#popup_news .portlet .portlet_text_wrap:first-child .portlet_content_subtitle {
  padding-right: var(--icon-width);
}
#popup_news .portlet + #close_popup {
  display: flex;
}
#popup_news #close_popup {
  position: absolute;
  top: var(--size-15);
  right: var(--size-15);
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: calc(var(--icon-width) / 2);
  background: var(--background-medium);
  color: var(--text-color);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup_news #close_popup:hover {
  color: var(--text-color);
  background: var(--background-darker);
}
.logged_in #popup_news #close_popup {
  display: none;
}
#popup_news .information_responsive {
  background: var(--primary-color);
  display: none;
  position: relative;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  max-width: max-content;
  margin-left: auto;
}
#popup_news .information_responsive span {
  align-self: center;
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
  color: #fff;
  margin: 0;
  padding: var(--size-15) var(--size-25);
}
#popup_news .information_responsive span a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #popup_news .information_responsive span {
    font-size: 11px;
    line-height: 18px;
  }
}
#popup_news .information_responsive i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--icon-width);
  width: var(--icon-width);
  min-height: var(--icon-width);
  text-align: center;
  background: var(--primary-color-dark);
  color: #fff;
  line-height: 100%;
}
#popup_news .information_responsive:nth-child(2) {
  display: none;
}

body.portlet_news_rwd #popup_news .information_responsive {
  display: flex;
  pointer-events: all;
}
body.portlet_news_rwd #popup_news .portlet {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
body.portlet_news_rwd #popup_news .portlet + #close_popup {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.portlet_news_rwd #popup_news #close_popup {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.portlet_news_rwd #popup_news .portlet.visible_responsive {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: block;
}
body.portlet_news_rwd #popup_news .portlet.visible_responsive + #close_popup {
  opacity: 1;
  display: flex;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
body.portlet_news_rwd #popup_news .portlet.visible_responsive + div + .information_responsive {
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

@keyframes fadeIn {
  0% {
    right: calc(-1 * (var(--popup-width) + var(--siteframe-space)));
  }
  60% {
    right: var(--size-40);
  }
  100% {
    right: var(--siteframe-space);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    right: calc(-1 * (var(--popup-width) + var(--siteframe-space)));
  }
  60% {
    right: var(--size-40);
  }
  100% {
    right: var(--siteframe-space);
  }
}
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group login message */
.message {
  --paragraph-space: var(--size-10);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: var(--size-10);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 700;
  border-radius: var(--border-radius);
  background: var(--signal-color);
  padding: var(--size-20) var(--size-30);
  box-sizing: border-box;
  border: 2px solid var(--signal-color);
}
.message a {
  color: #fff;
}
@media print {
  .message {
    font-size: 14px;
    line-height: 22px;
  }
}
.message:not(:first-child) {
  margin-top: var(--size-60);
}
.message:not(:last-child) {
  margin-bottom: var(--size-60);
}
.message ul li:before {
  background: var(--background-light);
}
.message > strong {
  width: 100%;
}
.message .message_important {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 700;
}
.message .message_important a {
  color: #fff;
}
@media print {
  .message .message_important {
    font-size: 13px;
    line-height: 21px;
  }
}
.message a {
  text-decoration: none;
  margin-left: auto;
}
.message a:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
.message a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.message a.button, .message a[href*="/cart"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--signal-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
}
.message a.button:hover, .message a.button:focus, .message a[href*="/cart"]:hover, .message a[href*="/cart"]:focus {
  color: var(--signal-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .message a.button, .message a[href*="/cart"] {
    display: none;
  }
}
.message i {
  margin-right: var(--size-10);
}
.message:has(span.tooltip) {
  display: block;
}
.message:has(span.tooltip) span.tooltip {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}

/* @end */
/* @group scrollbar */
*::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background: var(--background-light);
}

*::-webkit-scrollbar-thumb {
  background: var(--background-dark-style-light);
  border-radius: 8px;
  height: 1px;
}

/* @end */
/* !@group toolitp  */
.no_system_page div.tooltipster-base:not(.tooltipster-management) {
  border: none;
  background: var(--background-dark-style-dark);
  border-radius: var(--border-radius-very-small);
  --arrow-size: 16px;
}
.no_system_page div.tooltipster-base:not(.tooltipster-management) .tooltipster-content {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--background-light);
  font-size: clamp(12px, 1.3vw, 13px);
  padding: 6px 9px;
  background: none;
  overflow: hidden;
}
.no_system_page div.tooltipster-base:not(.tooltipster-management) .tooltipster-content a {
  color: var(--background-light);
}
@media print {
  .no_system_page div.tooltipster-base:not(.tooltipster-management) .tooltipster-content {
    font-size: 12px;
    line-height: 18px;
  }
}
.no_system_page div.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow {
  background: var(--background-dark-style-dark);
}

.tooltipster-base:not(.tooltipster-management) {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  --arrow-size: 16px;
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow {
  border: none;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) / 2);
  position: absolute;
  top: auto;
  bottom: calc(-1 * var(--arrow-size) / 2);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: calc(50% - var(--arrow-size) / 2);
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow.tooltipster-arrow-bottom {
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  bottom: auto;
  top: calc(-1 * var(--arrow-size) / 2);
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow.tooltipster-arrow-left, .tooltipster-base:not(.tooltipster-management) .tooltipster-arrow.tooltipster-arrow-right {
  height: var(--arrow-size);
  width: calc(var(--arrow-size) / 2);
  bottom: calc(50% - var(--arrow-size) / 2);
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow.tooltipster-arrow-right {
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
  left: calc(-1 * var(--arrow-size) / 2);
  right: auto;
}
.tooltipster-base:not(.tooltipster-management) .tooltipster-arrow.tooltipster-arrow-left {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: auto;
  right: calc(-1 * var(--arrow-size) / 2);
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-fade-show {
  opacity: 1;
}

/* @end */
/* !@group login mask */
.login_form > p:first-child {
  margin-bottom: var(--paragraph-space);
}
.login_form form {
  max-width: var(--siteframe-very-small);
}
.login_form form[action="?action=lost_password"] .p_lost_password:last-child {
  margin-top: var(--size-20);
}
.login_form form[action="?action=lost_password"] .p_lost_password:last-child label {
  display: none;
}
.login_form label {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .login_form label {
    font-size: 12px;
    line-height: 18px;
  }
}
.login_form input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.login_form input a {
  color: var(--input-color);
}
@media print {
  .login_form input {
    font-size: 12px;
    line-height: 18px;
  }
}
.login_form input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.login_form input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.login_form input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.login_form input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.login_form input:focus, .login_form input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.login_form input[data-com-onepassword-filled=light], .login_form input:-webkit-autofill, .login_form input:-webkit-autofill:hover, .login_form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.login_form input[type=submit].button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.login_form input[type=submit].button:hover, .login_form input[type=submit].button:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .login_form input[type=submit].button {
    display: none;
  }
}
.login_form .p_remember_me_checkbox label.label_remember_me_checkbox {
  margin: 0;
  padding: 0;
}
.login_form .p_remember_me_checkbox label.prefix_checkbox {
  display: none;
}
.login_form .p_remember_me_checkbox input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.login_form .p_remember_me_checkbox input[type=checkbox] + * {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.login_form .p_remember_me_checkbox input[type=checkbox] + * a {
  color: var(--input-color);
}
@media print {
  .login_form .p_remember_me_checkbox input[type=checkbox] + * {
    font-size: 13px;
    line-height: 18px;
  }
}
.login_form .p_remember_me_checkbox input[type=checkbox] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.login_form .p_remember_me_checkbox input[type=checkbox]:hover:not(:checked) + *, .login_form .p_remember_me_checkbox input[type=checkbox]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.login_form .p_remember_me_checkbox input[type=checkbox]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.login_form .p_remember_me_checkbox input[type=checkbox] + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0c8";
}
.login_form .p_remember_me_checkbox input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.login_form .p_login_button label {
  display: none;
}
.login_form .p_empty {
  display: none;
}
.login_form .p_register, .login_form + .portlet_shop_register, .login_form + .p_lost_password,
.login_form .p_lost_password {
  margin-top: var(--size-40);
  margin-bottom: 0;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .login_form .p_register, .login_form + .portlet_shop_register, .login_form + .p_lost_password,
.login_form .p_lost_password {
    font-size: 13px;
    line-height: 18px;
  }
}
.login_form .p_lost_password + .p_register {
  margin-top: var(--size-10);
}

/* @end */
/* !@group management portlets */
.logged_in div.portlets[id*=portlets_all_options] .portlets_inner_wrap:after {
  left: 5px;
  right: 5px;
}
.logged_in div.portlets[id*=portlets_all_options] .portlet_zone_label {
  margin-left: 10px;
}
.logged_in div.portlets[id*=portlets_all_options] .portlet_zone_label:after {
  content: "Zone: Boxen unterhalb des Inhalts";
}
.logged_in div.portlets[id*=portlets_all_options] .add_portlet_link {
  margin-left: 10px !important;
}
.logged_in div.portlets[id*=portlets_all_options] .videos .management_controls,
.logged_in div.portlets[id*=portlets_all_options] .pictures .management_controls {
  display: none;
}
.logged_in div.portlets[id*=portlets_all_options].portlets_all_options_top .portlet_zone_label:after {
  content: "Zone: Boxen oberhalb des Inhalts";
}
.logged_in div.portlets[class*=portlets_home_fix] .portlet_zone_label {
  margin-left: 10px;
}
.logged_in div.portlets[class*=portlets_home_fix] .portlet_zone_label:after {
  content: "Zone: Fixe Inhalte Home";
}
.logged_in div.portlets[class*=portlets_home_fix] .videos .management_controls,
.logged_in div.portlets[class*=portlets_home_fix] .pictures .management_controls {
  display: none;
}
.logged_in div.portlets[class*=portlets_home_fix] a.add_portlet_link,
.logged_in div.portlets[class*=portlets_home_fix] .portlet .management_controls .control_link.portlet_delete_link,
.logged_in div.portlets[class*=portlets_home_fix] .portlet .management_controls .control_link.portlet_integration_link {
  display: none !important;
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
  margin-top: 0;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin-bottom: var(--size-10);
}
.logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .logged_in .portlet.portlet_no_title .management_controls ~ .portlet-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.logged_in .portlet_listing .portlet_inner > .management_controls .portlet_resource_link {
  display: none;
}
.logged_in .portlet .pictures .management_controls {
  display: none !important;
}

/* @end */
/* !@group management listing */
.logged_in a.add_entry_link {
  height: auto !important;
}

/* @end */
/* !@group management pagination */
.pagination {
  height: auto;
  --icon-width: clamp(36px,4.4vw,44px);
  grid-column: 1/span var(--columns);
}
.pagination:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.pagination .pagination_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 calc(var(--icon-width) + 3px);
  box-sizing: border-box;
}
.pagination .pagination-links,
.pagination .pagination-numbers {
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
  justify-content: center;
}
.pagination .pagination-links a,
.pagination .pagination-numbers a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: var(--icon-width);
  font-weight: 600;
  text-decoration: none;
  background: var(--background-medium);
  border-radius: var(--border-radius-small);
}
.pagination .pagination-links a:hover,
.pagination .pagination-numbers a:hover {
  color: var(--text-color);
  background: var(--background-darker);
}
.pagination .pagination-numbers {
  gap: 5px;
}
.pagination .pagination-numbers a.current {
  background: var(--primary-color);
  color: #fff;
}
.pagination .pagination-numbers .placeholder {
  margin: 0 3px;
}
.pagination .pagination-links a {
  position: absolute;
  top: calc(50% - var(--icon-width) / 2);
  font-size: 0;
}
.pagination .pagination-links a:after {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  font-weight: 400;
  font-size: clamp(16px, 2vw, 19px);
  text-align: center;
}
.pagination .pagination-links a.next {
  right: 0;
}
.pagination .pagination-links a.previous {
  left: 0;
}
.pagination .pagination-links a.previous:after {
  content: "\f060";
  content: "\f060"/"";
}

/* @end */
/* !@group sitemap */
ul.sitemap a {
  text-decoration: none;
}
ul.sitemap li.level0 {
  font-weight: 700;
}
ul.sitemap li.level0:not(:first-child) {
  margin-top: var(--size-15) !important;
}
ul.sitemap li.level1 {
  margin-left: 0 !important;
}
ul.sitemap li.level2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin-left: var(--size-10) !important;
}
@media print {
  ul.sitemap li.level2 {
    font-size: 13px;
    line-height: 18px;
  }
}
ul.sitemap li.level2 + li.level1 {
  margin-top: var(--size-10);
}

/* @end */
/* @group custom font Awesome */
.fa-file-docx:before {
  content: "\e5ed";
  content: "\e5ed"/"";
}

.fa-photo:before {
  content: "\f03e";
  content: "\f03e"/"";
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group overview & listing */
#mixItUp.listing:not(:first-child),
#overview_wrap:not(:first-child) {
  margin-top: var(--section-space-small);
}
.flex_wrap #mixItUp.listing,
.flex_wrap #overview_wrap {
  margin-top: 0;
}

/* @end */
/* !@group overview */
.overview_items .overview_item:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
.overview_items .overview_item > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
.overview_items .overview_item > *.cf {
  display: none;
}
.overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
.overview_items .overview_item .videos video {
  border-radius: var(--border-radius);
}
.overview_items .overview_item .videos + .pictures {
  display: none;
}
.overview_items .overview_item .videos .video,
.overview_items .overview_item .videos video {
  height: 100%;
}
.overview_items .overview_item .pictures {
  overflow: visible;
}
.overview_items .overview_item .pictures .resource_background {
  overflow: visible;
}
.overview_items .overview_item .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.overview_items .overview_item .pictures img {
  border-radius: var(--border-radius);
}
.overview_items .overview_item .pictures .picture,
.overview_items .overview_item .pictures .resource_background,
.overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
  height: 100%;
}
.overview_items .overview_item .pictures .picture:not(:first-child) {
  display: none;
}
.overview_items .overview_item .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overview_items .overview_item .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.overview_items .overview_item .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .overview_items .overview_item .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.overview_items .overview_item:has(.pictures) .content, .overview_items .overview_item:has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.overview_items .overview_item .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  .overview_items .overview_item .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .overview_items .overview_item .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
.overview_items .overview_item .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.overview_items .overview_item .content > * {
  position: relative;
  z-index: 5;
}
.overview_items .overview_item [class*=subtitle],
.overview_items .overview_item h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.overview_items .overview_item [class*=subtitle] a,
.overview_items .overview_item h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .overview_items .overview_item [class*=subtitle],
.overview_items .overview_item h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.overview_items .overview_item .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
.overview_items .overview_item .listing-date a {
  color: var(--text-color);
}
@media print {
  .overview_items .overview_item .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
.overview_items .overview_item div[class*=introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .overview_items .overview_item div[class*=introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
.overview_items .overview_item div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item .text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .overview_items .overview_item .text {
    font-size: 13px;
    line-height: 18px;
  }
}
.overview_items .overview_item .text:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item .text h2, .overview_items .overview_item .text h3, .overview_items .overview_item .text h4, .overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .overview_items .overview_item .text h2, .overview_items .overview_item .text h3, .overview_items .overview_item .text h4, .overview_items .overview_item .text h5, .overview_items .overview_item .text h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
.overview_items .overview_item .portlet-listing-custom-fields-container {
  display: none;
}
.overview_items .overview_item .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.overview_items .overview_item .document a:focus, .overview_items .overview_item .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.overview_items .overview_item .documents,
.overview_items .overview_item .musics {
  margin-top: 0;
}
.overview_items .overview_item .documents:not(:last-child),
.overview_items .overview_item .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.overview_items .overview_item .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.overview_items .overview_item .listing-more-button:hover, .overview_items .overview_item .listing-more-button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .overview_items .overview_item .listing-more-button {
    display: none;
  }
}
.overview_items .overview_item .listing-more-button:not(:first-child) {
  margin-top: var(--size-20);
}
.overview_items .overview_item[class*=has-subtitle] div.content h2, .overview_items .overview_item[class*=has_subtitle] div.content h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .overview_items .overview_item[class*=has-subtitle] div.content h2, .overview_items .overview_item[class*=has_subtitle] div.content h2 {
    font-size: 13px;
    line-height: 21px;
  }
}
.overview_items .overview_item[class*=has-subtitle] div.content h2 a, .overview_items .overview_item[class*=has_subtitle] div.content h2 a {
  color: var(--text-color);
  text-decoration: none;
}
.overview_items .overview_item[class*=element_link_entire] > *:hover .content:before {
  opacity: 1;
}
.overview_items .overview_item[class*=element_link_entire] > *:hover .listing-more-button {
  background: var(--primary-color);
  color: var(--background-light);
}
.overview_items .overview_item[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  .overview_items .overview_item:has(.pictures) .content, .overview_items .overview_item:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  .overview_items .overview_item .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  .overview_items .overview_item > * {
    flex-flow: column;
    height: 100%;
  }
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    flex: unset;
    max-width: 100%;
  }
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    flex: unset;
    max-width: 100%;
  }
  .overview_items .overview_item .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .overview_items .overview_item .videos .video,
.overview_items .overview_item .videos video {
    height: auto;
  }
  .overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .overview_items .overview_item .pictures .picture,
.overview_items .overview_item .pictures .resource_background,
.overview_items .overview_item .pictures a.resource_link,
.overview_items .overview_item .pictures img {
    height: auto;
  }
  .overview_items .overview_item .content {
    height: 100%;
  }
  .overview_items .overview_item:has(.pictures) .content, .overview_items .overview_item:has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  .overview_items .overview_item:not(:first-child) {
    margin-top: var(--size-60);
  }
  .overview_items .overview_item .videos,
.overview_items .overview_item .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  .overview_items .overview_item:has(.pictures) .content, .overview_items .overview_item:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  .overview_items .overview_item .content {
    padding: 0;
  }
  .overview_items .overview_item .content:before {
    display: none;
  }
}

/* @end */
/* !@group listing */
.module-listing .listing_entry:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
.module-listing .listing_entry > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
.module-listing .listing_entry > *.cf {
  display: none;
}
.module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
.module-listing .listing_entry .videos video {
  border-radius: var(--border-radius);
}
.module-listing .listing_entry .videos + .pictures {
  display: none;
}
.module-listing .listing_entry .videos .video,
.module-listing .listing_entry .videos video {
  height: 100%;
}
.module-listing .listing_entry .pictures {
  overflow: visible;
}
.module-listing .listing_entry .pictures .resource_background {
  overflow: visible;
}
.module-listing .listing_entry .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.module-listing .listing_entry .pictures img {
  border-radius: var(--border-radius);
}
.module-listing .listing_entry .pictures .picture,
.module-listing .listing_entry .pictures .resource_background,
.module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
  height: 100%;
}
.module-listing .listing_entry .pictures .picture:not(:first-child) {
  display: none;
}
.module-listing .listing_entry .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.module-listing .listing_entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.module-listing .listing_entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .module-listing .listing_entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.module-listing .listing_entry:has(.pictures) .content, .module-listing .listing_entry:has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.module-listing .listing_entry .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  .module-listing .listing_entry .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .module-listing .listing_entry .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
.module-listing .listing_entry .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.module-listing .listing_entry .content > * {
  position: relative;
  z-index: 5;
}
.module-listing .listing_entry [class*=subtitle],
.module-listing .listing_entry h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.module-listing .listing_entry [class*=subtitle] a,
.module-listing .listing_entry h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .module-listing .listing_entry [class*=subtitle],
.module-listing .listing_entry h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.module-listing .listing_entry .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
.module-listing .listing_entry .listing-date a {
  color: var(--text-color);
}
@media print {
  .module-listing .listing_entry .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
.module-listing .listing_entry div[class*=introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .module-listing .listing_entry div[class*=introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
.module-listing .listing_entry div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry .listing-content-text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .module-listing .listing_entry .listing-content-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.module-listing .listing_entry .listing-content-text:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry .listing-content-text h2, .module-listing .listing_entry .listing-content-text h3, .module-listing .listing_entry .listing-content-text h4, .module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .module-listing .listing_entry .listing-content-text h2, .module-listing .listing_entry .listing-content-text h3, .module-listing .listing_entry .listing-content-text h4, .module-listing .listing_entry .listing-content-text h5, .module-listing .listing_entry .listing-content-text h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
.module-listing .listing_entry .portlet-listing-custom-fields-container {
  display: none;
}
.module-listing .listing_entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.module-listing .listing_entry .document a:focus, .module-listing .listing_entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.module-listing .listing_entry .documents,
.module-listing .listing_entry .musics {
  margin-top: 0;
}
.module-listing .listing_entry .documents:not(:last-child),
.module-listing .listing_entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.module-listing .listing_entry .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.module-listing .listing_entry .listing-more-button:hover, .module-listing .listing_entry .listing-more-button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .module-listing .listing_entry .listing-more-button {
    display: none;
  }
}
.module-listing .listing_entry .listing-more-button:not(:first-child) {
  margin-top: var(--size-20);
}
.module-listing .listing_entry[class*=has-subtitle] div.content h2, .module-listing .listing_entry[class*=has_subtitle] div.content h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .module-listing .listing_entry[class*=has-subtitle] div.content h2, .module-listing .listing_entry[class*=has_subtitle] div.content h2 {
    font-size: 13px;
    line-height: 21px;
  }
}
.module-listing .listing_entry[class*=has-subtitle] div.content h2 a, .module-listing .listing_entry[class*=has_subtitle] div.content h2 a {
  color: var(--text-color);
  text-decoration: none;
}
.module-listing .listing_entry[class*=element_link_entire] > *:hover .content:before {
  opacity: 1;
}
.module-listing .listing_entry[class*=element_link_entire] > *:hover .listing-more-button {
  background: var(--primary-color);
  color: var(--background-light);
}
.module-listing .listing_entry[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  .module-listing .listing_entry:has(.pictures) .content, .module-listing .listing_entry:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  .module-listing .listing_entry .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  .module-listing .listing_entry > * {
    flex-flow: column;
    height: 100%;
  }
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  .module-listing .listing_entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .module-listing .listing_entry .videos .video,
.module-listing .listing_entry .videos video {
    height: auto;
  }
  .module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .module-listing .listing_entry .pictures .picture,
.module-listing .listing_entry .pictures .resource_background,
.module-listing .listing_entry .pictures a.resource_link,
.module-listing .listing_entry .pictures img {
    height: auto;
  }
  .module-listing .listing_entry .content {
    height: 100%;
  }
  .module-listing .listing_entry:has(.pictures) .content, .module-listing .listing_entry:has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  .module-listing .listing_entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  .module-listing .listing_entry .videos,
.module-listing .listing_entry .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  .module-listing .listing_entry:has(.pictures) .content, .module-listing .listing_entry:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  .module-listing .listing_entry .content {
    padding: 0;
  }
  .module-listing .listing_entry .content:before {
    display: none;
  }
}
.module-listing > div[id*=listing-tag-]:not(:first-child) {
  margin-top: var(--size-60);
}

div#mixItUp .listing_entry .picture:not(:first-child) {
  display: none;
}

.listing_properties:not(:last-child) {
  margin-bottom: var(--size-25);
}
.listing_properties .listing_property_group:not(:first-child),
.listing_properties .spacer,
.listing_properties .parent_property_title {
  display: none;
}
.listing_properties .properties {
  --gap: 5px;
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.listing_properties .properties > .cf {
  display: none;
}
.listing_properties .properties .property_text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  color: var(--text-color);
  background: var(--background-darker);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(5px, 0.6vw, 6px) clamp(8px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media print {
  .listing_properties .properties .property_text {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
  }
}
.listing_properties .properties .property_text a {
  text-decoration: none;
}

.portlet-entry-tags,
.listing-tags {
  --gap: 5px;
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.portlet-entry-tags > .cf,
.listing-tags > .cf {
  display: none;
}
.portlet-entry-tags:not(:last-child),
.listing-tags:not(:last-child) {
  margin-bottom: var(--size-25);
}
.portlet-entry-tags .title_tag,
.listing-tags .title_tag {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  color: var(--text-color);
  background: var(--background-darker);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(5px, 0.6vw, 6px) clamp(8px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media print {
  .portlet-entry-tags .title_tag,
.listing-tags .title_tag {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
  }
}

.mod_action_show_entry .listing_detail_icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: auto;
  margin-right: auto;
  background: var(--background-medium);
}
.mod_action_show_entry .listing_detail_icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.mod_action_show_entry .listing_detail_icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .mod_action_show_entry .listing_detail_icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.mod_action_show_entry .listing_entry_backlink {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-big);
}
.mod_action_show_entry .listing_entry_backlink:not(:first-child) {
  margin-top: var(--section-space-small);
}
.mod_action_show_entry .listing_entry_backlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.mod_action_show_entry .listing_entry_backlink a:hover, .mod_action_show_entry .listing_entry_backlink a:focus {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-dark);
}
@media print {
  .mod_action_show_entry .listing_entry_backlink a {
    display: none;
  }
}
.mod_action_show_entry .listing_entry_backlink a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}

.listing_property_filter {
  max-width: var(--siteframe-medium);
  margin: auto;
}
.listing_property_filter form {
  --filter-gap: var(--size-30);
  --gap: var(--filter-gap);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  justify-content: center;
}
.listing_property_filter form > .cf {
  display: none;
}
.listing_property_filter form label {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .listing_property_filter form label {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
  margin: 0;
  flex: 1 0 calc(33.3333333333% - var(--filter-gap) + var(--filter-gap) / 3);
}
.listing_property_filter form .p_select2_filter:only-of-type,
.listing_property_filter form .p_select2:only-of-type {
  flex: 0 0 calc(66.66% + var(--filter-gap));
}
.listing_property_filter form .p_select2_filter select,
.listing_property_filter form .p_select2 select {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
  overflow: hidden;
}
.listing_property_filter form .p_select2_filter select a,
.listing_property_filter form .p_select2 select a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .p_select2_filter select,
.listing_property_filter form .p_select2 select {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_select2_filter select::-webkit-input-placeholder,
.listing_property_filter form .p_select2 select::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_select2_filter select::-moz-placeholder,
.listing_property_filter form .p_select2 select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_select2_filter select:-ms-input-placeholder,
.listing_property_filter form .p_select2 select:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_select2_filter select:-moz-placeholder,
.listing_property_filter form .p_select2 select:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_select2_filter select:focus, .listing_property_filter form .p_select2_filter select:hover,
.listing_property_filter form .p_select2 select:focus,
.listing_property_filter form .p_select2 select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.listing_property_filter form .p_select2_filter select[data-com-onepassword-filled=light], .listing_property_filter form .p_select2_filter select:-webkit-autofill, .listing_property_filter form .p_select2_filter select:-webkit-autofill:hover, .listing_property_filter form .p_select2_filter select:-webkit-autofill:focus,
.listing_property_filter form .p_select2 select[data-com-onepassword-filled=light],
.listing_property_filter form .p_select2 select:-webkit-autofill,
.listing_property_filter form .p_select2 select:-webkit-autofill:hover,
.listing_property_filter form .p_select2 select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.listing_property_filter form .p_select2_filter select:hover, .listing_property_filter form .p_select2_filter select:focus,
.listing_property_filter form .p_select2 select:hover,
.listing_property_filter form .p_select2 select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2_filter select,
body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2 select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
    background-size: 12.5px var(--input-padding-left-right);
  }
  body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2_filter select:hover, body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2_filter select:focus,
body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2 select:hover,
body[data-theme=dynamic_dark_mode] .listing_property_filter form .p_select2 select:focus {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
    background-size: 12.5px var(--input-padding-left-right);
  }
}
body[data-theme=dark_mode] .listing_property_filter form .p_select2_filter select,
body[data-theme=dark_mode] .listing_property_filter form .p_select2 select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
body[data-theme=dark_mode] .listing_property_filter form .p_select2_filter select:hover, body[data-theme=dark_mode] .listing_property_filter form .p_select2_filter select:focus,
body[data-theme=dark_mode] .listing_property_filter form .p_select2 select:hover,
body[data-theme=dark_mode] .listing_property_filter form .p_select2 select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
.listing_property_filter form .p_select2_filter select option,
.listing_property_filter form .p_select2 select option {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
}
.listing_property_filter form .p_select2_filter select option a,
.listing_property_filter form .p_select2 select option a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .p_select2_filter select option,
.listing_property_filter form .p_select2 select option {
    font-size: 13px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_select2_filter select option:not(:first-child),
.listing_property_filter form .p_select2 select option:not(:first-child) {
  display: none;
}
.listing_property_filter form .p_listing_available_date_filter {
  margin: 0;
  flex: 1 0 calc(33.3333333333% - var(--filter-gap) + var(--filter-gap) / 3);
}
.listing_property_filter form .p_listing_available_date_filter input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.listing_property_filter form .p_listing_available_date_filter input a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .p_listing_available_date_filter input {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .p_listing_available_date_filter input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_listing_available_date_filter input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_listing_available_date_filter input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_listing_available_date_filter input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .p_listing_available_date_filter input:focus, .listing_property_filter form .p_listing_available_date_filter input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.listing_property_filter form .p_listing_available_date_filter input[data-com-onepassword-filled=light], .listing_property_filter form .p_listing_available_date_filter input:-webkit-autofill, .listing_property_filter form .p_listing_available_date_filter input:-webkit-autofill:hover, .listing_property_filter form .p_listing_available_date_filter input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.listing_property_filter form .listing_search_wrap {
  width: calc(100% - var(--icon-width) - var(--filter-gap));
  order: -2;
  position: relative;
}
.listing_property_filter form .listing_search_wrap input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.listing_property_filter form .listing_search_wrap input a {
  color: var(--input-color);
}
@media print {
  .listing_property_filter form .listing_search_wrap input {
    font-size: 12px;
    line-height: 18px;
  }
}
.listing_property_filter form .listing_search_wrap input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .listing_search_wrap input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .listing_search_wrap input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .listing_search_wrap input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.listing_property_filter form .listing_search_wrap input:focus, .listing_property_filter form .listing_search_wrap input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.listing_property_filter form .listing_search_wrap input[data-com-onepassword-filled=light], .listing_property_filter form .listing_search_wrap input:-webkit-autofill, .listing_property_filter form .listing_search_wrap input:-webkit-autofill:hover, .listing_property_filter form .listing_search_wrap input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.listing_property_filter form .listing_search_buttons {
  order: -1;
  flex: 0 0 calc(var(--icon-width));
  align-self: flex-end;
  position: relative;
}
.listing_property_filter form .listing_search_buttons:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: var(--input-padding);
  font-family: "Font Awesome 7 Pro";
  content: "\f002";
  content: "\f002"/"";
  line-height: clamp(16px, 1.8vw, 18px);
  color: #fff;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listing_property_filter form .listing_search_buttons input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: var(--border-radius-small);
  background: none;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.listing_property_filter form .listing_search_buttons:hover:before {
  background: var(--primary-color-dark);
  border: 1px solid var(--primary-color-dark);
}
.listing_property_filter form .listing_reset_filter_wrap {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}
.listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(9px, 1vw, 10px) clamp(12px, 2vw, 20px);
  font-weight: 400;
}
.listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter:hover, .listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter:focus {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-darker);
}
@media print {
  .listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter {
    display: none;
  }
}
.listing_property_filter form .listing_reset_filter_wrap .listing_reset_filter:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f2ed";
  margin-left: 8px;
}

/* @end */
/* !@group google maps */
#google_map {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
#google_map:not(:first-child) {
  margin-top: var(--size-90);
}
#google_map #module_map {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 129/66;
  min-height: 300px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
#google_map #module_map .gm-style .gm-style-iw-c {
  border-radius: var(--border-radius-small);
}
#google_map #module_map .infowindow {
  --paragraph-space: var(--size-10);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #303030;
  min-width: 150px;
  padding: var(--size-10);
}
#google_map #module_map .infowindow a {
  color: #303030;
}
@media print {
  #google_map #module_map .infowindow {
    font-size: 14px;
    line-height: 22px;
  }
}
#google_map #module_map .infowindow h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: #303030;
  font-weight: 700;
}
#google_map #module_map .infowindow h2 a {
  color: #303030;
}
@media print {
  #google_map #module_map .infowindow h2 {
    font-size: 13px;
    line-height: 21px;
  }
}
#google_map #module_map .infowindow h2:not(:last-child) {
  margin-bottom: 0;
}
#google_map #module_map .infowindow p:nth-last-child(2) {
  margin-bottom: 0;
}
#google_map #module_map button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 1;
  color: #dcc49d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#google_map #module_map button.gm-ui-hover-effect:hover {
  color: #303030;
}
#google_map #module_map button.gm-ui-hover-effect:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
  font-weight: 900;
  font-size: 20px;
}
#google_map #module_map button.gm-ui-hover-effect span {
  display: none !important;
}

#google_maps_iframe iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 300px;
  aspect-ratio: 130/80;
  border-radius: var(--border-radius);
  overflow: hidden;
}

/* @end */
/* !@group mailform global styles */
select + span.select2-container {
  width: 100% !important;
  min-width: unset;
}

span.select2-container.select2-container--default .select2-selection {
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  background: var(--input-background);
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: unset;
}
span.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  padding: var(--input-padding);
}
span.select2-container.select2-container--default .select2-selection .select2-selection__rendered a {
  color: var(--input-color);
}
@media print {
  span.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
    font-size: 13px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--single {
  outline: none;
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: var(--input-padding-left-right);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f107";
  content: "\f107"/"";
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after a {
  color: var(--input-color);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-size: 13px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
span.select2-container.select2-container--default:hover .select2-selection, span.select2-container.select2-container--default.select2-container--open .select2-selection, span.select2-container.select2-container--default.select2-container--focus .select2-selection {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
}
span.select2-container.select2-container--default:hover .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default:hover .select2-selection .select2-selection__rendered, span.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__rendered, span.select2-container.select2-container--default.select2-container--focus .select2-selection .select2-selection__arrow:after,
span.select2-container.select2-container--default.select2-container--focus .select2-selection .select2-selection__rendered {
  color: var(--input-color-hover);
}
span.select2-container.select2-container--default:hover .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after, span.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after, span.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
  color: var(--input-color-hover);
}
span.select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
span.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  overflow: auto;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: clamp(14px, 1.6vw, 16px);
  border: none;
  background: var(--background-medium);
  color: var(--text-color);
  margin: -4px 5px -4px 0;
  padding: 3px 7px 3px 11px;
  border-radius: 4px;
}
@media print {
  span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 12px;
    line-height: 18px;
  }
}
#management span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-family: unset;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: flex;
  position: relative;
  font-size: 0;
  line-height: 0;
  order: 2;
  margin: 0 0 0 5px;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--background-light);
  font-family: "Font Awesome 7 Pro";
  content: "\f057";
  font-weight: 900;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 3;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before a {
  color: var(--background-light);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
    font-size: 13px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  display: block;
  background: var(--text-color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#management span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after {
  display: none;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:after {
  background: var(--primary-color);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .property_entry_count:before {
  content: ":";
  padding-right: 5px;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  width: 100%;
  min-width: 30px;
  padding-right: 12px;
  box-sizing: border-box;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
  width: 100% !important;
  color: var(--input-color);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input::-moz-placeholder {
  opacity: 1;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
  position: absolute;
  right: 0;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f107";
  content: "\f107"/"";
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after a {
  color: var(--input-color);
}
@media print {
  span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline:after {
    font-size: 13px;
    line-height: 18px;
  }
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  width: 10px;
  height: 2px;
  background: var(--background-dark);
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: var(--background-dark-style-medium);
  border-radius: 2px;
  height: 1px;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field {
  margin: 0;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container.select2-container--default .select2-selection--multiple .select2-search__field:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .select2-dropdown {
  background: var(--input-background-hover);
  border-color: var(--input-border-hover);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  border-radius: var(--input-border-radius);
  overflow: hidden;
  z-index: 100;
}
span.select2-container .select2-dropdown a {
  color: var(--input-color);
}
@media print {
  span.select2-container .select2-dropdown {
    font-size: 13px;
    line-height: 18px;
  }
}
span.select2-container .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
}
span.select2-container .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
}
span.select2-container .select2-dropdown li.select2-results__option {
  padding: var(--input-padding);
}
span.select2-container .select2-dropdown li.select2-results__option.select2-results__option--highlighted {
  background: var(--input-border-hover);
  color: var(--background-light);
}
span.select2-container .select2-dropdown li.select2-results__option[aria-selected=true] {
  background: var(--background-medium);
  color: var(--input-color);
}
span.select2-container .select2-dropdown li.select2-results__option[aria-disabled=true] {
  opacity: 0.5;
}
span.select2-container .select2-dropdown li.select2-results__option .listing_entry_subtitle,
span.select2-container .select2-dropdown li.select2-results__option .property_entry_count {
  display: none;
}
span.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 5px;
}
span.select2-container .select2-dropdown .select2-search__field {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  padding: 8px;
  border-radius: 2px;
}
span.select2-container .select2-dropdown .select2-search__field a {
  color: var(--input-color);
}
@media print {
  span.select2-container .select2-dropdown .select2-search__field {
    font-size: 12px;
    line-height: 18px;
  }
}
span.select2-container .select2-dropdown .select2-search__field::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .select2-dropdown .select2-search__field::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .select2-dropdown .select2-search__field:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .select2-dropdown .select2-search__field:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
span.select2-container .select2-dropdown .select2-search__field:focus, span.select2-container .select2-dropdown .select2-search__field:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
span.select2-container .select2-dropdown .select2-search__field[data-com-onepassword-filled=light], span.select2-container .select2-dropdown .select2-search__field:-webkit-autofill, span.select2-container .select2-dropdown .select2-search__field:-webkit-autofill:hover, span.select2-container .select2-dropdown .select2-search__field:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}

.no_system_page div.ui-datepicker {
  width: 300px;
  background: var(--input-background-hover);
  border: 1px solid var(--background-dark);
  border-radius: var(--border-radius-button);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  margin: 5px 0 0 5px;
  padding: 0;
}
.no_system_page div.ui-datepicker .ui-widget-header {
  --icon-width: 32px;
  display: flex;
  background: var(--background-dark);
  border: none;
  border-radius: 0;
  padding: 10px var(--input-padding-left-right);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title {
  display: flex;
  justify-content: center;
  gap: var(--size-10);
  width: 100%;
  margin: 0 calc(var(--icon-width) + 10px);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-title > span {
  font-weight: 700;
  padding: 9px 0;
}
.no_system_page div.ui-datepicker .ui-widget-header select {
  --input-background: rgba(var(--background-dark-style-rgb),0.06);
  --input-background-hover: rgba(var(--background-dark-style-rgb),0.09);
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
  max-width: calc(50% - 5px);
  border: none;
  font-weight: 700;
  margin: 0;
  padding: 9px var(--input-padding-left-right);
}
.no_system_page div.ui-datepicker .ui-widget-header select a {
  color: var(--input-color);
}
@media print {
  .no_system_page div.ui-datepicker .ui-widget-header select {
    font-size: 12px;
    line-height: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-widget-header select::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.no_system_page div.ui-datepicker .ui-widget-header select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.no_system_page div.ui-datepicker .ui-widget-header select:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.no_system_page div.ui-datepicker .ui-widget-header select:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.no_system_page div.ui-datepicker .ui-widget-header select:focus, .no_system_page div.ui-datepicker .ui-widget-header select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.no_system_page div.ui-datepicker .ui-widget-header select[data-com-onepassword-filled=light], .no_system_page div.ui-datepicker .ui-widget-header select:-webkit-autofill, .no_system_page div.ui-datepicker .ui-widget-header select:-webkit-autofill:hover, .no_system_page div.ui-datepicker .ui-widget-header select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.no_system_page div.ui-datepicker .ui-widget-header select:hover, .no_system_page div.ui-datepicker .ui-widget-header select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
    background-size: 12.5px var(--input-padding-left-right);
  }
  body[data-theme=dynamic_dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select:hover, body[data-theme=dynamic_dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select:focus {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
    background-size: 12.5px var(--input-padding-left-right);
  }
}
body[data-theme=dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
body[data-theme=dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select:hover, body[data-theme=dark_mode] .no_system_page div.ui-datepicker .ui-widget-header select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  top: calc(50% - var(--icon-width) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  text-decoration: none;
  border: 0 !important;
  background: none;
  color: var(--background-dark-style-dark);
  border-radius: 100%;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:hover, .no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  background: var(--background-light);
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:before,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f104";
  font-weight: 700;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next span,
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev span {
  display: none;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 10px;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 10px;
}
.no_system_page div.ui-datepicker .ui-widget-header .ui-datepicker-next:before {
  content: "\f105";
  content: "\f105"/"";
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  border: 10px solid transparent;
  margin: 0;
}
@media print {
  .no_system_page div.ui-datepicker .ui-datepicker-calendar {
    font-size: 12px;
    line-height: 18px;
  }
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar th {
  padding: 9px;
  text-transform: uppercase;
  color: var(--input-color-hover);
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px;
  min-width: 0;
  border: none;
  background: var(--input-background-hover);
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td > span {
  padding: 9px;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.25;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled > span {
  border: none;
  background: none;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td a {
  padding: 9px;
  text-align: center;
  background: var(--input-background-hover);
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
  background: var(--background-medium);
  color: var(--input-color);
}
.no_system_page div.ui-datepicker .ui-datepicker-calendar td a:hover, .no_system_page div.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: var(--primary-color);
  color: #fff;
}

.required {
  color: var(--signal-color) !important;
  font-weight: 700;
}

/* @end */
/* !@group mailform */
#mailform_elements {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: calc(-1 * var(--size-30));
}
#mailform_elements h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
#mailform_elements h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #mailform_elements h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
#mailform_elements .mailform_elements_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#mailform_elements .mailform_elements_wrap:not(:first-child) {
  margin-top: var(--size-90);
}
#mailform_elements .mailform_elements_wrap .mailform_element_left {
  position: sticky;
  top: var(--size-50);
  flex: 0 0 clamp(280px, 33.5vw, 355px);
  margin-right: clamp(60px, 11vw, 110px);
}
@media screen and (max-width: 1200px) {
  #mailform_elements .mailform_elements_wrap .mailform_element_left {
    flex: 0 0 clamp(280px, 32vw, 320px);
    margin-right: clamp(40px, 8vw, 60px);
  }
}
@media screen and (max-width: 900px) {
  #mailform_elements .mailform_elements_wrap .mailform_element_left {
    position: relative;
    top: 0;
    flex: unset;
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  #mailform_elements .mailform_elements_wrap .mailform_element_left {
    max-width: 250px;
    margin-right: 30px;
  }
}
#mailform_elements .mailform_elements_wrap .mailform_element_right {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
}

.mailform_element {
  position: relative;
  flex: 1 0 100%;
  margin-top: var(--size-25);
  --space-between: var(--size-20);
}
.mailform_element.zwei {
  flex: 0 0 calc(50% - var(--space-between) / 2);
}
.mailform_element.drei {
  flex: 0 0 calc(33.33% - var(--space-between) / 1.5);
}
.mailform_element label {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .mailform_element label {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.mailform_element input a {
  color: var(--input-color);
}
@media print {
  .mailform_element input {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element input:focus, .mailform_element input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element input[data-com-onepassword-filled=light], .mailform_element input:-webkit-autofill, .mailform_element input:-webkit-autofill:hover, .mailform_element input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element input.tooltip {
  padding-right: 40px;
}
.mailform_element textarea {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  height: 150px;
  height: clamp(120px, 15vw, 150px);
}
.mailform_element textarea a {
  color: var(--input-color);
}
@media print {
  .mailform_element textarea {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element textarea::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element textarea::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element textarea:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element textarea:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element textarea:focus, .mailform_element textarea:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element textarea[data-com-onepassword-filled=light], .mailform_element textarea:-webkit-autofill, .mailform_element textarea:-webkit-autofill:hover, .mailform_element textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element select {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
.mailform_element select a {
  color: var(--input-color);
}
@media print {
  .mailform_element select {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element select::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element select:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element select:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element select:focus, .mailform_element select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element select[data-com-onepassword-filled=light], .mailform_element select:-webkit-autofill, .mailform_element select:-webkit-autofill:hover, .mailform_element select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element select:hover, .mailform_element select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] .mailform_element select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
    background-size: 12.5px var(--input-padding-left-right);
  }
  body[data-theme=dynamic_dark_mode] .mailform_element select:hover, body[data-theme=dynamic_dark_mode] .mailform_element select:focus {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
    background-size: 12.5px var(--input-padding-left-right);
  }
}
body[data-theme=dark_mode] .mailform_element select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
body[data-theme=dark_mode] .mailform_element select:hover, body[data-theme=dark_mode] .mailform_element select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
.mailform_element.select_field .helptext {
  right: 38px;
}
.mailform_element .helptext {
  position: absolute;
  right: var(--input-padding-left-right);
  bottom: calc(var(--input-padding-top-bottom) + 1px);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  color: rgba(var(--background-dark-style-rgb), 0.5);
}
.mailform_element .helptext a {
  color: var(--input-color);
}
@media print {
  .mailform_element .helptext {
    font-size: 13px;
    line-height: 18px;
  }
}
.mailform_element .helptext i {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-weight: 900;
  font-family: "Font Awesome 7 Pro";
}
.mailform_element .helptext i a {
  color: var(--input-color);
}
@media print {
  .mailform_element .helptext i {
    font-size: 13px;
    line-height: 18px;
  }
}
.mailform_element .helptext i:hover {
  color: var(--input-color-hover);
}
.mailform_element.mailform_error {
  --input-border: var(--signal-color);
  --input-color: var(--signal-color);
}
.mailform_element.mailform_error label {
  color: var(--signal-color);
}
.mailform_element.heading3_field h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin: 0;
}
.mailform_element.heading3_field h3 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mailform_element.heading3_field h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.mailform_element.heading3_field:not(:first-child) {
  margin-top: var(--size-80);
}
.mailform_element.infotext_field:not(:last-child) {
  margin-bottom: var(--size-20);
}
.mailform_element.date_field p:after {
  position: absolute;
  right: var(--input-padding-left-right);
  bottom: var(--input-padding-top-bottom);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  font-family: "Font Awesome 7 Pro";
  content: "\f133";
}
.mailform_element.date_field p:after a {
  color: var(--input-color);
}
@media print {
  .mailform_element.date_field p:after {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.date_field p:hover:after, .mailform_element.date_field p:focus-within:after {
  color: var(--input-color-hover);
}
.mailform_element.radio_field input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.mailform_element.radio_field input[type=radio] + * {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.mailform_element.radio_field input[type=radio] + * a {
  color: var(--input-color);
}
@media print {
  .mailform_element.radio_field input[type=radio] + * {
    font-size: 13px;
    line-height: 18px;
  }
}
.mailform_element.radio_field input[type=radio] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.mailform_element.radio_field input[type=radio]:hover:not(:checked) + *, .mailform_element.radio_field input[type=radio]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.mailform_element.radio_field input[type=radio]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.mailform_element.radio_field .wrap_radio_buttons > label {
  margin-bottom: var(--size-15);
}
.mailform_element.radio_field .multiple_radio_inputs {
  --gap: var(--size-15) var(--size-25);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.mailform_element.radio_field .multiple_radio_inputs > .cf {
  display: none;
}
.mailform_element.radio_field .helptext {
  bottom: 0;
  right: 0;
}
.mailform_element.checkbox_field input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.mailform_element.checkbox_field input[type=checkbox] + * {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.mailform_element.checkbox_field input[type=checkbox] + * a {
  color: var(--input-color);
}
@media print {
  .mailform_element.checkbox_field input[type=checkbox] + * {
    font-size: 13px;
    line-height: 18px;
  }
}
.mailform_element.checkbox_field input[type=checkbox] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.mailform_element.checkbox_field input[type=checkbox]:hover:not(:checked) + *, .mailform_element.checkbox_field input[type=checkbox]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.mailform_element.checkbox_field input[type=checkbox]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.mailform_element.checkbox_field input[type=checkbox] + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0c8";
}
.mailform_element.checkbox_field input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.mailform_element.checkbox_field .helptext {
  bottom: 0;
  right: 0;
}
.mailform_element.time_field p, .mailform_element.datetime_field p {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0;
}
.mailform_element.time_field span.separator, .mailform_element.datetime_field span.separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--space-between);
}
.mailform_element.time_field select,
.mailform_element.time_field span.select2-container {
  flex: 0 0 calc(50% - var(--space-between) / 2);
}
.mailform_element.datetime_field input {
  flex: 0 0 calc(50% - var(--space-between) / 2);
  margin-right: auto;
}
.mailform_element.datetime_field select,
.mailform_element.datetime_field span.select2-container {
  flex: 0 0 calc(25% - var(--space-between) / 1.33);
}
.mailform_element.file_field input {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: -1;
}
.mailform_element.file_field input + label {
  display: flex;
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
}
.mailform_element.file_field input + label a {
  color: var(--input-color);
}
@media print {
  .mailform_element.file_field input + label {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.file_field input + label::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element.file_field input + label::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element.file_field input + label:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element.file_field input + label:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.mailform_element.file_field input + label:focus, .mailform_element.file_field input + label:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.mailform_element.file_field input + label[data-com-onepassword-filled=light], .mailform_element.file_field input + label:-webkit-autofill, .mailform_element.file_field input + label:-webkit-autofill:hover, .mailform_element.file_field input + label:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.mailform_element.file_field input + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f574";
  margin-right: 8px;
}
.mailform_element.signature_field .signature-pad-wrapper canvas {
  border: 1px solid rgba(var(--background-dark-style-rgb), 0.25);
  border-radius: var(--input-border-radius);
}
.mailform_element.signature_field .signature-pad-reset {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  text-decoration: none;
}
@media print {
  .mailform_element.signature_field .signature-pad-reset {
    font-size: 12px;
    line-height: 18px;
  }
}
.mailform_element.signature_field .signature-pad-reset:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
  margin-right: 8px;
}
.mailform_element.signature_field .helptext {
  right: calc(100% - 330px);
  bottom: 22px;
}

.mailform_submit_button {
  margin-left: auto;
  margin-top: var(--size-50);
}
.mailform_submit_button label {
  display: none;
}
.mailform_submit_button input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.mailform_submit_button input:hover, .mailform_submit_button input:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mailform_submit_button input {
    display: none;
  }
}

.mailform_element_captcha > p {
  display: none;
}

.captcha_protection {
  background: var(--background-medium);
  border-radius: var(--input-border-radius);
  padding: var(--size-20);
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  align-items: flex-end;
}
.captcha_protection .captcha_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  margin-bottom: var(--size-20);
}
@media print {
  .captcha_protection .captcha_title {
    font-size: 15px;
    line-height: 23px;
  }
}
.captcha_protection .captcha_input_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .captcha_protection .captcha_input_title {
    font-size: 12px;
    line-height: 18px;
  }
}
.captcha_protection .captcha_input_title ~ .captcha_input_title {
  display: none;
}
.captcha_protection a {
  max-width: 80%;
  margin-right: var(--size-15);
}
.captcha_protection a img {
  display: block;
  border-radius: var(--input-border-radius);
  width: 300px;
  max-width: 100%;
}
.captcha_protection a + a {
  background: rgba(var(--background-dark-style-rgb), 0.15);
  border-radius: var(--input-border-radius);
  padding: var(--size-10) var(--size-10);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.captcha_protection a + a:hover {
  color: var(--text-color);
  background: rgba(var(--background-dark-style-rgb), 0.3);
}
.captcha_protection p {
  margin-top: var(--size-20);
  width: 100%;
  --input-background: transparent;
  --input-background-hover: transparent;
}
.captcha_protection #captcha_help_link {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  cursor: pointer;
  opacity: 0.6;
}
@media print {
  .captcha_protection #captcha_help_link {
    font-size: 13px;
    line-height: 18px;
  }
}

/* @end */
/* !@group search */
#search_results:not(:first-child) {
  margin-top: var(--size-80);
}
#search_results .search_item_wrap:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
#search_results .search_item_wrap > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
#search_results .search_item_wrap > *.cf {
  display: none;
}
#search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
#search_results .search_item_wrap .videos video {
  border-radius: var(--border-radius);
}
#search_results .search_item_wrap .videos + .pictures {
  display: none;
}
#search_results .search_item_wrap .videos .video,
#search_results .search_item_wrap .videos video {
  height: 100%;
}
#search_results .search_item_wrap .pictures {
  overflow: visible;
}
#search_results .search_item_wrap .pictures .resource_background {
  overflow: visible;
}
#search_results .search_item_wrap .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
#search_results .search_item_wrap .pictures img {
  border-radius: var(--border-radius);
}
#search_results .search_item_wrap .pictures .picture,
#search_results .search_item_wrap .pictures .resource_background,
#search_results .search_item_wrap .pictures a.resource_link,
#search_results .search_item_wrap .pictures img {
  height: 100%;
}
#search_results .search_item_wrap .pictures .picture:not(:first-child) {
  display: none;
}
#search_results .search_item_wrap .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search_results .search_item_wrap .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
#search_results .search_item_wrap .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  #search_results .search_item_wrap .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
#search_results .search_item_wrap:has(.pictures) .content, #search_results .search_item_wrap:has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#search_results .search_item_wrap .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  #search_results .search_item_wrap .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #search_results .search_item_wrap .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
#search_results .search_item_wrap .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
#search_results .search_item_wrap .content > * {
  position: relative;
  z-index: 5;
}
#search_results .search_item_wrap .search_item_subtitle,
#search_results .search_item_wrap h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
#search_results .search_item_wrap .search_item_subtitle a,
#search_results .search_item_wrap h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #search_results .search_item_wrap .search_item_subtitle,
#search_results .search_item_wrap h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
#search_results .search_item_wrap .search_item_date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
#search_results .search_item_wrap .search_item_date a {
  color: var(--text-color);
}
@media print {
  #search_results .search_item_wrap .search_item_date {
    font-size: 13px;
    line-height: 18px;
  }
}
#search_results .search_item_wrap .search_item_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  #search_results .search_item_wrap .search_item_introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
#search_results .search_item_wrap .search_item_introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#search_results .search_item_wrap .search_item_content {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  #search_results .search_item_wrap .search_item_content {
    font-size: 13px;
    line-height: 18px;
  }
}
#search_results .search_item_wrap .search_item_content:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#search_results .search_item_wrap .search_item_content h2, #search_results .search_item_wrap .search_item_content h3, #search_results .search_item_wrap .search_item_content h4, #search_results .search_item_wrap .search_item_content h5, #search_results .search_item_wrap .search_item_content h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  #search_results .search_item_wrap .search_item_content h2, #search_results .search_item_wrap .search_item_content h3, #search_results .search_item_wrap .search_item_content h4, #search_results .search_item_wrap .search_item_content h5, #search_results .search_item_wrap .search_item_content h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
#search_results .search_item_wrap .portlet-listing-custom-fields-container {
  display: none;
}
#search_results .search_item_wrap .document a {
  border-color: transparent;
  background: var(--background-dark);
}
#search_results .search_item_wrap .document a:focus, #search_results .search_item_wrap .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
#search_results .search_item_wrap .documents,
#search_results .search_item_wrap .musics {
  margin-top: 0;
}
#search_results .search_item_wrap .documents:not(:last-child),
#search_results .search_item_wrap .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
#search_results .search_item_wrap .search_item_detail_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
#search_results .search_item_wrap .search_item_detail_link:hover, #search_results .search_item_wrap .search_item_detail_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  #search_results .search_item_wrap .search_item_detail_link {
    display: none;
  }
}
#search_results .search_item_wrap .search_item_detail_link:not(:first-child) {
  margin-top: var(--size-20);
}
#search_results .search_item_wrap[class*=has-subtitle] div.content h2, #search_results .search_item_wrap[class*=has_subtitle] div.content h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  #search_results .search_item_wrap[class*=has-subtitle] div.content h2, #search_results .search_item_wrap[class*=has_subtitle] div.content h2 {
    font-size: 13px;
    line-height: 21px;
  }
}
#search_results .search_item_wrap[class*=has-subtitle] div.content h2 a, #search_results .search_item_wrap[class*=has_subtitle] div.content h2 a {
  color: var(--text-color);
  text-decoration: none;
}
#search_results .search_item_wrap[class*=element_link_entire] > *:hover .content:before {
  opacity: 1;
}
#search_results .search_item_wrap[class*=element_link_entire] > *:hover .search_item_detail_link {
  background: var(--primary-color);
  color: var(--background-light);
}
#search_results .search_item_wrap[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  #search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  #search_results .search_item_wrap:has(.pictures) .content, #search_results .search_item_wrap:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  #search_results .search_item_wrap .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  #search_results .search_item_wrap > * {
    flex-flow: column;
    height: 100%;
  }
  #search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
    flex: unset;
    max-width: 100%;
  }
  #search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
    flex: unset;
    max-width: 100%;
  }
  #search_results .search_item_wrap .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #search_results .search_item_wrap .videos .video,
#search_results .search_item_wrap .videos video {
    height: auto;
  }
  #search_results .search_item_wrap .pictures a.resource_link,
#search_results .search_item_wrap .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  #search_results .search_item_wrap .pictures .picture,
#search_results .search_item_wrap .pictures .resource_background,
#search_results .search_item_wrap .pictures a.resource_link,
#search_results .search_item_wrap .pictures img {
    height: auto;
  }
  #search_results .search_item_wrap .content {
    height: 100%;
  }
  #search_results .search_item_wrap:has(.pictures) .content, #search_results .search_item_wrap:has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  #search_results .search_item_wrap:not(:first-child) {
    margin-top: var(--size-60);
  }
  #search_results .search_item_wrap .videos,
#search_results .search_item_wrap .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  #search_results .search_item_wrap:has(.pictures) .content, #search_results .search_item_wrap:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  #search_results .search_item_wrap .content {
    padding: 0;
  }
  #search_results .search_item_wrap .content:before {
    display: none;
  }
}

.highlighting {
  background: rgba(var(--management-highlight-color-rgb), 0.25);
}

.error {
  color: var(--signal-color);
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group header shop */
.shop_header {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 20px);
}
.shop_header #shop_cart_header {
  display: flex;
  align-items: center;
  position: relative;
}
.shop_header #shop_cart_header .number {
  position: absolute;
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: clamp(20px, 2.8vw, 28px);
  font-size: clamp(10px, 1.3vw, 13px);
  line-height: 0;
  font-weight: 900;
  color: var(--background-light);
  background: var(--primary-color);
  margin: 0;
  padding: 0 3px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  -webkit-transform: translate(35%, -35%);
  -moz-transform: translate(35%, -35%);
  -o-transform: translate(35%, -35%);
  transform: translate(35%, -35%);
}
.shop_header #shop_cart_header:hover i {
  opacity: 0.6;
}
.shop_header a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: 0;
  width: clamp(46px, 5.6vw, 56px);
  aspect-ratio: 1/1;
  min-height: 0;
}
.shop_header a:hover, .shop_header a:focus {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .shop_header a {
    display: none;
  }
}

/* @end */
/* !@group shop category overview  */
.category_detail_content .content_inner:first-child {
  margin-top: var(--size-60) !important;
}
.category_detail_content .content_inner .text_wrap {
  max-width: var(--siteframe-very-small) !important;
}
.category_detail_content h1 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color-light);
  margin-bottom: var(--size-15);
  font-weight: 400;
  margin-bottom: var(--size-70);
}
@media print {
  .category_detail_content h1 {
    font-size: 13px;
    line-height: 21px;
  }
}
.category_detail_content h1 a {
  color: var(--text-color-light);
  text-decoration: none;
}
.category_detail_content .shop_category_subtitle {
  display: block;
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  margin-bottom: var(--size-50);
  text-wrap: balance;
}
.category_detail_content .shop_category_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .category_detail_content .shop_category_subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.category_detail_content .shop_category_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
}
.category_detail_content .shop_category_introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .category_detail_content .shop_category_introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
.category_detail_content a.category_back_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.category_detail_content a.category_back_button:hover, .category_detail_content a.category_back_button:focus {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-dark);
}
@media print {
  .category_detail_content a.category_back_button {
    display: none;
  }
}
.category_detail_content a.category_back_button:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}
.category_detail_content a.category_back_button:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.category_detail_content .category_back_button_wrap {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-big);
}
.category_detail_content .category_back_button_wrap:not(:first-child) {
  margin-top: var(--section-space-medium);
}
.category_detail_content .category_back_button_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-medium);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.category_detail_content .category_back_button_wrap a:hover, .category_detail_content .category_back_button_wrap a:focus {
  color: var(--text-color);
  border: 1px solid transparent;
  background: var(--background-dark);
}
@media print {
  .category_detail_content .category_back_button_wrap a {
    display: none;
  }
}
.category_detail_content .category_back_button_wrap a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}

.main_shop_wrap {
  display: flex;
  flex-flow: column;
}
.main_shop_wrap:not(:first-child) {
  margin-top: var(--size-120);
}

.shop_category_description {
  display: block;
}

.shop_category_picture .resource_link {
  pointer-events: none;
}
.shop_category_picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop_category_picture .resource_link:before, .shop_category_picture .resource_link:after {
  display: none;
}
.shop_category_picture .resource_background {
  overflow: visible;
}
.shop_category_picture .resource_description {
  position: relative;
  bottom: unset;
  left: unset;
  margin-top: var(--size-15);
  padding: 0;
  background: none;
  color: rgba(var(--background-dark-style-rgb), 0.5);
}
.shop_category_picture img {
  aspect-ratio: 1440/640;
  object-fit: cover;
}

.shop_category_overview_container .shop_category:not(.category_with_articles) {
  width: 100%;
  margin: 0;
  padding: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles):not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner.cf {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos video {
  border-radius: var(--border-radius);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos + .pictures {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos .video,
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos video {
  height: 100%;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
  overflow: visible;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_background {
  overflow: visible;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures img {
  border-radius: var(--border-radius);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .picture,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_background,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures a.resource_link,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures img {
  height: 100%;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .picture:not(:first-child) {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles):has(.pictures) .content, .shop_category_overview_container .shop_category:not(.category_with_articles):has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .content > * {
  position: relative;
  z-index: 5;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) [class*=subtitle],
.shop_category_overview_container .shop_category:not(.category_with_articles) h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) [class*=subtitle] a,
.shop_category_overview_container .shop_category:not(.category_with_articles) h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) [class*=subtitle],
.shop_category_overview_container .shop_category:not(.category_with_articles) h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date a {
  color: var(--text-color);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h2, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h3, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h4, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h5, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h2, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h3, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h4, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h5, .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .portlet-listing-custom-fields-container {
  display: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .document a:focus, .shop_category_overview_container .shop_category:not(.category_with_articles) .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .documents,
.shop_category_overview_container .shop_category:not(.category_with_articles) .musics {
  margin-top: 0;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .documents:not(:last-child),
.shop_category_overview_container .shop_category:not(.category_with_articles) .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:hover, .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a {
    display: none;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category a:not(:first-child) {
  margin-top: var(--size-20);
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has-subtitle] div.content h2, .shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has_subtitle] div.content h2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has-subtitle] div.content h2, .shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has_subtitle] div.content h2 {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has-subtitle] div.content h2 a, .shop_category_overview_container .shop_category:not(.category_with_articles)[class*=has_subtitle] div.content h2 a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=element_link_entire] .shop_category_overview_inner:hover .content:before {
  opacity: 1;
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=element_link_entire] .shop_category_overview_inner:hover .show_all_articles_in_category a {
  background: var(--primary-color);
  color: var(--background-light);
}
.shop_category_overview_container .shop_category:not(.category_with_articles)[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles):has(.pictures) .content, .shop_category_overview_container .shop_category:not(.category_with_articles):has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  .shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_overview_inner {
    flex-flow: column;
    height: 100%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
    flex: unset;
    max-width: 100%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
    flex: unset;
    max-width: 100%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos .video,
.shop_category_overview_container .shop_category:not(.category_with_articles) .videos video {
    height: auto;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures a.resource_link,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .picture,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures .resource_background,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures a.resource_link,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures img {
    height: auto;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    height: 100%;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles):has(.pictures) .content, .shop_category_overview_container .shop_category:not(.category_with_articles):has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  .shop_category_overview_container .shop_category:not(.category_with_articles):not(:first-child) {
    margin-top: var(--size-60);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .videos,
.shop_category_overview_container .shop_category:not(.category_with_articles) .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles):has(.pictures) .content, .shop_category_overview_container .shop_category:not(.category_with_articles):has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content {
    padding: 0;
  }
  .shop_category_overview_container .shop_category:not(.category_with_articles) .content:before {
    display: none;
  }
}
.shop_category_overview_container .shop_category:not(.category_with_articles) h2 + .shop_category_subtitle {
  margin-top: calc(-1 * var(--size-40));
  font-weight: 400;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .shop_category_description {
  display: block;
}
.shop_category_overview_container .shop_category:not(.category_with_articles) .show_all_articles_in_category:not(:first-child) {
  margin-top: var(--size-40);
}
.shop_category_overview_container .category_with_articles:not(:first-child) {
  margin-top: var(--size-150);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .pictures {
  display: none;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-20) var(--size-40);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content h2 + .shop_category_subtitle {
  margin-top: calc(-1 * var(--size-20));
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
  font-weight: 400;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_subtitle:not(:last-child) {
  margin-bottom: var(--size-20);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .title_text_wrap {
  max-width: var(--siteframe-very-small);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .shop_category_description {
  display: block;
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(18px, 2.5vw, 25px) clamp(26px, 4.5vw, 45px);
}
.shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a:hover, .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .shop_category_overview_container .category_with_articles .shop_category_overview_inner > .content .show_all_articles_in_category a {
    display: none;
  }
}

/* @end */
/* @group shop filter */
.portlet_shop_filter {
  max-width: var(--siteframe-medium);
  margin: auto;
}
.portlet_shop_filter .portlet-content {
  --icon-width: 49px;
  --form-gap: var(--size-30);
  --gap: var(--size-20) var(--form-gap);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.portlet_shop_filter .portlet-content > .cf {
  display: none;
}
.portlet_shop_filter .portlet-content > .shop_filter {
  flex: 1 0 calc(33.3333333333% - var(--form-gap) + var(--form-gap) / 3);
}
.portlet_shop_filter h4 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  display: none;
}
@media print {
  .portlet_shop_filter h4 {
    font-size: 12px;
    line-height: 18px;
  }
}
.portlet_shop_filter .shop_filter_price_range {
  display: none;
}
.portlet_shop_filter select {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  max-height: 43px;
}
.portlet_shop_filter select a {
  color: var(--input-color);
}
@media print {
  .portlet_shop_filter select {
    font-size: 12px;
    line-height: 18px;
  }
}
.portlet_shop_filter select::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_shop_filter select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_shop_filter select:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_shop_filter select:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.portlet_shop_filter select:focus, .portlet_shop_filter select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.portlet_shop_filter select[data-com-onepassword-filled=light], .portlet_shop_filter select:-webkit-autofill, .portlet_shop_filter select:-webkit-autofill:hover, .portlet_shop_filter select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.portlet_shop_filter select option {
  display: none;
}
.portlet_shop_filter span.management_controls .control_link:not(.portlet_edit_link) {
  display: none !important;
}
.portlet_shop_filter .shop_filter_serviertemperatur,
.portlet_shop_filter .shop_filter_alkoholgehalt,
.portlet_shop_filter .shop_filter_lagerfaehigkeit {
  display: none;
}

/* @end */
/* !@group shop article  */
.shop_products,
.articles_in_shop_category {
  --gap: var(--size-60);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
  row-gap: var(--size-100);
}
.shop_products > .cf,
.articles_in_shop_category > .cf {
  display: none;
}
.shop_products:not(:first-child),
.articles_in_shop_category:not(:first-child) {
  margin-top: var(--size-60);
}

.category_back_button + .cf + .shop_products,
.category_back_button + .shop_products {
  margin-top: 0;
}

div.shop_article {
  --picture-width: clamp(50px,7.5vw,75px);
  margin: 0;
  padding: 0;
  background: none;
}
div.shop_article:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
div.shop_article .inner_content {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
div.shop_article .inner_content.cf {
  display: none;
}
div.shop_article .videos,
div.shop_article .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
div.shop_article .videos video {
  border-radius: var(--border-radius);
}
div.shop_article .videos + .pictures {
  display: none;
}
div.shop_article .videos .video,
div.shop_article .videos video {
  height: 100%;
}
div.shop_article .pictures {
  overflow: visible;
}
div.shop_article .pictures .resource_background {
  overflow: visible;
}
div.shop_article .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
div.shop_article .pictures img {
  border-radius: var(--border-radius);
}
div.shop_article .pictures .picture,
div.shop_article .pictures .resource_background,
div.shop_article .pictures a.resource_link,
div.shop_article .pictures img {
  height: 100%;
}
div.shop_article .pictures .picture:not(:first-child) {
  display: none;
}
div.shop_article .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.shop_article .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
div.shop_article .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  div.shop_article .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.shop_article .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  div.shop_article .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  div.shop_article .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
div.shop_article .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
div.shop_article .content > * {
  position: relative;
  z-index: 5;
}
div.shop_article .shop_article_subtitle,
div.shop_article .shop_article_information_title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div.shop_article .shop_article_subtitle a,
div.shop_article .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div.shop_article .shop_article_subtitle,
div.shop_article .shop_article_information_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div.shop_article .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
div.shop_article .listing-date a {
  color: var(--text-color);
}
@media print {
  div.shop_article .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div.shop_article div[class*=introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div.shop_article div[class*=introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
div.shop_article div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div.shop_article div.introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div.shop_article div.introduction {
    font-size: 13px;
    line-height: 18px;
  }
}
div.shop_article div.introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div.shop_article div.introduction h2, div.shop_article div.introduction h3, div.shop_article div.introduction h4, div.shop_article div.introduction h5, div.shop_article div.introduction h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  div.shop_article div.introduction h2, div.shop_article div.introduction h3, div.shop_article div.introduction h4, div.shop_article div.introduction h5, div.shop_article div.introduction h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
div.shop_article .portlet-listing-custom-fields-container {
  display: none;
}
div.shop_article .document a {
  border-color: transparent;
  background: var(--background-dark);
}
div.shop_article .document a:focus, div.shop_article .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
div.shop_article .documents,
div.shop_article .musics {
  margin-top: 0;
}
div.shop_article .documents:not(:last-child),
div.shop_article .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div.shop_article .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div.shop_article .listing-more-button:hover, div.shop_article .listing-more-button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div.shop_article .listing-more-button {
    display: none;
  }
}
div.shop_article .listing-more-button:not(:first-child) {
  margin-top: var(--size-20);
}
div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-size: 13px;
    line-height: 21px;
  }
}
div.shop_article[class*=has-subtitle] div.content .shop_article_information_title a, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
div.shop_article[class*=element_link_entire] .inner_content:hover .content:before {
  opacity: 1;
}
div.shop_article[class*=element_link_entire] .inner_content:hover .listing-more-button {
  background: var(--primary-color);
  color: var(--background-light);
}
div.shop_article[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  div.shop_article .videos,
div.shop_article .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div.shop_article .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  div.shop_article .inner_content {
    flex-flow: column;
    height: 100%;
  }
  div.shop_article .videos,
div.shop_article .pictures {
    flex: unset;
    max-width: 100%;
  }
  div.shop_article .videos,
div.shop_article .pictures {
    flex: unset;
    max-width: 100%;
  }
  div.shop_article .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div.shop_article .videos .video,
div.shop_article .videos video {
    height: auto;
  }
  div.shop_article .pictures a.resource_link,
div.shop_article .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div.shop_article .pictures .picture,
div.shop_article .pictures .resource_background,
div.shop_article .pictures a.resource_link,
div.shop_article .pictures img {
    height: auto;
  }
  div.shop_article .content {
    height: 100%;
  }
  div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  div.shop_article:not(:first-child) {
    margin-top: var(--size-60);
  }
  div.shop_article .videos,
div.shop_article .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  div.shop_article .content {
    padding: 0;
  }
  div.shop_article .content:before {
    display: none;
  }
}
div.shop_article .inner_content {
  flex-flow: nowrap !important;
  height: unset !important;
  min-height: calc(100% - var(--size-60) - var(--size-50));
}
div.shop_article .pictures {
  flex: 0 0 var(--picture-width) !important;
  max-width: none;
  position: relative;
  z-index: 10;
}
div.shop_article .pictures .resource_link {
  pointer-events: none;
}
div.shop_article .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div.shop_article .pictures .resource_link:before, div.shop_article .pictures .resource_link:after {
  display: none;
}
div.shop_article .pictures a.resource_link {
  pointer-events: all;
}
div.shop_article .pictures span.resource_background {
  display: block;
  position: relative;
}
div.shop_article .pictures span.resource_background:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15.9%;
  width: 200%;
  height: 110%;
  display: block;
  background: none;
  z-index: -1;
  background: url(../img/bottle-shadow-small.png) no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
}
div.shop_article .pictures span.resource_background:after {
  left: -13.9%;
  width: 170%;
  opacity: 0.7;
}
div.shop_article .pictures a.resource_link,
div.shop_article .pictures img {
  border-radius: 0;
}
div.shop_article .pictures .picture,
div.shop_article .pictures .resource_background,
div.shop_article .pictures a.resource_link,
div.shop_article .pictures img {
  height: auto;
}
div.shop_article .pictures img {
  aspect-ratio: 73/373;
  object-fit: contain;
}
div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
  margin-top: var(--size-60);
  margin-bottom: var(--size-50);
  margin-left: calc(-1 * var(--picture-width) / 2) !important;
  border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
}
div.shop_article .content {
  padding: var(--size-40) var(--size-25) var(--size-25) calc(var(--picture-width) / 2 + clamp(20px, 3vw, 30px));
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
}
@media print {
  div.shop_article .content {
    background: none;
  }
}
div.shop_article .shop_article_subtitle,
div.shop_article .shop_article_information_title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin-bottom: 0;
}
div.shop_article .shop_article_subtitle a,
div.shop_article .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div.shop_article .shop_article_subtitle,
div.shop_article .shop_article_information_title {
    font-size: 20px;
    line-height: 23px;
  }
}
div.shop_article .shop_article_subtitle {
  font-weight: 300;
}
div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin-bottom: 0;
}
div.shop_article[class*=has-subtitle] div.content .shop_article_information_title a, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (max-width: 750px) {
  div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
}
@media print {
  div.shop_article {
    --picture-width: clamp(40px,5vw,50px);
  }
  div.shop_article:has(.pictures) .content, div.shop_article:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div.shop_article .content {
    padding: 0 0 0 var(--size-10);
  }
}
div.shop_article .inner:hover .content:before {
  opacity: 1;
}
div.shop_article .inner:hover .shop_add_to_cart_form .shop_add_to_cart_container {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
div.shop_article:not(:first-child) {
  margin: 0;
}
div.shop_article .shop_article_subtitle2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
  margin-bottom: 0;
}
div.shop_article .shop_article_subtitle2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div.shop_article .shop_article_subtitle2 {
    font-size: 11px;
    line-height: 18px;
  }
}
div.shop_article .shop_special:not(:last-child) {
  margin-bottom: var(--size-15);
}
div.shop_article .shop_special span {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  color: var(--text-color);
  background: var(--background-darker);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(5px, 0.6vw, 6px) clamp(8px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
}
@media print {
  div.shop_article .shop_special span {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
  }
}
div.shop_article .article_categories {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 500;
  --gap: 0 var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  margin-bottom: var(--size-10);
}
div.shop_article .article_categories a {
  color: var(--primary-color);
}
@media print {
  div.shop_article .article_categories {
    font-size: 12px;
    line-height: 18px;
  }
}
div.shop_article .article_categories > .cf {
  display: none;
}
div.shop_article .article_categories .article_category {
  display: flex;
}
div.shop_article .article_categories .article_category:not(:last-child):after {
  content: ",";
}
div.shop_article .article_weight {
  display: none;
}
div.shop_article .shop_show_details {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
}
div.shop_article .shop-price-list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  pointer-events: none;
  margin-top: auto;
  padding-top: var(--size-30);
  text-align: left;
}
div.shop_article .shop-price-list .article_set_single,
div.shop_article .shop-price-list .article_set,
div.shop_article .shop-price-list .price_with_tax {
  display: none;
}
div.shop_article .shop-price-list .shop-price-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 5px 12px;
}
div.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Preis pro Flasche";
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  flex: 0 0 100%;
  margin-bottom: 3px;
}
@media print {
  div.shop_article .shop-price-list .shop-price-wrap:before {
    font-size: 12px;
    line-height: 18px;
  }
}
html[lang=fr] div.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Prix par bouteille";
}
html[lang=en] div.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Price per bottle";
}
html[lang=it] div.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Prezzo per bottiglia";
}
div.shop_article .shop-price-list .shop-price-wrap:has(.shop-regular-price-reduced):before {
  display: none;
}
div.shop_article .shop-price-list .shop-price {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
div.shop_article .shop-price-list .article_set_item_label_wrap {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  gap: 0 12px;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: rgba(48, 48, 48, 0.3);
  font-weight: 500;
}
div.shop_article .shop-price-list .article_set_item_label_wrap a {
  color: rgba(48, 48, 48, 0.3);
}
@media print {
  div.shop_article .shop-price-list .article_set_item_label_wrap {
    font-size: 12px;
    line-height: 18px;
  }
}
div.shop_article .shop-price-list .article_set_item_label_wrap .article_set_item_label:first-child {
  color: var(--text-color);
}
div.shop_article .shop_add_to_cart_form {
  margin-top: 0;
  width: 100%;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart span {
  display: none;
}
div.shop_article .shop_add_to_cart_form select,
div.shop_article .shop_add_to_cart_form .select2 {
  pointer-events: all;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
  position: absolute;
  top: unset;
  right: 0;
  bottom: -10px;
  left: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  gap: var(--size-10);
  width: 100%;
  margin: 0;
  padding: 5px 0 0;
  opacity: 0;
  pointer-events: none;
  background: var(--background-dark);
  -webkit-transition: bottom 0.4s ease-in-out, opacity 0.25s ease-in-out;
  z-index: 15;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 25px;
  display: block;
  background: none;
  right: 0;
  background: rgba(240, 230, 213, 0);
  background: -moz-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: -webkit-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: linear-gradient(to bottom, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
div.shop_article .shop_add_to_cart_form .shop_quantity_to_cart {
  width: 100%;
}
div.shop_article .shop_add_to_cart_form .shop_quantity_to_cart input {
  min-width: 0;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart {
  flex: 0 0 auto;
  width: var(--icon-width);
  height: var(--icon-width);
  margin: 0;
  padding: 0;
  pointer-events: all;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart:before {
  margin: 0;
}
div.shop_article .shop_add_to_cart_form .shop_add_to_cart:not(:first-child) {
  margin-top: 0;
}

.shop_show_all_view #content .content_inner:has(> .portlet_shop_filter) {
  margin-top: var(--size-80);
}
.shop_show_all_view .category_detail_content h1 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
.shop_show_all_view .category_detail_content h1 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .shop_show_all_view .category_detail_content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.shop_show_all_view .shop_products {
  --columns: 1;
  gap: 4px;
}
.shop_show_all_view .shop_products div.shop_article:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
.shop_show_all_view .shop_products div.shop_article .inner_content {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
.shop_show_all_view .shop_products div.shop_article .inner_content.cf {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .videos,
.shop_show_all_view .shop_products div.shop_article .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
.shop_show_all_view .shop_products div.shop_article .videos video {
  border-radius: var(--border-radius);
}
.shop_show_all_view .shop_products div.shop_article .videos + .pictures {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .videos .video,
.shop_show_all_view .shop_products div.shop_article .videos video {
  height: 100%;
}
.shop_show_all_view .shop_products div.shop_article .pictures {
  overflow: visible;
}
.shop_show_all_view .shop_products div.shop_article .pictures .resource_background {
  overflow: visible;
}
.shop_show_all_view .shop_products div.shop_article .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.shop_show_all_view .shop_products div.shop_article .pictures img {
  border-radius: var(--border-radius);
}
.shop_show_all_view .shop_products div.shop_article .pictures .picture,
.shop_show_all_view .shop_products div.shop_article .pictures .resource_background,
.shop_show_all_view .shop_products div.shop_article .pictures a.resource_link,
.shop_show_all_view .shop_products div.shop_article .pictures img {
  height: 100%;
}
.shop_show_all_view .shop_products div.shop_article .pictures .picture:not(:first-child) {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop_show_all_view .shop_products div.shop_article .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
.shop_show_all_view .shop_products div.shop_article .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
.shop_show_all_view .shop_products div.shop_article:has(.pictures) .content, .shop_show_all_view .shop_products div.shop_article:has(.videos) .content {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shop_show_all_view .shop_products div.shop_article .content {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .content {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .shop_show_all_view .shop_products div.shop_article .content {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
.shop_show_all_view .shop_products div.shop_article .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.shop_show_all_view .shop_products div.shop_article .content > * {
  position: relative;
  z-index: 5;
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle a,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.shop_show_all_view .shop_products div.shop_article .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
.shop_show_all_view .shop_products div.shop_article .listing-date a {
  color: var(--text-color);
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_show_all_view .shop_products div.shop_article div[class*=introduction] {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article div[class*=introduction] {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_show_all_view .shop_products div.shop_article div[class*=introduction]:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_show_all_view .shop_products div.shop_article div.introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article div.introduction {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_show_all_view .shop_products div.shop_article div.introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_show_all_view .shop_products div.shop_article div.introduction h2, .shop_show_all_view .shop_products div.shop_article div.introduction h3, .shop_show_all_view .shop_products div.shop_article div.introduction h4, .shop_show_all_view .shop_products div.shop_article div.introduction h5, .shop_show_all_view .shop_products div.shop_article div.introduction h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article div.introduction h2, .shop_show_all_view .shop_products div.shop_article div.introduction h3, .shop_show_all_view .shop_products div.shop_article div.introduction h4, .shop_show_all_view .shop_products div.shop_article div.introduction h5, .shop_show_all_view .shop_products div.shop_article div.introduction h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_show_all_view .shop_products div.shop_article .portlet-listing-custom-fields-container {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .document a {
  border-color: transparent;
  background: var(--background-dark);
}
.shop_show_all_view .shop_products div.shop_article .document a:focus, .shop_show_all_view .shop_products div.shop_article .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
.shop_show_all_view .shop_products div.shop_article .documents,
.shop_show_all_view .shop_products div.shop_article .musics {
  margin-top: 0;
}
.shop_show_all_view .shop_products div.shop_article .documents:not(:last-child),
.shop_show_all_view .shop_products div.shop_article .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
.shop_show_all_view .shop_products div.shop_article .listing-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.shop_show_all_view .shop_products div.shop_article .listing-more-button:hover, .shop_show_all_view .shop_products div.shop_article .listing-more-button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .listing-more-button {
    display: none;
  }
}
.shop_show_all_view .shop_products div.shop_article .listing-more-button:not(:first-child) {
  margin-top: var(--size-20);
}
.shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title a, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title a {
  color: var(--text-color);
  text-decoration: none;
}
.shop_show_all_view .shop_products div.shop_article[class*=element_link_entire] .inner_content:hover .content:before {
  opacity: 1;
}
.shop_show_all_view .shop_products div.shop_article[class*=element_link_entire] .inner_content:hover .listing-more-button {
  background: var(--primary-color);
  color: var(--background-light);
}
.shop_show_all_view .shop_products div.shop_article[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  .shop_show_all_view .shop_products div.shop_article .videos,
.shop_show_all_view .shop_products div.shop_article .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  .shop_show_all_view .shop_products div.shop_article:has(.pictures) .content, .shop_show_all_view .shop_products div.shop_article:has(.videos) .content {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  .shop_show_all_view .shop_products div.shop_article .content {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  .shop_show_all_view .shop_products div.shop_article .inner_content {
    flex-flow: column;
    height: 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .videos,
.shop_show_all_view .shop_products div.shop_article .pictures {
    flex: unset;
    max-width: 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .videos,
.shop_show_all_view .shop_products div.shop_article .pictures {
    flex: unset;
    max-width: 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .shop_show_all_view .shop_products div.shop_article .videos .video,
.shop_show_all_view .shop_products div.shop_article .videos video {
    height: auto;
  }
  .shop_show_all_view .shop_products div.shop_article .pictures a.resource_link,
.shop_show_all_view .shop_products div.shop_article .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  .shop_show_all_view .shop_products div.shop_article .pictures .picture,
.shop_show_all_view .shop_products div.shop_article .pictures .resource_background,
.shop_show_all_view .shop_products div.shop_article .pictures a.resource_link,
.shop_show_all_view .shop_products div.shop_article .pictures img {
    height: auto;
  }
  .shop_show_all_view .shop_products div.shop_article .content {
    height: 100%;
  }
  .shop_show_all_view .shop_products div.shop_article:has(.pictures) .content, .shop_show_all_view .shop_products div.shop_article:has(.videos) .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  .shop_show_all_view .shop_products div.shop_article:not(:first-child) {
    margin-top: var(--size-60);
  }
  .shop_show_all_view .shop_products div.shop_article .videos,
.shop_show_all_view .shop_products div.shop_article .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  .shop_show_all_view .shop_products div.shop_article:has(.pictures) .content, .shop_show_all_view .shop_products div.shop_article:has(.videos) .content {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  .shop_show_all_view .shop_products div.shop_article .content {
    padding: 0;
  }
  .shop_show_all_view .shop_products div.shop_article .content:before {
    display: none;
  }
}
.shop_show_all_view .shop_products div.shop_article .pictures {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article:has(.pictures) .content, .shop_show_all_view .shop_products div.shop_article:has(.videos) .content {
  margin: 0 !important;
  border-radius: var(--border-radius) !important;
}
.shop_show_all_view .shop_products div.shop_article .content {
  position: unset;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 6px;
  padding: 6px;
  padding-left: var(--size-20);
  border-radius: var(--border-radius);
  background: var(--background-dark);
}
.shop_show_all_view .shop_products div.shop_article .content:before {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0 !important;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle {
  font-weight: 400;
}
.shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-size: 13px;
    line-height: 21px;
  }
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .content {
    background: none;
    border: 1px solid var(--border);
  }
}
@media screen and (max-width: 1100px) {
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
  }
  .shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
    font-weight: 700;
  }
}
@media screen and (max-width: 800px) {
  .shop_show_all_view .shop_products div.shop_article .content {
    padding: var(--size-15);
  }
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle,
.shop_show_all_view .shop_products div.shop_article .shop_article_information_title {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
  }
  .shop_show_all_view .shop_products div.shop_article[class*=has-subtitle] div.content .shop_article_information_title, .shop_show_all_view .shop_products div.shop_article[class*=has_subtitle] div.content .shop_article_information_title {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
    font-weight: 700;
  }
}
.shop_show_all_view .shop_products div.shop_article:not(:first-child) {
  margin-top: 0;
}
.shop_show_all_view .shop_products div.shop_article .inner_content {
  position: unset;
  transform: unset;
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2 {
    font-size: 13px;
    line-height: 21px;
  }
}
.shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2:before {
  content: "|";
  padding-right: 6px;
}
.shop_show_all_view .shop_products div.shop_article a.shop_show_details {
  position: absolute;
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list {
  flex-flow: wrap;
  align-items: center;
  gap: var(--size-20);
  padding: 0;
  margin-left: auto;
  pointer-events: all;
  position: unset;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-price-wrap {
  flex-flow: wrap;
  align-items: center;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-price-wrap:before {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-price {
  flex-flow: wrap;
  align-items: center;
  gap: var(--size-10);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_item_label_wrap {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single {
  --input-background: var(--background-medium);
  --input-border: var(--background-medium);
  --input-background-hover: var(--background-light);
  --input-border-hover: var(--background-light);
  display: block;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
  min-height: var(--icon-width);
  width: clamp(80px, 9.6vw, 96px);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label a,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title a {
  color: var(--input-color);
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title {
    font-size: 12px;
    line-height: 18px;
  }
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label::-webkit-input-placeholder,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label::-moz-placeholder,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:-ms-input-placeholder,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:-moz-placeholder,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:focus, .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:hover,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:focus,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label[data-com-onepassword-filled=light], .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:-webkit-autofill, .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:-webkit-autofill:hover, .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:-webkit-autofill:focus,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title[data-com-onepassword-filled=light],
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:-webkit-autofill,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:-webkit-autofill:hover,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:hover, .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:focus,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:hover,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label,
body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
    background-size: 12.5px var(--input-padding-left-right);
  }
  body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:hover, body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:focus,
body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:hover,
body[data-theme=dynamic_dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:focus {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
    background-size: 12.5px var(--input-padding-left-right);
  }
}
body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label,
body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:hover, body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:focus,
body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:hover,
body[data-theme=dark_mode] .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label:hover,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_item_title:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap {
  position: relative;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap:hover .article_set_item_title {
  background-color: var(--input-background-hover);
  border-color: var(--input-border-hover);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap:hover .article_set_items {
  opacity: 1;
  pointer-events: all;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items {
  --input-padding-top-bottom: clamp(7px,1vw,10px);
  --input-padding: var(--input-padding-top-bottom) var(--input-padding-left-right);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 4px;
  background: var(--input-background-hover);
  border: 4px solid var(--input-border-hover);
  border-top: 0;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li {
  margin: 0;
  padding: var(--input-padding);
  border-radius: var(--border-radius-button);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li label {
  color: inherit;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li label:before {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li:hover, .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li:focus {
  color: var(--background-light);
  background: var(--input-color);
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li:before {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap .article_set_items li:has(input:checked) {
  color: var(--text-color-light);
  background: var(--background-medium);
  pointer-events: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_title {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single .article_set_item_label {
  background-image: none;
  pointer-events: none;
}
.shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form {
  display: flex;
  flex-flow: wrap;
  width: auto;
  gap: var(--size-10);
}
.shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
  position: relative;
  bottom: unset;
  opacity: 1;
  pointer-events: all;
  background: none;
  padding: 0;
  width: auto;
}
.shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container:before {
  display: none;
}
.shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form .shop_quantity_to_cart {
  width: clamp(120px, 15vw, 150px);
}

/* @end */
/* !@group shop price form */
.article_price_footer,
.shop-price-list {
  float: none;
  display: block;
  position: relative;
  z-index: 2;
}
.article_price_footer .shop-reduced-price,
.article_price_footer .shop-regular-price,
.shop-price-list .shop-reduced-price,
.shop-price-list .shop-regular-price {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: clamp(26px, 3.4vw, 34px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.1vw, 1px));
  margin: 0;
  padding: 0;
}
.article_price_footer .shop-reduced-price a,
.article_price_footer .shop-regular-price a,
.shop-price-list .shop-reduced-price a,
.shop-price-list .shop-regular-price a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .article_price_footer .shop-reduced-price,
.article_price_footer .shop-regular-price,
.shop-price-list .shop-reduced-price,
.shop-price-list .shop-regular-price {
    font-size: 20px;
    line-height: 23px;
  }
}
.article_price_footer .shop-regular-price-reduced,
.article_price_footer .shop-price-before-reduction,
.shop-price-list .shop-regular-price-reduced,
.shop-price-list .shop-price-before-reduction {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color-light);
  margin-bottom: var(--size-20);
  margin: 0;
  font-size: clamp(14px, 2vw, 20px);
  line-height: clamp(20px, 2.6vw, 26px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.1vw, 1px));
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
  --line-width: 2px;
}
.article_price_footer .shop-regular-price-reduced a,
.article_price_footer .shop-price-before-reduction a,
.shop-price-list .shop-regular-price-reduced a,
.shop-price-list .shop-price-before-reduction a {
  color: var(--text-color-light);
  text-decoration: none;
}
@media print {
  .article_price_footer .shop-regular-price-reduced,
.article_price_footer .shop-price-before-reduction,
.shop-price-list .shop-regular-price-reduced,
.shop-price-list .shop-price-before-reduction {
    font-size: 20px;
    line-height: 23px;
  }
}
.article_price_footer .shop-regular-price-reduced:before,
.article_price_footer .shop-price-before-reduction:before,
.shop-price-list .shop-regular-price-reduced:before,
.shop-price-list .shop-price-before-reduction:before {
  content: "";
  position: absolute;
  top: calc(50% - var(--line-width) / 2);
  left: 0;
  width: 100%;
  height: var(--line-width);
  display: block;
  background: var(--primary-color);
  z-index: 1;
}
.article_price_footer .price_with_tax,
.shop-price-list .price_with_tax {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  margin-top: calc(-1 * var(--size-5));
}
@media print {
  .article_price_footer .price_with_tax,
.shop-price-list .price_with_tax {
    font-size: 14px;
    line-height: 22px;
  }
}
.article_price_footer .price_with_tax .price_unit,
.article_price_footer .price_with_tax span.tax_label,
.shop-price-list .price_with_tax .price_unit,
.shop-price-list .price_with_tax span.tax_label {
  display: none;
}
.article_price_footer .article_minimum_quantity.hidden,
.shop-price-list .article_minimum_quantity.hidden {
  display: none;
}

.shop_add_to_cart_form:not(:first-child) {
  margin-top: var(--size-20);
}
.shop_add_to_cart_form .article_set_single,
.shop_add_to_cart_form .p_article_set_select {
  display: flex;
  align-items: center;
  gap: var(--size-10) var(--size-20);
  text-align: left;
}
.shop_add_to_cart_form .article_set_single select,
.shop_add_to_cart_form .p_article_set_select select {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
.shop_add_to_cart_form .article_set_single select a,
.shop_add_to_cart_form .p_article_set_select select a {
  color: var(--input-color);
}
@media print {
  .shop_add_to_cart_form .article_set_single select,
.shop_add_to_cart_form .p_article_set_select select {
    font-size: 12px;
    line-height: 18px;
  }
}
.shop_add_to_cart_form .article_set_single select::-webkit-input-placeholder,
.shop_add_to_cart_form .p_article_set_select select::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .article_set_single select::-moz-placeholder,
.shop_add_to_cart_form .p_article_set_select select::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .article_set_single select:-ms-input-placeholder,
.shop_add_to_cart_form .p_article_set_select select:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .article_set_single select:-moz-placeholder,
.shop_add_to_cart_form .p_article_set_select select:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .article_set_single select:focus, .shop_add_to_cart_form .article_set_single select:hover,
.shop_add_to_cart_form .p_article_set_select select:focus,
.shop_add_to_cart_form .p_article_set_select select:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.shop_add_to_cart_form .article_set_single select[data-com-onepassword-filled=light], .shop_add_to_cart_form .article_set_single select:-webkit-autofill, .shop_add_to_cart_form .article_set_single select:-webkit-autofill:hover, .shop_add_to_cart_form .article_set_single select:-webkit-autofill:focus,
.shop_add_to_cart_form .p_article_set_select select[data-com-onepassword-filled=light],
.shop_add_to_cart_form .p_article_set_select select:-webkit-autofill,
.shop_add_to_cart_form .p_article_set_select select:-webkit-autofill:hover,
.shop_add_to_cart_form .p_article_set_select select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.shop_add_to_cart_form .article_set_single select:hover, .shop_add_to_cart_form .article_set_single select:focus,
.shop_add_to_cart_form .p_article_set_select select:hover,
.shop_add_to_cart_form .p_article_set_select select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(34, 34, 34,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
@media (prefers-color-scheme: dark) {
  body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .article_set_single select,
body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .p_article_set_select select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
    background-size: 12.5px var(--input-padding-left-right);
  }
  body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .article_set_single select:hover, body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .article_set_single select:focus,
body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .p_article_set_select select:hover,
body[data-theme=dynamic_dark_mode] .shop_add_to_cart_form .p_article_set_select select:focus {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
    background-size: 12.5px var(--input-padding-left-right);
  }
}
body[data-theme=dark_mode] .shop_add_to_cart_form .article_set_single select,
body[data-theme=dark_mode] .shop_add_to_cart_form .p_article_set_select select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,0.5)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background);
  background-size: 12.5px var(--input-padding-left-right);
}
body[data-theme=dark_mode] .shop_add_to_cart_form .article_set_single select:hover, body[data-theme=dark_mode] .shop_add_to_cart_form .article_set_single select:focus,
body[data-theme=dark_mode] .shop_add_to_cart_form .p_article_set_select select:hover,
body[data-theme=dark_mode] .shop_add_to_cart_form .p_article_set_select select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(238, 228, 208,1)' d='M241 337c-9.4 9.4-24.6 9.4-33.9 0L47 177c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 337z'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) 50% var(--input-background-hover);
  background-size: 12.5px var(--input-padding-left-right);
}
.shop_add_to_cart_form .article_set_single .article_set_item_title,
.shop_add_to_cart_form .article_set_single label,
.shop_add_to_cart_form .p_article_set_select .article_set_item_title,
.shop_add_to_cart_form .p_article_set_select label {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin: 0;
  flex: 0 0 33.33%;
}
@media print {
  .shop_add_to_cart_form .article_set_single .article_set_item_title,
.shop_add_to_cart_form .article_set_single label,
.shop_add_to_cart_form .p_article_set_select .article_set_item_title,
.shop_add_to_cart_form .p_article_set_select label {
    font-size: 12px;
    line-height: 18px;
  }
}
.shop_add_to_cart_form .article_set_single + .article_set_single, .shop_add_to_cart_form .article_set_single + .article_set,
.shop_add_to_cart_form .article_set + .article_set_single,
.shop_add_to_cart_form .article_set + .article_set {
  margin-top: var(--size-15);
}
.shop_add_to_cart_form .shop_add_to_cart_container {
  display: flex;
  flex-flow: wrap;
  padding: 0;
}
.shop_add_to_cart_form .shop_add_to_cart_container:not(:first-child) {
  margin-top: var(--size-15);
}
.shop_add_to_cart_form .shop_quantity_to_cart {
  display: flex;
  align-items: center;
  gap: var(--size-10) var(--size-20);
  top: 0;
  width: 100%;
}
.shop_add_to_cart_form .shop_quantity_to_cart .unit {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin: 0;
  flex: 0 0 33.33%;
  order: -1;
  text-align: left;
}
@media print {
  .shop_add_to_cart_form .shop_quantity_to_cart .unit {
    font-size: 12px;
    line-height: 18px;
  }
}
.shop_add_to_cart_form .shop_quantity_to_cart .unit:empty {
  display: none;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span,
.shop_add_to_cart_form .shop_quantity_to_cart input {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  margin: 0 !important;
  text-align: center;
  position: relative;
  height: var(--icon-width);
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span a,
.shop_add_to_cart_form .shop_quantity_to_cart input a {
  color: var(--input-color);
}
@media print {
  .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span,
.shop_add_to_cart_form .shop_quantity_to_cart input {
    font-size: 12px;
    line-height: 18px;
  }
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span::-webkit-input-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span::-moz-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:-ms-input-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:-moz-placeholder,
.shop_add_to_cart_form .shop_quantity_to_cart input:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:focus, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:hover,
.shop_add_to_cart_form .shop_quantity_to_cart input:focus,
.shop_add_to_cart_form .shop_quantity_to_cart input:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span[data-com-onepassword-filled=light], .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:-webkit-autofill, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:-webkit-autofill:hover, .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span:-webkit-autofill:focus,
.shop_add_to_cart_form .shop_quantity_to_cart input[data-com-onepassword-filled=light],
.shop_add_to_cart_form .shop_quantity_to_cart input:-webkit-autofill,
.shop_add_to_cart_form .shop_quantity_to_cart input:-webkit-autofill:hover,
.shop_add_to_cart_form .shop_quantity_to_cart input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.shop_add_to_cart_form .shop_quantity_to_cart input {
  padding-left: calc(var(--icon-width) + 10px);
  padding-right: calc(var(--icon-width) + 10px);
  min-width: 150px;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter {
  --input-background: var(--background-medium);
  --input-border: var(--background-medium);
  --input-background-hover: var(--background-darker);
  --input-border-hover: var(--background-darker);
  position: absolute;
  top: auto;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  text-align: center;
  aspect-ratio: 1/1;
}
.shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span i {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  font-family: "Font Awesome 7 Pro";
  height: auto;
}
@media print {
  .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span i {
    font-size: 13px;
    line-height: 18px;
  }
}
.shop_add_to_cart_form .shop_quantity_to_cart .click_count_up {
  order: 2;
}
.shop_add_to_cart_form .shop_quantity_to_cart .click_count_up i:before {
  content: "+";
  content: "+"/"";
}
.shop_add_to_cart_form .shop_quantity_to_cart .click_count_down i:before {
  content: "\f068";
  content: "\f068"/"";
}
.shop_add_to_cart_form .with_unit .shop_quantity_to_cart .quantity_click_counter {
  max-width: calc(66.66% - var(--size-20));
  right: 0;
}
.shop_add_to_cart_form a.shop_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(18px, 2.5vw, 25px) clamp(26px, 4.5vw, 45px);
  margin: 0;
  width: 100%;
}
.shop_add_to_cart_form a.shop_add_to_cart:hover, .shop_add_to_cart_form a.shop_add_to_cart:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .shop_add_to_cart_form a.shop_add_to_cart {
    display: none;
  }
}
.shop_add_to_cart_form a.shop_add_to_cart:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f07a";
  margin-right: 8px;
}
.shop_add_to_cart_form a.shop_add_to_cart:not(:first-child) {
  margin-top: var(--size-15);
}

.add_to_wishlist_container {
  display: flex;
  justify-content: center;
  margin-top: var(--size-15);
  display: none;
}
.add_to_wishlist_container .article_message,
.add_to_wishlist_container .success_span,
.add_to_wishlist_container a.shop_add_to_wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  border-color: transparent;
}
.add_to_wishlist_container .article_message:hover, .add_to_wishlist_container .article_message:focus,
.add_to_wishlist_container .success_span:hover,
.add_to_wishlist_container .success_span:focus,
.add_to_wishlist_container a.shop_add_to_wishlist:hover,
.add_to_wishlist_container a.shop_add_to_wishlist:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .add_to_wishlist_container .article_message,
.add_to_wishlist_container .success_span,
.add_to_wishlist_container a.shop_add_to_wishlist {
    display: none;
  }
}
.add_to_wishlist_container .article_message:before,
.add_to_wishlist_container .success_span:before,
.add_to_wishlist_container a.shop_add_to_wishlist:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f08d";
  margin-right: 8px;
}
.add_to_wishlist_container .article_message i, .add_to_wishlist_container .article_message .space,
.add_to_wishlist_container .success_span i,
.add_to_wishlist_container .success_span .space,
.add_to_wishlist_container a.shop_add_to_wishlist i,
.add_to_wishlist_container a.shop_add_to_wishlist .space {
  display: none;
}
.add_to_wishlist_container.already_added_to_wishlist .article_message {
  color: var(--primary-color);
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-light);
}
.add_to_wishlist_container.already_added_to_wishlist .article_message:before {
  font-weight: 900;
}

/* @end */
/* !@group detail site */
.mod_action_show_article #content .content_inner .text_wrap {
  max-width: var(--siteframe-very-small);
}
.mod_action_show_article .article_detail_wrap {
  flex-flow: nowrap !important;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop-reduced-price,
.mod_action_show_article .article_detail_wrap .shop-price-list .shop-regular-price {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-size: clamp(20px, 4.8vw, 48px);
  line-height: clamp(26px, 5.4vw, 54px);
  font-weight: 700;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop-regular-price-reduced {
  font-size: clamp(14px, 2.6vw, 26px);
  line-height: clamp(20px, 3.2vw, 32px);
  font-weight: 400;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item_title {
  display: none;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_items {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  gap: clamp(6px, 0.8vw, 8px);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item {
  margin: 0;
  padding: 0;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item input, .mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item:before {
  display: none;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-dark);
  border: 1px solid var(--background-dark);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(9px, 1vw, 10px) clamp(12px, 2vw, 20px);
  font-weight: 400;
  padding-left: clamp(12px, 4vw, 40px);
  padding-right: clamp(12px, 4vw, 40px);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item label:hover, .mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item label:focus {
  color: var(--text-color);
  border: 1px solid var(--background-darker);
  background: var(--background-darker);
}
@media print {
  .mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item label {
    display: none;
  }
}
.mod_action_show_article .article_detail_wrap .shop-price-list .article_set .article_set_item input:checked + label {
  background: var(--background-light);
  border-color: var(--background-light);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container {
  flex-flow: nowrap;
  gap: 8px;
  margin-top: var(--size-30);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container .shop_quantity_to_cart {
  flex: 0 0 auto;
  width: clamp(150px, 21.7vw, 217px);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container .shop_quantity_to_cart input {
  height: 100%;
  font-weight: 700;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(18px, 2.6vw, 26px);
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container .shop_quantity_to_cart .quantity_click_counter {
  padding: 4px;
}
.mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container a.shop_add_to_cart {
  margin-top: 0;
}
.mod_action_show_article .article_detail_wrap .article_sets_text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin-top: calc(-1 * var(--size-10));
}
@media print {
  .mod_action_show_article .article_detail_wrap .article_sets_text {
    font-size: 13px;
    line-height: 18px;
  }
}
.mod_action_show_article .article_detail_wrap .shop_price_detailsite + .article_sets_text {
  margin-top: var(--size-20);
  text-align: center;
}
.mod_action_show_article .article_detail_pictures {
  position: sticky;
  top: var(--size-50);
  flex: 0 0 clamp(100px, 23vw, 230px);
  margin-right: clamp(60px, 16vw, 160px);
  padding: 0;
}
@media print {
  .mod_action_show_article .article_detail_pictures {
    position: relative;
    top: 0;
    flex: 0 0 120px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .mod_action_show_article .article_detail_pictures {
    margin-right: clamp(60px, 10vw, 100px);
  }
}
@media screen and (max-width: 600px) {
  .mod_action_show_article .article_detail_pictures {
    position: relative;
    top: 0;
    flex: 0 0 100%;
    max-width: clamp(100px, 23vw, 230px);
    margin: 0 auto var(--size-50);
  }
}
@media print {
  .mod_action_show_article .article_detail_pictures {
    max-width: 250px;
    margin-right: 30px;
  }
}
.mod_action_show_article .article_detail_pictures .pictures {
  width: 100%;
  padding: 0 var(--size-40);
  height: auto;
  float: none;
  box-sizing: border-box;
}
.mod_action_show_article .article_detail_pictures .pictures .resource_link {
  pointer-events: none;
}
.mod_action_show_article .article_detail_pictures .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mod_action_show_article .article_detail_pictures .pictures .resource_link:before, .mod_action_show_article .article_detail_pictures .pictures .resource_link:after {
  display: none;
}
.mod_action_show_article .article_detail_pictures .pictures span.resource_background {
  display: block;
  position: relative;
}
.mod_action_show_article .article_detail_pictures .pictures span.resource_background:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15.9%;
  width: 200%;
  height: 110%;
  display: block;
  background: none;
  z-index: -1;
  background: url(../img/bottle-shadow-small.png) no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
}
.mod_action_show_article .article_detail_pictures .pictures span.resource_background:after {
  background: url(../img/bottle-shadow-big.png) no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
}
.mod_action_show_article .article_detail_pictures .article_first_picture {
  width: 100%;
  height: auto;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails {
  display: none;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails:not(:first-child) {
  margin-top: var(--size-15);
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .pictures {
  --gap: var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 2;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .pictures > .cf {
  display: none;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .pictures > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture {
  margin: 0;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
  content: "Mehr Bilder";
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: #fff;
  font-weight: 500;
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before a {
  color: #fff;
}
@media print {
  .mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before {
    font-size: 14px;
    line-height: 22px;
  }
}
.mod_action_show_article .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) ~ .picture {
  display: none;
}
.mod_action_show_article[lang=fr] .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before {
  content: "Plus de photos";
}
.mod_action_show_article[lang=en] .article_detail_pictures .article_detail_thumbnails .picture:nth-child(4):not(:nth-last-child(2)) .resource_background:before {
  content: "More images";
}
.mod_action_show_article .text_wrap:not(:first-child) {
  margin-top: var(--size-30);
}
.mod_action_show_article .article_infos {
  display: flex;
  gap: var(--size-10);
  margin-bottom: var(--size-35);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .mod_action_show_article .article_infos {
    font-size: 14px;
    line-height: 22px;
  }
}
.mod_action_show_article .article_categories {
  --gap: 0 var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
.mod_action_show_article .article_categories > .cf {
  display: none;
}
.mod_action_show_article .article_categories:not(:first-child):before {
  content: "|";
  margin-right: calc(var(--size-5) + 2px);
  color: var(--primary-color);
}
.mod_action_show_article .article_categories .article_category {
  display: flex;
}
.mod_action_show_article .article_categories .article_category:not(:first-child) {
  display: none;
}
.mod_action_show_article h1 {
  margin-bottom: 0;
}
.mod_action_show_article .shop_article_subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  font-weight: 300;
  margin-bottom: 0;
}
.mod_action_show_article .shop_article_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article .shop_article_subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.mod_action_show_article .shop_article_subtitle2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
  margin-bottom: 0;
  font-weight: 300;
}
.mod_action_show_article .shop_article_subtitle2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article .shop_article_subtitle2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
.mod_action_show_article .shop_article_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
  margin-bottom: 0;
  margin-top: var(--size-45);
}
.mod_action_show_article .shop_article_introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article .shop_article_introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
.mod_action_show_article .shop_special_detail {
  display: flex;
}
.mod_action_show_article .shop_special_detail span {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  color: var(--text-color);
  background: var(--background-darker);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(5px, 0.6vw, 6px) clamp(8px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: var(--background-medium);
}
@media print {
  .mod_action_show_article .shop_special_detail span {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
  }
}
.mod_action_show_article .shop_special_detail:not(:last-child) {
  margin-bottom: var(--size-10);
}
.mod_action_show_article .shop_article_properties_table {
  display: flex;
  margin-top: var(--section-space-small);
}
.mod_action_show_article .shop_article_properties_table:not(:last-child) {
  margin-bottom: var(--size-40);
}
.mod_action_show_article .shop_article_properties_table tbody {
  display: flex;
  --gap: var(--size-40);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  --columns: 2;
}
.mod_action_show_article .shop_article_properties_table tbody > .cf {
  display: none;
}
.mod_action_show_article .shop_article_properties_table tbody > * {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.mod_action_show_article .shop_article_properties_table .property_row {
  position: relative;
  display: block;
  padding-left: clamp(55px, 8vw, 80px);
  box-sizing: border-box;
}
.mod_action_show_article .shop_article_properties_table .property_row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(40px, 6vw, 60px);
  height: auto;
  display: block;
  background: none;
  background: url(../img/icons/icon-3.svg) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod_action_show_article .shop_article_properties_table .property_row td {
  display: flex;
  flex-flow: wrap;
  border: none !important;
  padding: 0;
  font-size: 0;
}
.mod_action_show_article .shop_article_properties_table .property_row td .property_item {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
}
@media print {
  .mod_action_show_article .shop_article_properties_table .property_row td .property_item {
    font-size: 15px;
    line-height: 23px;
  }
}
.mod_action_show_article .shop_article_properties_table .property_row td .property_item:not(:last-child):after {
  content: ",";
  padding: 0 var(--size-5) 0 0;
}
.mod_action_show_article .shop_article_properties_table .property_row td:first-child {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin-bottom: var(--size-5);
}
@media print {
  .mod_action_show_article .shop_article_properties_table .property_row td:first-child {
    font-size: 13px;
    line-height: 18px;
  }
}
.mod_action_show_article .shop_article_properties_table .property_row.row_5 {
  display: none;
}
.mod_action_show_article .shop_article_properties_table .property_row.row_1:before {
  background-image: url(../img/icons/icon-2.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_2:before {
  background-image: url(../img/icons/icon-5.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_4:before {
  background-image: url(../img/icons/icon-1.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_3:before {
  background-image: url(../img/icons/icon-4.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_7:before {
  background-image: url(../img/icons/icon-6.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_8:before {
  background-image: url(../img/icons/icon-8.svg);
}
.mod_action_show_article .shop_article_properties_table .property_row.row_9:before {
  background-image: url(../img/icons/icon-7.svg);
}
.mod_action_show_article .shop_price_detailsite {
  margin-top: var(--size-60);
}
.mod_action_show_article .shop_article_description {
  margin-top: var(--section-space-medium);
}
.mod_action_show_article a.back-to-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  margin: 0;
}
.mod_action_show_article a.back-to-overview:hover, .mod_action_show_article a.back-to-overview:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .mod_action_show_article a.back-to-overview {
    display: none;
  }
}
.mod_action_show_article a.back-to-overview:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}
.mod_action_show_article a.back-to-overview:not(:first-child) {
  margin-top: var(--size-60);
}
.mod_action_show_article #content > .shop_accessories_wrap {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
}
.mod_action_show_article #content > .shop_accessories_wrap > *:first-child {
  margin-top: var(--section-space-big);
}
.mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet_content_subtitle,
.mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
.mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet_content_subtitle a,
.mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet_content_subtitle,
.mod_action_show_article #content > .shop_accessories_wrap > .portlet .portlet-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.mod_action_show_article #content > .shop_accessories_wrap > .portlet:has(.portlet_content_subtitle) .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .mod_action_show_article #content > .shop_accessories_wrap > .portlet:has(.portlet_content_subtitle) .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
.mod_action_show_article #content > .shop_accessories_wrap > .portlet:has(.portlet_content_subtitle) .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.mod_action_show_article #content > .shop_accessories_wrap .shop_products:not(:first-child) {
  margin-top: 0;
}
.mod_action_show_article #content > .shop_accessories_wrap:has(> .portlet) .shop_accessories_label {
  display: none;
}
.mod_action_show_article #content > .shop_accessories_wrap .shop_accessories_label {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
.mod_action_show_article #content > .shop_accessories_wrap .shop_accessories_label a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article #content > .shop_accessories_wrap .shop_accessories_label {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.mod_action_show_article #content > .shop_accessories_wrap .shop_products:has(.shop_accessories_wrap) {
  --columns: 1;
}
.mod_action_show_article .article_price_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: 1px solid var(--border);
  background: var(--background-medium);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mod_action_show_article .article_price_footer.not_visible {
  bottom: -200px;
}
.mod_action_show_article .article_price_footer .article_price_footer_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--size-20);
  padding-top: var(--size-20);
  padding-bottom: var(--size-20);
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_container,
.mod_action_show_article .article_price_footer .shop_add_to_cart_form {
  margin: 0;
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_form {
  flex-grow: 1;
  justify-content: flex-end;
}
.mod_action_show_article .article_price_footer .article_price_footer_wrap {
  display: flex;
  gap: var(--size-15);
  align-items: flex-end;
  margin: 0;
}
.mod_action_show_article .article_price_footer .shop-reduced-price,
.mod_action_show_article .article_price_footer .shop-regular-price {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  font-size: clamp(16px, 4.2vw, 42px);
  line-height: clamp(22px, 4.8vw, 48px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.018vw, 0.18px));
  margin: 0;
}
.mod_action_show_article .article_price_footer .shop-reduced-price a,
.mod_action_show_article .article_price_footer .shop-regular-price a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .mod_action_show_article .article_price_footer .shop-reduced-price,
.mod_action_show_article .article_price_footer .shop-regular-price {
    font-size: 18px;
    line-height: 26px;
  }
}
.mod_action_show_article .article_price_footer .shop-regular-price-reduced,
.mod_action_show_article .article_price_footer .shop-price-before-reduction {
  order: 2;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color-light);
}
.mod_action_show_article .article_price_footer .shop-regular-price-reduced a,
.mod_action_show_article .article_price_footer .shop-price-before-reduction a {
  color: var(--text-color-light);
}
@media print {
  .mod_action_show_article .article_price_footer .shop-regular-price-reduced,
.mod_action_show_article .article_price_footer .shop-price-before-reduction {
    font-size: 13px;
    line-height: 21px;
  }
}
.mod_action_show_article .article_price_footer .price_with_tax {
  display: none !important;
}
.mod_action_show_article .article_price_footer .shop_add_to_cart_form,
.mod_action_show_article .article_price_footer .shop_add_to_cart_container {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  gap: var(--size-30);
}
.mod_action_show_article .article_price_footer .shop_quantity_to_cart {
  width: auto;
}
.mod_action_show_article .article_price_footer a.shop_add_to_cart {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  padding: clamp(9px, 1vw, 10px) clamp(12px, 2vw, 20px);
  width: auto;
  margin: 0;
  white-space: nowrap;
  min-height: calc(var(--icon-width) - 2px);
}
.mod_action_show_article .article_price_footer a.shop_add_to_cart:hover, .mod_action_show_article .article_price_footer a.shop_add_to_cart:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .mod_action_show_article .article_price_footer a.shop_add_to_cart {
    display: none;
  }
}
.mod_action_show_article .article_price_footer .article_set {
  flex: 0 0 clamp(80px, 11.6vw, 116px);
}
.mod_action_show_article .article_price_footer .article_set label {
  display: none;
}
.mod_action_show_article .article_price_footer .footer_article_sets_text {
  display: none;
}
.mod_action_show_article footer .copyright {
  padding-bottom: 100px;
}

.logged_in .article_price_footer {
  display: none;
}

/* @end */
/* @group: checkout process */
#content .content_inner .text_wrap:has(.main_shop_wrap) {
  max-width: none;
}

.message + .main_shop_wrap {
  margin-top: 0;
}
.main_shop_wrap p.hidden {
  display: none;
}
.main_shop_wrap .button_bar_bottom,
.main_shop_wrap .shop_registration_form > div,
.main_shop_wrap .shop_div {
  margin: 0;
}
.main_shop_wrap .button_bar_bottom + form, .main_shop_wrap .button_bar_bottom:not(:first-child),
.main_shop_wrap .shop_registration_form > div + form,
.main_shop_wrap .shop_registration_form > div:not(:first-child),
.main_shop_wrap .shop_div + form,
.main_shop_wrap .shop_div:not(:first-child) {
  margin-top: var(--size-90);
}
.main_shop_wrap .button_bar_bottom h2,
.main_shop_wrap .shop_registration_form > div h2,
.main_shop_wrap .shop_div h2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
.main_shop_wrap .button_bar_bottom h2 a,
.main_shop_wrap .shop_registration_form > div h2 a,
.main_shop_wrap .shop_div h2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .main_shop_wrap .button_bar_bottom h2,
.main_shop_wrap .shop_registration_form > div h2,
.main_shop_wrap .shop_div h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.main_shop_wrap .button_bar_bottom h2:not(:last-child),
.main_shop_wrap .shop_registration_form > div h2:not(:last-child),
.main_shop_wrap .shop_div h2:not(:last-child) {
  margin-bottom: var(--size-20);
}
.main_shop_wrap .shop_div h2 ~ .shop_div:not(:first-child) {
  margin-top: var(--size-50);
}
.main_shop_wrap .shop_div h2 ~ .shop_div:not(:first-child)[class*=address_fieldset] {
  margin-top: var(--size-30);
}
.main_shop_wrap .shop_div h2 ~ .shop_div:not(:first-child)[class*=address_fieldset] h3 {
  margin-bottom: 0;
}
.main_shop_wrap .shop_div h2 ~ .shop_div h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  margin-bottom: var(--size-10);
}
@media print {
  .main_shop_wrap .shop_div h2 ~ .shop_div h3 {
    font-size: 15px;
    line-height: 23px;
  }
}
.main_shop_wrap label {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media print {
  .main_shop_wrap label {
    font-size: 12px;
    line-height: 18px;
  }
}
.main_shop_wrap input[type=password], .main_shop_wrap input[type=text] {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
}
.main_shop_wrap input[type=password] a, .main_shop_wrap input[type=text] a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap input[type=password], .main_shop_wrap input[type=text] {
    font-size: 12px;
    line-height: 18px;
  }
}
.main_shop_wrap input[type=password]::-webkit-input-placeholder, .main_shop_wrap input[type=text]::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap input[type=password]::-moz-placeholder, .main_shop_wrap input[type=text]::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap input[type=password]:-ms-input-placeholder, .main_shop_wrap input[type=text]:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap input[type=password]:-moz-placeholder, .main_shop_wrap input[type=text]:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap input[type=password]:focus, .main_shop_wrap input[type=password]:hover, .main_shop_wrap input[type=text]:focus, .main_shop_wrap input[type=text]:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.main_shop_wrap input[type=password][data-com-onepassword-filled=light], .main_shop_wrap input[type=password]:-webkit-autofill, .main_shop_wrap input[type=password]:-webkit-autofill:hover, .main_shop_wrap input[type=password]:-webkit-autofill:focus, .main_shop_wrap input[type=text][data-com-onepassword-filled=light], .main_shop_wrap input[type=text]:-webkit-autofill, .main_shop_wrap input[type=text]:-webkit-autofill:hover, .main_shop_wrap input[type=text]:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.main_shop_wrap input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.main_shop_wrap input.button:hover, .main_shop_wrap input.button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .main_shop_wrap input.button {
    display: none;
  }
}
.main_shop_wrap input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.main_shop_wrap input[type=submit]:hover, .main_shop_wrap input[type=submit]:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  .main_shop_wrap input[type=submit] {
    display: none;
  }
}
.main_shop_wrap input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.main_shop_wrap input[type=checkbox] + * {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.main_shop_wrap input[type=checkbox] + * a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap input[type=checkbox] + * {
    font-size: 13px;
    line-height: 18px;
  }
}
.main_shop_wrap input[type=checkbox] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.main_shop_wrap input[type=checkbox]:hover:not(:checked) + *, .main_shop_wrap input[type=checkbox]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.main_shop_wrap input[type=checkbox]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.main_shop_wrap input[type=checkbox] + label:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0c8";
}
.main_shop_wrap input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.main_shop_wrap input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.main_shop_wrap input[type=radio] + * {
  display: flex;
  align-items: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0;
}
.main_shop_wrap input[type=radio] + * a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap input[type=radio] + * {
    font-size: 13px;
    line-height: 18px;
  }
}
.main_shop_wrap input[type=radio] + *:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: normal;
  margin-right: 8px;
}
.main_shop_wrap input[type=radio]:hover:not(:checked) + *, .main_shop_wrap input[type=radio]:hover:not(:checked) + * a {
  color: var(--input-color-hover);
}
.main_shop_wrap input[type=radio]:checked + *:before {
  content: "\f192";
  content: "\f192"/"";
  color: var(--primary-color);
  font-weight: 900;
}
.main_shop_wrap textarea {
  display: block;
  width: 100%;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  background: var(--input-background);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: var(--input-padding);
  box-sizing: border-box;
  height: 150px;
  height: clamp(120px, 15vw, 150px);
}
.main_shop_wrap textarea a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap textarea {
    font-size: 12px;
    line-height: 18px;
  }
}
.main_shop_wrap textarea::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap textarea::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap textarea:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap textarea:-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}
.main_shop_wrap textarea:focus, .main_shop_wrap textarea:hover {
  border-color: var(--input-border-hover);
  background: var(--input-background-hover);
  color: var(--input-color-hover);
}
.main_shop_wrap textarea[data-com-onepassword-filled=light], .main_shop_wrap textarea:-webkit-autofill, .main_shop_wrap textarea:-webkit-autofill:hover, .main_shop_wrap textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--input-color-hover);
  -webkit-box-shadow: 0 0 0px 40rem var(--input-background-hover) inset;
}
.main_shop_wrap .mailform_error {
  --input-border: var(--signal-color);
  --input-color: var(--signal-color);
}
.main_shop_wrap .mailform_error label {
  color: var(--signal-color);
}
.main_shop_wrap .back-to-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  margin: 0;
  float: none;
}
.main_shop_wrap .back-to-overview:hover, .main_shop_wrap .back-to-overview:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .main_shop_wrap .back-to-overview {
    display: none;
  }
}
.main_shop_wrap .back-to-overview:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f060";
  content: "\f060"/"";
  margin-right: 8px;
}
.main_shop_wrap .back-to-overview span:first-child {
  display: none;
}
.main_shop_wrap .shop_order_block {
  margin: 0;
}
.main_shop_wrap .shop_order_coupon p:last-child {
  display: flex;
  gap: var(--size-10);
}
.main_shop_wrap .shop_order_coupon p:last-child:not(.redeemed_coupon) {
  font-size: 0;
  line-height: 0;
}
.main_shop_wrap .shop_order_coupon p:last-child.redeemed_coupon {
  flex-flow: wrap;
}
.main_shop_wrap div#cart_container:not(:first-child) {
  margin-top: var(--size-40);
}
.main_shop_wrap table.shop-cart {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .main_shop_wrap table.shop-cart {
    font-size: 14px;
    line-height: 22px;
  }
}
.main_shop_wrap table.shop-cart th, .main_shop_wrap table.shop-cart td {
  font-size: unset !important;
}
.main_shop_wrap table.shop-cart td {
  min-width: 80px;
}
.main_shop_wrap table.shop-cart .shipping td {
  font-size: unset !important;
  background: none;
}
.main_shop_wrap table.shop-cart .subtitle_2 {
  display: none;
}
.main_shop_wrap table.shop-cart tr:not(:first-child) th {
  border-top: 2px solid var(--background-dark-style-dark);
  border-bottom: none;
}
.main_shop_wrap table.shop-cart td:first-child {
  min-width: clamp(160px, 20vw, 200px);
}
.main_shop_wrap table.shop-cart td:nth-child(2)[width="120"] {
  font-size: 0 !important;
}
.main_shop_wrap table.shop-cart td:nth-child(2)[width="120"] input {
  display: inline-block;
  color: var(--input-color);
}
.main_shop_wrap table.shop-cart td:nth-child(2)[width="120"] a.remove_cart_article {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0 0 0 var(--size-10);
}
@media print {
  .main_shop_wrap table.shop-cart td:nth-child(2)[width="120"] a.remove_cart_article {
    font-size: 14px;
    line-height: 22px;
  }
}
.main_shop_wrap .payment-method {
  margin: var(--size-10) 0 0;
}
.main_shop_wrap .payment-method + .payment_additional_text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
}
.main_shop_wrap .payment-method + .payment_additional_text a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap .payment-method + .payment_additional_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.main_shop_wrap .payment-method + .payment_additional_text:not(:last-child) {
  margin-bottom: var(--size-15);
}
.main_shop_wrap .payment-method + .payment_additional_text:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: 0;
  margin-right: 8px;
  opacity: 0;
}
.main_shop_wrap .payment-method input[type=radio] + * {
  flex-flow: wrap;
  font-weight: 600;
  gap: clamp(6px, 0.8vw, 8px);
}
.main_shop_wrap .payment-method input[type=radio] + *:before {
  margin: 0;
}
.main_shop_wrap .payment-method:has(.payment-method-icon) .label_payment_icons {
  margin-right: var(--size-5);
}
.main_shop_wrap .payment-method .payment-method-icons-wrap {
  display: flex;
  gap: 5px;
}
.main_shop_wrap .payment-method .payment-method-icon {
  border: 1px solid rgba(var(--background-dark-style-rgb), 0.15);
  border-radius: 5px;
  padding: clamp(3px, 0.4vw, 4px) clamp(4.5px, 0.6vw, 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(50px, 6vw, 60px);
  height: clamp(32px, 4vw, 40px);
  box-sizing: border-box;
}
.main_shop_wrap .payment-method .payment-method-icon img {
  max-width: 100%;
  max-height: 100%;
}
.main_shop_wrap .distributor_selection_element {
  margin: var(--size-10) 0 0;
}
.main_shop_wrap .distributor_selection_element label span {
  font-weight: 700;
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-color);
  margin-top: calc(-1 * var(--size-5));
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text a {
  color: var(--input-color);
}
@media print {
  .main_shop_wrap .distributor_selection_element + .distributor_additional_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text:not(:last-child) {
  margin-bottom: var(--size-15);
}
.main_shop_wrap .distributor_selection_element + .distributor_additional_text:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f111";
  font-weight: 100;
  font-size: 1.73em;
  line-height: 0;
  margin-right: 8px;
  opacity: 0;
}
.main_shop_wrap .register_or_guest_process_wrap {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: var(--size-20);
}
.main_shop_wrap .register_or_guest_process_wrap a.button {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.main_shop_wrap .register_or_guest_process_wrap a.button:hover, .main_shop_wrap .register_or_guest_process_wrap a.button:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .main_shop_wrap .register_or_guest_process_wrap a.button {
    display: none;
  }
}
.main_shop_wrap .register_or_guest_process_wrap .order_form_or {
  padding: 0;
}
.main_shop_wrap fieldset {
  margin: 0;
  padding: var(--size-10) var(--size-25) var(--size-20);
  border: 1px solid var(--border);
  border-radius: var(--border-radius);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .main_shop_wrap fieldset {
    font-size: 14px;
    line-height: 22px;
  }
}
.main_shop_wrap fieldset ~ fieldset {
  margin-top: var(--size-30);
}
.main_shop_wrap fieldset legend {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
  padding: 0 var(--size-10);
  margin-left: calc(-1 * var(--size-10));
}
.main_shop_wrap fieldset legend a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .main_shop_wrap fieldset legend {
    font-size: 11px;
    line-height: 18px;
  }
}
.main_shop_wrap fieldset .edit_address_link {
  margin: 0;
  float: none;
  margin-top: var(--size-15);
}
.main_shop_wrap fieldset .edit_address_link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
}
.main_shop_wrap fieldset .edit_address_link a:hover, .main_shop_wrap fieldset .edit_address_link a:focus {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  .main_shop_wrap fieldset .edit_address_link a {
    display: none;
  }
}
.main_shop_wrap fieldset .edit_address_link a i {
  margin-right: 8px;
}
.main_shop_wrap label[for=accept_terms],
.main_shop_wrap label[for=additional_required_checkbox],
.main_shop_wrap label[for=delivery_address_matches_invoice_address] {
  display: flex !important;
}
.main_shop_wrap .address_with_subdivision .select2 .select2-selection--single .select2-selection__placeholder:after {
  content: "search";
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--input-background);
}
.main_shop_wrap .address_with_subdivision .select2 .select2-selection--single .select2-selection__placeholder:after a {
  color: var(--input-background);
}
@media print {
  .main_shop_wrap .address_with_subdivision .select2 .select2-selection--single .select2-selection__placeholder:after {
    font-size: 13px;
    line-height: 18px;
  }
}
.main_shop_wrap .address_with_subdivision .select2 .select2-selection--single .select2-selection__arrow:after {
  content: "\f002";
}
.main_shop_wrap p.order_form_checkboxes {
  padding: 0;
  margin: 0;
}
.main_shop_wrap p.order_form_checkboxes label ~ label {
  margin-top: var(--size-10);
}
.main_shop_wrap #order_form_overview hr {
  margin: var(--size-30) 0 var(--size-20) 0;
  border: none;
  border-top: 1px solid rgba(var(--background-dark-style-rgb), 0.15);
  background: none;
  display: block;
}
.main_shop_wrap .button_bar_bottom {
  --gap: var(--size-20);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  justify-content: space-between;
  position: relative;
}
.main_shop_wrap .button_bar_bottom > .cf {
  display: none;
}
.main_shop_wrap .button_bar_bottom a.button.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
}
.main_shop_wrap .button_bar_bottom a.button.secondary:hover, .main_shop_wrap .button_bar_bottom a.button.secondary:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .main_shop_wrap .button_bar_bottom a.button.secondary {
    display: none;
  }
}
.main_shop_wrap .button_bar_bottom a.button.secondary i {
  font-weight: 400;
}
.main_shop_wrap .button_bar_bottom a.button i:first-child {
  margin-right: clamp(6px, 0.8vw, 8px);
}
.main_shop_wrap .button_bar_bottom input.spinner_visible {
  padding-right: calc(var(--size-25) + 25px) !important;
}
.main_shop_wrap .button_bar_bottom .fa-spin {
  position: absolute;
  right: 0;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: clamp(16px, 1.8vw, 18px);
  color: #fff;
  margin-top: clamp(14px, 1.9vw, 19px);
  margin-right: var(--size-25) !important;
}
.main_shop_wrap .pay_with_paypal {
  margin-top: var(--size-30);
}

.shop_order_steps {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 3px 0;
  margin-bottom: var(--size-80);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  .shop_order_steps {
    font-size: 14px;
    line-height: 22px;
  }
}
.shop_order_steps + .main_shop_wrap {
  margin-top: 0;
}
.shop_order_steps:after, .shop_order_steps:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  height: 1px;
  display: block;
  background: rgba(var(--background-dark-style-rgb), 0.12);
  position: relative;
  flex: 1;
}
.shop_order_steps:before {
  margin-right: var(--size-20);
}
.shop_order_steps:after {
  margin-left: var(--size-20);
}
.shop_order_steps a {
  text-decoration: none;
  pointer-events: none;
}
.shop_order_steps a:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f07a";
  margin-right: 8px;
}
.shop_order_steps a.disabled_step * {
  pointer-events: none !important;
}
.shop_order_steps a.current {
  color: var(--primary-color);
}
.shop_order_steps a .order_step_nr {
  display: none;
}
.shop_order_steps a:before,
.shop_order_steps a .order_step_legend {
  pointer-events: all;
}
.shop_order_steps a:not(:last-child):after {
  font-family: "Font Awesome 7 Pro";
  content: "\f105";
  margin: var(--size-15);
  color: rgba(var(--background-dark-style-rgb), 0.25);
}
.shop_order_steps a:nth-child(2):before {
  content: "\f2bd";
  content: "\f2bd"/"";
}
.shop_order_steps a:nth-child(3):before {
  content: "\e489";
  content: "\e489"/"";
}
.shop_order_steps a:nth-child(4):before {
  content: "\f058";
  content: "\f058"/"";
}

#shop_cross_selling_popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: calc(var(--icon-width) + var(--siteframe-space) + var(--size-20)) var(--siteframe-space) var(--siteframe-space);
  background: rgba(65, 65, 65, 0.8);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: clamp(22px, 2.8vw, 28px);
  letter-spacing: unset;
  text-transform: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 200;
  box-sizing: border-box;
}
@media print {
  #shop_cross_selling_popup {
    font-size: 14px;
    line-height: 22px;
  }
}
#shop_cross_selling_popup .shop_cart_popup_inner {
  max-width: var(--siteframe-medium);
  border-radius: var(--border-radius);
  overflow: auto;
  background: var(--background-medium);
  width: 100%;
  max-height: 100%;
}
#shop_cross_selling_popup .shop_cart_popup_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--size-15);
  padding: var(--size-15) var(--size-30);
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top {
  border-bottom: 1px solid var(--border);
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top .shop_cross_selling_popup_close {
  position: absolute;
  top: var(--size-20);
  right: var(--size-20);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  border-radius: 100%;
  background: var(--background-medium);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top .shop_cross_selling_popup_close a {
  display: block;
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top .shop_cross_selling_popup_close span {
  display: none;
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top .shop_cross_selling_popup_close i {
  color: var(--text-color);
  pointer-events: none;
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_top .shop_cross_selling_popup_close:hover {
  background: var(--background-dark);
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_bottom {
  border-top: 1px solid var(--border);
}
#shop_cross_selling_popup .shop_cart_popup_bar.shop_cart_popup_bar_bottom .shop_cross_selling_popup_close {
  margin-left: auto;
}
#shop_cross_selling_popup .shop_cart_popup_bar_bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--text-color);
  background: var(--background-darker);
  border: 1px solid var(--background-darker);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  font-weight: 400;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: clamp(16px, 2vw, 20px);
  padding: clamp(10px, 1.7vw, 17px) clamp(15px, 3vw, 30px);
}
#shop_cross_selling_popup .shop_cart_popup_bar_bottom a:hover, #shop_cross_selling_popup .shop_cart_popup_bar_bottom a:focus {
  color: var(--text-color);
  border: 1px solid var(--background-dark);
  background: var(--background-dark);
}
@media print {
  #shop_cross_selling_popup .shop_cart_popup_bar_bottom a {
    display: none;
  }
}
#shop_cross_selling_popup .popup_message {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 700;
  line-height: clamp(20px, 3vw, 26px);
}
#shop_cross_selling_popup .popup_message i {
  margin-right: 8px;
  font-weight: 900;
}
#shop_cross_selling_popup a.goto-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  white-space: nowrap;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: clamp(16px, 2vw, 20px);
  padding: clamp(10px, 1.7vw, 17px) clamp(15px, 3vw, 30px);
}
#shop_cross_selling_popup a.goto-cart:hover, #shop_cross_selling_popup a.goto-cart:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #shop_cross_selling_popup a.goto-cart {
    display: none;
  }
}
#shop_cross_selling_popup a.goto-cart i {
  margin-left: 8px;
}
#shop_cross_selling_popup .shop_cart_article_wrap {
  display: flex;
  align-items: center;
  gap: var(--size-20) var(--size-40);
  padding: var(--size-30);
}
#shop_cross_selling_popup .shop_cart_article_wrap > * {
  flex-grow: 1;
}
#shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_price_title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  white-space: nowrap;
}
@media print {
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_price_title {
    font-size: 13px;
    line-height: 18px;
  }
}
#shop_cross_selling_popup .shop_cart_article_wrap .shop-regular-price {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
}
@media print {
  #shop_cross_selling_popup .shop_cart_article_wrap .shop-regular-price {
    font-size: 13px;
    line-height: 21px;
  }
}
#shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_total_price {
  padding: 0;
}
#shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_number_of_articles span {
  white-space: nowrap;
}
#shop_cross_selling_popup .shop_cart_article {
  display: flex;
  align-items: center;
  gap: var(--size-20);
  width: 100%;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture {
  max-width: 20%;
  flex: 0 0 clamp(100px, 15vw, 150px);
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture .resource_link {
  pointer-events: none;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture .resource_link:before, #shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture .resource_link:after {
  display: none;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture .resource_background {
  border-radius: var(--border-radius-small);
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_picture img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--size-20) var(--size-40);
  width: 100%;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin: 0;
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #shop_cross_selling_popup .shop_cart_article .shop_cart_article_content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
#shop_cross_selling_popup .shop_cart_article .shop_cart_article_content .shop_cart_article_price {
  text-align: center;
}
#shop_cross_selling_popup .shop_cart_total {
  text-align: center;
  border-left: 1px solid var(--border);
  padding: var(--size-30) var(--size-20) var(--size-30) var(--size-40);
}
#shop_cross_selling_popup .shop_cart_products_wrap {
  border-top: 1px solid var(--border);
  padding: var(--size-30);
  box-sizing: border-box;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products_title h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products {
  --gap: var(--size-30);
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--gap);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products > .cf {
  display: none;
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products:not(:first-child) {
  margin-top: var(--size-30);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article {
  --picture-width: clamp(35px,5vw,50px);
}
#shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products div.shop_article .content {
  padding-top: var(--size-25);
  height: auto;
}

.shop_registration_form p:has(input#mobile),
.shop_registration_form p:has(input#website) {
  display: none;
}

/* @end */
/* !@group portlets shop */
div[id*=portlets_all_options]:has(.portlet_shop_member_panel:first-child) {
  margin-top: var(--section-space-small);
}
div[id*=portlets_all_options] .portlet_shop_member_panel .portlet_inner {
  --siteframe: var(--siteframe-medium);
}
div[id*=portlets_all_options] .portlet_shop_member_panel .portlet-title {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner {
  --paragraph-space: var(--size-15);
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p:not(.link_logout) a {
  text-decoration: none;
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p:not(.link_logout) a span {
  display: flex;
  align-items: center;
  gap: var(--size-15);
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: clamp(28px, 3.4vw, 34px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p:not(.link_logout) a span {
    font-size: 15px;
    line-height: 23px;
  }
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p:not(.link_logout) a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-width);
  height: var(--icon-width);
  background: var(--background-dark);
  border-radius: 100%;
  font-weight: 300;
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p.link_logout {
  margin-top: var(--size-40);
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p.link_logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p.link_logout a:hover, div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p.link_logout a:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_member_panel_inner > p.link_logout a {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner .link_wishlist {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_member_panel_inner .portlet_shop_register {
  display: inline-block;
  margin-top: var(--size-20);
}
div[id*=portlets_all_options] .portlet_shop_cart .shop_cart {
  padding: 0;
  background: none;
}
div[id*=portlets_all_options] .portlet_shop_cart .shop_cart h3 {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_cart .shop_cart a.goto-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .portlet_shop_cart .shop_cart a.goto-cart:hover, div[id*=portlets_all_options] .portlet_shop_cart .shop_cart a.goto-cart:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_cart .shop_cart a.goto-cart {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_cart .shop_cart a.goto-cart:after {
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  content: "\f061"/"";
  margin-left: 8px;
}
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_title {
  display: flex;
  gap: var(--size-15);
  min-width: 250px;
}
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures .resource_background {
  border-radius: var(--border-radius-very-small);
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures img {
  display: block;
  padding: 0;
}
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_title .pictures span {
  box-shadow: none;
}
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_total_price,
div[id*=portlets_all_options] .portlet_shop_cart table .portlet_shop_cart_article_price {
  text-align: right;
}
div[id*=portlets_all_options] .portlet_shop_cart table td {
  border-top: 1px solid var(--background-dark) !important;
}
div[id*=portlets_all_options] .portlet_shop_cart table tr:last-child td {
  border-top: 2px solid var(--background-dark-style-dark) !important;
}
div[id*=portlets_all_options] .portlet_shop_article {
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet_shop_article:not(:first-child) {
  margin-top: var(--section-space-big);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_text,
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_introduction,
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_subtitle,
div[id*=portlets_all_options] .portlet_shop_article .portlet-title {
  max-width: var(--siteframe-medium);
  margin: 0 auto;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-title,
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_subtitle {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
  text-wrap: balance;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-title a,
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_subtitle a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-title,
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_subtitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2.6vw, 26px);
  line-height: clamp(27px, 3.6vw, 36px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-70);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_introduction a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_introduction {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: var(--size-40);
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_introduction > * {
  max-width: var(--siteframe-small);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_text > * {
  max-width: var(--siteframe-small);
}
div[id*=portlets_all_options] .portlet_shop_article .slick-list {
  margin: 0 calc(-1 * var(--size-30));
}
div[id*=portlets_all_options] .portlet_shop_article .slick-slide {
  margin: 0 var(--size-30);
  padding-bottom: clamp(22px, 2.5vw, 25px);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry-wrap:not(:first-child) {
  margin-top: var(--size-80);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry {
  --picture-width: clamp(50px,7.5vw,75px);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:not(:first-child) {
  margin-top: clamp(30px, 10vw, 100px);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry > * {
  display: flex;
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: translateZ(0);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry > *.cf {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  flex: 0 0 640px;
  max-width: 53%;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos video {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos + .pictures {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos .video,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos video {
  height: 100%;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_background {
  overflow: visible;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link {
  border-radius: var(--border-radius);
  overflow: hidden;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
  border-radius: var(--border-radius);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .picture,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
  height: 100%;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .picture:not(:first-child) {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .icon {
  --icon-width: clamp(50px,8.8vw,88px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  flex: 0 0 var(--icon-width);
  border-radius: 100%;
  background: var(--background-light);
  color: var(--icon-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .icon i {
  font-size: calc(var(--icon-width) / 2.2);
  font-weight: 300;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .icon:not(:last-child) {
  margin-bottom: var(--size-30);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .icon {
    --icon-width: 50px;
    background: #eee !important;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
  margin-top: var(--size-50);
  margin-bottom: var(--size-50);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: var(--size-70) var(--size-40) var(--size-70) var(--size-70);
  border-radius: var(--border-radius);
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  box-sizing: border-box;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    background: #F0E6D5;
    background: -moz-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: -webkit-linear-gradient(top, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
    background: linear-gradient(to bottom, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  background: var(--background-dark);
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container > * {
  position: relative;
  z-index: 5;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-40);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle a,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date a {
  color: var(--text-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 500;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-introduction:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h2, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h2, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h3, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h5, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .listing-content-text h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-listing-custom-fields-container {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .document a {
  border-color: transparent;
  background: var(--background-dark);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .document a:focus, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .document a:hover {
  border-color: transparent;
  background: rgba(var(--background-dark-style-rgb), 0.2);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .documents,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .musics {
  margin-top: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .documents:not(:last-child),
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .musics:not(:last-child) {
  margin-bottom: var(--paragraph-space);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:hover, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-more:not(:first-child) {
  margin-top: var(--size-20);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 {
    font-size: 13px;
    line-height: 21px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4 a, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 a {
  color: var(--text-color);
  text-decoration: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=element_link_entire] > *:hover .portlet-shop-article-content-container:before {
  opacity: 1;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=element_link_entire] > *:hover .portlet-shop-article-more {
  background: var(--primary-color);
  color: var(--background-light);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=element_link_entire] a[class$=_entry_link] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}
@media screen and (max-width: 1200px) {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: 0 0 500px;
    max-width: 45%;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    padding: var(--size-40) var(--size-30) var(--size-50) var(--size-40);
  }
}
@media screen and (max-width: 600px) {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry > * {
    flex-flow: column;
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: unset;
    max-width: 100%;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos video {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos .video,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos video {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .picture,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
    height: auto;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    height: 100%;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:not(:first-child) {
    margin-top: var(--size-60);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .videos,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
    flex: 0 0 300px;
    max-width: 35%;
    margin-right: var(--size-50);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    padding: 0;
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container:before {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry > * {
  flex-flow: nowrap !important;
  height: unset !important;
  min-height: calc(100% - var(--size-60) - var(--size-50));
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures {
  flex: 0 0 var(--picture-width) !important;
  max-width: none;
  position: relative;
  z-index: 10;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_link {
  pointer-events: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_link:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_link:before, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_link:after {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link {
  pointer-events: all;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures span.resource_background {
  display: block;
  position: relative;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures span.resource_background:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15.9%;
  width: 200%;
  height: 110%;
  display: block;
  background: none;
  z-index: -1;
  background: url(../img/bottle-shadow-small.png) no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures span.resource_background:after {
  left: -13.9%;
  width: 170%;
  opacity: 0.7;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
  border-radius: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .picture,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures .resource_background,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures a.resource_link,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
  height: auto;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .pictures img {
  aspect-ratio: 73/373;
  object-fit: contain;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
  margin-top: var(--size-60);
  margin-bottom: var(--size-50);
  margin-left: calc(-1 * var(--picture-width) / 2) !important;
  border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
  padding: var(--size-40) var(--size-25) var(--size-25) calc(var(--picture-width) / 2 + clamp(20px, 3vw, 30px));
  background: #F0E6D5;
  background: -moz-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: -webkit-linear-gradient(left, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
  background: linear-gradient(to right, #F0E6D5 0%, rgba(240, 230, 213, 0) 100%);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    background: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin-bottom: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle a,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-subtitle {
  font-weight: 300;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  margin-bottom: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4 a, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has-subtitle] div.portlet-shop-article-content-container h4, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[class*=has_subtitle] div.portlet-shop-article-content-container h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media screen and (max-width: 750px) {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
    margin-top: var(--size-20);
    margin-bottom: var(--size-20);
  }
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry {
    --picture-width: clamp(40px,5vw,50px);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.pictures) .portlet-shop-article-content-container, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry:has(.videos) .portlet-shop-article-content-container {
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
  }
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-content-container {
    padding: 0 0 0 var(--size-10);
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-entry-inline:hover .portlet-shop-article-content-container:before {
  opacity: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-shop-article-entry-inline:hover a.portlet-shop-article-more {
  opacity: 1;
  bottom: 0;
  pointer-events: all;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-entry-subtitle2 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: clamp(17px, 2vw, 20px);
  line-height: clamp(25px, 2.8vw, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-5);
  margin-bottom: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-entry-subtitle2 a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-entry-subtitle2 {
    font-size: 11px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  pointer-events: none;
  margin-top: auto;
  padding-top: var(--size-30);
  text-align: left;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price:before {
  content: "Preis pro Flasche";
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  flex: 0 0 100%;
  margin-bottom: 3px;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price:before {
    font-size: 12px;
    line-height: 18px;
  }
}
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price:before {
  content: "Prix par bouteille";
}
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price:before {
  content: "Price per bottle";
}
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price:before {
  content: "Prezzo per bottiglia";
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 3.5vw, 35px);
  line-height: clamp(31px, 3.8vw, 38px);
  letter-spacing: calc(-1 * clamp(0.2px, 0.05vw, 0.5px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: clamp(26px, 3.4vw, 34px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.1vw, 1px));
  margin: 0;
  padding: 0;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
    font-size: 20px;
    line-height: 23px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .shop_add_to_cart_container {
  position: absolute;
  top: unset;
  right: 0;
  bottom: -10px;
  left: 0;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  gap: var(--size-10);
  width: 100%;
  margin: 0;
  padding: 5px 0 0;
  opacity: 0;
  pointer-events: none;
  background: var(--background-dark);
  -webkit-transition: bottom 0.4s ease-in-out, opacity 0.25s ease-in-out;
  z-index: 15;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry .shop_add_to_cart_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 25px;
  display: block;
  background: none;
  right: 0;
  background: rgba(240, 230, 213, 0);
  background: -moz-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: -webkit-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: linear-gradient(to bottom, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry a.portlet-shop-article-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  position: absolute;
  top: unset;
  right: 0;
  bottom: -10px;
  left: unset;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: bottom 0.4s ease-in-out, opacity 0.25s ease-in-out;
  margin-left: calc(var(--picture-width) / 2 + var(--size-30));
  margin-bottom: var(--size-25);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry a.portlet-shop-article-more:hover, div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry a.portlet-shop-article-more:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry a.portlet-shop-article-more {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry a.portlet-shop-article-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 25px;
  display: block;
  background: none;
  right: 0;
  background: rgba(240, 230, 213, 0);
  background: -moz-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: -webkit-linear-gradient(top, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  background: linear-gradient(to bottom, rgba(240, 230, 213, 0) 0%, #f0e6d5 100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-special-state {
  order: -1;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-special-state:not(:last-child) {
  margin-bottom: var(--size-15);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-special-state span {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 13px);
  line-height: clamp(14px, 1.8vw, 18px);
  color: var(--text-color);
  background: var(--background-darker);
  border-radius: var(--border-radius-very-small);
  display: block;
  padding: clamp(5px, 0.6vw, 6px) clamp(8px, 1.2vw, 12px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-special-state span {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 8px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--primary-color);
  font-weight: 500;
  --gap: 0 var(--size-5);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  margin-bottom: var(--size-10);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories a {
  color: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories {
    font-size: 12px;
    line-height: 18px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories > .cf {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories .portlet-article-shop-entry-category {
  display: flex;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-categories .portlet-article-shop-entry-category:not(:first-child) {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-price {
  margin-top: auto;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.6vw, 26px);
  line-height: clamp(25px, 3.2vw, 32px);
  letter-spacing: calc(-1 * clamp(0.1px, 0.014vw, 0.14px));
  text-transform: none;
  color: var(--text-color);
  margin-bottom: var(--size-20);
  padding-right: calc(var(--icon-width) + 10px);
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-price .portlet-article-shop-entry-regular-price-value {
    font-size: 18px;
    line-height: 26px;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-article-shop-entry-price .price_unit {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  margin-left: auto;
  margin-right: auto;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_link:hover, div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_link {
    display: none;
  }
}
div[id*=portlets_all_options] .portlet_shop_article .portlet_shop_article_link:not(:first-child) {
  margin-top: var(--size-90);
}

/* @end */
/* !@group shop search results changes */
#search_results .shop_article_properties_table {
  display: none;
}

/* @end */
/* @group age overlas */
body:has(#age_overlay:not(.hidden)) {
  overflow: hidden;
}

#age_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  background-size: 100% auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: block;
  text-align: center;
}
#age_overlay.hidden {
  display: none !important;
}
#age_overlay .age_overlay_inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: var(--size-40) 0;
  box-sizing: border-box;
  overflow: auto;
}
#age_overlay .age_overlay_logo {
  max-width: 50%;
  width: 350px;
  padding-bottom: var(--size-30);
  margin-top: auto;
}
#age_overlay .age_overlay_logo img {
  width: 100%;
  height: auto;
}
#age_overlay .age_overlay_text_wrap {
  width: 750px;
  padding: var(--size-60) clamp(20px, 6vw, 60px);
  margin: 0 var(--siteframe-space);
  margin-bottom: auto;
  box-sizing: border-box;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--color-on-primary-color);
  max-width: calc(100% - 40px);
  position: relative;
  border-radius: var(--border-radius);
  background: var(--primary-color);
}
@media print {
  #age_overlay .age_overlay_text_wrap {
    font-size: 13px;
    line-height: 21px;
  }
}
#age_overlay .age_overlay_text_wrap h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--color-on-primary-color);
  margin-bottom: var(--size-15);
}
@media print {
  #age_overlay .age_overlay_text_wrap h3 {
    font-size: 13px;
    line-height: 21px;
  }
}
#age_overlay .age_overlay_text_wrap h3 a {
  color: var(--color-on-primary-color);
  text-decoration: none;
}
#age_overlay .age_overlay_text_wrap h4 {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4.6vw, 46px);
  line-height: clamp(32px, 5vw, 50px);
  letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
  text-transform: uppercase;
  color: var(--color-on-primary-color);
  margin-bottom: var(--size-40);
}
#age_overlay .age_overlay_text_wrap h4 a {
  color: var(--color-on-primary-color);
  text-decoration: none;
}
@media print {
  #age_overlay .age_overlay_text_wrap h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: var(--size-20);
  }
}
#age_overlay .age_overlay_text_wrap .text {
  text-wrap: balance;
}
#age_overlay .age_overlay_buttons {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: clamp(20px, 4.2vw, 42px);
}
#age_overlay .age_overlay_buttons a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
  padding-left: clamp(15px, 4vw, 40px);
  padding-right: clamp(15px, 4vw, 40px);
  margin: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow: 0;
  background: rgba(var(--background-rgb), 0.15);
}
#age_overlay .age_overlay_buttons a.button:hover, #age_overlay .age_overlay_buttons a.button:focus {
  color: #fff;
  border: 1px solid transparent;
  background: var(--primary-color-dark);
}
@media print {
  #age_overlay .age_overlay_buttons a.button {
    display: none;
  }
}
#age_overlay .age_overlay_buttons a.button:hover {
  background: rgba(var(--background-rgb), 0.4);
  color: var(--background-light);
}
#age_overlay .age_overlay_buttons a.button[data-accept=true] {
  background: var(--background-light);
  border-color: unset;
  color: var(--primary-color);
}
#age_overlay .age_overlay_buttons a.button[data-accept=true]:hover {
  border-color: unset;
  background: rgba(var(--background-rgb), 0.8);
  color: var(--primary-color);
}
#age_overlay .age_overlay_message {
  position: absolute;
  top: var(--size-40);
  left: var(--size-40);
  width: calc(100% - var(--size-40) - var(--size-40));
  text-align: center;
  background: var(--background-light);
  color: var(--primary-color);
  padding: clamp(15px, 3vw, 30px);
  box-sizing: border-box;
  font-weight: 700;
  border-radius: var(--border-radius-small);
}

/* @end */
/* !@group shop responsive */
@media screen and (max-width: 1100px) {
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2 {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-reduced-price,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-regular-price {
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: clamp(24px, 2.8vw, 28px);
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-regular-price-reduced,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-price-before-reduction {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(20px, 2.4vw, 24px);
  }
}
@media screen and (max-width: 1000px) {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products,
.shop_products,
.articles_in_shop_category {
    --columns: 2;
  }
  .shop_header:not(:first-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  #shop_cross_selling_popup .shop_cart_article_wrap {
    flex-flow: column;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: max-content;
    display: grid;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article_picture {
    grid-area: 1/1/3/2;
    justify-self: start;
    width: clamp(70px, 18vw, 180px);
    max-width: 100%;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article_content {
    flex-flow: column;
    align-items: flex-start;
    grid-area: 1/2/2/3;
    align-self: end;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_price {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 0 var(--size-10);
    width: 100%;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_price .shop_cart_price_title {
    text-align: left;
    white-space: unset;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_total {
    grid-area: 2/2/3/3;
    align-self: start;
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--background-dark);
    margin-bottom: var(--size-20);
    padding: var(--size-20) 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .portlet_shop_filter .portlet-content > .shop_filter {
    flex: 1 0 calc(50% - var(--form-gap) + var(--form-gap) / 2);
  }
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form,
.mod_action_show_article .article_price_footer .shop_add_to_cart_container {
    gap: 10px;
  }
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart input {
    padding-left: calc(var(--icon-width) + 5px);
    padding-right: calc(var(--icon-width) + 5px);
    min-width: 130px;
  }
  .mod_action_show_article .article_price_footer a.shop_add_to_cart {
    padding: clamp(9px, 1vw, 10px) clamp(9px, 1.7vw, 17px);
  }
  .mod_action_show_article .article_price_footer a.shop_add_to_cart:before {
    margin-right: 0;
  }
  .mod_action_show_article .article_price_footer a.shop_add_to_cart span {
    display: none;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2 {
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-reduced-price,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-regular-price {
    font-size: clamp(20px, 2.8vw, 28px);
    line-height: clamp(26px, 3.4vw, 34px);
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-regular-price-reduced,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .shop-price-before-reduction {
    font-size: clamp(14px, 2vw, 20px);
    line-height: clamp(20px, 2.6vw, 26px);
    order: 2;
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list {
    flex: 0 0 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .shop_add_to_cart_form {
    margin-left: auto;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    opacity: 1;
    margin-top: var(--size-10);
    background: none;
  }
  div.shop_article .shop_add_to_cart_form .shop_add_to_cart_container:before {
    display: none;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_article_picture img {
    aspect-ratio: 1/2;
  }
}
@media screen and (max-width: 600px) {
  .mod_action_show_article .article_detail_wrap {
    flex-flow: column !important;
  }
  .mod_action_show_article .article_price_footer .shop-regular-price-reduced,
.mod_action_show_article .article_price_footer .shop-price-before-reduction {
    display: none !important;
  }
  .shop_add_to_cart_form .shop_quantity_to_cart input {
    min-width: 140px;
  }
  .shop_order_steps {
    font-size: 16px;
  }
  .shop_order_steps span.order_step_legend {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #shop_cross_selling_popup .shop_cart_products_wrap .shop_cart_products,
.shop_products,
.articles_in_shop_category {
    --columns: 1;
  }
}
@media screen and (max-width: 500px) {
  body {
    --input-height: 41px;
  }
  .shop_header a {
    width: clamp(32px, 4.6vw, 46px);
  }
  .portlet_shop_filter .portlet-content > .shop_filter {
    flex: 0 0 100%;
  }
  .shop_add_to_cart_form {
    --size-15: 14px;
  }
  .shop_add_to_cart_form .article_set_single,
.shop_add_to_cart_form .p_article_set_select,
.shop_add_to_cart_form .shop_quantity_to_cart {
    flex-flow: wrap;
  }
  .shop_add_to_cart_form .with_unit .shop_quantity_to_cart input {
    height: var(--input-height);
  }
  .shop_add_to_cart_form .with_unit .shop_quantity_to_cart .quantity_click_counter {
    max-width: 100%;
    height: var(--input-height);
  }
  .main_shop_wrap .shop_order_coupon p:last-child:not(.redeemed_coupon) {
    flex-flow: column;
  }
  .mod_action_show_article .shop_article_properties_table tbody {
    --columns: 1;
  }
  .mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container {
    flex-flow: column;
    gap: 10px;
  }
  .mod_action_show_article .article_detail_wrap .shop-price-list .shop_add_to_cart_container .shop_quantity_to_cart {
    width: 100%;
  }
  #shop_cross_selling_popup .shop_cart_article_wrap .shop_cart_price {
    flex-flow: column;
    align-items: flex-start;
  }
  .shop_show_all_view .shop_products div.shop_article .content {
    row-gap: 0;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2 {
    flex: 0 0 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_article_subtitle2:before {
    display: none;
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list {
    justify-content: space-between;
    margin-top: var(--size-10);
  }
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap {
    z-index: 50;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form {
    display: contents;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_form .shop_quantity_to_cart {
    width: 100%;
  }
  .shop_show_all_view .shop_products div.shop_article .shop_add_to_cart_container {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 470px) {
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart input {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 80px;
  }
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter {
    padding: 0;
  }
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span {
    background: none;
    width: 30px;
    border: 0;
    aspect-ratio: unset;
  }
  .mod_action_show_article .article_price_footer .shop_add_to_cart_form .shop_quantity_to_cart .quantity_click_counter span i {
    font-size: 10px;
  }
  #shop_cross_selling_popup .popup_message i {
    font-size: 20px;
  }
  #shop_cross_selling_popup .popup_message span {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 420px) {
  #shop_cross_selling_popup .popup_message i {
    font-size: 30px;
  }
  #shop_cross_selling_popup .popup_message span {
    display: none;
  }
}
/* @end */
/* @group print */
@media print {
  .article_price_footer .price_with_tax,
.shop-price-list .price_with_tax,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_single,
.shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_radio_wrap,
.portlet_shop_filter,
.shop_category_picture,
.mod_action_show_article .article_price_footer,
.shop_add_to_cart_container,
.shop_add_to_cart_form .article_set_single,
.shop_add_to_cart_form .p_article_set_select {
    display: none !important;
  }
  #content > .shop_accessories_wrap {
    page-break-inside: avoid;
    box-decoration-break: clone;
  }
  .category_detail_content h1 {
    font-family: "Antonio", Arial, Verdana, sans-serif;
    font-weight: 300;
    font-size: clamp(20px, 4.8vw, 48px);
    line-height: clamp(30px, 5.8vw, 58px);
    letter-spacing: calc(-1 * clamp(0.3px, 0.06vw, 0.6px));
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: var(--size-5);
  }
  .category_detail_content h1 a {
    color: var(--text-color);
    text-decoration: none;
  }
}
@media print {
  .category_detail_content h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media print {
  .main_shop_wrap:not(:first-child) {
    margin-top: var(--size-50);
  }
}
@media print {
  .shop_products,
.articles_in_shop_category {
    --columns: 2;
    row-gap: var(--size-50);
  }
}
@media print {
  .shop_show_all_view .shop_products div.shop_article .shop-price-list .article_set_item_label_wrap {
    display: flex;
  }
}
@media print {
  .mod_action_show_article .text_wrap:not(:first-child) {
    margin-top: 0;
  }
  .mod_action_show_article .article_infos {
    margin-bottom: var(--size-25);
  }
}
@media print {
  div[id*=portlets_all_options] .portlet_shop_article .slick-track {
    gap: var(--size-30) var(--size-40);
  }
  div[id*=portlets_all_options] .portlet_shop_article .slick-slide {
    flex: 0 0 calc(50% - var(--size-30));
    margin: 0;
  }
}
/* @end */
/* @group special articles */
#shop-article-39.shop_article .inner_content,
#shop-article-38.shop_article .inner_content,
#shop-article-28.shop_article .inner_content,
#shop-article-27.shop_article .inner_content,
#shop-article-26.shop_article .inner_content {
  flex-flow: column !important;
}
#shop-article-39.shop_article .pictures,
#shop-article-38.shop_article .pictures,
#shop-article-28.shop_article .pictures,
#shop-article-27.shop_article .pictures,
#shop-article-26.shop_article .pictures {
  flex: unset !important;
}
#shop-article-39.shop_article .pictures img,
#shop-article-38.shop_article .pictures img,
#shop-article-28.shop_article .pictures img,
#shop-article-27.shop_article .pictures img,
#shop-article-26.shop_article .pictures img {
  aspect-ratio: unset;
}
@media screen and (max-width: 550px) {
  #shop-article-39.shop_article .pictures img,
#shop-article-38.shop_article .pictures img,
#shop-article-28.shop_article .pictures img,
#shop-article-27.shop_article .pictures img,
#shop-article-26.shop_article .pictures img {
    max-height: 255px;
  }
}
#shop-article-39.shop_article:has(.pictures) .content,
#shop-article-38.shop_article:has(.pictures) .content,
#shop-article-28.shop_article:has(.pictures) .content,
#shop-article-27.shop_article:has(.pictures) .content,
#shop-article-26.shop_article:has(.pictures) .content {
  margin: calc(-1 * var(--size-80)) 0 0 !important;
  padding-top: calc(var(--size-40) + var(--size-50));
  padding-left: var(--size-25);
  border-radius: var(--border-radius) !important;
}
#shop-article-39.shop_article .shop-price-list .shop-price-wrap:before,
#shop-article-38.shop_article .shop-price-list .shop-price-wrap:before,
#shop-article-28.shop_article .shop-price-list .shop-price-wrap:before,
#shop-article-27.shop_article .shop-price-list .shop-price-wrap:before,
#shop-article-26.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Preis pro Set";
}
html[lang=fr] #shop-article-39.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=fr] #shop-article-38.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=fr] #shop-article-28.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=fr] #shop-article-27.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=fr] #shop-article-26.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Prix par lot";
}
html[lang=en] #shop-article-39.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=en] #shop-article-38.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=en] #shop-article-28.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=en] #shop-article-27.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=en] #shop-article-26.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Price per set";
}
html[lang=it] #shop-article-39.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=it] #shop-article-38.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=it] #shop-article-28.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=it] #shop-article-27.shop_article .shop-price-list .shop-price-wrap:before,
html[lang=it] #shop-article-26.shop_article .shop-price-list .shop-price-wrap:before {
  content: "Prezzo per set";
}
#shop-article-39.shop_article .pictures span.resource_background:after,
#shop-article-38.shop_article .pictures span.resource_background:after,
#shop-article-28.shop_article .pictures span.resource_background:after,
#shop-article-27.shop_article .pictures span.resource_background:after,
#shop-article-26.shop_article .pictures span.resource_background:after {
  display: none;
}

div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"] .pictures,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"] .pictures,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"] .pictures,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"] .pictures,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"] .pictures {
  display: none;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"]:has(.pictures) .portlet-shop-article-content-container,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"]:has(.pictures) .portlet-shop-article-content-container,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"]:has(.pictures) .portlet-shop-article-content-container,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"]:has(.pictures) .portlet-shop-article-content-container,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"]:has(.pictures) .portlet-shop-article-content-container {
  margin-left: 0 !important;
  padding-left: var(--size-25);
  border-radius: var(--border-radius) !important;
}
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"] .portlet-article-shop-entry-price:before,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"] .portlet-article-shop-entry-price:before,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"] .portlet-article-shop-entry-price:before,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"] .portlet-article-shop-entry-price:before,
div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"] .portlet-article-shop-entry-price:before {
  content: "Preis pro Set";
}
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"] .portlet-article-shop-entry-price:before,
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"] .portlet-article-shop-entry-price:before,
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"] .portlet-article-shop-entry-price:before,
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"] .portlet-article-shop-entry-price:before,
html[lang=fr] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"] .portlet-article-shop-entry-price:before {
  content: "Prix par lot";
}
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"] .portlet-article-shop-entry-price:before,
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"] .portlet-article-shop-entry-price:before,
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"] .portlet-article-shop-entry-price:before,
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"] .portlet-article-shop-entry-price:before,
html[lang=en] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"] .portlet-article-shop-entry-price:before {
  content: "Price per set";
}
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="39"] .portlet-article-shop-entry-price:before,
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="38"] .portlet-article-shop-entry-price:before,
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="28"] .portlet-article-shop-entry-price:before,
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="27"] .portlet-article-shop-entry-price:before,
html[lang=it] div[id*=portlets_all_options] .portlet_shop_article .portlet-shop-article-entry[data-entry-id="26"] .portlet-article-shop-entry-price:before {
  content: "Prezzo per set";
}

.mod_action_show_article:has(.text_wrap > #shop-article-39) .article_detail_wrap,
.mod_action_show_article:has(.text_wrap > #shop-article-38) .article_detail_wrap,
.mod_action_show_article:has(.text_wrap > #shop-article-28) .article_detail_wrap,
.mod_action_show_article:has(.text_wrap > #shop-article-27) .article_detail_wrap,
.mod_action_show_article:has(.text_wrap > #shop-article-26) .article_detail_wrap {
  flex-flow: column !important;
}
.mod_action_show_article:has(.text_wrap > #shop-article-39) .article_detail_pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-38) .article_detail_pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-28) .article_detail_pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-27) .article_detail_pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-26) .article_detail_pictures {
  position: relative;
  top: 0;
  flex: unset;
  margin: 0;
  width: 100%;
  max-width: var(--siteframe-very-small);
}
.mod_action_show_article:has(.text_wrap > #shop-article-39) .article_detail_pictures .pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-38) .article_detail_pictures .pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-28) .article_detail_pictures .pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-27) .article_detail_pictures .pictures,
.mod_action_show_article:has(.text_wrap > #shop-article-26) .article_detail_pictures .pictures {
  padding: 0;
}
.mod_action_show_article:has(.text_wrap > #shop-article-39) .article_detail_pictures .pictures span.resource_background:after,
.mod_action_show_article:has(.text_wrap > #shop-article-38) .article_detail_pictures .pictures span.resource_background:after,
.mod_action_show_article:has(.text_wrap > #shop-article-28) .article_detail_pictures .pictures span.resource_background:after,
.mod_action_show_article:has(.text_wrap > #shop-article-27) .article_detail_pictures .pictures span.resource_background:after,
.mod_action_show_article:has(.text_wrap > #shop-article-26) .article_detail_pictures .pictures span.resource_background:after {
  display: none;
}

#shop-article-13.shop_article .pictures span.resource_background:after,
#shop-article-25.shop_article .pictures span.resource_background:after,
#shop-article-24.shop_article .pictures span.resource_background:after,
#shop-article-20.shop_article .pictures span.resource_background:after,
#shop-article-42.shop_article .pictures span.resource_background:after {
  background-image: url(../img/bottle-shadow-special-small.png);
}

/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* @group social media wall */
#content > .content_inner:first-child + .social_wall {
  margin-top: var(--section-space-small);
}

.social_wall:not(:first-child) {
  margin-top: var(--section-space-big);
}
.social_wall .social_wall_inner {
  --siteframe-width: var(--siteframe);
  max-width: calc(var(--siteframe-width) + var(--siteframe-space) + var(--siteframe-space));
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--siteframe-space);
  padding-left: var(--siteframe-space);
  box-sizing: border-box;
  --siteframe-width: var(--siteframe-big);
}
.social_wall .social_wall_title {
  max-width: var(--siteframe-medium);
  margin: 0 auto;
}
.social_wall .social_wall_title .portlet-content {
  display: flex;
  flex-flow: column;
}
.social_wall .social_wall_title .portlet_content_subtitle,
.social_wall .social_wall_title .portlet-title {
  font-family: "Antonio", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8.4vw, 84px);
  line-height: clamp(36px, 9.1vw, 91px);
  letter-spacing: calc(-1 * clamp(0.5px, 0.12vw, 1.2px));
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: var(--size-80);
}
.social_wall .social_wall_title .portlet_content_subtitle a,
.social_wall .social_wall_title .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
@media print {
  .social_wall .social_wall_title .portlet_content_subtitle,
.social_wall .social_wall_title .portlet-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: var(--size-30);
  }
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 2vw, 20px);
  line-height: clamp(25px, 3vw, 30px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: var(--size-15);
}
@media print {
  .social_wall .social_wall_title [class*=has_subtitle] .portlet-title {
    font-size: 13px;
    line-height: 21px;
  }
}
.social_wall .social_wall_title [class*=has_subtitle] .portlet-title a {
  color: var(--text-color);
  text-decoration: none;
}
.social_wall #button_detail_site {
  margin-top: var(--size-80);
  display: flex;
  justify-content: center;
  width: 100%;
}
.social_wall #button_detail_site a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.social_wall #button_detail_site a:hover, .social_wall #button_detail_site a:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .social_wall #button_detail_site a {
    display: none;
  }
}
.social_wall .portlet[class*=social_media_link] {
  margin-top: var(--size-50) !important;
}
.social_wall .portlet[class*=social_media_link] .portlet_text_wrap {
  display: flex;
  justify-content: center;
}
.social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
.social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link:hover, .social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  .social_wall .portlet[class*=social_media_link] .portlet_text_wrap .portlet_content_link {
    display: none;
  }
}

.juicer-feed {
  overflow: visible !important;
}
.juicer-feed li.feed-item.juicer,
.juicer-feed h1.referral {
  display: none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  position: absolute;
  width: 1px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
}
.juicer-feed .j-stack {
  --gap: var(--size-25);
}
.juicer-feed .j-stack li.feed-item {
  border: none !important;
  box-shadow: none !important;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  display: flex;
  flex-flow: column;
  background: var(--background-light) !important;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.juicer-feed .j-stack li.feed-item a {
  color: var(--text-color);
}
@media print {
  .juicer-feed .j-stack li.feed-item {
    font-size: 12px;
    line-height: 18px;
  }
}
.juicer-feed .j-stack li.feed-item .j-meta a {
  text-decoration: none !important;
}
.juicer-feed .j-stack li.feed-item:before {
  display: none !important;
}
.juicer-feed .j-stack li.feed-item:hover {
  background: var(--background-dark);
}
.juicer-feed .j-stack .j-poster {
  height: auto;
  overflow: visible;
  padding: var(--size-25);
  padding-right: calc(var(--size-25) + 35px);
  display: flex;
  justify-content: space-between;
}
.juicer-feed .j-stack .j-poster a {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-10);
  width: 100%;
}
.juicer-feed .j-stack .j-poster a.j-twitter {
  gap: 0;
}
.juicer-feed .j-stack .j-poster a.j-twitter:before {
  font-size: clamp(18px, 2.4vw, 24px);
}
.juicer-feed .j-stack .j-poster a h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  color: var(--text-color) !important;
  margin-right: auto !important;
}
@media print {
  .juicer-feed .j-stack .j-poster a h3 {
    font-size: 12px;
    line-height: 18px;
  }
}
.juicer-feed .j-stack .j-poster a .j-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color) !important;
  opacity: 0.5;
}
@media print {
  .juicer-feed .j-stack .j-poster a .j-date {
    font-size: 12px;
    line-height: 18px;
  }
}
.juicer-feed .j-stack .j-poster a > * {
  margin: 0 !important;
}
.juicer-feed .j-stack .j-image {
  order: -1;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  flex: none;
}
.juicer-feed .j-stack .j-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(var(--background-rgb), 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}
.juicer-feed .j-stack .j-image:after {
  position: absolute;
  top: calc(50% - var(--icon-width) / 2);
  left: calc(50% - var(--icon-width) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
  height: var(--icon-width);
  font-family: "Font Awesome 7 Pro";
  content: "\f061";
  font-weight: 700;
  font-size: calc(var(--icon-width) / 2.2);
  line-height: var(--icon-width);
  color: var(--text-color);
  background: rgba(var(--background-rgb), 0.5);
  border-radius: 100%;
  z-index: 2;
  text-indent: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(10px);
}
.juicer-feed .j-stack .j-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.6s ease-out;
  -moz-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.juicer-feed .j-stack .j-image:hover:after, .juicer-feed .j-stack .j-image:hover:before {
  opacity: 1;
}
.juicer-feed .j-stack .j-image:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.1s;
}
.juicer-feed .j-stack .j-image:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.juicer-feed .j-stack .j-text {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  padding: 0 !important;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-flow: column;
}
.juicer-feed .j-stack .j-text a {
  color: var(--text-color);
}
@media print {
  .juicer-feed .j-stack .j-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.juicer-feed .j-stack .j-text a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.juicer-feed .j-stack .j-text a:hover {
  color: var(--primary-color);
}
.juicer-feed .j-stack .j-text .j-message {
  display: none;
}
.juicer-feed .j-stack .j-text a.j-read-more {
  font-size: 0;
}
.juicer-feed .j-stack .j-text a.j-read-more:after {
  content: "...mehr lesen";
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: clamp(18px, 1.9vw, 19px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color);
  font-weight: 700;
}
.juicer-feed .j-stack .j-text a.j-read-more:after a {
  color: var(--text-color);
}
@media print {
  .juicer-feed .j-stack .j-text a.j-read-more:after {
    font-size: 12px;
    line-height: 18px;
  }
}
body[lang=en] .juicer-feed .j-stack .j-text a.j-read-more:after {
  content: "...read more";
}
body[lang=fr] .juicer-feed .j-stack .j-text a.j-read-more:after {
  content: "...lire plus";
}
.juicer-feed .j-stack .j-meta {
  margin: 0;
  padding: var(--size-25);
  border: none;
}
.juicer-feed .j-stack .j-meta li:before {
  display: none;
}

.j-loading-wrapper .j-loading {
  border-color: var(--primary-color);
}
.j-loading-wrapper .j-loading:before {
  background-color: var(--primary-color);
}

div.j-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}
div.j-overlay .j-overlay-content {
  border-radius: var(--border-radius);
  overflow: auto;
  background: var(--background-light);
  color: var(--text-color);
}
div.j-overlay .j-post-overlay {
  display: flex;
}
div.j-overlay .j-post-overlay > * {
  flex: 1;
}
div.j-overlay .j-post-overlay .image .j-image {
  height: 100%;
}
div.j-overlay .j-post-overlay .image img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}
div.j-overlay .j-overlay-text {
  padding: var(--size-35) !important;
}
div.j-overlay .j-poster {
  height: auto;
  background: var(--background-light);
  overflow: visible;
  margin-bottom: var(--size-25);
  display: flex;
  justify-content: space-between;
}
div.j-overlay .j-poster a {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-15);
}
div.j-overlay .j-poster a.j-twitter {
  gap: 0;
}
div.j-overlay .j-poster a.j-twitter:before {
  font-size: clamp(18px, 2.4vw, 24px);
}
div.j-overlay .j-poster a h3 {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  font-weight: 700;
  color: var(--text-color) !important;
  margin-right: auto !important;
}
@media print {
  div.j-overlay .j-poster a h3 {
    font-size: 13px;
    line-height: 18px;
  }
}
div.j-overlay .j-poster a .j-date {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
  color: var(--text-color) !important;
  opacity: 0.5;
}
@media print {
  div.j-overlay .j-poster a .j-date {
    font-size: 13px;
    line-height: 18px;
  }
}
div.j-overlay .j-poster a > * {
  margin: 0 !important;
}
div.j-overlay .j-overlay-content .j-overlay-text .j-message {
  margin: 0;
}
div.j-overlay .j-overlay-content .j-overlay-text .j-message,
div.j-overlay .j-overlay-content .j-overlay-text .j-message p {
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: clamp(22px, 2.6vw, 26px);
  letter-spacing: unset;
  text-transform: none;
}
@media print {
  div.j-overlay .j-overlay-content .j-overlay-text .j-message,
div.j-overlay .j-overlay-content .j-overlay-text .j-message p {
    font-size: 13px;
    line-height: 18px;
  }
}
div.j-overlay .j-overlay-content .j-overlay-text a {
  color: var(--text-color);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: var(--primary-color);
  text-decoration-thickness: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
div.j-overlay .j-overlay-content .j-overlay-text a:hover {
  color: var(--primary-color);
}
div.j-overlay .j-overlay-content .j-meta {
  display: none;
}
div.j-overlay .j-overlay-content .j-bottom {
  margin-top: var(--size-40);
}
div.j-overlay .j-overlay-content .j-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mona Sans", Arial, Verdana, sans-serif;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  -webkit-appearance: none;
  transform: translateZ(0);
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: clamp(18px, 2vw, 20px);
  padding: clamp(13px, 1.7vw, 17px) clamp(20px, 3vw, 30px);
}
div.j-overlay .j-overlay-content .j-bottom a:hover, div.j-overlay .j-overlay-content .j-bottom a:focus {
  color: var(--background-light);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
@media print {
  div.j-overlay .j-overlay-content .j-bottom a {
    display: none;
  }
}
div.j-overlay .j-overlay-content .j-bottom a.juicer-button {
  align-items: baseline;
}
div.j-overlay .j-overlay-content .j-bottom a.juicer-button:before {
  left: 0;
  margin-right: 8px;
}
div.j-overlay .j-overlay-content .j-navigate button:before,
div.j-overlay .j-overlay-content .j-close:before {
  font-size: clamp(18px, 2.2vw, 22px) !important;
  line-height: clamp(18px, 2.2vw, 22px) !important;
  color: var(--text-color);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: "Font Awesome 7 Pro" !important;
  font-weight: 400;
}
div.j-overlay .j-overlay-content .j-navigate button:hover:before,
div.j-overlay .j-overlay-content .j-close:hover:before {
  opacity: 1;
}
div.j-overlay .j-overlay-content .j-close {
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  top: var(--size-10);
  right: var(--size-10);
}
div.j-overlay .j-overlay-content .j-close:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f00d";
}
div.j-overlay .j-overlay-content .j-navigate {
  bottom: var(--size-10);
  right: var(--size-10);
}

/* @end */
@media screen and (max-width: 950px) {
  .juicer-feed .j-stack {
    --columns: 2;
  }
  .page_home .juicer-feed .j-stack li.feed-item:nth-child(5) ~ li.feed-item {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  div.j-overlay .j-post-overlay {
    flex-flow: column;
  }
}
@media screen and (max-width: 550px) {
  .juicer-feed .j-stack {
    --columns: 1;
  }
  .page_home .juicer-feed .j-stack li.feed-item:nth-child(3) ~ li.feed-item {
    display: none !important;
  }
}
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
/* !@group menu */
@media screen and (max-height: 1000px), screen and (max-width: 1000px) {
  .menu .menu_left {
    padding-top: var(--size-30);
    padding-bottom: 0;
  }
  ul.navigation li.level0#nav-15 {
    margin-top: var(--size-40);
  }
  .language_switcher {
    padding-top: var(--size-20);
  }
}
/* @end */
/* !@group max-width: 1400px */
@media screen and (max-width: 1400px) {
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
    --column-width: 25vw;
  }
}
/* @end */
/* !@group max-width: 1200px */
@media screen and (max-width: 1200px) {
  header {
    padding: 0 var(--siteframe-space);
  }
  .fix_portlet_wrap_home {
    --picture-size: clamp(70px,23vw,230px);
    --picture-size-big: clamp(90px,28vw,280px);
    --picture-size-bottle: clamp(30px,11vw,110px);
  }
}
/* @end */
/* !@group max-width: 1100px */
@media screen and (max-width: 1100px) {
  .home_top .title_wrap {
    max-width: none;
  }
  .home_top .title_wrap h1, .home_top .title_wrap h2 {
    margin-bottom: var(--size-40);
  }
  .home_top .portlet_quicklinks a.quicklink {
    --hover-space: var(--size-10);
    padding: clamp(3px, 1.5vw, 15px) clamp(10px, 2vw, 20px) calc(clamp(3px, 1.5vw, 15px) + var(--hover-space));
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: clamp(20px, 2.6vw, 26px);
  }
  div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap {
    --columns: 4;
  }
}
/* @end */
/* !@group max-width: 1000px */
@media screen and (max-width: 1000px) {
  div[id*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
    --columns: 2;
  }
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
    --column-width: 33vw;
  }
}
/* @end */
/* !@group max-width: 900px */
@media screen and (max-width: 900px) {
  .flex_wrap {
    flex-flow: column;
  }
  .filter_tags_wrap_left {
    margin-bottom: var(--size-60);
  }
  .filter_tags_wrap_left ul.property_filter_as_tags,
.filter_tags_wrap_left ul.tags {
    flex-flow: wrap;
    gap: clamp(8px, 2.5vw, 25px);
  }
  div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap {
    --columns: 3;
  }
  #mailform_elements .mailform_elements_wrap {
    flex-flow: column;
  }
}
/* @end */
/* !@group max-width: 800px */
/* @end */
/* !@group max-width: 700px */
@media screen and (max-width: 750px) {
  footer .footer_top .footer_inner {
    padding-top: var(--size-80);
    padding-bottom: var(--size-80);
  }
  footer .footer_top .footer_inner_wrap {
    --columns: 2;
  }
  footer .footer_top .portlet_content_opening {
    order: unset;
  }
  footer .footer_top .portlet_content_address {
    flex: 0 0 100%;
  }
  footer .footer_top .portlet_quicklinks_quicklinks_footer {
    text-align: left;
  }
}
/* @end */
/* !@group max-width: 700px */
@media screen and (max-width: 700px) {
  .home_top .portlet_quicklinks a.quicklink {
    --hover-space: var(--size-5);
    font-size: 0;
    line-height: 0;
  }
  .home_top .portlet_quicklinks a.quicklink b {
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: clamp(20px, 2.6vw, 26px);
  }
  .gallery {
    --columns: 2;
  }
}
/* @end */
/* !@group max-width: 600px */
@media screen and (max-width: 600px) {
  .listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
    flex: 1 0 calc(50% - var(--size-40) + var(--size-40) / 3);
  }
  #popup_news .information_responsive {
    display: flex;
    pointer-events: all;
  }
  #popup_news .portlet {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  #popup_news .portlet + #close_popup {
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #popup_news #close_popup {
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #popup_news .portlet.visible_responsive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: block;
  }
  #popup_news .portlet.visible_responsive + #close_popup {
    opacity: 1;
    display: flex;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  #popup_news .portlet.visible_responsive + div + .information_responsive {
    pointer-events: none;
    opacity: 0;
    position: absolute;
  }
  .mailform_element.zwei,
.mailform_element.drei {
    flex: 0 0 100%;
  }
  .fix_portlet_wrap_home > .portlet:not(:first-child) {
    margin-top: var(--size-60);
  }
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlet .picture {
    display: none;
  }
  div[id*=portlets_all_options] .portlet-listing-entry-wrap,
div[id*=portlets_all_options] .three_in_a_row .portlet-listing-entry-wrap {
    --columns: 1;
  }
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
    --column-width: 50vw;
  }
}
/* @end */
/* !@group  max-width: 550px */
@media screen and (max-width: 550px) {
  .gallery .resource_description {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: var(--size-15);
    padding: 0;
    background: none;
  }
  .gallery .resource_description, .gallery .resource_description h2 {
    color: rgba(var(--background-dark-style-rgb), 0.5);
  }
  div[id*=portlets_all_options] .portlet_content.picture_bottom.five_pictures .pictures,
div[id*=portlets_all_options] .logos .portlet-listing-entry-wrap {
    --columns: 2;
  }
}
/* @end */
/* !@group  max-width: 500px */
@media screen and (max-width: 500px) {
  .menu {
    --menu-left-width: calc(100vw - 80px);
  }
  .menu .menu_left {
    padding: var(--size-50) var(--size-50) 0;
  }
  ul.navigation li.level0 > a {
    padding: 6px 0;
  }
  ul.navigation li.level0#nav-15 {
    margin-top: var(--size-50);
  }
  ul.navigation li.level0#nav-15 ul.level1 > li > a {
    padding: 4px 0;
  }
  .language_switcher {
    gap: var(--size-20);
  }
  header .header_right {
    margin-top: 2px;
  }
  .menu_toggle {
    padding: 0;
    width: clamp(32px, 4.6vw, 46px);
    aspect-ratio: 1/1;
  }
  .menu_toggle span.label {
    display: none;
  }
  footer .footer_top .signet {
    margin: 0 0 var(--size-25);
  }
  footer .footer_top .footer_inner_wrap {
    --columns: 1;
  }
  footer .footer_top .portlet_content_address {
    text-align: left;
  }
  footer .copyright ul li:nth-last-child(2) {
    margin-right: unset;
  }
  footer .copyright ul li:last-child {
    margin-left: unset;
  }
  .home_top .picture_top img {
    height: calc(100dvh - 30px);
  }
  .home_top .scroll_down_button {
    display: none;
  }
  .listing_property_filter {
    --icon-width: 40px;
  }
  .listing_property_filter form .p_select2_filter,
.listing_property_filter form .p_select2 {
    flex: 1 0 100%;
  }
  #privacy_banner {
    border-radius: 0;
  }
}
/* @end */
/* !@group  max-width: 370px */
@media screen and (max-width: 370px) {
  header #logo a {
    gap: clamp(5px, 1.5vw, 15px);
  }
  header #logo svg,
header #logo img {
    width: clamp(40px, 10.2vw, 102px);
  }
  header #logo .text svg {
    width: clamp(115px, 30.7vw, 307px);
  }
}
/* @end */
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| indual CMS
| Copyright by indual GmbH, Brig-Glis (https://www.indual.ch)
|---------------------------------------------------------------
*/
/* !@group design colors */
/* @end */
/* !@group fonts */
/* @end */
/* !@group links and buttons */
/* @end */
/* !@group siteframe */
/* @end */
/* !@group icons */
/* @end */
/* !@group grid */
/* @end */
/* !@group content elements */
/* @end */
/* !@group picture functions */
/* @end */
/* !@group accordeon */
/* @end */
/* !@group form elements */
/* @end */
/* !@group helpers */
/* @end */
/* !@group transition and transform */
/* @end */
@media print {
  @page {
    margin: 1.5cm 1.5cm 1.5cm 2cm;
  }
  body {
    background: #fff !important;
    --text-color: #000 !important;
    --background-light: #fff !important;
    --background-dark-style-dark: #000 !important;
    --background-medium: #fff !important;
    --header-height: 80px;
    --siteframe-space: 0;
    --siteframe: 100%;
    --siteframe-medium: 100%;
    --siteframe-small: 100%;
    --siteframe-very-small: 100%;
    --section-space-big: 60px;
    --section-space-medium: 50px;
    --section-space-small: 40px;
    --input-border: var(--text-color);
  }
  p, h1, h2, h3, h4, h5, h6, a, i,
ul li:before, ol li:before {
    color: var(--text-color) !important;
    text-align: left;
  }
  .fix_portlet_wrap_home,
.home_top .portlet_quicklinks,
.home_top .scroll_down_button,
.pagination,
ul.tags,
.menu-skip-links,
span.slick-arrow,
.picture .resource_description,
.filter_tags_wrap_left,
.listing_property_filter,
#popup_news,
.musics, .documents, .videos,
footer .footer_bottom .social_media,
.portlet_quicklinks_quicklinks_footer,
footer .copyright,
.footer_top.cta_banner,
.gallery,
.breadcrumb,
.language_switcher,
.picture_top,
header .header_right,
header .header_top,
.copy,
#privacy_banner {
    display: none !important;
  }
  footer,
.portlet-shop-article-entry,
.portlet-listing-entry,
.listing_entry,
.overview_item {
    page-break-inside: avoid;
    box-decoration-break: clone;
  }
  header {
    position: relative;
    padding: 0;
  }
  header #logo a > svg * {
    fill: var(--primary-color) !important;
  }
  .is_scrolled header #logo .text {
    opacity: 1;
    width: auto;
  }
  #siteframe {
    padding-top: 0;
  }
  body:has(.shop_category_picture) #content .content_inner:first-child,
body:has(.picture_top) #content .content_inner:first-child {
    margin-top: var(--size-50);
  }
  .text_center {
    text-align: left;
  }
  body:has(.portlets_all_options_top:last-child .portlet.big_picture:nth-last-child(2)) footer,
body:has(.portlets_all_options_bottom .portlet.big_picture:nth-last-child(2)) footer {
    padding-top: var(--section-space-big);
  }
  footer {
    padding-top: var(--section-space-big);
    color: var(--text-color);
  }
  footer .footer_top {
    border-top: 1px solid var(--border);
    background: none;
  }
  footer .footer_top .footer_inner {
    padding-top: var(--size-30);
    padding-bottom: 0;
  }
  footer .footer_top .signet {
    display: none;
  }
  footer .footer_top .footer_inner_wrap {
    --columns: 2;
  }
  footer .footer_top .portlet.portlet_no_title .management_controls + .cf + .portlet-title,
footer .footer_top .portlet-title {
    margin-bottom: var(--size-15);
  }
  footer .footer_top .portlet_content_address {
    text-align: left;
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
    letter-spacing: unset;
    text-transform: none;
    color: var(--text-color);
    order: -1;
  }
  footer .footer_top .portlet_content_address a {
    color: var(--text-color);
  }
}
@media print {
  footer .footer_top .portlet_content_address {
    font-size: 13px;
    line-height: 18px;
  }
}
@media print {
  footer .footer_top .portlet_content_address .portlet-title {
    margin-bottom: var(--size-15);
  }
}
@media print {
  footer .footer_top .portlet_quicklinks_quicklinks_footer {
    text-align: right;
  }
}
@media print {
  .fix_portlet_wrap_home div[class*=portlets_home_fix] .portlets_inner_wrap .portlet .portlet_text_wrap:first-child,
.portlets_all_options .accordeon_listing .portlet-listing-entry > *,
.portlets_all_options .background_dark .portlet_inner,
.portlets_all_options .portlet_content.big_picture_with_colored_background:nth-child(2n+1) .portlet_text_wrap,
.portlets_all_options .portlet_content.big_picture_with_colored_background .portlet-content {
    padding: 0 !important;
  }
}
@media print {
  .home_top {
    margin-top: var(--size-50);
  }
  .home_top .text_wrap {
    position: relative;
  }
  .home_top .title_wrap {
    max-width: none;
  }
  .home_top .title_wrap h1, .home_top .title_wrap h2 {
    color: var(--text-color) !important;
    text-shadow: none;
  }
}
@media print {
  div[id*=portlets_all_options] .portlet_content.big_picture {
    display: none;
  }
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner {
    overflow: hidden;
  }
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .portlet_inner {
    padding: 0;
    background: none;
  }
  div[id*=portlets_all_options] .portlet_content.with_gallery_banner .pictures {
    margin-top: var(--size-40);
  }
  div[id*=portlets_all_options] .portlet .slick-slider {
    padding-bottom: 0;
  }
  div[id*=portlets_all_options] .portlet-listing-entry-wrap:not(:first-child) {
    margin-top: var(--size-50);
  }
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry {
    border-radius: 0;
  }
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-listing-content-container {
    border: 0;
  }
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-content {
    margin-bottom: 0;
    font-family: "Mona Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: unset;
    text-transform: none;
  }
}
@media print {
  div[id*=portlets_all_options] .accordeon_listing .portlet-listing-entry .portlet-entry-content {
    font-size: 13px;
    line-height: 21px;
  }
}
@media print {
  .slick-list {
    margin: 0 !important;
  }
}
@media print {
  .slick-track {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 60px 40px;
    width: 100% !important;
  }
  .slick-track .slick-slide {
    flex: 0 0 calc(50% - 20px);
    margin: 0;
  }
}

/*# sourceMappingURL=template_styles_5.css.map */
